Filter interviews by
I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.
UDP is preferred over TCP in this project due to its low latency and lightweight nature.
UDP is a connectionless protocol, which means it does not establish a direct connection between the sender and receiver.
UDP is faster than TCP as it does not have the overhead of establishing and maintaining a connection.
UDP is suitable for applications where real-time data transmission is crucial, such as video streaming or online ...
To clear the 7th bit in a 32-bit register, perform a bitwise AND operation with a mask that has all bits set to 1 except the 7th bit.
Create a mask with the 7th bit set to 0 and all other bits set to 1
Perform a bitwise AND operation between the register and the mask
Store the result back in the register
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 160 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