Upload Button Icon Add office photos

Filter interviews by

Zumi Solutions Embedded Software Engineer Interview Questions and Answers

Updated 15 Jun 2024

Zumi Solutions Embedded Software Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in Jun 2022.

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

(2 Questions)

  • Q1. Write a C program to arrange the elements in ascending order.
  • Ans. 

    C program to arrange elements in ascending order

    • Use bubble sort algorithm to compare adjacent elements and swap if necessary

    • Iterate through the array multiple times until no more swaps are needed

    • Ensure proper error handling for input validation

    • Example: int arr[] = {4, 2, 7, 1, 5};

  • Answered by AI
  • Q2. Write a C program to add two elements without using third variable.
  • Ans. 

    Add two elements without using a third variable in C program.

    • Use bitwise XOR operation to add two elements without carry

    • Store the result in one of the variables

    • Example: int a = 5, b = 3; a = a ^ b; b = a ^ b; a = a ^ b; // a=3, b=5

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Salary expectation.
  • Q2. Comfortable with the bond period or not?

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

+ C and C++concepts.
+ RTOS
+ Multi threading

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare c cpp concepts along with RTOS and problem solving skills
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jan 2024.

Round 1 - Coding Test 

Embedded c 15 question and c language programming

Round 2 - Technical 

(1 Question)

  • Q1. Basically focaus on c laguage
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Very easy, basic questions

Round 2 - Coding Test 

Written test
C programming

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

I applied via Job Portal and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Related to embedded software

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was good. also the HR process is good
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are storage class
  • Ans. 

    Storage classes in C specify the scope and lifetime of variables.

    • Storage classes include auto, register, static, and extern.

    • Auto variables are local to a block and have automatic storage duration.

    • Register variables are stored in CPU registers for faster access.

    • Static variables retain their value between function calls.

    • Extern variables are declared in one file and can be used in another file.

  • Answered by AI
  • Q2. Explain structure program
  • Ans. 

    A structure program is a program that uses structures to group related data together.

    • Structures in C programming allow you to group related data together under one name.

    • You can define a structure using the 'struct' keyword.

    • Structures can contain different data types, including int, float, char, and even other structures.

    • You can access the members of a structure using the dot operator.

    • Example: struct employee { int id; ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Questions in Embedded C, and about microcontrollers we have worked with
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:
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 - 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

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

+ C and C++concepts.
+ RTOS
+ Multi threading

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare c cpp concepts along with RTOS and problem solving skills

Zumi Solutions Interview FAQs

How many rounds are there in Zumi Solutions Embedded Software Engineer interview?
Zumi Solutions interview process usually has 3 rounds. The most common rounds in the Zumi Solutions interview process are Resume Shortlist, Technical and HR.
How to prepare for Zumi Solutions Embedded Software 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 Zumi Solutions. The most common topics and skills that interviewers at Zumi Solutions expect are Android, Android Application Development, Application, Application Development and C++.
What are the top questions asked in Zumi Solutions Embedded Software Engineer interview?

Some of the top questions asked at the Zumi Solutions Embedded Software Engineer interview -

  1. Write a C program to arrange the elements in ascending ord...read more
  2. Write a C program to add two elements without using third variab...read more

Tell us how to improve this page.

Zumi Solutions Embedded Software Engineer Salary
based on 42 salaries
₹1.8 L/yr - ₹8 L/yr
33% less than the average Embedded Software Engineer Salary in India
View more details

Zumi Solutions Embedded Software Engineer Reviews and Ratings

based on 5 reviews

4.3/5

Rating in categories

4.9

Skill development

3.6

Work-Life balance

3.6

Salary & Benefits

3.7

Job Security

2.3

Company culture

3.6

Promotions/Appraisal

3.6

Work Satisfaction

Explore 5 Reviews and Ratings
Embedded Software Engineer
42 salaries
unlock blur

₹1.8 L/yr - ₹8 L/yr

Software Engineer
7 salaries
unlock blur

₹2 L/yr - ₹4.5 L/yr

Android App Developer
7 salaries
unlock blur

₹2.4 L/yr - ₹9.6 L/yr

Embedded Software Developer
5 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Software Developer
4 salaries
unlock blur

₹6 L/yr - ₹10 L/yr

Explore more salaries
Compare Zumi Solutions with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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