Upload Button Icon Add office photos

Mirafra Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Mirafra Technologies Software Developer Interview Questions, Process, and Tips

Updated 22 Aug 2024

Top Mirafra Technologies Software Developer Interview Questions and Answers

View all 6 questions

Mirafra Technologies Software Developer Interview Experiences

3 interviews found

Software Developer Interview Questions & Answers

user image Boya Rajasekhar

posted on 8 Aug 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. What is oops concept example with each one
  • Ans. 

    Object-oriented programming concepts include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: bundling data and methods that operate on the data into a single unit (class). Example: class Car with properties like make, model, and methods like start(), stop().

    • Inheritance: creating new classes based on existing classes, inheriting their attributes and methods. Example: class SUV inheriting from cl...

  • Answered by AI
  • Q2. What is data structures and types with examples of all types
  • Ans. 

    Data structures are ways of organizing and storing data in a computer so that it can be accessed and used efficiently.

    • Types of data structures include arrays, linked lists, stacks, queues, trees, graphs, and hash tables.

    • Arrays are a collection of elements stored in contiguous memory locations, accessed using an index.

    • Linked lists are a series of nodes where each node contains data and a reference to the next node.

    • Stack...

  • Answered by AI
  • Q3. What is class and objects with example and code
  • Ans. 

    A class is a blueprint for creating objects in object-oriented programming. Objects are instances of classes.

    • A class defines the properties and behaviors of objects. For example, a 'Car' class may have properties like 'color' and 'model', and behaviors like 'drive' and 'stop'.

    • An object is an instance of a class. For example, 'myCar' can be an object of the 'Car' class with specific values for 'color' and 'model'.

    • Code e...

  • Answered by AI
  • Q4. What is virutal function and staic functions
  • Ans. 

    Virtual functions are functions in a base class that are overridden in derived classes, while static functions belong to the class itself rather than instances.

    • Virtual functions allow for dynamic binding and polymorphism in object-oriented programming.

    • Static functions are associated with the class itself and can be called without creating an instance of the class.

    • Example: virtual void display() = 0; // pure virtual fun...

  • Answered by AI
  • Q5. What is project u did in present company
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines.

    • Used AngularJS for front-end development

    • Implemented RESTful APIs for communication between front-end and back-end

    • Utilized MySQL database for storing project data

  • Answered by AI
Round 2 - Coding Test 

Write a function over loading and friend class with example?

Interview Preparation Tips

Interview preparation tips for other job seekers - nice

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 Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Reverse a string
  • Ans. 

    Reverse a given string

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

    • Append each character to a new string in reverse order

    • Return the reversed string

  • Answered by AI
  • Q2. Basic programming questions

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Newspaper Ad and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

Tecnology for tribal areas

Round 2 - Technical 

(1 Question)

  • Q1. What is Polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to represent multiple data types.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Newspaper Ad and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Basic questions of java.
Round 3 - HR 

(1 Question)

  • Q1. Intro and other hr related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover the basic questions regarding the programming language.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Walk-in and was interviewed before Jan 2022. There were 3 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 Resume tips
Round 2 - Aptitude Test 

Aptitude test duration 90 min 100 question

Round 3 - Coding Test 

Coding test 50 code 100 marks 60 min

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well. code in c , c++ , java is very important

I applied via Company Website and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

First round was coding as well as aptitude done together went well I guess focusing on codes helps a lot.

Round 2 - Technical 

(1 Question)

  • Q1. 2nd round included tr and mr round went quite enegritic

Interview Preparation Tips

Interview preparation tips for other job seekers - Resume skills matters a lot don't fill resume the technologies you don't even aware of

Interview Questionnaire 

1 Question

  • Q1. What is your activity
  • Ans. 

    As a software developer, my activity involves designing, coding, testing, and maintaining software applications.

    • Designing software architecture and user interfaces

    • Writing code in programming languages such as Java, Python, or C++

    • Testing software to ensure it meets requirements and is free of bugs

    • Maintaining and updating software to keep it running smoothly

    • Collaborating with other developers and stakeholders to ensure p

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: Tell in detail about what happened
Tips: Provide tip for specily

Round: HR Interview
Experience: Tell in detail about what happened
Tips: Provide tip for specily

