Given code, asked to explain what the code does and how it works.
Engineer I Interview Questions
6,854 engineer i interview questions shared by candidates
the puzzles were asked in increasing level of difficulty.
How did you figure out the gear ratio needed for the design project you had at your previous job?
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.
Delete a node from balanced search tree. And couple other simple DS questions.
Design an OS? What are the essential components?
How to instantiate a class, use a method once, then have the class cleaned up.
Technical questions and theory based.
Coin weight puzzle. find out which coin bag is heavy.
Basic coding on what language you are pro at
Viewing 391 - 400 interview questions