Upload Button Icon Add office photos

Nvidia

Compare button icon Compare button icon Compare

Filter interviews by

Nvidia Senior Devops Engineer Interview Questions and Answers

Updated 22 Nov 2021

Nvidia Senior Devops Engineer Interview Experiences

1 interview found

I applied via Company Website and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Questions were specific to the role and position. In fact, all the questions were around the points highlighted in the job description for the role - as the JD for this specific job was crisp and to the po...
  • Q2. Explain some critical or important assignments that I have done in past?
  • Ans. 

    Led critical DevOps projects enhancing CI/CD pipelines and infrastructure automation for improved deployment efficiency.

    • Implemented a CI/CD pipeline using Jenkins and GitLab CI, reducing deployment time by 40%.

    • Automated infrastructure provisioning with Terraform, enabling consistent environments across development and production.

    • Migrated legacy applications to Docker containers, improving scalability and resource utili...

  • Answered by AI
  • Q3. Why did I have so many switches on my resume. (I had 5 till that date with 7+ years of experience.)

Interview Preparation Tips

Interview preparation tips for other job seekers - Ask as many questions as you can. This was my take away after clearing all the rounds as it helped to make them feel that I was very serious about the opportunity and interested in knowing more about it.
Some questions could be around the current technical challenges in the team and learning more about the vision of the team you are going to work with.

Top trending discussions

View All
Interview Hub
3d (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Nvidia?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed before Feb 2022. 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 - Technical 

(2 Questions)

  • Q1. Basic javascript questions
  • Q2. Opps concepts of PHP

Interview Preparation Tips

Interview preparation tips for other job seekers - All questions are related to my past experience and projects

Senior Devops Engineer Interview Questions Asked at Other Companies

Q1. What are Terraform life cycles ? and how do we use them ?
Q2. How do you trigger a pipeline from a specific version of applicat ... read more
Q3. What is ingress in Kubernetes, and how does it help us when deplo ... read more
Q4. what are stages involved in release pipeline ? Explain the code
Q5. What are TF provisioners? Describe their use cases.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Feb 2023. 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 

(2 Questions)

  • Q1. Previous works related questions in detail.
  • Q2. Water supply related question will put in front of you, if you are working in the same field.
Round 3 - One-on-one 

(1 Question)

  • Q1. If clear the round 1 then 2nd round will not be much difficult for that person.
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiations will done in this round.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. About yourself?
  • Q2. Power sector experience?
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview in Jun 2025, where I was asked the following questions.

  • Q1. Write a program in JavaScript to create your own MyPromise that functions similarly to the built-in Promise using Polyfills.
  • Ans. 

    Implement a custom MyPromise class that mimics JavaScript's built-in Promise functionality using polyfills.

    • Define a MyPromise class with a constructor that accepts an executor function.

    • Store the resolved value and state (pending, fulfilled, rejected) as properties.

    • Implement 'then' method to handle fulfilled and rejected states.

    • Use 'resolve' and 'reject' methods to change the state and trigger callbacks.

    • Handle chaining ...

  • Answered by AI
  • Q2. Write a JavaScript program that sums all the numbers provided and returns the final sum using closures. For example, console.log(sum(1,2,3)(4)(5)()); should return 15. Hint: Use Closure

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was somewhat challenging. In the first round alone, you can anticipate 5 to 6 questions ranging from moderate to tough difficulty. I have noted down a couple of questions that I could recall for preparation. 1) Intermediate knowledge Polyfils. 2) Expert in Closure. 3) Expert in Call Stack etc.

What are the roles & responsibilities of a Senior Devops Engineer at Nvidia?

Infrastructure Design and Implementation

  • Architect and implement end-to-end CI/CD systems
  • Develop and maintain infrastructure codebase
  • Design scalable cloud-based systems for PaaS/IaaS

