0% found this document useful (0 votes)
11 views1 page

nvidia

The document outlines the structure of a two-round interview process. Round 1 consists of multiple-choice questions covering Operating Systems, Data Structures, C, C++, and Aptitude, while Round 2 involves a technical interview with questions on various programming and theoretical concepts. Topics include pipeline processing, cache mechanisms, number manipulation, array problems, bit manipulation, semaphore discussions, and a puzzle from the written exam.

Uploaded by

Technical Novice
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views1 page

nvidia

The document outlines the structure of a two-round interview process. Round 1 consists of multiple-choice questions covering Operating Systems, Data Structures, C, C++, and Aptitude, while Round 2 involves a technical interview with questions on various programming and theoretical concepts. Topics include pipeline processing, cache mechanisms, number manipulation, array problems, bit manipulation, semaphore discussions, and a puzzle from the written exam.

Uploaded by

Technical Novice
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Round 1 - MCQ's

-- Written consists of questions related to OS, DS, C, C++, Aptitude

Round 2 - Technical Interview


-- Explain thesis.
-- What is pipeleining, pros and cons of it,
-- Write back and Write through cache
-- Write macro to swap two numbers without using temperory variable
-- How to detect whether a number is factor of 4.
-- You are given array of n-1 numbers containing elements from 1 to n, find out the missing
numbers
-- Code to reverse bits of a number.
-- Questions related to semaphore.
-- He asked me one puzzle asked in written exam, as i did not attempt that question in written

You might also like