Ik heb online gesolliciteerd. Ik heb gesolliciteerd bij EPAM Systems (Poona) in okt 2025
Sollicitatiegesprek
Questions related to Core Java, Springboot, MySQL .
Questions generally depend on the basis of project requirements you are being hired for
and
then DSA round on their provided portal link which were 2 questions of basic difficulty.
Sollicitatievragen [1]
Vraag 1
Q #6) What is meant by the Local variable and the Instance variable?
Answer:
Local variables are defined in the method and scope of the variables that exist inside the method itself.
Instance variable is defined inside the class and outside the method and the scope of the variables exists throughout the class.
Q #7) What is a Class?
Answer: All Java codes are defined in a Class. It has variables and methods.
Variables are attributes which define the state of a class.
Methods is a place where the exact business logic has to be done. It contains a set of statements (or) instructions to satisfy the particular requirement.
Example:
1
2
3
4
5
6
7
public class Addition{ //Class name declaration
int a = 5; //Variable declaration
int b= 5;
public void add(){ //Method declaration
int c = a+b;
}
}
Q #8) What is an Object?
Answer: An instance of a class is called an object. The object has state and behavior.
Whenever the JVM reads the “new()” keyword then it will create an instance of that class.
Example:
1
2
3
4
5
public class Addition{
public static void main(String[] args){
Addion add = new Addition();//Object creation
}
}
The above code creates the object for the Addition class.
Q #9)What are the OOPs concepts?
Answer: OOPs concepts include:
Inheritance
Encapsulation
Polymorphism
Abstraction
Interface
Ik heb via een recruiter gesolliciteerd. De procedure duurde 2 weken. Ik heb gesolliciteerd bij EPAM Systems (Bogota, ) in apr 2026
Sollicitatiegesprek
se comunicaron conmigo y continue con el proceso las preguntas fueron muy faciles, falta ver los siguientes filtros que me faltan para entrar a trabajar pero en general son muy amables
Ik heb via een recruiter gesolliciteerd. Ik heb gesolliciteerd bij EPAM Systems (Buenos Aires) in apr 2026
Sollicitatiegesprek
90 minutos de un entrevistador con mal inglés buscando preguntas exactas a preguntas de manual. Ofrecen sueldo muy bajo para todo lo que exigen, no recomiendo. Famosos por tener entrevistas eternas y no contratar a nadie.
Sollicitatievragen [1]
Vraag 1
Todo el manual de .NET con todas las preguntas clásicas y repregunta hasta que contestes lo que quería el entrevistador, durante 90 minutos.
Ik heb gesolliciteerd bij EPAM Systems (Haiderabad)
Sollicitatiegesprek
The interview was highly professional and engaging. The panel asked insightful questions that allowed for a deep dive into my experience. I appreciated the clear communication and the positive atmosphere.