Read full roles & responsibilities

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Find the memory of the given structure (Struct padding is the hint)
  • Ans. 

    The question asks to find the memory of a given structure by considering struct padding.

    • Struct padding refers to the unused bytes added to align the members of a structure.

    • To find the memory of a structure, we need to consider the size of each member and the padding added.

    • The total memory of a structure is the sum of the sizes of its members and the padding.

  • Answered by AI
  • Q2. Write code to find the position of a number in a BST
  • Ans. 

    Code to find the position of a number in a BST

    • Implement a recursive function to traverse the BST

    • Compare the target number with the current node value

    • If the target is smaller, go to the left subtree; if larger, go to the right subtree

    • Repeat until the target is found or the subtree is null

  • Answered by AI
  • Q3. Create a Trie data structure and perform insertion and search on it.
  • Ans. 

    A Trie is a tree-like data structure used for efficient retrieval of strings. It supports insertion and search operations.

    • A Trie is also known as a prefix tree.

    • Each node in the Trie represents a character.

    • The root node represents an empty string.

    • Each node can have multiple children, each representing a different character.

    • Insertion involves traversing the Trie and creating new nodes as needed.

    • Search involves traversing...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Arista Networks Senior Software Engineer interview:
  • Data Structures
  • OS
  • C

Skills evaluated in this interview

Nvidia HR Interview Questions

14 questions and answers

Q. Explain one important contribution you made to your previous company's prod ... read more
Q. How do you deal with writer's block?
Q. What is the latest book you read?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. A string contains parenthesis, curly brackets and square brackets. Check if the string is valid or not.
  • Ans. 

    Check if a string containing parenthesis, curly brackets, and square brackets is valid.

    • Use a stack to keep track of opening brackets

    • Pop from stack when encountering a closing bracket, ensuring it matches the corresponding opening bracket

    • Return false if stack is not empty at the end

  • Answered by AI

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. Linked list CRUD operations
  • Q2. Invert the bits
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Jan 2025, where I was asked the following questions.

  • Q1. Java output based question
  • Q2. DSA question medium LC
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java basics , oops , spring
Round 2 - One-on-one 

(1 Question)

  • Q1. Manger round basics behavior
  • Ans. 

    Understanding basic managerial behaviors is crucial for effective team dynamics and project success.

    • Effective communication: A manager should clearly convey expectations and feedback. For example, holding regular one-on-one meetings.

    • Empathy: Understanding team members' challenges fosters a supportive environment. For instance, offering flexible work hours during personal crises.

    • Decision-making: A good manager makes inf...

  • Answered by AI

Nvidia Interview FAQs

How to prepare for Nvidia Senior 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 Nvidia. The most common topics and skills that interviewers at Nvidia expect are Automation, Python, MySQL, Agile and JIRA.

Tell us how to improve this page.

Nvidia Senior Devops Engineer Salary
based on 10 salaries
₹23 L/yr - ₹40 L/yr
54% more than the average Senior Devops Engineer Salary in India
View more details

Nvidia Senior Devops Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

4.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Senior DevOps Engineer GeForce NOW Cloud

Pune,

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

Senior DevOps Engineer

Pune

5-10 Yrs

₹ 24-29.6 LPA

Explore more jobs
Processing Executive
1k salaries
unlock blur

₹2.3 L/yr - ₹4.3 L/yr

Software Engineer
147 salaries
unlock blur

₹19.2 L/yr - ₹35 L/yr

Quality Analyst
127 salaries
unlock blur

₹2.5 L/yr - ₹3.8 L/yr

Senior Software Engineer
126 salaries
unlock blur

₹27.6 L/yr - ₹50 L/yr

Data Analyst
112 salaries
unlock blur

₹1.9 L/yr - ₹5.5 L/yr

Explore more salaries
Compare Nvidia with

Qualcomm

3.8
Compare

Intel

4.1
Compare

Indus Towers

3.7
Compare

Sterlite Technologies

3.8
Compare
write
Share an Interview