Upload Button Icon Add office photos

EPAM Systems

Compare button icon Compare button icon Compare

Filter interviews by

EPAM Systems Senior Software Engineer 2 Interview Questions and Answers

Updated 7 Aug 2024

7 Interview questions

A Senior Software Engineer 2 was asked
Q. Explain the process of auto-scaling EC2 instances.
Ans. 

Auto scaling of EC2 instances involves setting up policies to automatically adjust the number of instances based on demand.

  • Set up CloudWatch alarms to monitor metrics like CPU utilization or network traffic

  • Create an Auto Scaling Group with desired minimum and maximum number of instances

  • Define scaling policies to add or remove instances based on the alarms triggered

  • Test the auto scaling by simulating load on the in...

A Senior Software Engineer 2 was asked
Q. How would you create a CI/CD pipeline?
Ans. 

Set up a ci/cd pipeline for automated software deployment

  • Choose a CI/CD tool like Jenkins, GitLab CI, or CircleCI

  • Define the stages of the pipeline (build, test, deploy)

  • Integrate with version control system (e.g. GitHub, Bitbucket)

  • Automate testing and code quality checks

  • Configure notifications for pipeline status updates

Senior Software Engineer 2 Interview Questions Asked at Other Companies

asked in Synechron
Q1. What microservices patterns are you aware ? let's assume that the ... read more
Q2. Given a scenario, draw a system diagram and explain the reasoning ... read more
Q3. Draw a system diagram for an e-commerce system that allows a cust ... read more
asked in Wipro
Q4. What are the key features of Java 8 that facilitate coding with s ... read more
Q5. Explain the internal workings of Node.js and how it processes asy ... read more
A Senior Software Engineer 2 was asked
Q. Tell me about Terraform.
Ans. 

Terraform is an open-source infrastructure as code software tool created by HashiCorp.

  • Terraform allows users to define and provision infrastructure using a declarative configuration language.

  • It supports multiple cloud providers such as AWS, Azure, and Google Cloud Platform.

  • Terraform uses a 'plan and apply' workflow to make changes to infrastructure.

  • It helps in automating the process of setting up and managing infr...

A Senior Software Engineer 2 was asked
Q. Tell me more about your experience with Python scripting.
Ans. 

Python scripting is a way to automate tasks using Python programming language.

  • Python scripting allows for automating repetitive tasks by writing scripts in Python.

  • It is commonly used for tasks like data processing, web scraping, and automation.

  • Python scripts can be run from the command line or integrated into larger applications.

  • Python's extensive standard library makes it easy to work with files, networks, and mo...

What people are saying about EPAM Systems

