Filter interviews by
I applied via Campus Placement 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...
I applied via Campus Placement and was interviewed before Jan 2023. There was 1 interview round.
Different types of loops in C include for, while, and do-while loops.
For loop: Used when the number of iterations is known. Example: for(int i=0; i<5; i++) {}
While loop: Used when the number of iterations is unknown. Example: while(condition) {}
Do-while loop: Similar to while loop but guarantees at least one execution. Example: do {} while(condition);
Timers and counters are essential components in embedded systems used for measuring time intervals and counting events.
Timers are used to measure time intervals by counting clock cycles or external events.
Counters are used to count external events or pulses.
Timers can be used for generating delays, PWM signals, or triggering events.
Counters can be used for frequency measurement, event counting, or pulse width measureme
I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed before Jul 2020. There were 4 interview rounds.
The project involved designing and implementing a new network infrastructure for a large corporation.
Conducted a thorough analysis of the existing network infrastructure
Designed a new network architecture that met the company's needs
Implemented the new network infrastructure with minimal disruption to business operations
Tested and optimized the new network to ensure optimal performance
Provided ongoing support and maint
I applied via Walk-in and was interviewed before Feb 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.
I applied via Referral and was interviewed before Jun 2020. There were 5 interview rounds.
I applied via Campus Placement and was interviewed before Nov 2020. There was 1 interview round.
I applied via Referral and was interviewed before Mar 2021. There were 2 interview rounds.
Very easy
I applied via Walk-in and was interviewed before May 2019. There were 5 interview rounds.
based on 2 interviews
Interview experience
based on 3 reviews
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