XOR gate as Buffer and Inverter?
Verification Engineer Interview Questions
2,559 verification engineer interview questions shared by candidates
Do you think your team spent too much time for the (simple) design you worked on (with a smile that hints that my team doesn't know what we are working on)?
implement multiplier 4x4 , implement FIFO
Jk flip flop,logic gates,register table (embedded) k map and some VLSI basics
Reverse linked list
1. Int func(){ Int a = 1; a++; Return a; } You have two threads, both call the func function, one thread stops after the 'a++' line and after a context switch the other thread stops after the 'int a = 1' line. what is the value of 'a'?
FizzBuzz with 3 and 5 for Fizz and Buzz, respectively and 15 for FizzBuzz
Identify stress concentrations on a PCB
Shown a perl code, what does it do?
Coding: 1. The two-sum problem (famous DSA problem), both on sorted and unsorted arrays. 2. In an array, for each number, find out if it is greater than all the numbers to the right of it. Then questions about time and space complexity of my solution.
Viewing 301 - 310 interview questions