Filter interviews by
I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.
Logical questions for coding.
I applied via Referral and was interviewed in Sep 2023. There was 1 interview round.
posted on 7 Feb 2024
I applied via LinkedIn and was interviewed before Feb 2023. There was 1 interview round.
Rotate a single linked list
Create a new pointer to the last node of the linked list
Make the next of the last node point to the head of the linked list
Make the head of the linked list point to the second node
Update the new last node to point to null
posted on 27 Jan 2024
I applied via campus placement at Sardar Vallabhbhai National Institute of Technology (NIT), Surat and was interviewed before Jan 2023. There were 2 interview rounds.
Program to calculate minimum number of notes for ATM withdrawal
Create an array of available note denominations
Sort the array in descending order
Initialize a counter variable to keep track of the number of notes
Iterate through the array and divide the withdrawal amount by each note denomination
Update the counter variable with the quotient
Update the withdrawal amount with the remainder
Repeat the above steps until the wit...
Yes, an array can be passed to a function in embedded firmware programming.
Arrays can be passed to functions by specifying the array name as the argument.
The function can then access and manipulate the elements of the array.
Example: void printArray(int arr[], int size) { ... }
Example: int main() { int myArray[] = {1, 2, 3}; printArray(myArray, 3); }
posted on 12 Mar 2024
I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.
C based and bit manipulation question
Interview experience
Software Engineer
329
salaries
| ₹12 L/yr - ₹45 L/yr |
SOC Design Engineer
228
salaries
| ₹12 L/yr - ₹42 L/yr |
Design Engineer
160
salaries
| ₹12.1 L/yr - ₹50.3 L/yr |
System Validation Engineer
158
salaries
| ₹9 L/yr - ₹38.2 L/yr |
Software Development Engineer
156
salaries
| ₹10 L/yr - ₹40 L/yr |
Qualcomm
Nvidia
Microsoft Corporation
Advanced Micro Devices