Filter interviews by
I was interviewed in Jun 2022.
C program to arrange elements in ascending order
Use bubble sort algorithm to compare adjacent elements and swap if necessary
Iterate through the array multiple times until no more swaps are needed
Ensure proper error handling for input validation
Example: int arr[] = {4, 2, 7, 1, 5};
Add two elements without using a third variable in C program.
Use bitwise XOR operation to add two elements without carry
Store the result in one of the variables
Example: int a = 5, b = 3; a = a ^ b; b = a ^ b; a = a ^ b; // a=3, b=5
posted on 2 Dec 2024
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
+ C and C++concepts.
+ RTOS
+ Multi threading
posted on 12 Feb 2024
I was interviewed in Jan 2024.
Embedded c 15 question and c language programming
I applied via Job Fair and was interviewed before Dec 2023. There were 2 interview rounds.
Very easy, basic questions
Written test
C programming
I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.
posted on 30 Sep 2021
I applied via Job Portal and was interviewed in Mar 2021. There were 4 interview rounds.
I applied via Company Website and was interviewed in May 2024. There was 1 interview round.
Storage classes in C specify the scope and lifetime of variables.
Storage classes include auto, register, static, and extern.
Auto variables are local to a block and have automatic storage duration.
Register variables are stored in CPU registers for faster access.
Static variables retain their value between function calls.
Extern variables are declared in one file and can be used in another file.
A structure program is a program that uses structures to group related data together.
Structures in C programming allow you to group related data together under one name.
You can define a structure using the 'struct' keyword.
Structures can contain different data types, including int, float, char, and even other structures.
You can access the members of a structure using the dot operator.
Example: struct employee { int id; ...
I applied via Job Fair and was interviewed in Aug 2023. There was 1 interview round.
I applied via Indeed and was interviewed in Oct 2023. There were 2 interview rounds.
Timers are used to measure time intervals, while counters are used to count events or occurrences.
Timers are typically used for generating delays, measuring time intervals, or triggering events at specific times.
Counters are used to count external events, such as pulses or interrupts.
Timers can be used to implement software delays, while counters can be used for tasks like frequency measurement.
Examples: A timer can be...
posted on 2 Dec 2024
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
+ C and C++concepts.
+ RTOS
+ Multi threading
based on 5 reviews
Rating in categories
Embedded Software Engineer
42
salaries
| ₹1.8 L/yr - ₹8 L/yr |
Software Engineer
7
salaries
| ₹2 L/yr - ₹4.5 L/yr |
Android App Developer
7
salaries
| ₹2.4 L/yr - ₹9.6 L/yr |
Embedded Software Developer
5
salaries
| ₹1 L/yr - ₹3 L/yr |
Software Developer
4
salaries
| ₹6 L/yr - ₹10 L/yr |
TCS
Infosys
Wipro
HCLTech