Each hiring manager had 5 behavioral questions on a different topic like leadership, teamwork, social skills, etc.
Engineer I Interview Questions
6,856 engineer i interview questions shared by candidates
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.
Tech stack from the previous company
This position is in Phoenix Arizona, is that okay with you?
Describe some testing methodologies.
-Asked to write a function to find the start point of "$" and ";" in a string -Asked to write a regular expression to find text between "$" and ";" unless there was a space after "$". -How do you know if a linked-list is circular (even a middle item could point to one of the previous items) if you know its size?
Online test, GD and HR
If I'm a team leader what will I do???
About my final year project
About the projects I had worked on
Viewing 411 - 420 interview questions