Filter interviews by
I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.
8 part of mcq questions with verbal logical and analytical and technical question of 4 parts
10 question of program in our choosen languages
Top trending discussions
I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.
Create an API to fetch id and JSON from the client.
Create a RESTful API endpoint that accepts requests from the client
Use a GET request to fetch the id and JSON data from the client
Implement error handling for invalid requests or missing data
Use Java 8 stream to find the forth highest salary from a List.
Use stream() method to convert the List to a stream.
Use distinct() method to remove duplicates.
Use sorted() method to sort the salaries in ascending order.
Use skip() method to skip the first three highest salaries.
Use findFirst() method to get the forth highest salary.
Ensuring that a class can be safely used by multiple threads concurrently.
Use synchronized keyword to ensure only one thread can access critical sections at a time.
Avoid mutable shared state to prevent race conditions.
Consider using thread-safe data structures like ConcurrentHashMap or AtomicInteger.
Implementing the java.util.concurrent.locks.Lock interface for more fine-grained control over synchronization.
I applied via Indeed and was interviewed in Feb 2024. There was 1 interview round.
Answers to common Java Developer interview questions
1) Concurrency is achieved using multithreading in Java. Use threads, executors, or synchronized blocks. Example: using ExecutorService to run multiple tasks concurrently.
2) Rest API in Springboot: Entity class defines database table, Service class contains business logic, Repository class interacts with database, Controller class handles HTTP requests.
3) Volatile key...
Sort and sum numbers from two arrays based on their sequence.
Sort both arrays in ascending order.
Iterate through both arrays simultaneously and compare the elements.
If the elements are equal, add them and move to the next element in both arrays.
If the element in the first array is smaller, move to the next element in the first array.
If the element in the second array is smaller, move to the next element in the second a...
The most common cognitive aptitude tests are the CCAT, PI Cognitive Assessment, Wonderlic test, McQuaig Mental Agility Test (MMAT), and Thomas GIA.
I applied via Campus Placement and was interviewed in Jul 2022. There were 2 interview rounds.
I appeared for an interview in Oct 2021.
Round duration - 60 minutes
Round difficulty - Easy
Technical Interview round with questions on DSA and Java.
Given an array A
of size N
, initialized with all zeros, and another array ARR
of M
pairs of integers representing operations. Each operation consists of a range where e...
Find the maximum element in an array after performing a series of increment operations on specified ranges.
Initialize an array of size N with all zeros
Iterate through the operations and increment elements within specified ranges
Return the maximum element in the array after all operations
HashMap in Java is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values based on keys.
HashMap internally uses an array of linked lists to store key-value pairs.
When a key-value pair is added, the key is hashed to find the index in the array where it will be stored.
If multiple keys hash to the same index, a linked list is used to handle collisions.
Retrieving a value involves hashi...
Overriding equals and hashCode methods in Java is important for proper object comparison and hashing.
Equals method is used to compare two objects for equality, while hashCode method is used to generate a unique integer value for an object.
By overriding equals and hashCode methods, we can ensure that objects are compared based on their actual content rather than memory address.
This is crucial for collections like HashMa...
Round duration - 60 minutes
Round difficulty - Medium
Technical Interview round with questions based around Java.
Use two threads to print even and odd numbers in increasing order.
Create two threads, one for printing even numbers and one for printing odd numbers.
Use a shared variable to keep track of the current number to be printed.
Synchronize access to the shared variable to ensure correct ordering of numbers.
Use a loop in each thread to print the next number and update the shared variable.
CopyOnWriteArrayList creates a new copy of the underlying array whenever an element is added, modified, or removed.
CopyOnWriteArrayList is thread-safe and suitable for scenarios where reads are more frequent than writes.
Adding, modifying, or removing elements in CopyOnWriteArrayList creates a new copy of the underlying array, ensuring thread safety.
Iterators on CopyOnWriteArrayList operate on the original array and do
Synchronized Collection is thread-safe but may have performance issues, while Concurrent Collection is optimized for concurrent access.
Synchronized Collection uses synchronized keyword to achieve thread-safety, while Concurrent Collection uses non-blocking algorithms like CAS (Compare and Swap).
Synchronized Collection locks the entire collection during modification, leading to potential performance bottlenecks, while C...
Tip 1 : Thread concept is must for Morgan Stanley. So prepare that on priority
Tip 2 : Basic concepts of Oops/collection framework should be clear.
Tip 3 : Array based program will be asked so have some hands-on.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.
Round 1 was an online hackerank coding test + technical MCQs.
It consisted of 5 MCQs + 1 SQL problem + 1 DSA problem based on queue + 1 Graph question + 1 java based question to create a REST API.
I applied via Approached by Company and was interviewed before Apr 2023. There were 2 interview rounds.
based on 1 interview
Interview experience
Software Developer
5
salaries
| ₹1 L/yr - ₹3.2 L/yr |
Java Developer
5
salaries
| ₹1.8 L/yr - ₹2 L/yr |
Graphic Designer
5
salaries
| ₹1 L/yr - ₹3.3 L/yr |
Embedded Developer
5
salaries
| ₹1.6 L/yr - ₹2 L/yr |
Business Development Manager
4
salaries
| ₹2.8 L/yr - ₹6 L/yr |
JPMorgan Chase & Co.
Wells Fargo
Citicorp
HSBC Group