Filter interviews by
I applied via Approached by Company and was interviewed before Feb 2023. There were 3 interview rounds.
fork-join is a parallel programming model where a task is divided into subtasks that run concurrently and join at a synchronization point.
fork-join is used in parallel programming to improve performance by dividing a task into smaller subtasks that can be executed concurrently
In fork-join, the main task is divided into subtasks using the 'fork' operation, and these subtasks are executed independently
The 'join' operatio...
Bit represents the smallest unit of data in a computer system, while logic refers to the operations and rules that govern the manipulation of data.
A bit is a binary digit that can have a value of either 0 or 1.
Logic refers to the principles and rules that determine how data is processed and manipulated.
Bits are used to represent and store data, while logic is used to perform operations on that data.
Bit-level operations...
I am a dedicated Verification Engineer with a strong background in testing and debugging complex hardware designs.
Experienced in creating test plans and test cases for verification of digital designs
Proficient in using simulation tools like ModelSim and Cadence Incisive
Skilled in debugging RTL code and identifying design issues
Familiar with scripting languages like Perl and Python for automation
Strong communication and...
I have worked on projects related to designing and implementing verification testbenches for digital designs.
Designed and implemented verification testbenches using SystemVerilog and UVM
Developed test cases to verify functionality of digital designs
Debugged issues found during simulation and worked closely with design team to resolve them
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:...
posted on 26 Sep 2022
Easy test. Not hard at all. Can crack easily
Microcontroller is a self-contained system with memory, peripherals and processor. Microprocessor is a CPU only.
Microcontroller has on-chip memory and peripherals, while microprocessor requires external memory and peripherals
Microcontroller is used in embedded systems, while microprocessor is used in general-purpose computing
Examples of microcontrollers include Arduino, PIC, and AVR, while examples of microprocessors i
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.
I applied via Campus Placement and was interviewed before Jan 2023. There were 4 interview rounds.
Basic c programming coding questions
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:...
posted on 9 Jul 2024
I applied via Referral and was interviewed before Jul 2023. There were 2 interview rounds.
I am fascinated by the challenge of working with low-level hardware and creating efficient, real-time systems.
Enjoy the challenge of working with low-level hardware
Excited about creating efficient, real-time systems
Passionate about developing innovative solutions for embedded systems
CAN protocol stands for Controller Area Network protocol, used for communication between microcontrollers and devices in automotive and industrial applications.
CAN protocol is a robust and reliable communication protocol used in automotive and industrial applications.
It allows multiple microcontrollers to communicate with each other without a host computer.
CAN protocol uses a differential signaling scheme to reduce ele...
Binary Coded Decimal (BCD) is a way of representing decimal numbers using a binary code.
BCD uses four bits to represent each decimal digit.
Each decimal digit is represented by its binary equivalent.
For example, the decimal number 25 is represented in BCD as 0010 0101.
Keyboard mapping in a microcontroller involves assigning specific key codes to each key on the keyboard.
Keyboard mapping is typically done using a lookup table that maps physical key presses to corresponding key codes.
The microcontroller reads the key code when a key is pressed and sends it to the computer for processing.
Keyboards may use different mapping standards such as ASCII or HID.
Custom keyboard mappings can als...
An analog to digital converter converts continuous analog signals into discrete digital values.
Converts continuous analog signals into digital values
Utilizes sampling and quantization techniques
Common types include successive approximation ADC and delta-sigma ADC
posted on 12 Feb 2022
I applied via LinkedIn and was interviewed in Aug 2021. There were 3 interview rounds.
based on 2 interviews
Interview experience
based on 3 reviews
Rating in categories
Senior Software Engineer
2.1k
salaries
| ₹5.7 L/yr - ₹22.3 L/yr |
Technical Lead
1.5k
salaries
| ₹9.3 L/yr - ₹26 L/yr |
Software Engineer
1.4k
salaries
| ₹3 L/yr - ₹11.3 L/yr |
Network Engineer
450
salaries
| ₹3 L/yr - ₹10.5 L/yr |
Senior Technical Lead
371
salaries
| ₹14.1 L/yr - ₹34.5 L/yr |
TCS
Infosys
Wipro
HCLTech