I applied online. The process took 2 weeks. I interviewed at EPAM Systems (Mumbai)
Interview
Great Interview Experience. They conducted 3 rounds.
1. Initially I got a call from HR person and she scheduled a meeting for formal discussion. In HR discussion, she asked me about my education, skillsets, technical & project experience also she explained me about company, employment terms an other policies.
2. Technical Round
The technical Round is for 1.5 hrs compulsorily. He asked in-depth questions from basic to advanced on Java & related framework. The interviewer was super talented & knowledgeable.
3. Offer Call
Again recruiter discussed regarding the salary structure, other benefits, leaves, employment terms etc.
I got the offer letter in 2 days after the offer round.
Interview questions [1]
Question 1
Core Java, Thread, Collection, Spring, Oracle & NoSQL as well. He also asked to write code for Singleton, Immutable class, Stream API implementation.
I applied online. The process took 2 weeks. I interviewed at EPAM Systems in Jan 2022
Interview
It was a good experience. Interviewer was very friendly. Started with java warm-up questions and then moved to coding exercises.
After coding exercise he moved to spring-boot and dockers. It ended on good notes and I was recommended for the position.
Interview questions [5]
Question 1
Can you assign an int value to a variable of type Integer?
=
Can you assign an array of int to an array of Integer?
What’s the default visibility of methods and fields in a Java class?
public, protected, private
Can an enum implement an interface?
Can you mark an interface method as abstract?
True or false? From a constructor, it is not possible to invoke instance methods on the object being constructed.
True or false? A static nested class has access to all members of the enclosing class, even if they are declared private.
True or false? Comparator is an example for the Strategy pattern.
True or false? One cannot define a finally block without a preceding catch block.
True or false? The code within a finally block will be executed, only if an exception occurs within the try block.
True or false? JDBC has been deprecated, to be replaced by JPA.
True or false? When leaving a 'synchronized' block, one has to make sure the lock is released by always using a 'try + finally' construct.
True or false? In Spring, all beans are singletons.
True or false? The use of Spring has the downside that classes used as Spring beans cannot be unit tested using plain Java, one needs to use a special SpringRunner/Extension.
Coding Exercise#1
given a method which accepts list of integer and an integer as parameters tell the output (basically it was a test for pass by value/reference)
find the issue & fix also suggest improvements (using stream api)
I applied online. The process took 5 weeks. I interviewed at EPAM Systems (Kraków) in Jan 2022
Interview
I participated in 4 interviewingprocess with epam krakow, including 1 HR, 1 technical, 1 manager and 1 project manager. It took 5 weeks in total. I was told that I was eliminated due to soft skills. When I asked for detailed feedback about the "soft skills", not even a single reply was given. Disrespectfull and a waste of time for me
Interview questions [1]
Question 1
Behavioral questions. How do you act on certain situations