Q: Tell me about yourself? Q: find the maximum occurrence of words in a given string? one more coding question they asked? Q: Past project experience? Q: Your fav coding problem? Q: Where do you see yourself after 5 years?
Software Engineer 2 Interview Questions
2,522 software engineer 2 interview questions shared by candidates
2 Technical round, 1 Managerial and 1 HR Round happened for Software Engineer-2 role. Round-1 : Person started with basic Python questions like, data types, and what all operations I can do on those, had to share screen and explained him. Then he gave me one problem, first I had solved that roughly and then he gave various inputs to that function and told me make sure to catch all type of error. Round-2: There was one question on dictionary, I had to write code for that, basic but was tricky at first instance. Managerial round: It was just normal conversation with manager, we talked about various scenario like if I have faced some obstacle and deadline is near how will I approach. Also talked about various moral values, trust, communication, collaborating with team. HR round: It was just negotiation, I gave my number, you need to show that you deserve it. don't worry about if you are currently underpaid and even it's more than 70% from current one, go and ask, and tell why.
normalisation
Implement the working of a parking lot
Why is canary deployment better than green blue deployment?
Difference between Async and differ
1. Scope and Hoisting Example: var x = 10; function outer() { var x = 20; function inner() { x++; console.log(x); // NaN (due to hoisting) var x = 30; console.log(x); // 30 } inner(); } outer();
How do you setup Webpack for Vanilla JS and CSS Why Loaders in Webpack?
There were 2 DSA leetcode medium questions. One of them was from DP and the other from Trees.
Medium and Hard Difficult LC questions
Viewing 2001 - 2010 interview questions