Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      NVIDIA

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: NVIDIA reviews | NVIDIA jobs | NVIDIA salaries | NVIDIA benefits | NVIDIA conversations
      NVIDIA interviewsNVIDIA Systems Software Engineer interviewsNVIDIA interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Glassdoor LLC.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalised job recommendations and updates by starting your searches.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Systems Software Engineer Interview

      30 Nov 2018
      Anonymous interview candidate
      Santa Clara, CA
      No offer
      Neutral experience
      Average interview

      Application

      I applied through an employee referral. I interviewed at NVIDIA (Santa Clara, CA) in Nov 2018

      Interview

      Applied through a reference. Spoke to a recruiter who asked to describe the experience on my resume. Resume was then posted to the NVIDIA job board, after which multiple people from different teams contacted me. Had a technical phone screen where I was asked much more in depth questions about my experience, followed by technical phone interview. After which they flew me to Santa Clara site, and went through a series of 6 interviews.

      Interview questions [3]

      Question 1

      If we have a string : "abc ef 12 g", write a function that takes the pointer to the string reorganizes the string to be: "g 12 ef abc". Note that there are 3 spaces after abc, 2 spaces after ef, and 1 space after 12 in the original string, but the spaces are reversed. So in essence, write a function to reverse a string and then put the words between the spaces back in order. And the string length can be known or not.
      3 Answers

      Question 2

      write a function where if you are given the pointer to the head of a linked list, return the pointer of the middle node. And modify the program to check if the linked list loops back into itself.
      1 Answer

      Question 3

      write a function to check if an unsigned integer is a power of 2. if it is a power of 2, return the power. otherwise return 0.
      3 Answers
      16