Filter interviews by
I was interviewed in Apr 2024.
To delete a node in a single linked list, update the previous node's next pointer to skip over the node to be deleted.
Traverse the linked list to find the node to be deleted
Update the previous node's next pointer to skip over the node to be deleted
Free the memory allocated to the node to be deleted
Use two pointers to iterate through the list and remove duplicates by updating next pointers
Initialize two pointers, current and next, to iterate through the list
Compare current and next node values, if equal, update next pointer to skip duplicate node
Repeat until end of list is reached
Volatile and extern are keywords in C for memory management. Local and external linkages determine scope. SW and HW interrupts handle events. Different scheduling algorithms manage task priorities.
Volatile keyword is used to indicate that a variable may be changed unexpectedly, typically by hardware. Example: volatile int x;
Extern keyword is used to declare a variable that is defined in another file. Example: extern in...
Top trending discussions
General questions on time and work ,ages, pipes and cisterns, average and some simple ones
Asked about c language mcqs and also error checking, finding output for given program
posted on 3 Feb 2022
I applied via Naukri.com and was interviewed before Feb 2021. There was 1 interview round.
Check if a number is a power of 2.
A number is a power of 2 if it is greater than 0 and has only one bit set to 1.
Use bitwise operations to check if the number is a power of 2.
For example, 4 (100 in binary) is a power of 2, while 6 (110 in binary) is not.
posted on 21 Aug 2024
I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.
4 questions, duration:-1:30 , platform:-hackerearth
posted on 20 May 2022
I applied via AmbitionBox and was interviewed in Apr 2022. There were 3 interview rounds.
Answers to questions related to cybersecurity incidents and response plan.
Malware outbreak is a sudden increase in the number of malware infections. It can be handled by isolating infected systems, updating antivirus software, and educating users.
Kerberoasting attack is a technique used to extract Kerberos tickets from Active Directory. It can be prevented by using strong passwords and implementing two-factor authentic...
I applied via Qualcomm Careers and was interviewed in Dec 2023. There were 4 interview rounds.
posted on 3 Feb 2022
I applied via Naukri.com and was interviewed before Feb 2021. There was 1 interview round.
Check if a number is a power of 2.
A number is a power of 2 if it is greater than 0 and has only one bit set to 1.
Use bitwise operations to check if the number is a power of 2.
For example, 4 (100 in binary) is a power of 2, while 6 (110 in binary) is not.
I applied via Qualcomm Careers and was interviewed in Dec 2023. There were 4 interview rounds.
I applied via Referral and was interviewed before Oct 2023. There was 1 interview round.
Variance of sum of two iid random variables is the sum of their individual variances.
Variance of sum of two iid random variables is the sum of their individual variances
If X and Y are iid random variables, Var(X+Y) = Var(X) + Var(Y)
For example, if X and Y are both dice rolls, Var(X+Y) = Var(X) + Var(Y) = 35/12
Different types of fading channels in wireless systems include Rayleigh fading, Rician fading, and Nakagami fading.
Rayleigh fading is when there is no line of sight between transmitter and receiver, resulting in random amplitude and phase variations.
Rician fading is a combination of a dominant line of sight signal and scattered signals, leading to a stronger signal with fading effects.
Nakagami fading models the wireles...
General questions on time and work ,ages, pipes and cisterns, average and some simple ones
Asked about c language mcqs and also error checking, finding output for given program
Senior Engineer
121
salaries
| ₹11 L/yr - ₹31 L/yr |
Staff Engineer
79
salaries
| ₹16 L/yr - ₹44 L/yr |
Software Engineer
50
salaries
| ₹7 L/yr - ₹22 L/yr |
Senior Software Engineer
48
salaries
| ₹9.4 L/yr - ₹28 L/yr |
Technical Manager
38
salaries
| ₹21 L/yr - ₹61 L/yr |
Qualcomm
Intel
Samsung
Nvidia