"Tell me about your parents" - from the corporate psychologist
Principal Technical Program Manager Interview Questions
10,184 principal technical program manager interview questions shared by candidates
Why do you want to work here...
More puzzles
100 doors puzzle Merge linked list
Scenario based coding question. Gave 15-20 mins to finish the code.
First interview: 1 leetcode like question, 1 throughput load implementation. 2 hours total. Second Interview: More pseudo-code interview, writing a rate limiter system. Emphasize on concurrency and mutual exclusion.
If I had hands on experience with Qrasar
What is your experience with visualization systems, and what are the pros and cons of those systems?
if input is chars = ["a","a","b","b","c","c","c"] output should be output = ["a","2","b","2","c","3"] and if the input is like chars = ["a","b","b","c","c","c"] output should be output = ["a","b","2","c","3"] and if the input is like chars = ["a","b","b","c","c","c","c","c","c","c","c","c","c","c","c"] output should be output = ["a","b","2","c","1","2"]...do not use any data structures
The coding exercise was to design an online game of Connect Four.
Viewing 6081 - 6090 interview questions