Data structure and algorithms, such as tree greedy algorithm….
Entry Level Software Engineer Interview Questions
1,698 entry level software engineer interview questions shared by candidates
You are given operations , an array containing the following twotypes of operations. [o,a,b]-Create and save a rectangle of size a x b[1,a,bl-Answer the question: "Could a box of size a xb fit inside of each of the earlier saved rectangles?". lt ispossible to rotate the rectangles by 9o degrees, ie: a rectangleof dimensions a x b can be rotated so that its dimensions arebxa Your task is to retum an array of booleans, representing the answersto the second type of operation, in the order they appear. Note that the operations should proceed iteratively, so whenoperations[i] is executed, only the results of the previousoperations o,1,. i- 1 are available.
They ask some basic question and some math question
given a set of rules order things correctly
what experience do you have of solving a problem with unorthodox solutions?
1 technical question and lots of resume questions
They asked me to estimate the algorithmic complexity of finding a value in a binary tree. This is an easy question, but only if you have ever encountered a binary tree. Doing it on the spot during the interview is probably not reccommendable.
Given a string containing parentheses only, find if it's correct
Check if two strings are anagrams
Flatten a linked list, the listnode has a down pointer and right pointer. We always flatten the down node first, then the right node.
Viewing 761 - 770 interview questions