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?
  • 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.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Hard
Process Duration
-
Result
No response

I was interviewed in Dec 2024.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Mostly related to docker networking concept.
  • Q2. How linux boot process work?
  • Ans. 

    Linux boot process involves several stages including BIOS, bootloader, kernel initialization, and user space initialization.

    • BIOS (Basic Input/Output System) performs hardware initialization and loads bootloader

    • Bootloader (GRUB, LILO) loads the Linux kernel into memory and starts it

    • Kernel initializes devices, mounts the root filesystem, and starts the init process

    • Init process (systemd, SysVinit) starts user space proces

  • Answered by AI
  • Q3. Git, merge abd rebase cherry-pick etc

Interview Preparation Tips

Interview preparation tips for other job seekers - overall interview was good
i was interviewed for devops roles
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in May 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 - Aptitude Test 

Easy questions were there in round 10 . . . . . . .

Round 3 - Technical 

(2 Questions)

  • Q1. Easy questions. . . . . . . . .
  • Q2. Everything from fundamentals.....

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep clam and listen to your brain. . . . . . .. . . .
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about your Protect?
  • Q2. Questions on C++
Round 2 - Technical 

(2 Questions)

  • Q1. Day to day tasks
  • Ans. 

    Day to day tasks involve coding, debugging, testing, and collaborating with team members.

    • Writing code for new features or fixing bugs

    • Debugging and troubleshooting issues

    • Testing code to ensure quality and functionality

    • Collaborating with team members on projects

    • Participating in code reviews and providing feedback

  • Answered by AI
  • Q2. Team management questions
Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiations
  • Q2. Bahaviour questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Reserve Binary Search Tree
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Last Project details
  • Ans. 

    Designed and implemented a cloud-based data analytics platform for real-time monitoring of network performance.

    • Led a team of 5 engineers in developing the platform using AWS services such as EC2, S3, and Lambda functions

    • Integrated data visualization tools like Tableau for generating reports and dashboards

    • Implemented machine learning algorithms for predictive analysis of network outages

    • Collaborated with stakeholders to ...

  • Answered by AI
  • Q2. SV -UVM questions

I applied via LinkedIn and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Hashmap working.
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows constant time access to values.

    • Hashmap uses a hash function to map keys to indices in an array.

    • Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.

    • Hashmap operations like insertion, deletion, and lookup have an average time complexity of O(1).

  • Answered by AI
  • Q2. Problem solving. Minimum absolute difference pairs

Interview Preparation Tips

Interview preparation tips for other job seekers - There were two people one hiring manager and one person who asked technical.
This person was so rude.I hardly understood what he was speaking his accent was so bad.I don't understand how a standard company like Applied Materials even hired this person who is lacking at a basic level of Communication.

One should make the person comfortable before the interview to even get the best from the candidate.

First question in discussion was what is your salary expectations and what offer do u already have that's pathetic to ask this question in the beginning itself.

They don't pay well yet they expect the candidate to be perfect.
Worst interview experience I have ever had .
Please be nice to candidates.Have some standards for your hiring process don't be rude and arrogant.if you want to hire a potential candidate be nice to the person at the first place that's when you can check the knowledge and technical capabilites of a person not just simply ask same set of questions.

Skills evaluated in this interview

I applied via Company Website and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Write your own stack?
  • Ans. 

    A stack is a linear data structure that follows the Last In First Out (LIFO) principle.

    • Implement using an array or linked list

    • Push operation adds element to top of stack

    • Pop operation removes element from top of stack

    • Peek operation returns top element without removing it

  • Answered by AI
  • Q2. How to find intersection happened between two linked list?
  • Ans. 

    To find intersection of two linked lists, traverse both lists and compare each node.

    • Traverse both linked lists and compare each node

    • Use two pointers, one for each linked list

    • If a node is common, return the node

    • If both pointers reach the end, return null

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Applied Materials Senior Software Engineer interview:
  • Data Structures
Interview preparation tips for other job seekers - Basic should be good, interview is easy to medium type only

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Java, servlet jsp
  • Q2. Redirction in java
  • Ans. 

    Redirection in Java is the process of forwarding a request from one URL to another URL.

    • Redirection is achieved using the HttpServletResponse.sendRedirect() method.

    • It is commonly used for handling authentication and authorization.

    • Redirection can be permanent or temporary, depending on the HTTP status code used.

    • Examples of HTTP status codes used for redirection are 301, 302, and 307.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - basic answer of it, and explain about project

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in May 2020. There were 7 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Angular and JavaScript basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

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, MySQL, Python, Agile and JIRA.

Tell us how to improve this page.

Interview Questions from Similar Companies

Cisco Interview Questions
4.1
 • 370 Interviews
Qualcomm Interview Questions
3.8
 • 253 Interviews
Intel Interview Questions
4.2
 • 214 Interviews
Indus Towers Interview Questions
3.8
 • 175 Interviews
Texas Instruments Interview Questions
4.1
 • 120 Interviews
BT Business Interview Questions
4.0
 • 79 Interviews
Tejas Networks Interview Questions
4.0
 • 75 Interviews
View all
Nvidia Senior Devops Engineer Salary
based on 10 salaries
₹21 L/yr - ₹40 L/yr
67% 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
Processing Executive
1.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Analyst
144 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
141 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Analyst
119 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
104 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Nvidia with

Qualcomm

3.8
Compare

Intel

4.2
Compare

Advanced Micro Devices

3.7
Compare

Micron Technology

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