Mostly what I did from my previous job, and why I left the previous job. Then a number of Software questions. There was not a tricky question as long as I remember.
Principal Software Engineer Interview Questions
2,067 principal software engineer interview questions shared by candidates
1. going through the resume with related questions 2. If you are a team lead, when there is a team member didn't finish the task, what will you do? 3. explain how would you troubleshooting a problem
Describe a time when you had a disagreement with a team member, what did you do to diffuse the situation.
Technical questions relating to software development and basics on Electronics fundamentals
More puzzles
100 doors puzzle Merge linked list
What are the different joins in SQL?
Coding a variant of trie and iterating in a zig zaw fashion.
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 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
Viewing 1201 - 1210 interview questions