Assessment Day: What is authorisation & authentication?
Software Development Engineer I Interview Questions
27,519 software development engineer i interview questions shared by candidates
What are some qualities in others that you find it easy to work with?
Would I consider a lower wage?
Visão pessoal e profissional, conhecimentos gerais de funcionamento.
The progex question asked you to devise a program that would perform a fuzzy search of job posts. Fuzzy search meaning the top 10 job posting having the most matching key words. The input will give you x job postings to load in and cache and y job searches to find and output to the screen the best job postings for each search. At the end you are asked some follow up questions about runtime and how you would improve this moving forward.
You're converting a string (s1) into another (s2) by changing the characters in s1. You can do add/delete/replace the characters of s1 to get s2. The cost of any of those operation for a character is 1. Find the minimum cost to convert s1 into s2. Write program and test cases for the same. For example: Convert "Hi" into "Hey". This would require minimum two cost. 1. Replace 'i' with 'e' in s1 2. Add 'y' to s1. Now we've s2.
Second interviewer said to me "you know everyone else in department is 15-20 years younger than you"
What type of manager I like and dislike most?
Basic questions about the field
Given code, asked to explain what the code does and how it works.
Viewing 1741 - 1750 interview questions