What has been your active role in the team process you're currently working with?
Engineer I Interview Questions
6,851 engineer i interview questions shared by candidates
Signed an NDA. Just know your sorting algorithms, out to use Hash Maps and how to analyze Big O. Also think about scalability.
Add two linked lists Input: First List: 5->6->3 // represents number 563 Second List: 8->4->2 // represents number 842 Output Resultant list: 1->4->0->5 // represents number 1405
Count the number of words in a string without using any libraries or splitting the sentence or using regular expressions.
Detect if two strings are anagrams from one another. (Not palindoms! Anagrams are just mixed letters)
How do you test the functionality of weather.com which takes a coordinates anywhere on earth and gives you accurate current weather information. After I given my plan which is to use automation tool collecting weather information from public weather station and compare results. I was asked what if there's no web service, no phone service, not even radio and you can't load weather forecast information from the public weather stations. Nor you can use historical value to test since the results need to be very accurate.
All technical rounds are dealing with design patterns. You have to define your classes and write down some algorithms to fulfill the functionality. I was also asked a DP problem.
Bar raiser Given a NumberPool containing number sequence of numbers from 1 to infinity. Implement an interface, essentially two functions- checkin(N): which adds number to the number pool and makes it available. checkout(): returns minimum number from the pool and makes it unavailable.
Question 1: Check if a string, composed of various brackets/braces/parentheses, is valid.
Why did you get poor marks in such and such class? Do you feel like you'd like to retake the class?
Viewing 141 - 150 interview questions