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.
Ingeniero De Software 2 Interview Questions
558 ingeniero de software 2 interview questions shared by candidates
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?
Medium and Hard Difficult LC questions
I was asked about the most recent problem I remember, the biggest challenge I faced, and how I would patch an npm package step by step, from the first step to the last.
LC style questions. Easy - Medium OOD question
Questions on strings, array, multi-dimensional arrays, SLL and trees.
I just completed the Online assessment so, there is nothing to share about the interview. The questions in the online assessment were purely based on DSA. They were easy even if you have little practice on coding.
What’s the difference between Class-Based and Functional Components?
Viewing 431 - 440 interview questions