First three technicals were difficult,LOB also ok/ok.
Software Engineer Interview Questions
419,648 software engineer interview questions shared by candidates
Given a string, konylabsinterview write a program to return bool if a given pattern matches.pattern example - kon*lab*terview*
There are 10 red, 11 blue, 12 green chameleons. Sometimes, two chameleons meet. If they are the same color, nothing happens. If they are different colors, they will both change to the third color. Can all chameleons ever be the same color?
Write code to reverse the digits in an integer.
First I was asked a few basic design questions, like how I would design an online chat system with separate room. Then I was asked why I've chosen some of of the technologies that I have worked with.I was asked a standard question about manipulating an array. The input array was sorted integers, and I was asked how to square all the elements and keep it sorted.
Given an array of values, how do you check if there is a combination of them that add up to an integer, n.
Given a root to a binary tree where each node holds an integer. Write a method that returns the sum of all the integers in the tree.
write a function that receives a dictionary and a string and return true if the string is built of exactly two words in the dictionary
I have superclass A and subclass B of superclass A. B overrides a function foo() in A. I have an instance of class B. How do I call foo() but using class A's version
What sort would you use if you had a large data set on disk and a small amount of ram to work with?
Viewing 601 - 610 interview questions