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 50.6k Reviews

Filter interviews by

Wipro Firmware Engineer Interview Questions and Answers

Updated 19 Jul 2024

Wipro Firmware Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. I2c, spi and uart
  • Q2. Basic C questions

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Basic questions on C such as storage classes, pointers and more.

For coding, I was asked to write a LinkedList using C and insert a node in the LinkedList. Very straight forward.

Round 2 - Technical 

(3 Questions)

  • Q1. MQTT experience
  • Ans. 

    Experience with MQTT protocol for communication in IoT devices.

    • Developed firmware using MQTT protocol for real-time communication

    • Implemented MQTT client libraries in embedded systems

    • Worked on MQTT topics, QoS levels, and message retention policies

  • Answered by AI
  • Q2. Networking protocol
  • Q3. Bitfields - what are they?
Round 3 - HR 

(2 Questions)

  • Q1. Expected salary?
  • Q2. Notice period discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a good company however, they do not respect employees as much. Throughout the interview process, I felt disposable and disrespected. They kept rescheduling interviews at the last minute, did not display any understanding w.r.t timings for the interview (they asked me to take leaves and remove time for the interview, & then rescheduled them cause of panel unavailability).
Not the culture i was looking for and hence I have let the offer go. However if you're looking for something stable, it's a good company.

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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Percentage, speed, series, logical abulity, differnces

Round 2 - Technical 

(3 Questions)

  • Q1. C programs, protocols, Embedded C, pointers
  • Q2. Strings swapping nibbles using c
  • Ans. 

    Swapping nibbles of strings in C

    • Use bitwise operations to swap the nibbles of each character in the string

    • Iterate through each character in the string and swap the nibbles

    • Ensure to handle edge cases like strings with odd length or non-hex characters

  • Answered by AI
  • Q3. I2c, can, spi, uart
Round 3 - HR 

(2 Questions)

  • Q1. Normal hr questions
  • Q2. Self, company details

Skills evaluated in this interview

Embedded Software Engineer Interview Questions & Answers

Infosys user image Vishnupriya Thamilarasan

posted on 1 May 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
2-4 weeks
Result
-

I applied via Job Portal and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

Very basic c questions like an array

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2023. There were 3 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 

Basics like converting decimal number to binary.

Round 3 - Technical 

(1 Question)

  • Q1. Role in the projects handled.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear on your basics of Embedded.
C/C++ any will work.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Dec 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Storage classes and memory layout
  • Q2. Basic C programming snippets

Interview Preparation Tips

Interview preparation tips for other job seekers - Just refresh your basic c programming skills and try to tell more in detail

I applied via Recruitment Consultant and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. 1,. volatile keyword
  • Q2. 2. Difference between structure and union
  • Ans. 

    Structure is a collection of variables of different data types while union is a collection of variables of same data type.

    • Structure allocates memory for all its variables while union allocates memory for only one variable at a time.

    • Structure is used when we want to store different types of data while union is used when we want to store only one type of data at a time.

    • Structure is accessed using dot (.) operator while u...

  • Answered by AI
  • Q3. 3. How to enter if and else at the same time
  • Ans. 

    It is not possible to enter if and else at the same time in a programming language.

    • If and else are conditional statements that are mutually exclusive.

    • They are used to execute different blocks of code based on a condition.

    • To execute multiple blocks of code simultaneously, you can use nested if-else statements or logical operators.

  • Answered by AI
  • Q4. Program to find factorial of a number
  • Ans. 

    Program to find factorial of a number

    • Use a loop to multiply the number with all the numbers less than it

    • Handle the case when the number is 0 or 1 separately

    • Use recursion to find factorial of a number

  • Answered by AI
  • Q5. Explain recursion with an example
  • Ans. 

    Recursion is a process where a function calls itself until a base condition is met.

    • Recursion involves breaking down a problem into smaller subproblems and solving them recursively

    • It requires a base case to stop the recursion and prevent infinite looping

    • Example: Factorial function - n! = n * (n-1)!, where the function calls itself with n-1 until n=1

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with the C programming basics.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Embedded C or C++ coding questions

Round 3 - Technical 

(1 Question)

  • Q1. Basics of Embedded systems
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Indeed and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(5 Questions)

  • Q1. Basic question from my Resume and Work/Projects
  • Q2. Technical Question : Stackoverflow, Queue, Virtual Class/Keyword, Pointers, Linked List
  • Q3. Memory Stack, Local/Glabal/Staic Variable stored where?
  • Q4. Direct Memory Access, Heap, Stack, Dyanamic Memory Allocation, memory Segmentation fault
  • Q5. Difference between Timer and counters?
  • Ans. 

    Timers are used to measure time intervals, while counters are used to count events or occurrences.

    • Timers are typically used for generating delays, measuring time intervals, or triggering events at specific times.

    • Counters are used to count external events, such as pulses or interrupts.

    • Timers can be used to implement software delays, while counters can be used for tasks like frequency measurement.

    • Examples: A timer can be...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - C++ questions mainly

Skills evaluated in this interview

Wipro Interview FAQs

How many rounds are there in Wipro Firmware Engineer interview?
Wipro interview process usually has 1 rounds. The most common rounds in the Wipro interview process are One-on-one Round.
How to prepare for Wipro Firmware Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Wipro. The most common topics and skills that interviewers at Wipro expect are Firmware Development, RTOS, Automotive, Bsp and Device Drivers.
What are the top questions asked in Wipro Firmware Engineer interview?

Some of the top questions asked at the Wipro Firmware Engineer interview -

  1. i2c, spi and u...read more
  2. Basic C questi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
View all
Project Engineer
32.6k salaries
unlock blur

₹1.8 L/yr - ₹8.3 L/yr

Senior Software Engineer
22.9k salaries
unlock blur

₹5.8 L/yr - ₹22.5 L/yr

Senior Associate
21.1k salaries
unlock blur

₹0.8 L/yr - ₹5.5 L/yr

Senior Project Engineer
20.6k salaries
unlock blur

₹5 L/yr - ₹19.1 L/yr

Technical Lead
18.6k salaries
unlock blur

₹8.2 L/yr - ₹36.5 L/yr

Explore more salaries
Compare Wipro with

TCS

3.7
Compare

Infosys

3.7
Compare

Tesla

4.3
Compare

Amazon

4.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview