How old are you?
Senior Software Interview Questions
75,736 senior software interview questions shared by candidates
I don't remember the exact details but it was something silly to do with finding people on a treasure island grid.
People each have a social security number (SSN) and own zero or more vehicles Vehicles each have an id number (VIN), a make (e.g. "Honda"), and a model (e.g. "Civic") Write classes to represent this data. Also write a function that takes as input a list of SSNs, and outputs a dictionary where each key is an SSN and each value is a list of vechicles. You can utilize an IDatabase interface that has GetAllPeople() and GetAllVehicles() methods. (You don't have to define or implement this interface. You can assume the interface definition and implementation already exist elsewhere.)
One Sliding window, Another LinkedList
Basic questions like what is a ViewModel
Technical questions you'd expect. Don't want to give details because I'm sure a lot of work went into creating the questions.
You have eight ball each of 1 gm, one was defective and how do identify using a weight balancing device.
Two streams of data in array, coming in ascending order. Copy them into master array in asc order.
How to find the intersection point of 2 linked list? How to check whether a linked list has a cycle linked list in it?
A website is automatically updated by a Firebase data store. If we switched to MongoDb, how would we ensure the website was still automatically updated?
Viewing 2571 - 2580 interview questions