Filter interviews by
I applied via Recruitment Consulltant and was interviewed before Oct 2023. There were 3 interview rounds.
1hr, general engineering questions from Linear integrated circuits, microcontrollers and procssors, digital electronics etc
A HalfAdder program in VHDL is used to perform addition of two binary digits without considering the carry.
Declare two input signals A and B of type std_logic.
Declare two output signals Sum and Cout of type std_logic.
Implement the XOR gate for Sum and AND gate for Cout.
Example: A <= '1'; B <= '0'; Sum <= A XOR B; Cout <= A AND B;
UART (Universal Asynchronous Receiver/Transmitter) protocol is a communication protocol used for serial communication between devices.
UART is a popular communication protocol used for transmitting and receiving data between devices asynchronously.
It uses two wires for communication - one for transmitting data (TX) and one for receiving data (RX).
UART communication involves start and stop bits to frame the data being tr...
I applied via Recruitment Consulltant and was interviewed before Apr 2022. There were 4 interview rounds.
Top trending discussions
Que in SystemVerilog (SV) is a built-in data type used for creating queues.
Queues are dynamic arrays that can grow or shrink in size during simulation.
Queues can store elements of any data type.
Elements can be added to the end of the queue using the built-in methods like push_back().
Elements can be removed from the front of the queue using the built-in methods like pop_front().
A mailbox is a data structure used for communication between different processes or threads in a computer system.
Mailboxes are typically used in multi-threaded or multi-processor systems to pass messages between different entities.
They provide a way for processes to communicate without directly accessing each other's memory.
Mailboxes can be implemented using queues, shared memory, or other mechanisms depending on the s
Delay inter and intra refer to delays within and between different components or systems.
Delay inter refers to delays between different components or systems.
Delay intra refers to delays within the same component or system.
Example: Delay inter can occur when data is transferred between a CPU and memory.
Example: Delay intra can occur within a CPU due to processing time.
Constraints in verification engineering are conditions or limitations imposed on the design or testbench to ensure certain properties are met.
Constraints are used to restrict the possible values of variables or signals in a design or testbench.
They help in verifying specific behaviors or scenarios within the design.
Examples include setting timing constraints for signal propagation or limiting the range of input values
Object-oriented programming concepts such as classes, objects, inheritance, encapsulation, and polymorphism.
Classes: Blueprint for creating objects with attributes and methods.
Objects: Instances of classes that contain data and behavior.
Inheritance: Ability for a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Polymorphism:...
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 27 Sep 2023
Normal basic apti lr conceptual questions
A microcontroller is a small computer on a single integrated circuit that contains a processor core, memory, and programmable input/output peripherals.
Microcontrollers are commonly used in embedded systems for controlling various devices and appliances.
They are programmed using languages like C or assembly language.
Examples of popular microcontrollers include Arduino, Raspberry Pi, and PIC.
Microcontrollers are often us...
posted on 9 Jan 2025
I applied via Approached by Company and was interviewed before Jan 2024. There were 2 interview rounds.
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 Job Portal and was interviewed before Jun 2023. There was 1 interview round.
Program to reverse an array of strings
Create a function that takes an array of strings as input
Use a loop to iterate through the array and swap elements from start to end
Return the reversed array
Program to count the number of words in a string using array of strings.
Split the string into an array of strings using a delimiter like space.
Iterate through the array and count the number of elements.
Handle edge cases like multiple spaces between words.
posted on 25 May 2023
I2C is a serial communication protocol used to connect multiple devices with two wires. SPI is another serial protocol with four wires.
I2C uses a master-slave architecture while SPI uses a master-master architecture.
I2C supports multiple devices on the same bus while SPI requires a separate chip select line for each device.
Hardware interrupts are triggered by external events while software interrupts are triggered by s
I applied via Recruitment Consulltant and was interviewed in May 2022. There were 2 interview rounds.
Design Specialist
2.1k
salaries
| ₹1 L/yr - ₹7.2 L/yr |
Design Engineer
1.7k
salaries
| ₹2 L/yr - ₹10.5 L/yr |
Software Engineer
1.2k
salaries
| ₹3 L/yr - ₹12.3 L/yr |
GIS Engineer
1.1k
salaries
| ₹1 L/yr - ₹6 L/yr |
Senior Design Engineer
918
salaries
| ₹4.2 L/yr - ₹15 L/yr |
TCS
Infosys
Wipro
HCLTech