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
Top trending discussions
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
posted on 21 Nov 2024
I applied via Company Website and was interviewed before Nov 2023. There were 2 interview rounds.
Asked about previous project
pointer's coding
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.
posted on 12 Jul 2022
Types of error messages in CAN protocol
Bit Error: Error in a single bit of the message
Stuff Error: Error in the stuffing bits
CRC Error: Error in the cyclic redundancy check
Form Error: Error in the message format
Acknowledge Error: Error in the acknowledgement of the message
Bit arbitration is the process of resolving conflicts when multiple devices try to access the same bus simultaneously.
Bit arbitration is important in multi-master systems where multiple devices can initiate data transfer.
It ensures that only one device gains control of the bus at a time.
Different arbitration schemes include priority-based, round-robin, and collision detection.
For example, in a CAN bus system, the devic...
CAN is a communication protocol used in automotive and industrial applications. Normal CAN has 11-bit identifier while Extended CAN has 29-bit identifier.
Normal CAN has 11-bit identifier while Extended CAN has 29-bit identifier.
Extended CAN allows for more unique identifiers, enabling more devices to communicate on the same network.
Normal CAN has a maximum data rate of 1 Mbps while Extended CAN has a maximum data rate ...
120 ohm resistance is used in CAN bus to match the characteristic impedance of the transmission line.
CAN bus is a differential signaling system that requires a balanced impedance to prevent signal reflections.
The 120 ohm resistance matches the characteristic impedance of the transmission line, which is typically 120 ohms.
Without the proper impedance matching, signal reflections can cause data errors and reduce the maxi...
Diagnostic protocols are a set of rules and procedures used to identify and troubleshoot problems in a system.
Diagnostic protocols are used in various fields such as automotive, medical, and computer networking.
They involve a series of tests and measurements to identify the root cause of a problem.
Diagnostic protocols can be manual or automated, depending on the complexity of the system.
Examples of diagnostic protocols...
based on 1 interview
Interview experience
based on 7 reviews
Rating in categories
Embedded Software Engineer
41
salaries
| ₹1.8 L/yr - ₹7.7 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
6
salaries
| ₹1 L/yr - ₹7.8 L/yr |
Software Developer
4
salaries
| ₹3.6 L/yr - ₹10 L/yr |
TCS
Infosys
Wipro
HCLTech