did not ask much since he really did not have a clear explanation of the problem and what the task at hand was.
Software Engineer Sr Interview Questions
19,458 software engineer sr interview questions shared by candidates
Your assignment is to implement a Hospital class which admits patients into a hospital. The Hospital class has a single public method, admitOne, which simply prints the name of the patient admitted into the hospital and a timestamp of when he or she was admitted, based on the requirements described below. Requirements ● Implement the admitOne method of the Hospital interface. admitOne should print a log message with a timestamp and the name of the patient when that patient is finally admitted into the Hospital. ● Because there is only one receptionist, you can only admit one patient into the hospital every 5 seconds. For example, if admitOne is called three times (in parallel), it should take ~10 seconds for all three people to be admitted into the hospital. (patient 1 admitted at T-0, patient 2 admitted at T-5, and patient 3 admitted at T-10) ● Admittance to the hospital should be first-come-first-serve. In other words, patients should be admitted in the same order that admitOne was called in. ● Don't worry too much about multi-threading
I provided resume of activities from my experience and we discussed them.
Questions about automation and performance testing
What was a very large project you worked on that was out of your comfort zone? How did you get started and what were the results? What was a project were you used data to inform a change of direction.
Can you tell me about a time that you had to overcome an unforeseen challenge, how you handled it, and what the outcome was?
Tell me about all of the times.
What is your program manangement style
Q: How does HTTP work Q: How is the view controller process works Q: How is memory handled Other questions as well. The coding question needed like a websocket handling on iOS, and you need to do that as production code with no errors without any autocompletion which is not normal at all these days.
The company asks convoluted and formulaic questions, over and over.
Viewing 1211 - 1220 interview questions