Upload Button Icon Add office photos

Mirafra Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Mirafra Technologies Interview Questions, Process, and Tips

Updated 10 Mar 2025

Top Mirafra Technologies Interview Questions and Answers

View all 30 questions

Mirafra Technologies Interview Experiences

Popular Designations

50 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before 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 - Coding Test 

First Round was pretty basic and coding questions was medium in Python and React.
Then coding assignment from client and then Manager Round followed by HR Round

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Software Engineer Interview Questions & Answers

user image Kamakshi Jakapure

posted on 13 Jul 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Test conducted by company and it was easy

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is compilation procrss
  • Ans. 

    Compilation process is the process of converting source code into machine code by a compiler.

    • Source code is written in a high-level programming language

    • Compiler translates the source code into machine code

    • Compilation involves multiple steps like lexical analysis, syntax analysis, optimization, and code generation

  • Answered by AI
  • Q2. Explain pointers
  • Ans. 

    Pointers are variables that store memory addresses of other variables or functions.

    • Pointers are used to access and manipulate memory directly.

    • They are often used in dynamic memory allocation.

    • Pointers can be used to pass variables by reference.

    • Example: int *ptr; ptr = # *ptr = 10; // num now equals 10

  • Answered by AI

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (220)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Explain Angular File structure
  • Ans. 

    Angular file structure organizes code into modules, components, services, and assets.

    • Angular projects have a src folder containing app and assets folders

    • App folder contains modules, components, services, and other files

    • Components have their own folder with HTML, CSS, and TypeScript files

    • Services are placed in a separate folder for reusability

    • Assets folder stores static files like images and fonts

  • Answered by AI
  • Q2. Explain auth guards
  • Ans. 

    Auth guards are used in software development to control access to certain resources based on user authentication and authorization.

    • Auth guards are used in web applications to restrict access to certain routes or resources based on user authentication.

    • They are commonly used in frameworks like Angular and Laravel to protect routes from unauthorized access.

    • Auth guards can check if a user is authenticated and authorized to...

  • Answered by AI
  • Q3. Explain Http client module
  • Ans. 

    Http client module is a module in programming languages that allows communication with HTTP servers.

    • Http client module is used to send requests to servers and receive responses.

    • It can handle various HTTP methods like GET, POST, PUT, DELETE, etc.

    • It can also handle headers, cookies, and other request/response parameters.

    • Examples include HttpClient in Java, requests module in Python, axios in JavaScript.

  • Answered by AI
  • Q4. Explain Angular life cycle Hook
  • Ans. 

    Angular life cycle hooks are methods that allow you to tap into specific points in a component's life cycle.

    • ngOnChanges: Called when an input property changes

    • ngOnInit: Called once the component is initialized

    • ngDoCheck: Called during every change detection run

    • ngAfterContentInit: Called after content (ng-content) has been projected into the component

    • ngAfterContentChecked: Called after every check of the projected content

    • ...

  • Answered by AI
  • Q5. Explain CSS box model
  • Ans. 

    CSS box model is a fundamental concept in web design that defines the structure and layout of elements on a webpage.

    • The box model consists of content, padding, border, and margin.

    • Content area is where text or images are displayed.

    • Padding is the space between the content and the border.

    • Border is the line that surrounds the padding.

    • Margin is the space outside the border.

    • Each of these components can be styled using CSS pr

  • Answered by AI

Skills evaluated in this interview

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)

I applied via LinkedIn and was interviewed in May 2022. There were 4 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 - Aptitude Test 

This round consists of technical test which was focusing on electronics subjects.

Round 3 - Technical 

(1 Question)

  • Q1. In this round , questions were asked in digital design , verilog and projects.
Round 4 - HR 

(1 Question)

  • Q1. In this round as usual HR questions were asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Waste company Mirafra Technologies, they said that we will send offer letters to you within 2 or 3 days then they will not send offer letters and let you keep waiting for months.
In HR interview threy will say you " Best of Luck for future endeavors with Mirafra " but they will not send you offer letters. Hahahahahahha
It is not good for freshers, they are playing with freshers

Design & Verification Engineer Interview Questions asked at other Companies

Q1. 1. XOR gate 2. How you compare two 4 bit numbers only using gates. 3. How to rotate the bits and what happens if you rotate 5 times etc like that
View answer (1)

Mirafra Technologies interview questions for popular designations

 Software Engineer

 (7)

 Senior Software Engineer

 (5)

 Embedded Software Engineer

 (4)

 Software Developer

 (3)

 Design & Verification Engineer

 (3)

 Python Developer

 (2)

 Data Scientist

 (1)

 Senior Engineer

 (1)

