Q: Describe some real life applications of machine learning
Senior Software Engineer Interviews
Senior Software Engineer Interview Questions
"Senior software engineers are the most experienced member of a software team and usually carry the most responsibility and authority of that team. Because of this, interviews will be designed to find candidates who have expert knowledge of the field and years of experience as a software engineer. Expect to be asked tough technical questions and to give examples of previous projects that you have worked on."
67,191 senior software engineer interview questions shared by candidates
Architecture questions, programming questions, personality questions, a bit of a gamut. Specifically things like 'How would you build {x} given {y} constraints'
Write the code for singleton pattern? Convert singleton to Nton.
Given an arbitrary list of integers find the statistical mode returning them in a list.
You have a rectangular shape pie with some rectangular piece taken out. How would you cut it on two equivalent pieces by making a single knife cut?
design an algorithm to located a retail location in an optimal position relative to our users.
Blank cheque
SQL Two tables each have one column with a field called 'ID' write SQL to extract online the ID's in table one that are not in table two
Reverse a single linked list.
find common numbers in 2 arrays of integer, try to use O(N).
Viewing 181 - 190 interview questions