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 Jr. Java developer 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.

      Vacatures

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

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

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

      Sollicitatiegesprek voor de functie Jr. Java developer

      25 sep 2025
      Kandidaat voor anonieme sollicitatie
      Haiderabad

      Overige sollicitatiereviews voor Jr. Java developer bij EPAM Systems

      Sollicitatiegesprek voor de functie Junior Java Developer

      3 mrt 2026
      Kandidaat voor anonieme sollicitatie
      Geen aanbod
      Negatieve ervaring
      Geen aanbod
      Positieve ervaring
      Gemiddeld sollicitatiegesprek

      Sollicitatie

      Ik heb via een werknemersdoorverwijzing gesolliciteerd. De procedure duurde 4 weken. Ik heb gesolliciteerd bij EPAM Systems (Haiderabad) in aug 2025

      Sollicitatiegesprek

      I applied through LinkedIn under a referral program. Soon after, I received an email about an online exam which was conducted in virtual mode. 1. Online Exam: Sections included Aptitude, Computer Science fundamentals, and two coding questions (easy to moderate level). After clearing the test, I received an email for the interview round. 2. Interview Round: The interview started with the usual “Introduce yourself” question. The interviewer then went through my resume and projects. They asked me to explain or write code for parts of my project/technology to check if I had actually implemented it myself. 3. OOPs in Java: The interviewer asked how much Java I knew. I said I was confident up to OOP concepts. He then asked a series of OOP-based questions and wanted me to explain them with code examples. Example: Is multiple inheritance in Java possible? If not, how is it achieved? Show with code. Similar questions covered the full OOPs concepts (inheritance, abstraction, polymorphism, interfaces, etc.). 4. Coding Question: I was given a coding problem. When I couldn’t solve it, he gave me another: Problem: Reverse each word separately. Input: "EPAM REFERAL" Output: "MAPE LAREFER" 5. Closing: At the end, he asked if I had any questions for him and then concluded the interview.

      Sollicitatievragen [1]

      Vraag 1

      Testing my knowledge in core java
      Vraag beantwoorden
      Eenvoudig sollicitatiegesprek

      Sollicitatie

      Ik heb gesolliciteerd bij EPAM Systems

      Sollicitatiegesprek

      The interviewer did not follow the list of topics that was sent to me for preparation. The questions felt random and not connected to each other. When I needed a short moment to think and choose the right words, there was no support or guidance. I was also accused of using prompts, but no proof was given. I strongly disagree with this claim. For the technical task, I was given only 15 minutes, even though 30 minutes had been mentioned before. When time was almost over, I explained that I was very close to finishing and clearly described my solution and thinking process. The interviewer asked one more question about my solution, and I answered it correctly. So saying that I did not complete the task is not accurate. In my opinion, the interviewer did not seem interested and did not answer my questions clearly. Overall, my experience was negative from the beginning.

      Sollicitatievragen [1]

      Vraag 1

      about experience with AWS - difference between Dynamo db and postgresql
      Vraag beantwoorden

      Sollicitatiegesprek voor de functie Junior Java Software Developer

      19 feb 2026
      Kandidaat voor anonieme sollicitatie
      Bengaluru
      Geen aanbod
      Neutrale ervaring
      Moeilijk sollicitatiegesprek

      Sollicitatie

      Ik heb via een hogeschool of universiteit gesolliciteerd. Ik heb gesolliciteerd bij EPAM Systems (Bengaluru) in feb 2026

      Sollicitatiegesprek

      The recruitment process was conducted as a pool campus drive with participation from multiple colleges. The first round was an online assessment, which I cleared successfully. The second round was an in-person pen-and-paper coding test that began around 10:30 AM, and results were announced around 2:00 PM. Approximately 400 students appeared for this round, and around 30 candidates were shortlisted. The pen-and-paper round focused more on object-oriented programming concepts rather than traditional DSA. Candidates were asked to design a system using abstraction and inheritance principles. After the written round, the shortlisted candidates proceeded to an in-person technical interview. The overall process was structured and competitive, with a strong emphasis on core OOP fundamentals and logical thinking rather than pure algorithmic problems. I appeared for the interview in February 2026 in Bangalore. Based on what seniors had shared, earlier batches were typically asked more DSA-focused questions. However, in my case, the focus shifted more toward object-oriented design and abstraction concepts rather than traditional algorithm-based problems. The overall emphasis was on OOP fundamentals, class hierarchy design, and clarity of implementation.

      Sollicitatievragen [1]

      Vraag 1

      In the pen-and-paper round, all candidates were given the same problem statement. I am not entirely certain if this was the exact wording, but the core requirement was to design a system using abstraction and inheritance principles. Specifically, I had to create an abstract class named Hospital, define abstract methods such as getDescription(), and declare the required variables. Then, I needed to create a Person class with a string variable name, extend it into a Patient class, and override the getDescription() method. Additionally, I was asked to implement simple logic such as retrieving the next patient based on priority. The focus of the question was mainly on understanding abstraction, method overriding, class hierarchy, and applying basic low-level design concepts rather than solving a pure data structures problem.
      Vraag beantwoorden
      1

      Sollicitatiegesprek voor de functie Junior Java Developer

      10 okt 2025
      Kandidaat voor anonieme sollicitatie
      Geen aanbod
      Positieve ervaring
      Gemiddeld sollicitatiegesprek

      Sollicitatie

      Ik heb gesolliciteerd bij EPAM Systems

      Sollicitatiegesprek

      Live coding was related to the basic data structures, Beside of coding, there were some core Java questions, and database questions. Also there are few multithreading questions. Interviewer was very friendly and supportive during the process.

      Sollicitatievragen [1]

      Vraag 1

      There is a question related to exception handling.
      Vraag beantwoorden