Round 1 - Technical 

(2 Questions)

  • Q1. They asked about technical
  • Q2. Provide answers for the same
Round 2 - Technical 

(2 Questions)

  • Q1. They asked about technical
  • Q2. Answers according to question

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to go, they asked basic question

Senior Engineer Interview Questions asked at other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
View answer (62)

Get interview-ready with Top Mirafra Technologies Interview Questions

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,

Embedded Software Engineer Interview Questions asked at other Companies

Q1. 3. 1)Do you know about Autosar. 2)define function definition and function declaration. 3)difference between structure and union. 4) define Enumeration 5)what is microcontroller and microprocessor and its applications 6)where we uses in real... read more
View answer (1)

Jobs at Mirafra Technologies

View all

I applied via Naukri.com and was interviewed in Jun 2022. There were 4 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 

(1 Question)

  • Q1. On python, on storage
Round 3 - Technical 

(1 Question)

  • Q1. On python , oops concept ,
Round 4 - HR 

(1 Question)

  • Q1. Why you are changing the job

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and work on the skills and good communication

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 6 May 2022

I applied via LinkedIn and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basics of r programming, dplyr and ggplot2
  • Q2. RShiny app on spot with given data

Interview Preparation Tips

Interview preparation tips for other job seekers - Just concentrate on your basics, have a thorough understanding of the JD,

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jun 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 

(5 Questions)

  • Q1. How soon can you join?
  • Q2. Like .. can you join yesterday???
  • Q3. Please join us...
  • Q4. Or we will ...
  • Q5. CRY very loudly

Interview Preparation Tips

Interview preparation tips for other job seekers - Services should be your last resort in the current trajectory of the industry in India.
Working hard to rectify issues. Drop in the ocean..

Technical Manager Interview Questions asked at other Companies

Q1. How do you deliver a release in Agile Scrum? What is the difference between monolith, multitenant and microservices, what do you know about kafka, how did you handle a conflict between 2 employees, how did you handle client expectations and... read more
View answer (5)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jan 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 - Technical 

(2 Questions)

  • Q1. 1.tell about your self and project details
  • Q2. 2.asked about crosstalk, em issue's, timing fixes

Interview Preparation Tips

Interview preparation tips for other job seekers - Read your resume first, then attend interview, self confidence

Mirafra Technologies Interview FAQs

How many rounds are there in Mirafra Technologies interview?
Mirafra Technologies interview process usually has 2-3 rounds. The most common rounds in the Mirafra Technologies interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Mirafra Technologies 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 Python, C++, Javascript, RTOS and C.
What are the top questions asked in Mirafra Technologies interview?

Some of the top questions asked at the Mirafra Technologies 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. what is data structures and types with examples of all ty...read more
How long is the Mirafra Technologies interview process?

The duration of Mirafra Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Mirafra Technologies Interview Process

based on 38 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

Texas Instruments Interview Questions
4.0
 • 120 Interviews
Synopsys Interview Questions
3.9
 • 89 Interviews
Molex Interview Questions
3.8
 • 55 Interviews
Lam Research Interview Questions
3.7
 • 46 Interviews
Apar Industries Interview Questions
4.1
 • 43 Interviews
Broadcom Interview Questions
3.3
 • 41 Interviews
View all

Mirafra Technologies Reviews and Ratings

based on 233 reviews

4.0/5

Rating in categories

3.7

Skill development

4.0

Work-life balance

3.8

Salary

3.8

Job security

3.9

Company culture

3.6

Promotions

3.7

Work satisfaction

Explore 233 Reviews and Ratings
Sales Manager - (Automotive & Embedded)

Pune

10-15 Yrs

Not Disclosed

DevOps engineers

Bangalore / Bengaluru

1-4 Yrs

Not Disclosed

ML developers

Bangalore / Bengaluru

8-12 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
290 salaries
unlock blur

₹7 L/yr - ₹23.5 L/yr

Member Technical Staff
139 salaries
unlock blur

₹10 L/yr - ₹32 L/yr

Software Engineer
110 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Physical Design Engineer
54 salaries
unlock blur

₹5 L/yr - ₹17.1 L/yr

Software Engineer2
50 salaries
unlock blur

₹5 L/yr - ₹12.8 L/yr

Explore more salaries
Compare Mirafra Technologies with

Apar Industries

4.1
Compare

TDK India Private Limited

3.8
Compare

Molex

3.8
Compare

Micron Technology

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