Filter interviews by
I applied via campus placement at Sardar Vallabhbhai National Institute of Technology (NIT), Surat and was interviewed in Mar 2023. There were 2 interview rounds.
A while loop checks the condition before executing the code block, while a do while loop executes the code block once before checking the condition.
While loop: Condition is checked before entering the loop.
Do while loop: Code block is executed at least once before checking the condition.
Example: while (condition) { // code block } vs. do { // code block } while (condition);
Boost converter is a type of DC-DC converter that steps up the input voltage to a higher output voltage.
Boost converter uses an inductor, a diode, a capacitor, and a switch to increase the voltage level.
During the switch on-time, energy is stored in the inductor. During the switch off-time, the energy is transferred to the output.
The output voltage is higher than the input voltage due to the energy transfer process.
Boo...
Embedded C programming is a specialized skill used in developing software for embedded systems.
Embedded C is a variant of the C programming language specifically designed for embedded systems.
It is used to write code for microcontrollers, sensors, and other hardware devices.
Embedded C programming requires knowledge of low-level hardware interactions and memory management.
Example: Writing code to control a robotic arm u
Timers and counters are essential in embedded systems for tasks like scheduling, measuring time intervals, generating waveforms, and counting events.
Timers are used for scheduling tasks at specific intervals, generating PWM signals, and measuring time durations.
Counters are used for counting external events like pulses, frequency measurement, and capturing input signals.
Timers and counters are crucial for real-time app...
Top trending discussions
I lead a team of engineers in developing embedded systems for industrial automation.
Lead a team of engineers in developing embedded systems
Work on projects related to industrial automation
Collaborate with cross-functional teams to ensure project success
Compilation process in C involves preprocessing, compiling, assembling, and linking.
Preprocessing: Includes header files, macro expansion, and conditional compilation.
Compiling: Translates source code into assembly code specific to the target architecture.
Assembling: Converts assembly code into machine code in object files.
Linking: Combines object files and libraries to generate an executable file.
I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 2 interview rounds.
Blinking an LED using bare metal code involves directly manipulating hardware registers without an operating system.
Access the GPIO register for the specific pin connected to the LED
Set the pin as an output
Toggle the pin state at regular intervals to create the blinking effect
Different types of pointers, volatile variable, storage classes, Static and extern keywords, ISR
Pointers: Null pointer, void pointer, function pointer
Volatile variable: Used to indicate that a variable may be changed by external factors
Storage classes: auto, register, static, extern
Static keyword: Used to declare variables that are only accessible within the same file
Extern keyword: Used to declare variables that are d...
Use sorting to find the nth largest number in a jumbled array.
Sort the array in descending order.
Access the nth element in the sorted array to find the nth largest number.
posted on 30 Dec 2024
Basics of C include syntax, data types, variables, functions, and control structures.
C is a procedural programming language
Variables must be declared before use
Functions are blocks of code that perform a specific task
Control structures include if-else, loops, and switch-case
Data types in C include int, float, char, etc.
Embedded systems are specialized computing systems designed to perform specific tasks within a larger system.
Embedded systems are typically designed to be small, efficient, and reliable.
They often have limited resources such as memory, processing power, and energy.
Examples of embedded systems include microcontrollers in household appliances, automotive control systems, and industrial automation.
Embedded software is spe...
The basic of a controller is to manage and regulate the operation of a system or device.
Controllers receive input signals and process them to generate output signals.
They can be programmed to perform specific tasks or functions.
Examples include microcontrollers, PLCs, and PID controllers.
I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.
posted on 4 Apr 2024
I applied via Naukri.com and was interviewed in Oct 2023. There were 3 interview rounds.
Percentage, speed, series, logical abulity, differnces
Swapping nibbles of strings in C
Use bitwise operations to swap the nibbles of each character in the string
Iterate through each character in the string and swap the nibbles
Ensure to handle edge cases like strings with odd length or non-hex characters
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
Syllabus based question
I applied via Recruitment Consulltant and was interviewed in Dec 2022. There were 2 interview rounds.
based on 1 review
Rating in categories
Senior Engineer
4
salaries
| ₹2.4 L/yr - ₹3.7 L/yr |
Junior Engineer
3
salaries
| ₹2 L/yr - ₹2.4 L/yr |
TCS
Accenture
Wipro
Cognizant