Interview process held in Nov 2021 for internship duration of 5 months starting from Jan to Jun. Hackerrank test consists of 2 coding problems, OS,… Read More
Tag Archives: Nvidia
Round 1 (Technical Interview) – Three coding questions were asked along with some C++ output questions. https://www.geeksforgeeks.org/pairwise-swap-elements-of-a-given-linked-list/ – I was asked to scale the implemented… Read More
Given a square matrix, the task is that we turn it by 180 degrees in an anti-clockwise direction without using any extra space. Examples : … Read More
Given a square matrix, the task is that turn it by 180 degrees in an anti-clockwise direction without using any extra space. Examples : Input:… Read More
Given a square matrix, the task is that we turn it by 180 degrees in an anti-clockwise direction without using any extra space. Examples : … Read More
Given a square matrix, the task is that we turn it by 180 degrees in an anti-clockwise direction without using any extra space. Examples : … Read More
My Background: I worked in the compiler frontend (Clang) during my thesis developing a compiler-like tool for static analysis of C language. Basically a linter… Read More
Round 1: Why you want to switch What are interrupts discussion that only: https://www.youtube.com/watch?v=Wfau1WC5m4c Write a program to find the minimum number out of three… Read More
Company name – Nvidia Role – Software Intern Duration – 6 month Round 1 (Written Test) This is an on-campus drive for both B.Tech and… Read More
Round 1: This was a written round with 40 question and no negative marking. There were 3 sections: C/C++ output(quite tough) OS(average), Aptitude(average) Round 2:… Read More
Given a square matrix, the task is that we turn it by 180 degrees in an anti-clockwise direction without using any extra space. Examples : … Read More
Round 1: What is IPC and how semaphore is used for this? What’s wrong in the given code? char* func(){ char name[] = “name”; return… Read More
Given two numbers, a and b. Compute the average of the two numbers.The well know formula (a + b) / 2 may fail at the… Read More
How to implement ternary operator in C++ without using conditional statements.In the following condition: a ? b: c If a is true, b will be executed. Otherwise,… Read More
I had a campus interview of NVIDIA for their team at Pune. Round 1 : Written Test In written test there were 50 multiple choice… Read More