How would you implement in high level a specific feature
Sr Technical Program Manager Interview Questions
15,686 sr technical program manager interview questions shared by candidates
Why do you want to work at SF
did not ask much since he really did not have a clear explanation of the problem and what the task at hand was.
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
About my existing work profile
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.
Viewing 1201 - 1210 interview questions