Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by National Payments Corporation of India Team. If you also belong to the team, you can get access from here

Filter interviews by

National Payments Corporation of India Devops Engineer Interview Questions and Answers

Updated 11 Nov 2024

National Payments Corporation of India Devops Engineer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Devops and agile
  • Ans. 

    DevOps is a software development methodology that combines software development (Dev) with IT operations (Ops) to improve collaboration and efficiency. Agile is a project management methodology that focuses on iterative development and flexibility.

    • DevOps focuses on collaboration between development and operations teams to automate and streamline the software delivery process.

    • Agile emphasizes iterative development, cont...

  • Answered by AI
  • Q2. What is ansible and chef

Skills evaluated in this interview

Devops Engineer Interview Questions & Answers

user image Abhi Smart

posted on 16 Oct 2024

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

I applied via LinkedIn and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Assignment 

The test had 2 sections of total duration 60 minutes. Section 1 was of 40 minutes which consisted of 40 questions from aptitude, reasoning, and English. Section 2 was of 20 minutes which consisted of 20 pseudocodes and the language choice was Python/Java/C++.

Round 2 - Technical 

(2 Questions)

  • Q1. Whatis slicing in python
  • Ans. 

    Slicing in Python refers to extracting a portion of a sequence like a list, tuple, or string.

    • Slicing is done using square brackets and specifying start, stop, and step values.

    • The syntax for slicing is [start:stop:step].

    • Example: list = [1, 2, 3, 4, 5], list[1:4] will return [2, 3, 4].

  • Answered by AI
  • Q2. How do rate yourself in coding, on a scale of 1 – 10
  • Ans. 

    I would rate myself as a 7 in coding skills. I have experience with various programming languages and can write efficient code.

    • I have experience with multiple programming languages such as Python, Java, and Bash

    • I have worked on automating tasks using scripts and creating efficient algorithms

    • I have contributed to open source projects and have a good understanding of software development best practices

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Write a program to check whether a String is Palindrome or not
  • Ans. 

    Program to check if a String is Palindrome or not

    • Create a function that takes a string as input

    • Reverse the string and compare it with the original string

    • If they are the same, then the string is a palindrome

  • Answered by AI
  • Q2. Since you have mentioned that you are not very familiar with Java, how flexible are you in learning new languages or learning new technologies Do you have any questions for us ?

Skills evaluated in this interview

Devops Engineer Interview Questions Asked at Other Companies

asked in Siemens
Q1. How to run a docker command remotely. i.e. Docker is installed on ... read more
asked in Lentra AI
Q2. if you want to connect multiple vpc ,we have 2 or 3 vpc, you have ... read more
Q3. Reverse the String Problem Statement You are given a string STR w ... read more
asked in Nagarro
Q4. Guess The Hidden Number Problem Statement You are given an intege ... read more
Q5. Docker command to transfer an image from one machine to another w ... read more

Devops Engineer Jobs at National Payments Corporation of India

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They focused on my old projects and asked questions about the projects and technologies were used.

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to know end to end architecture, implementation and deployment of your project. In between they may ask questions in BASH, Python etc.,
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Nov 2022. There were 4 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 

Questions based on resume and was asked to write code.

Round 3 - Technical 

(1 Question)

  • Q1. Questions based on resume, past work experience,interests etc
Round 4 - HR 

(1 Question)

  • Q1. General basic questions tell me about yourself,your day-to-day responsibilities in current role, why do you want to join fractal, salary expectations etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - There were total 3 rounds of interview (2 technical interview and 1 Hr). Technical rounds were easy.Questions are asked based on resume. Gave all 3 interviews but didn't hear back from the HR. If you don't want to select a candidate atleast inform the candidate about the results.

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

Interview Questionnaire 

1 Question

  • Q1. They ask me about jenkins, common aws services, github commands, Docker architecture etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush your basic very well. Dont lie during interview
Round 1 - Technical 

(1 Question)

  • Q1. In depth questions on AWS, Disaster recovery
Round 2 - Technical 

(1 Question)

  • Q1. Real life scenario questions. Debugging, troubleshooting skills
