Filter interviews by
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...
I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.
What people are saying about Intel
I applied via LinkedIn and was interviewed in Oct 2024. There were 3 interview rounds.
Analog design related question
Intel interview questions for popular designations
Get interview-ready with Top Intel Interview Questions
I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.
Topics was binary search tree, String, Sorting-bubble sort, merge sort, time complexity. Hire pro plateform
I applied via Approached by Company and was interviewed in Sep 2024. There were 3 interview rounds.
I was interviewed in Aug 2024.
Sorting and searching algorithms are essential in software development for organizing and retrieving data efficiently.
Use popular sorting algorithms like Bubble Sort, Merge Sort, Quick Sort, etc. for sorting arrays of strings.
For searching, consider algorithms like Linear Search, Binary Search, etc. to find specific strings in the array.
Optimize algorithms based on the size of the data and the frequency of operations n
I was interviewed in Jun 2024.
The duration of Intel interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 156 interviews
Interview experience
Software Engineer
334
salaries
| ₹0 L/yr - ₹0 L/yr |
SOC Design Engineer
221
salaries
| ₹0 L/yr - ₹0 L/yr |
System Validation Engineer
197
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Development Engineer
160
salaries
| ₹0 L/yr - ₹0 L/yr |
Design Engineer
159
salaries
| ₹0 L/yr - ₹0 L/yr |
Qualcomm
Nvidia
Microsoft Corporation
Advanced Micro Devices