Count the number of words in a string without using any libraries or splitting the sentence or using regular expressions.
Engenheiro De Software I Interview Questions
2,786 engenheiro de software i interview questions shared by candidates
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.
How to create a queue using two stacks?
What are the long term benefits of inheritance?
Had to write a function to fill in squares on a bitmap, basically implement the fill functionality in MS paint.
No unexpected questions. Normally they ask one on hardest problem faced, one on tree search and the one I got was on bit representation of integers, floats etc
Viewing 91 - 100 interview questions