Upload Button Icon Add office photos

Mirafra Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Mirafra Technologies Embedded Software Engineer Interview Questions and Answers

Updated 26 Feb 2025

Mirafra Technologies Embedded Software Engineer Interview Experiences

4 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Oct 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. WAP based on array question
  • Q2. Technical questions based on CV
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(3 Questions)

  • Q1. What can you tell me about your previous company?
  • Ans. 

    My previous company was a leading automotive electronics manufacturer.

    • Specialized in developing embedded software for automotive control systems

    • Worked on projects involving CAN bus communication and vehicle diagnostics

    • Collaborated with cross-functional teams including hardware engineers and test engineers

  • Answered by AI
  • Q2. What is your current Cost to Company (CTC) and your notice period?
  • Ans. 

    My current CTC is $80,000 per year and my notice period is 2 months.

    • Current CTC: $80,000 per year

    • Notice period: 2 months

  • Answered by AI
  • Q3. Expected cost to company (CTC).
  • Ans. 

    Expected CTC should be based on industry standards, experience, skills, and location.

    • Research industry standards for Embedded Software Engineers in your location.

    • Consider your level of experience and skills - more experience and specialized skills may command a higher salary.

    • Factor in the cost of living in the location where the job is based.

    • Negotiate based on the benefits package offered by the company.

    • Be prepared to ...

  • Answered by AI

Embedded Software Engineer Interview Questions Asked at Other Companies

asked in Aptiv
Q1. 3. 1)Do you know about Autosar. 2)define function definition and ... read more
asked in Cyient
Q2. Introduction. Difference between Embedded Systems and Embedded so ... read more
asked in Cyient
Q3. 1) which microcontroller you have used in Academics?
Q4. What is conductor, insulator and semi conductor?
asked in HCLTech
Q5. 3. How to enter if and else at the same time
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2022. 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 - One-on-one 

(2 Questions)

  • Q1. Why we should use auto keyword in local scope only
  • Ans. 

    Using auto keyword in local scope only ensures type safety and avoids unintended side effects.

    • Auto keyword deduces the type of the variable from its initializer expression.

    • Using auto in local scope avoids unintended type conversions and promotes type safety.

    • Auto keyword should not be used for function parameters or class members.

    • Example: auto x = 10; // x is deduced as int

    • Example: auto y = 3.14; // y is deduced as doub

  • Answered by AI
  • Q2. Why the default value of reg keyword is garbage value only
  • Ans. 

    The default value of reg keyword is garbage value due to performance optimization.

    • Garbage value is faster to assign than initializing to a specific value.

    • Initializing to a specific value would require additional instructions and memory access.

    • The value of reg keyword is expected to be overwritten before use.

    • Garbage value can help in detecting uninitialized variables during testing.

    • Example: int x; // x will have a garba

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Person should be calm, and understand the question properly, then we can able to give the answer

Skills evaluated in this interview

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 

(1 Question)

  • Q1. Bitwise operation , data structures, C
Round 3 - HR 

(1 Question)

  • Q1. Why are looking for change

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the basics well before interview. Bitwise operation , Data structure,

Mirafra Technologies interview questions for designations

 Software Engineer

 (7)

 Senior Software Engineer

 (5)

 Software Engineer Trainee

 (1)

 Software Engineer Level 1

 (1)

 Software Developer

 (3)

 Senior Software Developer

 (1)

 Verification Engineer

 (1)

 Staff Engineer

 (1)

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Was interviewed as fresher?
  • Q2. Written test conducted? with verbal ability test ? GD
  • Q3. How would u deal with a problematic situation when you are working in a team?
  • Q4. What are your plans about higher studies?

Interview Preparation Tips

Interview preparation tips for other job seekers - it was basic with apptiude test and attitiude test.

Interview Questionnaire 

1 Question

  • Q1. About my college projects and about my passion

I applied via Recruitment Consulltant and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Standard Aptitude questions

Round 2 - Coding Test 

Based on strings and array

Round 3 - One-on-one 

(1 Question)

  • Q1. Background questions and technical questions related to problem solved

Interview Preparation Tips

Interview preparation tips for other job seekers - Mindtree is one of the best companies, i really miss working there.
It's more on your self development and your carrier.

Interview Questionnaire 

1 Question

  • Q1. A-Z in MySQL, programming languages(only concepts)

Interview Questionnaire 

1 Question

  • Q1. Questions on java and selenium

I applied via Referral and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical round was purely based on end to end Power BI Technical questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Management round was based on past career experience and challenges faced

Interview Preparation Tips

Topics to prepare for LTIMindtree Senior Software Engineer interview:
  • Dax
  • Power Bi
  • Business Intelligence
  • Reporting
Interview preparation tips for other job seekers - Be confident honest while sharing your career experience instead of being materialist, be yourself and answer at your best.

Mirafra Technologies Interview FAQs

How many rounds are there in Mirafra Technologies Embedded Software Engineer interview?
Mirafra Technologies interview process usually has 1-2 rounds. The most common rounds in the Mirafra Technologies interview process are Resume Shortlist, HR and One-on-one Round.
How to prepare for Mirafra Technologies 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 Mirafra Technologies. The most common topics and skills that interviewers at Mirafra Technologies expect are C, Embedded C, RTOS, ARM and ARM7.
What are the top questions asked in Mirafra Technologies Embedded Software Engineer interview?

Some of the top questions asked at the Mirafra Technologies Embedded Software Engineer interview -

  1. Why the default value of reg keyword is garbage value o...read more
  2. Why we should use auto keyword in local scope o...read more
  3. Expected cost to company (CT...read more

Tell us how to improve this page.

Mirafra Technologies Embedded Software Engineer Interview Process

based on 3 interviews

Interview experience

3.7
  
Good
View more
Mirafra Technologies Embedded Software Engineer Salary
based on 29 salaries
₹4 L/yr - ₹12 L/yr
11% more than the average Embedded Software Engineer Salary in India
View more details

Mirafra Technologies Embedded Software Engineer Reviews and Ratings

based on 3 reviews

4.6/5

Rating in categories

3.7

Skill development

4.3

Work-life balance

4.6

Salary

3.3

Job security

3.7

Company culture

3.0

Promotions

3.7

Work satisfaction

Explore 3 Reviews and Ratings
Senior Software Engineer
257 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Member Technical Staff
139 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
106 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Physical Design Engineer
54 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer2
51 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Mirafra Technologies with

Sasken

3.8
Compare

Einfochips

3.3
Compare

Cyient

3.6
Compare

L&T Technology Services

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