They asked me to design a restaurant reservation system (classes and methods). also write algorithm to decide if a binary tree is mirrored. Also order set B according to the order of set A, where A is a superset of B.
Software Senior Interview Questions
75,774 software senior interview questions shared by candidates
Data structure, general technical questions.
Print binary tree in a columnar manner.
q. Qhat kind of a team do you want to be in
What I wanted from the job.
Programming exam
How old are you?
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
Viewing 2601 - 2610 interview questions