Upload Button Icon Add office photos

Filter interviews by

Electronics and Computer Software Export Promotion Council Devops Engineer Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Basic questions about automation tools like Jenkins and docker
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2022. There were 3 interview rounds.

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 - Coding Test 

You will be asked basic coding questions like:
1. Reverse a string
2. Find if the given word is palindrome.
3. Few shell scripting

Round 3 - HR 

(3 Questions)

  • Q1. Your expected ctc
  • Ans. 

    I am expecting a competitive salary based on my skills, experience, and the market rate for DevOps Engineers.

    • I have researched the average salary range for DevOps Engineers in my area.

    • I have considered my years of experience and expertise in the field.

    • I am open to negotiation based on the overall compensation package offered.

    • I am looking for a salary that reflects the value I can bring to the company.

    • I am also interest...

  • Answered by AI
  • Q2. Your last day/ notice period in current org
  • Q3. Let them know how early you can join

Interview Preparation Tips

Interview preparation tips for other job seekers - Get some one reference…. You’ll get a good chance

I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. CICD process
  • Ans. 

    CICD process is a software development approach that automates the building, testing, and deployment of code changes.

    • CICD stands for Continuous Integration and Continuous Deployment

    • It involves automating the entire software development process

    • It helps in reducing errors and improving the quality of the code

    • Tools like Jenkins, GitLab, and Travis CI are used for CICD

    • Example: Code changes are automatically built, tested, ...

  • Answered by AI
  • Q2. Terraform
  • Q3. Pipeline stages
  • Ans. 

    Pipeline stages are the different steps involved in the continuous delivery process.

    • Pipeline stages include building, testing, deploying, and monitoring.

    • Each stage has its own set of tools and processes.

    • Stages can be automated to ensure consistency and efficiency.

    • Examples of tools used in pipeline stages include Jenkins, Git, Docker, and Kubernetes.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview contains two rounds, first round was technical round, the interviewer was very kind and asked on the topics of CICD process, Terraform and Pipeline stages. The second round was HR round, asked on the basic stuffs like my likes and dislikes and any appreciation that I received.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Dec 2021. There were 2 interview rounds.

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 - One-on-one 

(2 Questions)

  • Q1. Explain CICD pipelines which you hava followed?
  • Ans. 

    I have followed CICD pipelines using Jenkins, GitLab CI/CD, and AWS CodePipeline.

    • Used Jenkins to automate build, test, and deployment processes for Java applications

    • Implemented GitLab CI/CD for continuous integration and delivery of web applications

    • Utilized AWS CodePipeline to create end-to-end pipelines for deploying serverless applications

    • Integrated automated testing and code quality checks in all pipelines

    • Implemente...

  • Answered by AI
  • Q2. Introduce yourself towards the role you have worked on?

Interview Preparation Tips

Interview preparation tips for other job seekers - Bold enough to face the interviewers
Ask more questions to them about company and work culture

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2022. There were 3 interview rounds.

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 

(1 Question)

  • Q1. What are day to day activities.
  • Ans. 

    Day to day activities of a DevOps Engineer

    • Collaborating with development and operations teams

    • Automating deployment processes

    • Monitoring system performance and troubleshooting issues

    • Managing infrastructure and cloud services

    • Implementing security measures

    • Continuous improvement of processes and systems

  • Answered by AI
Round 3 - Aptitude Test 

Explain about the ci/cd set up of your project

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before May 2023.

Round 1 - Technical 

(1 Question)

  • Q1. DevOps Tool and Technologies

I applied via Company Website and was interviewed in Dec 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

You should be a good math solver

Round 2 - Coding Test 

Mostly question were based on data structure and algorithm and Kadane's Algorithm . Leet code is the best platform for cracking any coding interview . The logic were similar for every question from the leet code only they changes the name

Round 3 - Technical 

(2 Questions)

  • Q1. 1. Question based on your prefer programming language 2.Question on your Coding round , how you solved this program , what its time complexity 3.Question based on DSA.
  • Q2. What is tuple? What is recursion? Time Complexity of a coding question which comes on your coding round There were some more practical question there based on java .
Round 4 - HR 

(1 Question)

  • Q1. Be Confident , talk properly ask him question in the last

Interview Preparation Tips

Topics to prepare for Nagarro Devops Engineer interview:
  • DSA
  • DBMS
  • SQL
  • Object Oriented Programming
  • Programming language
Interview preparation tips for other job seekers - Practice on Leet Code , keep a good knowledge of DBMS, DSA and SQl

I appeared for an interview in Nov 2021.

Round 1 - Video Call 

(2 Questions)

Round duration - 30 minutes
Round difficulty - Medium

  • Q1. How do you approach solving and troubleshooting infrastructure issues?
  • Ans. 

    I approach solving and troubleshooting infrastructure issues by following a systematic approach and utilizing various tools and techniques.

    • Identify the root cause of the issue by analyzing logs, monitoring metrics, and conducting tests.

    • Utilize automation tools like Ansible, Puppet, or Chef to quickly deploy and configure infrastructure.

    • Collaborate with team members and stakeholders to gather information and brainstorm ...

  • Answered by AI
  • Q2. 

    Guess The Hidden Number Problem Statement

    You are given an integer N and there is a hidden number within the range [0, N] that you must guess. You have access to a function higherLower(k) which helps in g...

  • Ans. 

    The task is to guess a hidden number within a given range using a function that provides hints about the number's relation to a given input.

    • Use the higherLower(k) function to determine if the hidden number is smaller, equal to, or greater than the input k.

    • Implement a binary search algorithm to efficiently guess the hidden number within the given range.

    • Iteratively narrow down the range based on the hints provided by the...

  • Answered by AI
Round 2 - Video Call 

Round duration - 60 minutes
Round difficulty - Hard

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Devops Engineer in GurgaonEligibility criteriaNo criteriaNagarro interview preparation:Topics to prepare for the interview - Cloud : AWS, GCPKubernetes, Docker, Prometheus, Grafana, Git, shell scripting, terraform, HelmTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Having certifications is an additional benefit in interview 
Tip 2 : Do atleast 2-3 projects

Application resume tips for other job seekers

Tip 1 : After making your resume verify the resume score online
Tip 2 : try to highlight the tools and tech you have worked in

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Total 4 rounds excluding 1 assessment which is easy. 3 technical rounds and 1 HR round
  • Q2. Asked about Terraform, Docker, Kubernetes and Jenkins

Interview Preparation Tips

Interview preparation tips for other job seekers - For good results, kindly sharpen the basics of the tools used in the project.
Also, try to explain in a proper way how you contributed in present organization.

Devops Engineer Interview Questions & Answers

Nagarro user image Sibadutta Mohapatra

posted on 25 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is vault & how it is integrated with your AWS
  • Ans. 

    Vault is a tool for managing secrets and protecting sensitive data.

    • Vault securely stores and manages sensitive information such as API keys, passwords, and certificates.

    • It provides a centralized place for managing access control and encryption of data.

    • Vault can be integrated with AWS to securely store and retrieve AWS credentials and other sensitive information.

    • Integration with AWS allows for automated provisioning and...

  • Answered by AI

Skills evaluated in this interview

Tell us how to improve this page.

Compare Electronics and Computer Software Export Promotion Council with

Accenture

3.8
Compare

Capgemini

3.7
Compare

HCLTech

3.5
Compare

Teleperformance

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview