Filter interviews by
I applied via Naukri.com and was interviewed in Jan 2023. There were 2 interview rounds.
I applied via Approached by Company and was interviewed in May 2022. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before May 2022. There were 2 interview rounds.
Virtual function is a function in C++ that can be overridden in a derived class.
Virtual functions are declared in a base class and defined in a derived class.
They allow polymorphism, where a derived class object can be treated as a base class object.
The virtual keyword is used to declare a function as virtual.
Example: virtual void display() = 0; // pure virtual function
Example: virtual void display() { cout << 'Base cl
A constructor is a special method that is used to initialize objects of a class.
Constructors have the same name as the class they belong to.
They are called automatically when an object of the class is created.
They can be used to set default values for object properties.
Constructors can be overloaded to accept different parameters.
Example: public class Car { public Car() { // constructor code here } }
A destructor is a member function of a class that is responsible for destroying objects of that class.
Destructors have the same name as the class preceded by a tilde (~).
They are called automatically when an object is destroyed or goes out of scope.
They are used to release resources allocated by the object during its lifetime.
Example: ~MyClass() { delete[] myArray; }
Destructors cannot be overloaded or inherited.
Friend class is a class that has access to the private and protected members of another class.
Friend class is declared using the 'friend' keyword.
It allows the friend class to access the private and protected members of the class it is friends with.
Friendship is not mutual, meaning the friend class does not grant access to its own private and protected members.
Friend functions can also be declared to have access to pri...
What people are saying about Intel
I applied via Company Website and was interviewed before Apr 2023. There were 4 interview rounds.
Intel interview questions for popular designations
I applied via Company Website and was interviewed in May 2022. There were 2 interview rounds.
Get interview-ready with Top Intel Interview Questions
I applied via Company Website and was interviewed before Apr 2023. There were 4 interview rounds.
Background of previous work
Challenges and overcome plans in program management
Scope of program management and risk assessment
I applied via Job Portal and was interviewed before Feb 2023. There were 2 interview rounds.
Booting a system involves several steps including power-on, POST, bootloader loading, kernel initialization, and user space initialization.
Power-on: System receives power and starts the boot process.
POST (Power-On Self Test): Hardware components are checked for functionality.
Bootloader loading: Bootloader is loaded into memory and executed.
Kernel initialization: Operating system kernel is loaded and initialized.
User sp...
Compilation involves multiple steps like preprocessing, compilation, assembly, and linking.
Preprocessing: Includes header file inclusion, macro expansion, and conditional compilation.
Compilation: Translates source code into assembly code specific to the target architecture.
Assembly: Converts assembly code into machine code.
Linking: Combines object files and libraries to generate an executable file.
I applied via Approached by Company and was interviewed before Jun 2023. There was 1 interview round.
The coin change problem involves finding the minimum number of coins needed to make a certain amount of change.
Start by creating an array to store the minimum number of coins needed for each amount from 0 to the target amount.
Iterate through each coin denomination and update the minimum number of coins needed for each amount.
Return the value at the target amount in the array as the minimum number of coins needed.
I was interviewed before Apr 2023.
Some of the top questions asked at the Intel interview for experienced candidates -
The duration of Intel interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 23 interviews
Interview experience
Software Engineer
340
salaries
| ₹12 L/yr - ₹45 L/yr |
SOC Design Engineer
222
salaries
| ₹11 L/yr - ₹36 L/yr |
System Validation Engineer
168
salaries
| ₹8.7 L/yr - ₹38.1 L/yr |
Software Development Engineer
156
salaries
| ₹10 L/yr - ₹40 L/yr |
Design Engineer
155
salaries
| ₹11.5 L/yr - ₹45.4 L/yr |
Qualcomm
Nvidia
Microsoft Corporation
Advanced Micro Devices