1. Basic JavaScript questions. 2. Basic Node question 3. Agile process, Project architecture
Software Developer Engineer Interview Questions
3,279 software developer engineer interview questions shared by candidates
In HR interview, 1) Are u comfortable with relocation 2) Are u comfortable with different shifts, 3)Tell me about yourself. In Technical round 1)one quants question(basic, speed distance time or profit or loss) 2)coding question (a no. is given, upto that no. find the biggest prime no.) 3)optimise that code, tell the execution time of that code etc 4)what is normalisation? 5)solve a database query (basic). etc
Basics Java questions Hashmap implementation
Array questions and loops in java
Reverse a number in java
Reverse Linked List Seive of erathoneses
About micro services and oops
1. split array int smaller arrays based on given size. int[] original = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; int splitSize = 3; /* expected Output [0, 1, 2] [3, 4, 5] [6, 7, 8] [9] */ 2.Flatten object array. Object[] array = { 1, 2, new Object[]{ 3, 4, new Object[]{ 5 }, 6, 7 }, 8, 9, 10 };
What are some of the benefits and problems associated with Test-Driven Development?
What is the difference between POST and PUT REST methods?
Viewing 1491 - 1500 interview questions