Round: Test
Experience: Tell in detail what all happened
Tips: Provide tips specially

I was interviewed in Apr 2017.

Interview Questionnaire 

2 Questions

  • Q1. What is firmware and where it is used?
  • Ans. 

    Firmware is a type of software that is embedded in hardware devices to control their functionality.

    • Firmware is a combination of hardware and software.

    • It is used to control the behavior of hardware devices.

    • Firmware is typically stored in non-volatile memory, such as ROM or flash memory.

    • Examples of devices that use firmware include routers, printers, and digital cameras.

  • Answered by AI
  • Q2. Tell me about yourself only.
  • Ans. 

    I am a passionate software developer with experience in building web applications and solving complex problems.

    • Experienced in programming languages such as Java, JavaScript, and Python

    • Familiar with front-end technologies like HTML, CSS, and React

    • Strong problem-solving skills and ability to work in a team environment

    • Previous projects include developing a customer management system for a small business

  • Answered by AI

Interview Preparation Tips

Round: aptitude
Experience: the test had around 70 questions to be answered in 1 hour
Tips: keep watch on time and be quick enough because each sections has sectional cutoff.

Round: Technical Interview
Experience: the test had around 70 questions to be answered in 1 hour
Tips: keep watch on time and be quick enough because each sections has sectional cutoff.

Round: HR Interview
Experience: they tested my core knowledge and learning skill.
Tips: be strong in your basics.

Skills: Ability To Think Beyond Boundaries
College Name: mnm jec

Skills evaluated in this interview

Software Developer Interview Questions & Answers

Wipro user image V LAKSHMI NARAYANA

posted on 1 Dec 2015

Interview Preparation Tips

Round: Test
Experience: Online written Test was conducted 54 students wrote the test. Interviews.13 people were shortlisted for this round.

Round: Technical Interview
Experience: Check out "Buckys tutorials" for learning programming languages The link is " -----/". Learning C and one object oriented language(C++ or JAVA) will prove helpful in the interviews. Be thorough with the concepts or subjects specific to your branch.

Round: HR Interview
Experience: Be confident and be frank.Be what you are as the interviewers are smart enough to evaluate who you are. While answering the questions asked maintain eye contact with the interviewer.

General Tips: It was quite challenging nevertheless it was exhausting too as we were made to wait till evening. At the end of the day it was worth the effort.
Software Developer.One can ask questions in order to know the company better.Some examples are about company work culture, career growth...moving up in different verticals like Management and Technical etc.
Skill Tips: Focus Prepare C and general aptitude to get through the written test round.Try to learn things which aren't included in your curriculum and which may come handy at the time of interviews.For example, learning data structures, and C++ ,JAVA will be useful when someone goes for a software interview.
Skills:
College Name: NIT Surathkal
Contribute & help others!
anonymous
You can choose to be anonymous

Mirafra Technologies Interview FAQs

How many rounds are there in Mirafra Technologies Software Developer interview?
Mirafra Technologies interview process usually has 1-2 rounds. The most common rounds in the Mirafra Technologies interview process are Technical, Group Discussion and Coding Test.
How to prepare for Mirafra Technologies Software Developer 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 Embedded C and Microcontroller.
What are the top questions asked in Mirafra Technologies Software Developer interview?

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

  1. what is data structures and types with examples of all ty...read more
  2. what is oops concept example with each ...read more
  3. what is class and objects with example and c...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

KPIT Technologies

No Interviews

INTERVIEWS

Amazon

No Interviews

INTERVIEWS

Pisolv Tech

No Interviews

INTERVIEWS

Onextel Media

No Interviews

SALARIES

National Stock Exchange of India

JOBS

Broadridge Financial Solutions

No Jobs

INTERVIEWS

Wipro

No Interviews

INTERVIEWS

Sun Life Financial

No Interviews

Tell us how to improve this page.

Mirafra Technologies Software Developer Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more
Mirafra Technologies Software Developer Salary
based on 32 salaries
₹3.1 L/yr - ₹13.8 L/yr
At par with the average Software Developer Salary in India
View more details

Mirafra Technologies Software Developer Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

3.0

Salary

3.0

Job security

3.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
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