One of the questions was to explain the project that I developed in detail.
Software Development Interview Questions
37,017 software development interview questions shared by candidates
Q: Maximum difference between two elements such that larger element appears after the smaller number Given an array arr[] of integers, find out the maximum difference between any two elements such that larger element appears after the smaller number. Examples : Input : arr = {2, 3, 10, 6, 4, 8, 1} Output : 8 Explanation : The maximum difference is between 10 and 2. Input : arr = {7, 9, 5, 6, 3, 2} Output : 2 Explanation : The maximum difference is between 9 and 7.
Open ended - imagine your team is developing a new web product, what different aspects of the product will you need to test?
More question on Project which Data structure I have Used in project.
Some behavioral questions I felt unprepared for: Have you looked at any of KA's values? How do you show these values? How do you work in a team compared to working alone? For technical questions, they asked questions similar to ones already on here.
ArrayHopper, Strings, DP
Spring config, Java basic concepts, Multithreading
Data structures and algorithms
How would you tackle a JavaScript DeepClone object problem differently?
Randomize the letters in a string
Viewing 2621 - 2630 interview questions