Aller au contenuAller au pied de page
  • Emplois
  • Entreprises
  • Salaires
  • Pour les employeurs

      Boostez votre carrière

      Découvrez votre salaire potentiel, décrochez des emplois de rêve et partagez vos témoignages de manière anonyme.

      employer cover photo
      employer logo
      employer logo

      EPAM Systems

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur EPAM Systems | Offres d’emploi chez EPAM Systems | Salaires chez EPAM Systems | Avantages sociaux chez EPAM Systems
      Entretiens chez EPAM SystemsEntretiens d’embauche pour Lead Software Development Engineer In Test (SDET) chez EPAM SystemsEntretien chez EPAM Systems


      Glassdoor

      • À propos
      • Récompenses
      • Blog
      • Nous contacter
      • Guides

      Employeurs

      • Compte employeur gratuit
      • Centre employeur
      • Blog pour les employeurs

      Informations

      • Aide
      • Règles de la communauté
      • Conditions d'utilisation
      • Confidentialité et choix publicitaires
      • Ne pas vendre ni partager mes informations
      • Outil de consentement aux cookies

      Travailler avec nous

      • Annonceurs
      • Carrières
      Télécharger l'application

      • Parcourir par :
      • Entreprises
      • Emplois
      • Lieux

      Copyright © 2008-2026. Glassdoor LLC. « Glassdoor », son logo, « Worklife Pro » et « Bowls » sont des marques déposées de Glassdoor LLC.

      Entreprises suivies

      Tenez-vous au courant des dernières opportunités et profitez de conseils d’initiés en suivant les entreprises de vos rêves.

      Recherche d’emplois

      Obtenez des recommandations et des mises à jour personnalisées en démarrant vos recherches.

      Meilleures entreprises pour « Rémunération et avantages » près de chez vous

      avatar
      Concentrix
      3.6★Rémunération et avantages
      avatar
      Visa Inc.
      3.9★Rémunération et avantages
      avatar
      Hewlett Packard Enterprise | HPE
      3.6★Rémunération et avantages
      avatar
      Parsons Corporation
      3.7★Rémunération et avantages

      Entretien pour Lead Software Development Engineer In Test (SDET)

      16 oct. 2025
      Employé (anonyme)
      Varsovie, Mazovie

      Autres retours d’entretien d’embauche pour un poste comme Lead Software Development Engineer In Test (SDET) chez EPAM Systems

      Entretien pour Lead Software Development Engineer In Test (SDET)

      15 avr. 2024
      Candidat à l'entretien anonyme
      Pune
      Offre acceptée
      Expérience positive
      Entretien moyen

      Candidature

      J'ai postulé en ligne. Le processus a pris 3 semaines. J'ai passé un entretien chez EPAM Systems (Varsovie, Mazovie) en juin 2021

      Entretien

      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

      Questions d'entretien [1]

      Question 1

      Write the code for context manager
      Répondre à cette question
      Aucune offre
      Expérience positive
      Entretien difficile

      Candidature

      J'ai postulé via un recruteur. Le processus a pris 2 jours. J'ai passé un entretien chez EPAM Systems (Pune) en avr. 2024

      Entretien

      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.

      Questions d'entretien [1]

      Question 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.
      Répondre à cette question
      6