Filter interviews by
I applied via Naukri.com and was interviewed in Aug 2022. There were 3 interview rounds.
Top trending discussions
posted on 18 Mar 2024
Multiple choice questions of embedded concepts
Basic c programming questions
I applied via Naukri.com and was interviewed before Feb 2023. There were 2 interview rounds.
UART protocol, Data structure
Function pointers , Communication protocols
I applied via Walk-in and was interviewed in May 2019. 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 Recruitment Consulltant and was interviewed in Dec 2022. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Jun 2022. There were 2 interview rounds.
Program to find endianness and number of bits set in bit magic.
Use bitwise operators to check endianness
Count number of set bits using bitwise AND and right shift
Use pre-defined functions for endianness in some programming languages
Endianness can affect network communication and file formats
IPC stands for Inter-Process Communication and is used for communication between processes in an operating system.
Shared memory
Message passing
Pipes
Sockets
Remote Procedure Calls (RPC)
Semaphores
Mutexes
I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Oct 2022. There were 3 interview rounds.
After applying for drive through On Campus.From Hirepro Platform The mail was Triggered and in exam they conduct both Aptitude and Technical question from Embedded Systems,C,About 8051,8086 microcontrollers.After The next section Coding test Have Two Coding question Based Arrays Medium Level You Can do Coding In C or C++ or Phyton
I have used STM32 microcontroller in my academics.
I have worked on STM32F4 Discovery board for a project in my final year.
I have also used STM32CubeMX software for code generation and debugging.
I have experience in programming STM32 microcontrollers using C language.
To toggle a particular bit in C, use bitwise XOR operator with 1 at the desired bit position.
Use bitwise XOR operator (^) with 1 at the desired bit position to toggle it.
Example: To toggle the 3rd bit of a variable 'x', use x ^= (1 << 2);
Make sure to use the correct bit position starting from 0 for the least significant bit.
Program to iterate an array using pointer
Declare a pointer variable and initialize it to the base address of the array
Use a loop to iterate through the array using the pointer variable
Increment the pointer variable in each iteration to point to the next element
Stop the loop when the pointer variable reaches the end of the array
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 12 Feb 2024
I was interviewed in Jan 2024.
Embedded c 15 question and c language programming
based on 5 reviews
Rating in categories
Senior Engineer
5.3k
salaries
| ₹5 L/yr - ₹17 L/yr |
Engineer
4.7k
salaries
| ₹1 L/yr - ₹8.7 L/yr |
Technical Lead
2k
salaries
| ₹8.5 L/yr - ₹28 L/yr |
Project Lead
1.6k
salaries
| ₹6 L/yr - ₹22.1 L/yr |
Senior Software Engineer
1.4k
salaries
| ₹4.8 L/yr - ₹18.8 L/yr |
TCS
Infosys
Wipro
Tech Mahindra