What do you know about Java 8 Features?
Engineer Developer Interview Questions
3,865 engineer developer interview questions shared by candidates
Will the program compile if we remove the JRE folder?
Find the indexes which would result in the provided sum as an input. Question regarding docker,python,TCP, threading, inheritance, PySpark, AWS.
Write a program to reverse a char array without using string function and without using another char array
I was asked about the previous work and project.
Second interview: Asked about my resume, went down the list
What Is an array, all.related to resume based
what project have you worked with java ?
On the first interview session there were average Java questions, focused on multithreading and collections (How does HashMap work?). The assessment consisted on 2 problems, one was focused on efficiency, the other was focused on logic. On the last round, the technical interview was more complex, addressing subjects like Java memory.
1. merge 2 sorted Array 2. flatten the array of object type ex: Object[] array = { 1, 2, new Object[]{ 3, 4, new Object[]{ 5 }, 6, 7 } }; o/p: {1,2,3,4,5,6,7} .using stream Api 3. Stock Buy and sell 4.Array with -ve and positive integer.. return pair with max product. 5. LRU cache Impl 6.We have Order class with orderId and OrderTime.. In a function we have startTime and endTime.. we needed to return all the order placed with in that time range[startTime, endTime];
Viewing 2411 - 2420 interview questions