Upload Button Icon Add office photos

Filter interviews by

PravegaSemi Vlsi Design Engineer Interview Questions and Answers

Updated 23 Nov 2024

PravegaSemi Vlsi Design Engineer Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain about yourself
  • Ans. 

    I am a VLSI Design Engineer with a strong background in digital and analog circuit design.

    • Graduated with a degree in Electrical Engineering

    • Proficient in Verilog and VHDL for RTL design

    • Experience with ASIC and FPGA design

    • Skilled in using EDA tools like Cadence and Synopsys

    • Worked on projects involving low power design techniques

  • Answered by AI
  • Q2. Differnces between moore and melay machines
  • Ans. 

    Moore machines have outputs dependent only on present state, while Mealy machines have outputs dependent on present state and inputs.

    • Moore machines have outputs that depend only on the present state of the machine.

    • Mealy machines have outputs that depend on both the present state and the inputs to the machine.

    • Moore machines are simpler to design and analyze compared to Mealy machines.

    • Mealy machines are more efficient in...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for PravegaSemi Vlsi Design Engineer interview:
  • Digital Electronics
  • Verilog

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It comprises 30 questions divided into two sections, with the final section being gamified.

Round 2 - Technical 

(1 Question)

  • Q1. Candidates who have been shortlisted from the first round are invited to participate in the second round, which includes 30 questions related to VLSI Verilog code output and technical questions from the co...
Round 3 - HR 

(1 Question)

  • Q1. Second round shortlisted students are invited to attend the interview..my slot is 3 pm but the
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

75 MINUTE TEST aptitude, reasoning, coding

Round 2 - Technical 

(2 Questions)

  • Q1. ABOUT MY PROJECTS
  • Q2. D FF VERILOG CODE
Round 3 - HR 

(2 Questions)

  • Q1. ABOUT MY COLLEGE
  • Q2. ABOUT MY BRANCH
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Bengal Engineering College (BEC) and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It has logical, verbal, aptitude and programming

Round 2 - Technical 

(1 Question)

  • Q1. Regarding some circuit implementation and program writing
Round 3 - HR 

(1 Question)

  • Q1. Regarding strength and weakness and about my family and educational background
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Volatile keyword
  • Q2. Project specific
Round 2 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Reason for job change
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic question on coding , digital electronics
  • Q2. Difference between d ram and s ram
  • Ans. 

    DRAM is volatile memory that stores data temporarily, while SRAM is faster and more expensive but retains data as long as power is supplied.

    • DRAM stands for Dynamic Random Access Memory, while SRAM stands for Static Random Access Memory.

    • DRAM requires refreshing to retain data, while SRAM does not.

    • DRAM is slower and less expensive than SRAM.

    • Examples of DRAM include DDR3 and DDR4, while examples of SRAM include L1, L2, an

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. SPI, I2C, etc communication protocol

I applied via Campus Placement and was interviewed in Aug 2022. There were 9 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

For the bright future and for overall skill development these programs helps very much

Round 3 - Coding Test 

For increasing and boost my knowledge these management program helps in achieving my career goals

Round 4 - Coding Test 

For the bright future and for overall skill development these programs helps very much

Round 5 - Coding Test 

For the bright future and for overall skill development these programs helps very much

Round 6 - Coding Test 

For the bright future and for overall skill development these programs helps very much

Round 7 - One-on-one 

(3 Questions)

  • Q1. Plz help me with joy and happiness
  • Q2. Sir and ma'ma these good morning and my self
  • Q3. My self address job experience for year
Round 8 - Group Discussion 

There will be four and five students group discussion

Round 9 - Technical 

(18 Questions)

  • Q1. My self ands my address my name
  • Q2. Father name and my self
  • Q3. Mother name and experience year
  • Q4. Reading CV and name and experience year
  • Q5. Sister and brother and home address
  • Q6. My name and experience and family members
  • Q7. My self and address and CV
  • Q8. Reading CV for the first English communication skill
  • Q9. Home address my self in family members
  • Q10. My name and experience year reading in CV
  • Q11. Father name and mother name
  • Q12. My self address experience year
  • Q13. Home address my name father name and experience
  • Q14. CV reading and experience year
  • Q15. My self home address my name father name
  • Q16. CV reading and my self expression year
  • Q17. Experience year reading CV
  • Q18. My self address job experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes i am interested in the job and I have done the resistation with your referral code

I applied via Recruitment Consulltant and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Basic c datastructucture networking l2 l3 questions

Round 2 - Technical 

(5 Questions)

  • Q1. Question on projects.
  • Q2. How packet goes from source to destination.
  • Ans. 

    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

  • Answered by AI
  • Q3. Delete a node from single linked list.
  • Ans. 

    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

  • Answered by AI
  • Q4. Dynamic memory alocation in c
  • Ans. 

    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...

  • Answered by AI
  • Q5. Interprocess communication in OS
  • Ans. 

    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().

  • Answered by AI

Interview Preparation Tips

Topics to prepare for LTIMindtree Embedded Engineer interview:
  • Pointer array structure linked l
Interview preparation tips for other job seekers - Slove c problems and clear all basic concepts.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. 1.explain what is a watchdog timer
  • Ans. 

    A watchdog timer is a hardware or software component that monitors the operation of a system and resets it if necessary.

    • A watchdog timer is used to prevent system crashes or lock-ups by resetting the system if it becomes unresponsive.

    • It is typically implemented as a counter that needs to be periodically reset by the system software.

    • If the watchdog timer is not reset within a certain time period, it triggers a system re...

  • Answered by AI
  • Q2. 2.explain what is semaphore
  • Ans. 

    Semaphore is a synchronization object used to control access to a shared resource.

    • Semaphore is a signaling mechanism used to control access to a shared resource

    • It allows multiple processes/threads to access the shared resource simultaneously

    • Semaphore maintains a count of the number of resources available

    • When a process/thread requests access to the resource, the count is decremented

    • When the process/thread releases the r...

  • Answered by AI
  • Q3. What is a interrupt latency
  • Ans. 

    Interrupt latency is the time delay between the occurrence of an interrupt and the start of the routine that services the interrupt.

    • Interrupt latency is a critical factor in real-time systems

    • It can be affected by factors such as the priority of the interrupt and the current state of the processor

    • Reducing interrupt latency can improve system performance and responsiveness

    • Examples of interrupts include hardware interrupt...

  • Answered by AI
  • Q4. What does DMA address will deal with
  • Ans. 

    DMA address deals with data transfer between memory and peripherals without CPU intervention.

    • DMA stands for Direct Memory Access.

    • DMA address is used to transfer data between memory and peripherals without CPU intervention.

    • DMA address is used to reduce the load on the CPU and improve system performance.

    • Examples of peripherals that use DMA include network cards, sound cards, and hard drives.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - while we answering to interview we have to save answer condifient some time the interview will be confusion our answers so on that time

Skills evaluated in this interview

PravegaSemi Interview FAQs

How many rounds are there in PravegaSemi Vlsi Design Engineer interview?
PravegaSemi interview process usually has 1 rounds. The most common rounds in the PravegaSemi interview process are Technical.

Tell us how to improve this page.

PravegaSemi Vlsi Design Engineer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all
Design & Verification Engineer
3 salaries
unlock blur

₹6 L/yr - ₹9 L/yr

Explore more salaries
Compare PravegaSemi with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview