4. Some questions related to technology. Java/JavaScript etc. a. How to initiate a Java class w/o using the new operator. b. How + operator works with String in Java/ Does Java supports operator overloading? c. Whats is Event loop in Java script?
Principal Software Engineer Interview Questions
2,067 principal software engineer interview questions shared by candidates
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.
Technical questions relating to software development and basics on Electronics fundamentals
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.
What are the different joins in SQL?
More puzzles
100 doors puzzle Merge linked list
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