Ga naar de inhoudGa naar de voettekst
  • Vacatures
  • Bedrijven
  • Salarissen
  • Voor werkgevers

      Geef je carrière een boost

      Ontdek hoeveel je kunt verdienen, vind droombanen en deel anoniem inzichten over werk en privé.

      employer cover photo
      employer logo
      employer logo

      EPAM Systems

      Actieve werkgever

      Over
      Reviews
      Salaris en arbeidsvoorwaarden
      Vacatures
      Sollicitatiegesprekken
      Sollicitatiegesprekken
      Gerelateerde zoekopdrachten: Reviews voor EPAM Systems | Vacatures bij EPAM Systems | Salarissen bij EPAM Systems | Arbeidsvoorwaarden bij EPAM Systems
      Sollicitatiegesprekken van EPAM SystemsSollicitatiegesprekken voor Lead Software Development Engineer In Test (SDET) bij EPAM SystemsSollicitatiegesprek bij EPAM Systems


      Glassdoor

      • Over
      • Blog
      • Contact met ons opnemen

      Werkgevers

      • Gratis werkgeversaccount
      • Werkgeverscentrum
      • Werkgeversblog

      Informatie

      • Help
      • Gedragscode
      • Gebruiksvoorwaarden
      • Privacy en advertentiekeuzes
      • Verkoop of deel mijn persoonlijke gegevens niet
      • Hulpmiddel voor instemming met cookies

      Partnerships

      • Adverteerders
      De app downloaden

      • Bladeren op:
      • Bedrijven
      • Vacatures
      • Locaties

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor", "Worklife Pro", "Bowls" en logo zijn gedeponeerde handelsmerken van Glassdoor LLC.

      Gevolgde bedrijven

      Volg de bedrijven van je dromen om als eerste op de hoogte te zijn van vacatures en te profiteren van tips van insiders.

      Topbedrijven voor 'vergoeding en arbeidsvoorwaarden' bij jou in de buurt

      avatar
      Concentrix
      3.6★Vergoeding en arbeids­voorwaarden
      avatar
      Lufthansa Industry Solutions
      3.5★Vergoeding en arbeids­voorwaarden
      avatar
      _VOIS
      3.8★Vergoeding en arbeids­voorwaarden
      avatar
      ikubINFO
      4.2★Vergoeding en arbeids­voorwaarden

      Vacatures

      Sollicitatiegesprek voor de functie Lead Software Development Engineer In Test (SDET)

      16 okt 2025
      Anonieme werknemer
      Warschau, Mazovië

      Overige sollicitatiereviews voor Lead Software Development Engineer In Test (SDET) bij EPAM Systems

      Sollicitatiegesprek voor de functie Lead Software Development Engineer In Test (SDET)

      15 apr 2024
      Kandidaat voor anonieme sollicitatie
      Poona
      Aanbod geaccepteerd
      Positieve ervaring
      Gemiddeld sollicitatiegesprek

      Sollicitatie

      Ik heb online gesolliciteerd. De procedure duurde 3 weken. Ik heb gesolliciteerd bij EPAM Systems (Warschau, Mazovië) in jun 2021

      Sollicitatiegesprek

      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

      Sollicitatievragen [1]

      Vraag 1

      Write the code for context manager
      Vraag beantwoorden
      Geen aanbod
      Positieve ervaring
      Moeilijk sollicitatiegesprek

      Sollicitatie

      Ik heb via een recruiter gesolliciteerd. De procedure duurde 2 dagen. Ik heb gesolliciteerd bij EPAM Systems (Poona) in apr 2024

      Sollicitatiegesprek

      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.

      Sollicitatievragen [1]

      Vraag 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.
      Vraag beantwoorden
      6

      Zoek naar vacatures om gepersonaliseerde vacature-aanbevelingen en -updates te krijgen.