Round 3 - Behavioral 

(1 Question)

  • Q1. NA............
Round 4 - HR 

(1 Question)

  • Q1. NA

Interview Preparation Tips

Interview preparation tips for other job seekers - NA
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Questions About Blue Green Deployment, Kubernetes

I applied via Approached by Company and was interviewed in Jan 2022. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Real world docker questions.
  • Q2. Asked questions on Jenkinsfile
Round 2 - One-on-one 

(2 Questions)

  • Q1. Question no SSL certification rotation of kubernetes ingress controller
  • Q2. Debugging of kubernetes deployment.
  • Ans. 

    Debugging kubernetes deployment involves identifying and resolving issues in the deployment process.

    • Check the deployment logs for errors and warnings

    • Verify the configuration files for correctness

    • Use kubectl commands to inspect the deployment status

    • Check the health of the pods and containers

    • Use debugging tools like kubectl exec and logs to troubleshoot issues

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Question on AWS concepts
  • Q2. Infrastructure related questions on AWS.

Interview Preparation Tips

Interview preparation tips for other job seekers - In-depth knowledge on every topic.

Skills evaluated in this interview

Interview experience
4
Good
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 3 interview rounds.

Round 1 - Coding Test 

Create immutable Arraylist.

Round 2 - Technical 

(1 Question)

  • Q1. Questions on core java like creating immutable class and collections.
Round 3 - HR 

(1 Question)

  • Q1. Why are you looking for a change.

I applied via Naukri.com and was interviewed before Dec 2021. There were 4 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 

(1 Question)

  • Q1. Questions related to SAP BW and HANA
Round 3 - One-on-one 

(1 Question)

  • Q1. Questions related to SAP BW and HANA
Round 4 - HR 

(1 Question)

  • Q1. Reason for Job Change

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident and clear with concepts
Fractal offers good hike

National Payments Corporation of India Interview FAQs

How many rounds are there in National Payments Corporation of India Devops Engineer interview?
National Payments Corporation of India interview process usually has 2 rounds. The most common rounds in the National Payments Corporation of India interview process are Technical and Assignment.
How to prepare for National Payments Corporation of India Devops Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at National Payments Corporation of India. The most common topics and skills that interviewers at National Payments Corporation of India expect are Kubernetes, Ansible, Devops, Docker and Terraform.
What are the top questions asked in National Payments Corporation of India Devops Engineer interview?

Some of the top questions asked at the National Payments Corporation of India Devops Engineer interview -

  1. Write a program to check whether a String is Palindrome or ...read more
  2. Whatis slicing in pyt...read more
  3. What is Devops and ag...read more

Tell us how to improve this page.

National Payments Corporation of India Devops Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
National Payments Corporation of India Devops Engineer Salary
based on 26 salaries
₹6 L/yr - ₹10 L/yr
5% less than the average Devops Engineer Salary in India
View more details

National Payments Corporation of India Devops Engineer Reviews and Ratings

based on 3 reviews

2.4/5

Rating in categories

2.8

Skill development

2.4

Work-life balance

2.2

Salary

3.4

Job security

2.8

Company culture

2.2

Promotions

2.2

Work satisfaction

Explore 3 Reviews and Ratings
Devops Engineer

Hyderabad / Secunderabad,

Mumbai

4-7 Yrs

Not Disclosed

Explore more jobs
Senior Associate
433 salaries
unlock blur

₹5.7 L/yr - ₹21.1 L/yr

Deputy Manager
112 salaries
unlock blur

₹6 L/yr - ₹16 L/yr

Graduate Engineer Trainee (Get)
100 salaries
unlock blur

₹5.2 L/yr - ₹7.7 L/yr

Associate
84 salaries
unlock blur

₹3.8 L/yr - ₹14.5 L/yr

Lead
77 salaries
unlock blur

₹12 L/yr - ₹33 L/yr

Explore more salaries
Compare National Payments Corporation of India with

Oyo Rooms

3.3
Compare

Udaan

3.9
Compare

Ekart Logistics

3.9
Compare

Thomson Reuters

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