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.
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 appeared for an interview in Mar 2025, where I was asked the following questions.
OOP in C++ is based on concepts like encapsulation, inheritance, polymorphism, and abstraction for better code organization.
Encapsulation: Bundling data and methods in classes. Example: class Car { private: int speed; public: void setSpeed(int s) { speed = s; }};
Inheritance: Deriving new classes from existing ones. Example: class ElectricCar : public Car {}; // ElectricCar inherits from Car
Polymorphism: Ability to call...
Analyze pseudocode for errors and potential outputs.
Check for syntax errors, such as missing semicolons or parentheses.
Verify variable initialization before use to avoid null references.
Ensure loops have proper termination conditions to prevent infinite loops.
Examine array indexing to avoid out-of-bounds errors.
Consider data types and conversions, especially in arithmetic operations.
I appeared for an interview 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 appeared for an interview in Jun 2024.
Top trending discussions
The duration of Intel interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 161 interviews
Interview experience
Software Engineer
351
salaries
| ₹11 L/yr - ₹42 L/yr |
SOC Design Engineer
225
salaries
| ₹10.5 L/yr - ₹36 L/yr |
System Validation Engineer
188
salaries
| ₹12 L/yr - ₹44.2 L/yr |
Design Engineer
168
salaries
| ₹11.6 L/yr - ₹46 L/yr |
Software Development Engineer
160
salaries
| ₹12.1 L/yr - ₹43 L/yr |
Qualcomm
Nvidia
Microsoft Corporation
Tata Electronics