Solicité el puesto a través de un captador. El proceso duró 2 días. Acudí a una entrevista en EPAM Systems (Pune) en abr 2024
Entrevista
I was contacted by recruiter via LinkedIn. Expect 1 technical, 1 techno-managerial and 1 HR round.
The interview process was good and the HR kept me updated throughout the process. Since this is a technical role the interview was hosted on EPAM's internal interview platform unlike Teams or Zoom, so this platform has an editor inbuilt into the system through which the interviewer posts code snippets and we need to solve in real time.
Preguntas de entrevista [1]
Pregunta 1
1) Give brief introduction about yourself - Tools, technologies, domains worked upon
2) Explain your framework
3) Explain Java OOPs concepts utilised into your framework
4) How did you manage WebDriver version binaries in your framework?
5) How did you manage parallel execution in your framework?
6) How did you manage the logging in your framework? How did you re-run the failed cases in any execution? Explain the significance of maven surefire plugin in pom.xml
7) Where are the maven dependencies managed on local?
8) Explain maven profiles.
9) What happens with command - mvn clean test
10) What are transitive dependencies?
11) What is difference between Scenario Outline and Data Table?
12) What is pico container?
13) I have 2 @beforeClass blocks that I need to execute, one before @Sanity tests and other one before @Smoke tests. How can I handle this case using Cucumber and TestNG?
14)
public class Main{
public static void Main(String[] args){
System.out.println(“Hello”);
}
}
Convert Main using singleton design pattern.
15) What is the difference between comparable vs comparator?
16) Create an Employee class that returns employee object for these 3 input values -
Shivam , 33
Sumit, 38
Shiva, 39
Iterate over these employee objects using ArrayList and Map and return name and age details
17) Will iterator work with HashMap?
18) Why do we declare a List list instead of List list?
19) What would be the result of this code -
try{
throw new NoElementException;
System.out.println(“In try block”);
} catch (Exception e){
System.out.println(“In Exception catch block”);
} catch (NoElementException ne){
System.out.println(“In No Element Exception catch block”);
} finally {
System.out.println(“In finally block”);
}
20) Have you worked with Selenium 4? If so what differences are present in Selenium 3 vs 4?
21) How do you invoke browser in headless mode?
22) How do you handle frames in selenium?
23) How do you interact with multiple nested frames? If there are multiple nested frames in selenium and you want to return to the base page which command will you use?
24) How do you perform double click in selenium?
25) Explain JavaScriptExecutor
26) Explain API architecture used in your framework
27) What is the difference between 401 and 403 status codes?
28) What is the difference between Post and Put methods?
29) How do you integrated CICD pipelines into your framework?
30) What are the triggers for your CICD pipelines?
31) How do you schedule pipelines?
32) Explain different components used in the gitlab-ci.yml file
33) Specific runner in CICD.
34) Did you utilise Docker or Kuberneters?
35) Explain the complete flow of git commands that you have used.
36) How do you merge your changes with master?
37) How do you establish SQL connection in selenium?
38) What is the difference between Left join and Right join?
39) What is the use of Group By and Having commands?
40) What is the difference between Test Plan and Test Strategy?
41) If you have 200 test cases in your suite how would you strategise your testing plan?
42) What is Test Pyramid?
43) What is the first type of testing to be performed after new build is deployed?
44) What is the difference between Sanity, Smoke and Regression testing?
45) What is re-testing?
46) After a defect has been fixed and deployed I’m required to re-test the business flow surrounding this defect. What type of testing is this called?
47) What are Deferred Defects?
48) Describe all the test cases that you can identify for Login page.
Envié una solicitud electrónica. El proceso duró 3 semanas. Acudí a una entrevista en EPAM Systems (Varsovia, Mazovia) en jun 2021
Entrevista
The interview always takes about an hour with several code questions related to your future work activities. Also several questions related to general topics like language specifics, databases and operation systems