Filter interviews by
I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.
A 4x1 multiplexer code selects one of four inputs based on select lines.
Define inputs, select lines, and output in Verilog
Use conditional statements to select the output based on select lines
Example: module mux4x1(input [3:0] data, input [1:0] sel, output reg out;)
Example: always @(*) begin if(sel == 2'b00) out = data[0]; else if(sel == 2'b01) out = data[1]; else if(sel == 2'b10) out = data[2]; else out = data[3]; end
A full adder is a digital circuit that performs addition of three binary numbers.
Create three input bits A, B, and Cin
Calculate the sum bit (S) and the carry out bit (Cout)
Use XOR gates for sum and AND gates for carry out
Example: A = 1, B = 1, Cin = 0, S = 0, Cout = 1
I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.
I applied via Referral and was interviewed before Jan 2021. There were 5 interview rounds.
I applied via Approached by Company and was interviewed before Oct 2021. There were 2 interview rounds.
I have X years of domain experience.
I have worked in this domain for X years.
During my time in this domain, I have gained expertise in various areas such as...
I have worked on projects related to...
I have experience working with clients in this domain.
I keep myself updated with the latest trends and developments in this domain.
I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.
I applied via Walk-in and was interviewed before Sep 2019. There were 5 interview rounds.
I applied via Company Website and was interviewed in Oct 2020. There were 3 interview rounds.
Recursion is a process in which a function calls itself. Inheritance is a mechanism in OOP where a class inherits properties of another class. Heap is a region of memory used for dynamic memory allocation.
Recursion can be used to solve problems that can be broken down into smaller sub-problems.
Inheritance allows for code reuse and helps in creating a hierarchy of classes.
Heap is used for dynamic memory allocation in la...
Visio is a diagramming tool used to create flowcharts, diagrams, and other visual representations of data.
Start by selecting a template or creating a new document
Drag and drop shapes onto the canvas and connect them with lines or arrows
Add text, images, and other elements to enhance the diagram
Use the formatting tools to customize the appearance of the diagram
Save and export the diagram in various formats such as PDF o
based on 1 interview
Interview experience
based on 3 reviews
Rating in categories
RTL Design Engineer
3
salaries
| ₹6.8 L/yr - ₹12 L/yr |
RTL Design and Verification Engineer
3
salaries
| ₹7 L/yr - ₹7 L/yr |
TCS
Accenture
Wipro
Cognizant