Filter interviews by
I applied via LinkedIn and was interviewed in Aug 2023. There were 3 interview rounds.
Bootloader is a program that loads the operating system into the computer's memory during the boot process.
Bootloader is the first piece of software run when a computer is powered on.
It initializes the hardware and loads the operating system into memory.
Bootloaders can be specific to the hardware architecture, such as U-Boot for ARM processors.
Bootloaders can also provide options for booting different operating systems
I am proficient in communication protocols such as UART, SPI, I2C, and CAN.
Experienced in implementing UART, SPI, I2C, and CAN protocols in embedded systems
Knowledge of protocol specifications and communication standards
Troubleshooting and debugging communication issues
Collaborating with hardware and software teams to ensure proper protocol implementation
I would rate myself 7 out of 10 for PCB Design. I have experience with designing PCBs for various projects.
I have successfully designed PCBs for projects during my academic and professional experience.
I am familiar with PCB design software such as Altium Designer and Eagle.
I have a good understanding of PCB layout, routing, and component placement.
I continuously strive to improve my skills in PCB design through learnin
Yes, I am capable of performing schematics and generating gerber files with a rating above 5.
I have experience in using software like Altium Designer or Eagle for schematic design and PCB layout.
I am familiar with generating gerber files for manufacturing PCBs.
I have a strong understanding of PCB design principles and best practices.
I have successfully completed projects where the rating of my schematics and gerber fil
Top trending discussions
I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.
RTOS is a real-time operating system designed for time-sensitive applications. Microcontrollers are integrated circuits with built-in memory and peripherals.
RTOS is designed to provide deterministic and predictable response times for critical tasks.
Normal OS is designed for general-purpose computing and may not prioritize real-time tasks.
Microcontrollers are typically used in embedded systems and have limited resources...
Storage class in C determines the scope, visibility, and lifetime of variables.
C has four storage classes: auto, register, static, and extern.
Auto storage class is the default and is used for local variables.
Register storage class is used for variables that should be stored in CPU registers for faster access.
Static storage class is used for variables that retain their values between function calls.
Extern storage class ...
A macro is a preprocessor directive that is replaced by its value before compilation, while a constant variable is a read-only variable.
Macros are defined using the #define directive, while constant variables are declared using the const keyword.
Macros are replaced by their values during preprocessing, while constant variables are stored in memory.
Macros can lead to code duplication, while constant variables provide ty...
posted on 19 Feb 2024
Compilation process is the process of converting source code into machine code by a compiler.
Source code is written in a high-level programming language
Compiler translates the source code into assembly code
Assembler converts the assembly code into machine code
Final executable file is generated
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...
Online c programming test using online tool
posted on 1 May 2024
I applied via Job Portal and was interviewed in Apr 2024. There was 1 interview round.
Very basic c questions like an array
I applied via Recruitment Consulltant and was interviewed in Jul 2022. There were 2 interview rounds.
Basic c datastructucture networking l2 l3 questions
Packets are sent from source to destination through a series of network devices using routing protocols.
Packet is created at the source with source and destination IP addresses.
Packet is sent to the default gateway or router.
Router checks its routing table to determine the next hop for the packet.
Packet is forwarded to the next hop until it reaches the destination.
Destination receives the packet and sends an acknowledg
To delete a node from a single linked list, we need to find the node and update the pointers.
Traverse the list to find the node to be deleted
Update the previous node's pointer to point to the next node
Free the memory of the node to be deleted
Dynamic memory allocation in C allows allocation of memory at runtime.
Dynamic memory allocation is done using functions like malloc(), calloc(), realloc() and free().
malloc() allocates memory block of specified size and returns a pointer to the first byte of allocated memory.
calloc() allocates memory block of specified size and initializes all bits to zero.
realloc() changes the size of previously allocated memory block...
Interprocess communication is a mechanism that allows processes to communicate with each other in an OS.
IPC mechanisms include pipes, sockets, message queues, shared memory, and signals.
IPC can be used for synchronization, data sharing, and coordination between processes.
IPC can be implemented using system calls such as fork(), pipe(), socket(), and msgget().
I applied via Naukri.com and was interviewed before Nov 2022. There were 4 interview rounds.
I applied via Referral and was interviewed in Jan 2022. There was 1 interview round.
A pointer is a variable that stores the memory address of another variable.
Pointers are used to access and manipulate memory directly.
They are often used in programming languages like C and C++.
Example: int *ptr; // declares a pointer to an integer variable
Stack is a data structure that follows Last In First Out (LIFO) principle, used for storing temporary data in a program.
Stack is a linear data structure with two main operations: push (adds data) and pop (removes data).
Example: function call stack in programming languages like C, where function calls are added and removed in a LIFO manner.
Stack memory is used for local variables and function call management.
Stack overf...
TCS
Accenture
Wipro
Cognizant