Filter interviews by
Top trending discussions
posted on 29 Nov 2024
I was interviewed in Oct 2024.
posted on 30 Aug 2024
I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.
posted on 9 Nov 2024
C program to find address of pointer
posted on 19 Jun 2024
Structure is a data type that allows storing different data types in a single variable, while union is a data type that allows storing only one value at a time.
Structure allows storing multiple data types in a single variable, while union allows storing only one value at a time
In structure, each member has its own memory location, while in union all members share the same memory location
Example: struct Person { char na...
The volatile keyword is used in C/C++ to indicate that a variable may be changed unexpectedly by external factors.
Used to prevent compiler optimizations that assume the variable's value will not change.
Commonly used for variables shared between threads or accessed by interrupt service routines.
Example: volatile int sensorValue; // variable updated by hardware interrupts
Linked list , data structures
posted on 28 Dec 2022
I applied via Naukri.com and was interviewed in Nov 2022. There were 3 interview rounds.
posted on 25 May 2023
I applied via Recruitment Consulltant and was interviewed in Nov 2022. There were 2 interview rounds.
Using auto keyword in local scope only ensures type safety and avoids unintended side effects.
Auto keyword deduces the type of the variable from its initializer expression.
Using auto in local scope avoids unintended type conversions and promotes type safety.
Auto keyword should not be used for function parameters or class members.
Example: auto x = 10; // x is deduced as int
Example: auto y = 3.14; // y is deduced as doub
The default value of reg keyword is garbage value due to performance optimization.
Garbage value is faster to assign than initializing to a specific value.
Initializing to a specific value would require additional instructions and memory access.
The value of reg keyword is expected to be overwritten before use.
Garbage value can help in detecting uninitialized variables during testing.
Example: int x; // x will have a garba
posted on 24 Sep 2022
posted on 3 May 2023
I applied via Approached by Company and was interviewed before May 2022. There were 2 interview rounds.
posted on 26 Jul 2021
R&D Engineer
96
salaries
| ₹4.8 L/yr - ₹18 L/yr |
Module Lead
33
salaries
| ₹6.5 L/yr - ₹24 L/yr |
RTL Design Engineer
18
salaries
| ₹7.5 L/yr - ₹20 L/yr |
Senior R&D Engineer
11
salaries
| ₹9.3 L/yr - ₹18 L/yr |
Verification Engineer
8
salaries
| ₹6 L/yr - ₹18.5 L/yr |
Accurex Biomedical
Capgemini Engineering
Persistent Systems
TCS