There were three Technical Rounds - Process was smooth
1) Coding Round - hacker rank DSA questions
2) Technical Interview - Mostly on DSA, Java, Spring Boot, etc.
3) Technical Interview - on AWS, Rest Apis, etc.
4) Managerial round
Interview questions [1]
Question 1
Java, Spring Boot, Current Project, AWS, Rest APIs, Is a - has a relationship, Beans, Profiling in Spring Boot
I applied online. The process took 1+ week. I interviewed at EPAM Systems (Poona) in Apr 2024
Interview
Got the opportunity through LinkedIn. 1st round was coding + technical knowledge on Java, JEE, Collections, Java 8 features, Stream API. Asked several questions on the practical knowledge of Java concepts.
Interview questions [1]
Question 1
You are given an m x n integer matrix matrix with the following two properties
Each row is sorted in non-decreasing order.
The first integer of each row is greater than the last integer of the previous
Given an integer target, return true if target is in matrix or false otherwise
You must write a solution in O(log(m * n)) time complexity.
Input: matrix = [
11,3, 5, 7],
[10,11,16,20],
[23,30,34,60]],
target =3
Output: true
I applied through college or university. I interviewed at EPAM Systems (Haiderabad)
Interview
First Round - Aptitude
Second Round- Coding--SQL questions, Five coding question(1 was compulsory(in java))
Third Round- Technical--Most practical questions, oops in java, Core java and some exception handling question
Fourth Round- HR
Interview questions [1]
Question 1
Two was coding question at the time of interview, asked on java, C++ and Python