Filter interviews by
I applied via Campus Placement and was interviewed before May 2023. There was 1 interview round.
Mux combines multiple inputs into a single output, while demux separates a single input into multiple outputs.
Mux stands for multiplexer and has multiple inputs and one output.
Demux stands for demultiplexer and has one input and multiple outputs.
Mux is used to select one of the input lines and forward it to the output line.
Demux is used to distribute the input signal to one of the many output lines based on the control...
A Finite State Machine is a mathematical model used to represent and control the behavior of a system with a finite number of states.
FSM consists of a set of states, transitions between states, and actions associated with transitions.
Verilog code for a simple 2-state FSM: module fsm(input clk, input reset, output reg state); always @(posedge clk or posedge reset) begin if (reset) state <= 0; else state <= ~state; end e...
Top trending discussions
posted on 25 May 2024
I applied via Company Website and was interviewed in Apr 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.
Asked about c language
Work and time related questions
I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.
posted on 12 Aug 2024
Asked to introduce our self to check our communication.
Yes, I am willing to work in night shifts as required for the role of Background Verification Executive.
I am flexible with my working hours and understand the importance of night shifts in this role.
I have previous experience working in night shifts and have no issues with adjusting my schedule accordingly.
I am committed to meeting the job requirements and will prioritize the needs of the company.
I understand the natur...
The most special day in my life was when I graduated from college.
Graduating from college was a culmination of years of hard work and dedication.
It was a day filled with pride, joy, and a sense of accomplishment.
My family and friends were there to celebrate with me, making it even more memorable.
I felt a sense of relief and excitement for the future as I walked across the stage to receive my diploma.
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; ...
posted on 9 Jan 2025
I applied via Approached by Company and was interviewed before Jan 2024. There were 2 interview rounds.
posted on 25 May 2024
I applied via Company Website and was interviewed in Apr 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.
Asked about c language
Work and time related questions
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...
based on 1 interview
Interview experience
Design & Verification Engineer
4
salaries
| ₹3 L/yr - ₹5.5 L/yr |
Cognizant
Teleperformance
iEnergizer
Reliance Retail