What was my favorite programming language and why?
Ingeniero I Interview Questions
6,859 ingeniero i interview questions shared by candidates
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.
Nothing too difficult although one should be strong with using data structures.
Viewing 6671 - 6680 interview questions