Tell me about a time you worked on a project for the sake of learning.
Engineer I Interview Questions
6,853 engineer i interview questions shared by candidates
What was my favorite programming language and why?
Composition vs Inheritance
Find the Longest palindromic substring
iterative depth first traversal
Consider a rectangular mesh (intersecting horizontal and vertical lines ). These lines represent intersecting roads. You are standing at top left intersection and you need to reach to a resort located at bottom right intersection. On your way, you can see interesting sights which are given points (weightage). You are lazy to walk (i.e. you wont walk left / up. You will only walk to right or down). While reaching resort , you want to cover maximum points (see things that have more weightage). Write a program to calculate maximum number of points that you can cover. He later asked me to improve solution by avoiding paths already visited.
None
In a sequence of integers with the property that any integer is different by +1 or -1 from the previous number, provide a search algorithm for finding an integer.
Most questions you can find from online
All question needed good amount of logical thinking.
Viewing 6701 - 6710 interview questions