Can't disclose, each interview had a chat phase to talk about previous projects, interests. Then, a coding interview, linked lists, arrays, trees and Sudoku. Then a testing phase.
Software Development Engineer Interview Questions
32,851 software development engineer interview questions shared by candidates
Design / implementation considerations while implementing a service talking to database which is deployed on Premise Vs Azure.
parse an integer to string, do not use any built in funcition
reverse a linkedlist
Given a set of rectangles. Select a subset (of maximum size) of rectangles and stack them, such that ith rectangle's width and length are lower than those(respectively) of (i + 1)th rectangle.
How would you convert a row number on Excel to a label? Rows are labeled alphabetically with letters added on once the alphabet has been fully used. (Ex. row # 5 is labeled E, row # 27 is labeled AA, row # 28 is AB, row # 53 is BA and so forth) What would the row label be for a large number, such as 1500?
a question related to how to handle the failure of a data input channel
Explain about the projects
Some question in leetcode
plot the line given two points and a point method such that the next point is touching the previous (in other words, no gaps in the line)
Viewing 1911 - 1920 interview questions