Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Wipro Team. If you also belong to the team, you can get access from here

Wipro Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 52.1k Reviews

Filter interviews by

Wipro Vlsi Design Engineer Interview Questions and Answers

Updated 4 May 2024

Wipro Vlsi Design Engineer Interview Experiences

1 interview found

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 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
2-4 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Compilation process in c
  • Ans. 

    Compilation process in C involves preprocessing, compiling, assembling, and linking.

    • Preprocessing: Includes header files, macro expansions, and conditional compilation.

    • Compiling: Translates source code to assembly code specific to the target architecture.

    • Assembling: Converts assembly code to machine code in object files.

    • Linking: Combines object files and libraries to generate an executable file.

  • Answered by AI
  • Q2. Write a function pointer syntax?
  • Ans. 

    Function pointer syntax allows for storing the address of a function in a pointer variable.

    • Syntax: return_type (*pointer_name)(parameters)

    • Example: void (*funcPtr)(int) = &someFunction;

  • Answered by AI
  • Q3. Discussion on current project?
  • Q4. Reverse the string?
  • Ans. 

    Reverse a given string

    • Use a loop to iterate through the characters of the string

    • Swap the characters from start to end of the string

    • Continue swapping until reaching the middle of the string

  • Answered by AI
  • Q5. Set , clear and toggle the bit
Round 2 - HR 

(2 Questions)

  • Q1. Mostly salary discussion
  • Q2. Tell about yourself

Interview Preparation Tips

Topics to prepare for TCS Embedded Firmware Engineer interview:
  • Embedded C
Interview preparation tips for other job seekers - Prepare it well.

Skills evaluated in this interview

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

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

I was interviewed in Sep 2016.

Interview Questionnaire 

2 Questions

  • Q1. Almost every topic related to digital logic.
  • Q2. It was telephonic round. They just told me about the confirmation of my selection.

Interview Preparation Tips

Round: Test
Tips: Nothing special. But you must have in depth knowledge of basic subjects of electronics.
Digital logic, analog circuits, Linear integrated circuits are few subjects which you should be completely knowing before you write any test for the job profile of VLSI engineer.
Additionally if you have the knowledge of verilog and vhdl, then it's best.
Duration: 3 hours
Total Questions: 45

Round: Technical Interview
Tips: In depth knowledge of digital logic is must. If you have time, learn the subjects from NPTEL website. It's the best website available to get in depth knowledge in any field.

College Name: RNS INSTITUTE OF TECHNOLOGY, Bangalore
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude, technical, gaming, behaviour test

Round 2 - Coding Test 

Capgemini coding round

Round 3 - HR 

(1 Question)

  • Q1. Self intro, family background,phicallyWhy is normalization needed in a database? What is the difference between UNION and UNION ALL? What is the drawback of scanf() and how can it be avoided? What is Ja...

I applied via Campus Placement and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. I am Very Much Interested in the VLSI Designer .

Interview Preparation Tips

Interview preparation tips for other job seekers - I didn't attend any interview in this company. But I am interested in the VLSI Designer .

Wipro Interview FAQs

How many rounds are there in Wipro Vlsi Design Engineer interview?
Wipro interview process usually has 3 rounds. The most common rounds in the Wipro interview process are Aptitude Test, Technical and HR.

Tell us how to improve this page.

Wipro Vlsi Design Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k 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
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Wipro Vlsi Design Engineer Salary
based on 42 salaries
₹3 L/yr - ₹11.1 L/yr
42% less than the average Vlsi Design Engineer Salary in India
View more details

Wipro Vlsi Design Engineer Reviews and Ratings

based on 3 reviews

3.8/5

Rating in categories

4.4

Skill development

4.5

Work-life balance

3.8

Salary

3.4

Job security

4.5

Company culture

3.2

Promotions

4.4

Work satisfaction

Explore 3 Reviews and Ratings
Project Engineer
32.7k salaries
unlock blur

₹1.8 L/yr - ₹8.3 L/yr

Senior Software Engineer
23.1k salaries
unlock blur

₹5.8 L/yr - ₹22.6 L/yr

Senior Associate
21.3k salaries
unlock blur

₹0.9 L/yr - ₹5.5 L/yr

Senior Project Engineer
20.5k salaries
unlock blur

₹5 L/yr - ₹19.5 L/yr

Technical Lead
18.7k salaries
unlock blur

₹8.3 L/yr - ₹36.5 L/yr

Explore more salaries
Compare Wipro with

TCS

3.7
Compare

Infosys

3.6
Compare

Tesla

4.3
Compare

Amazon

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