View All
a junior software developer
1w
Should I stay or switch?
So I(~3yoe java dev) recently made my first switch to a product based company. The work used to be good, has good wlb and chill time and flexible timings and wfo. The thing is I'm not getting any PBC vibes. All people in my team/company are from service based only(not judging them as it's inc. me), no super serious work/production bugs/oncall(i don't want to work in such pressure but atleast want to know how people handle it), no similar mindset people, no girls to talk to(yes it's a major issue for me, as I didn't have any female friends to talk to, let alone love) So it's a big concern for me, to build some connection with someone, and even worse thing I got changed to new team, they aren't even assigning proper work and I've been having sooo much free time since past 2 weeks. I've lost motivation to do anything,for many other reasons in life. Ik this is a dream job for many,inc me but now I'm in this i just couldn't get enough of it, please suggest what to do. TIA
Got a question about EPAM Systems?
Ask anonymously on communities.
A Senior Software Engineer 2 was asked
Q. What is the difference between merge and rebase in Git?
Ans. 

Merge combines changes from different branches, while rebase moves the current branch to the tip of another branch.

  • Merge creates a new commit with the combined changes of two branches.

  • Rebase moves the current branch to the tip of another branch, replaying the commits on top of it.

  • Merge preserves the commit history of both branches, while rebase creates a linear history.

  • Merge is non-destructive and is preferred for...

A Senior Software Engineer 2 was asked
Q. What is hierarchical injection in Angular?
Ans. 

Hierarchical injectors in Angular manage dependency injection across component trees, promoting modularity and reusability.

  • Angular uses a hierarchical dependency injection system to manage services and components.

  • Each Angular module can have its own injector, allowing for scoped services.

  • Child components can access services from their parent injectors, enabling shared state.

  • Example: A service provided in a parent ...

A Senior Software Engineer 2 was asked 10mo ago
Q. System design of current project
Ans. 

Designed a scalable microservices architecture using Docker and Kubernetes for real-time data processing.

  • Utilized Docker containers to encapsulate each microservice for easy deployment and scaling

  • Implemented Kubernetes for automated container orchestration and management

  • Used Kafka for real-time data streaming and processing

  • Designed RESTful APIs for communication between microservices

Are these interview questions helpful?

EPAM Systems Senior Software Engineer 2 Interview Experiences

4 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Two java coding questions - 1 DSA and 1 streams

Round 2 - Technical 

(2 Questions)

  • Q1. AWS lambda related - cons and pros
  • Q2. AWS VPC related - NACL and security groups
Round 3 - Technical 

(1 Question)

  • Q1. System design of current project
  • Ans. 

    Designed a scalable microservices architecture using Docker and Kubernetes for real-time data processing.

    • Utilized Docker containers to encapsulate each microservice for easy deployment and scaling

    • Implemented Kubernetes for automated container orchestration and management

    • Used Kafka for real-time data streaming and processing

    • Designed RESTful APIs for communication between microservices

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Sep 2023.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(4 Questions)

  • Q1. There were many interview questions about javascript. You need to know about OOPS in javascript,prototypical inheritance, find palindrome substring in a given string most optimal solutions
  • Q2. Difference between merge and rebase in git
  • Ans. 

    Merge combines changes from different branches, while rebase moves the current branch to the tip of another branch.

    • Merge creates a new commit with the combined changes of two branches.

    • Rebase moves the current branch to the tip of another branch, replaying the commits on top of it.

    • Merge preserves the commit history of both branches, while rebase creates a linear history.

    • Merge is non-destructive and is preferred for pres...

  • Answered by AI
  • Q3. Angular usefactory , usevalue, useclass
  • Q4. Hirerichal injector in angular
  • Ans. 

    Hierarchical injectors in Angular manage dependency injection across component trees, promoting modularity and reusability.

    • Angular uses a hierarchical dependency injection system to manage services and components.

    • Each Angular module can have its own injector, allowing for scoped services.

    • Child components can access services from their parent injectors, enabling shared state.

    • Example: A service provided in a parent compo...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for EPAM Systems Senior Software Engineer 2 interview:
  • Javascript
  • Angular
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Create Shell script for 100 users on 5 different servers
  • Ans. 

    Create a Shell script to add 100 users on 5 different servers.

    • Use a loop to create 100 users on each server.

    • Utilize the 'useradd' command to add users.

    • Ensure unique usernames for each user on each server.

    • Consider using SSH for remote server access.

    • Test the script on a single server before running on all servers.

  • Answered by AI
  • Q2. Create ci/cd pipeline
  • Ans. 

    Set up a ci/cd pipeline for automated software deployment

    • Choose a CI/CD tool like Jenkins, GitLab CI, or CircleCI

    • Define the stages of the pipeline (build, test, deploy)

    • Integrate with version control system (e.g. GitHub, Bitbucket)

    • Automate testing and code quality checks

    • Configure notifications for pipeline status updates

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about terraform
  • Ans. 

    Terraform is an open-source infrastructure as code software tool created by HashiCorp.

    • Terraform allows users to define and provision infrastructure using a declarative configuration language.

    • It supports multiple cloud providers such as AWS, Azure, and Google Cloud Platform.

    • Terraform uses a 'plan and apply' workflow to make changes to infrastructure.

    • It helps in automating the process of setting up and managing infrastru...

  • Answered by AI
  • Q2. Write auto scaling of ec2 instances
  • Ans. 

    Auto scaling of EC2 instances involves setting up policies to automatically adjust the number of instances based on demand.

    • Set up CloudWatch alarms to monitor metrics like CPU utilization or network traffic

    • Create an Auto Scaling Group with desired minimum and maximum number of instances

    • Define scaling policies to add or remove instances based on the alarms triggered

    • Test the auto scaling by simulating load on the instanc...

  • Answered by AI
Round 3 - Behavioral 

(2 Questions)

  • Q1. Tell me more about python scripting
  • Ans. 

    Python scripting is a way to automate tasks using Python programming language.

    • Python scripting allows for automating repetitive tasks by writing scripts in Python.

    • It is commonly used for tasks like data processing, web scraping, and automation.

    • Python scripts can be run from the command line or integrated into larger applications.

    • Python's extensive standard library makes it easy to work with files, networks, and more.

  • Answered by AI
  • Q2. Where do you see after 5 years in this organization

Interview Preparation Tips

Topics to prepare for EPAM Systems Senior Software Engineer 2 interview:
  • Shell Scripting
  • Terraform
  • Git lab
  • Jenkins
  • AWS

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic java questions
Round 2 - HR 

(1 Question)

  • Q1. Formal discussion

Interview questions from similar companies

Interview Questionnaire 

5 Questions

  • Q1. Oops,program on oops concepts,collection related examples. Hibernate and spring related questions
  • Q2. Logical programs String related
  • Q3. Managerial round Most of the questions asked on java, jQuery, java script and hibernate
  • Q4. Spring annotations Discussion on previous project
  • Q5. Introduction Skills related Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Study basics

Interview Questionnaire 

1 Question

  • Q1. Core java
Are these interview questions helpful?

I appeared for an interview before Jun 2021.

Round 1 - Coding Test 

Had DSA and aptitude questions

Round 2 - Technical 

(1 Question)

  • Q1. DSA a questions, Database Questions
Round 3 - HR 

(1 Question)

  • Q1. 5 min question and answers about company

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA and database management

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude knowledge

Round 2 - Coding Test 

Strong in java

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confidence and focus on your goal

Interview Questionnaire 

3 Questions

  • Q1. Basic questions from the resume content. Be through with the project mentioned in your resume. Also try to prepare at least one object oriented language basics.
  • Q2. I was asked questions on RADIUS TACACS Firewalls and VPN as I had mentioned network security in my resume
  • Q3. Not at all difficult just as general HR interview

Interview Preparation Tips

Round: Test
Experience: If you are applying as a fresher, you may have to appear for a test which will have basic aptitude questions on General Maths and English followed by two basic coding questions in any language like C C++ Java etc

Round: Group Discussion
Experience: Just be confident in keeping your point. Cracking this won't be that difficult.

EPAM Systems Interview FAQs

How many rounds are there in EPAM Systems Senior Software Engineer 2 interview?
EPAM Systems interview process usually has 2-3 rounds. The most common rounds in the EPAM Systems interview process are Technical, Resume Shortlist and HR.
What are the top questions asked in EPAM Systems Senior Software Engineer 2 interview?

Some of the top questions asked at the EPAM Systems Senior Software Engineer 2 interview -

  1. create Shell script for 100 users on 5 different serv...read more
  2. Tell me more about python script...read more
  3. Difference between merge and rebase in ...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.8/5

based on 4 interview experiences

Difficulty level

Moderate 33%
Hard 67%

Duration

Less than 2 weeks 100%
View more
EPAM Systems Senior Software Engineer 2 Salary
based on 27 salaries
₹21.6 L/yr - ₹36 L/yr
6% more than the average Senior Software Engineer 2 Salary in India
View more details

EPAM Systems Senior Software Engineer 2 Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer
3.7k salaries
unlock blur

₹16.4 L/yr - ₹37.2 L/yr

Software Engineer
2.2k salaries
unlock blur

₹8.5 L/yr - ₹23.8 L/yr

Lead Software Engineer
1.1k salaries
unlock blur

₹29.9 L/yr - ₹47 L/yr

Senior Systems Engineer
390 salaries
unlock blur

₹22 L/yr - ₹36.3 L/yr

Software Developer
366 salaries
unlock blur

₹10.2 L/yr - ₹30.5 L/yr

Explore more salaries
Compare EPAM Systems with

DXC Technology

3.6
Compare

Optum Global Solutions

4.0
Compare

Virtusa Consulting Services

3.7
Compare

CGI Group

4.0
Compare
write
Share an Interview