Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Mirabel Technologies Team. If you also belong to the team, you can get access from here

Mirabel Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Mirabel Technologies Interview Questions, Process, and Tips

Updated 12 Feb 2025

Top Mirabel Technologies Interview Questions and Answers

View all 14 questions

Mirabel Technologies Interview Experiences

Popular Designations

11 interviews found

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. They asked more about JQuery
  • Q2. Asked about Javascript

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between functional and class component
  • Ans. 

    Functional components are simpler, stateless, and use functional programming concepts. Class components are more complex, stateful, and use ES6 class syntax.

    • Functional components are just plain JavaScript functions that accept props as arguments and return React elements.

    • Class components are ES6 classes that extend from React.Component and can have state and lifecycle methods.

    • Functional components are easier to read, w...

  • Answered by AI
  • Q2. Types of sql joins
  • Ans. 

    Types of SQL joins include inner join, left join, right join, and full outer join.

    • Inner join: Returns rows when there is at least one match in both tables.

    • Left join: Returns all rows from the left table and the matched rows from the right table.

    • Right join: Returns all rows from the right table and the matched rows from the left table.

    • Full outer join: Returns rows when there is a match in one of the tables.

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Project flow from starting to end
  • Ans. 

    Project flow involves planning, development, testing, deployment, and maintenance.

    • 1. Requirement gathering and analysis

    • 2. Designing the architecture and database

    • 3. Development of front-end and back-end components

    • 4. Testing and debugging

    • 5. Deployment and release

    • 6. Maintenance and updates

  • Answered by AI
  • Q2. Experiences and tool what I've used in the project

Interview Preparation Tips

Topics to prepare for Mirabel Technologies Dot Net Fullstack Developer interview:
  • C#.Net
  • React.Js

Skills evaluated in this interview

Dot Net Fullstack Developer Interview Questions asked at other Companies

Q1. What languages does support the .netframework???
View answer (3)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Basic questions related to job description
Round 2 - Technical 

(1 Question)

  • Q1. I expected it to be coding round but it isn't. They asked questions which can be answered theoritcally like how we solve the problem. For me they asked nearly 6 questions like how we write a stored procedu...
Round 3 - One-on-one 

(1 Question)

  • Q1. This is managerial round with a offer discussion. The director is very friendly and asked questions related to how i solve the problem than writing the code

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are applying for this company, remember one thing, coding can be done in anyway but the way to solve the problems by critical thinking is still there with human brains. This company majorly focus on how a person thinks and solves the given problem.

I loved the interview expierence

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 (169)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Question on .net web api, routing, authentication and authorisation, difference between string and string builder, different types of status codes, difference between ActionResult and IActionResult, steps ...

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 (169)

Mirabel Technologies interview questions for popular designations

 Software Engineer

 (4)

 Full Stack Developer

 (2)

 Associate Software Engineer

 (1)

 Dot Net Fullstack Developer

 (1)

 Full Stack Software Developer

 (1)

 QA Engineer

 (1)

 Softwaretest Engineer

 (1)

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are premises?
  • Ans. 

    Premises are the foundational statements or assumptions on which an argument is based.

    • Premises are the starting points of a logical argument.

    • They are used to support a conclusion.

    • Premises can be true or false, and the validity of the argument depends on the truth of the premises.

    • For example, in the argument 'All humans are mortal. Socrates is a human. Therefore, Socrates is mortal.', the premises are 'All humans are mo

  • Answered by AI
  • Q2. Describe the Oops concepts?
  • Ans. 

    Oops concepts are the fundamental principles of object-oriented programming, including inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Polymorphism: Allows objects to be treated as instances of their parent class or their own class.

    • Encapsulation: Bundles data and methods into a single unit, preventing direct access to data from ...

  • Answered by AI

Full Stack Developer Interview Questions asked at other Companies

Q1. Query And MatrixYou are given a binary matrix with ‘M’ rows and ‘N’ columns initially consisting of all 0s. 'Q' queries follow. The queries can be of 4 types: Query 1: 1 R index Query 2: 1 C index Query 3: 2 R index Query 4: 2 C index In ea... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Coding Test 

React questions
Components
Hooks - UseEffect
Fetch queries
Coding questions

Full Stack Software Developer Interview Questions asked at other Companies

Q1. Oops in Java Patterns in Java JDK,JRE,JVM MVC Array questions strings in Java This,super keywords Java problems like palindrome, prime number,and so many problems and logics Why java is platform independent Why java is not platform dependen... read more
View answer (1)

Jobs at Mirabel Technologies

View all
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. Basic concepts of respective programming languages
Round 2 - One-on-one 

(2 Questions)

  • Q1. Can you explain the project you worked on?
  • Q2. What are your notable achievements?

Interview Preparation Tips

Interview preparation tips for other job seekers - There is no need for extensive preparation, as the interviews are not particularly rigorous.

Softwaretest Engineer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
Add answer
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. Basic concepts of respective programming languages
Round 2 - One-on-one 

(2 Questions)

  • Q1. Can you explain the project you worked on?
  • Q2. What are your notable achievements?

Interview Preparation Tips

Interview preparation tips for other job seekers - There is no need for extensive preparation, as the interviews are not particularly rigorous.

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
Add answer
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions from React, .Net and SQL server.
  • Q2. OOPS concepts, Abstraction, Interfaces, Stored Proc in SQL
Round 2 - Technical 

(2 Questions)

  • Q1. Little bit more advanced concepts than from 1st round.
  • Q2. Authentication in .Net framework, Repository pattern, ADO .Net flow
Round 3 - Behavioral 

(1 Question)

  • Q1. Basic questions from resume and yourself.

Interview Preparation Tips

Topics to prepare for Mirabel Technologies Software Engineer interview:
  • React.Js
  • Javascript
  • ADO.Net
  • SQL Server

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 (169)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 26 Feb 2020

I applied via Walk-in and was interviewed in Jan 2020. There were 3 interview rounds.

Interview Questionnaire 

12 Questions

  • Q1. How would you test without specification requirement document?
  • Ans. 

    Testing without a specification requirement document requires a creative and exploratory approach.

    • Analyze the available information and gather requirements from stakeholders.

    • Create test scenarios and test cases based on assumptions and common usage patterns.

    • Perform exploratory testing to uncover any unexpected behavior.

    • Use risk-based testing to prioritize areas of the application that are critical or prone to defects.

    • L...

  • Answered by AI
  • Q2. Difference between Quality Assurance and Quality Control
  • Ans. 

    Quality Assurance focuses on preventing defects, while Quality Control focuses on identifying and fixing defects.

    • Quality Assurance is a proactive process that involves establishing and maintaining standards, processes, and procedures to prevent defects.

    • Quality Control is a reactive process that involves inspecting and testing products or services to identify and fix defects.

    • Quality Assurance is focused on the entire so...

  • Answered by AI
  • Q3. Difference between Verification and Validation
  • Ans. 

    Verification is the process of evaluating a system or component to determine whether it meets specified requirements. Validation is the process of evaluating a system or component during or at the end of the development process to determine whether it satisfies the specified requirements.

    • Verification focuses on the process of reviewing, inspecting, and testing the system or component to ensure that it meets the specifi...

  • Answered by AI
  • Q4. Write a query to get the second highest salary of an employee(DB testing)
  • Ans. 

    Query to get the second highest salary of an employee in DB testing.

    • Use the SELECT statement to retrieve the salary column from the employee table.

    • Order the results in descending order using the ORDER BY clause.

    • Use the LIMIT clause to limit the result to the second row.

    • Combine the above steps in a single query to get the second highest salary.

  • Answered by AI
  • Q5. Suppose your manager gave you one task which has to be complete in 1 week and but it takes 2 weeks from your view.how would you justify your view with manager and how you will get acceptance from your mana...
  • Ans. 

    To justify my view, I would communicate the reasons for the extended timeline and propose alternative solutions.

    • Explain the complexity of the task and the potential risks involved

    • Provide a detailed breakdown of the required steps and estimated time for each

    • Highlight any dependencies or constraints that may impact the timeline

    • Suggest alternative approaches or resources to expedite the task

    • Discuss the potential consequen...

  • Answered by AI
  • Q6. Regression testing?
  • Q7. RTM?
  • Q8. Negative test cases for site authentication?
  • Ans. 

    Negative test cases for site authentication

    • Entering an incorrect username and password combination

    • Leaving the username field blank and entering a valid password

    • Leaving the password field blank and entering a valid username

    • Entering a valid username and password combination but with additional spaces

    • Entering a username and password that exceed the maximum character limit

    • Entering special characters in the username or pass

  • Answered by AI
  • Q9. Explain in detail about your product?
  • Q10. Which Bug tracking tool and test management tool are using in your organization?
  • Ans. 

    We use JIRA as our bug tracking tool and TestRail as our test management tool.

    • JIRA is a widely used bug tracking tool that helps us track and manage software defects.

    • TestRail is a comprehensive test management tool that allows us to plan, track, and organize our testing efforts.

    • Both tools integrate well with our development and testing processes, providing us with a seamless workflow.

    • JIRA offers features like issue tra...

  • Answered by AI
  • Q11. How do you test your application in remote server/Local Machine?
  • Ans. 

    To test an application on a remote server, use remote access tools like SSH or RDP. For local testing, use a local machine.

    • For testing on a remote server, use remote access tools like SSH (Secure Shell) or RDP (Remote Desktop Protocol).

    • Connect to the remote server using the appropriate credentials.

    • Install the application on the remote server and perform the necessary tests.

    • For local testing, set up a local machine with...

  • Answered by AI
  • Q12. Good qualities of tester
  • Ans. 

    Good qualities of a tester include attention to detail, problem-solving skills, and effective communication.

    • Attention to detail: Testers need to have a keen eye for spotting even the smallest of defects or issues in software.

    • Problem-solving skills: Testers should be able to analyze problems, identify root causes, and propose effective solutions.

    • Effective communication: Testers must be able to clearly communicate their ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I have 3 years experience in manual testing.how did i cracked interview?
2 reasons
1.ISTQB certification foundation level
2.experience in domain and best practices that i have done in testing.

Skills evaluated in this interview

Top Mirabel Technologies QA Engineer Interview Questions and Answers

Q1. Suppose your manager gave you one task which has to be complete in 1 week and but it takes 2 weeks from your view.how would you justify your view with manager and how you will get acceptance from your manager with your justification?
View answer (2)

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)

Mirabel Technologies Interview FAQs

How many rounds are there in Mirabel Technologies interview?
Mirabel Technologies interview process usually has 1-2 rounds. The most common rounds in the Mirabel Technologies interview process are Technical, One-on-one Round and HR.
How to prepare for Mirabel 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 Mirabel Technologies. The most common topics and skills that interviewers at Mirabel Technologies expect are React.Js, MongoDB, Javascript, C# and HTML.
What are the top questions asked in Mirabel Technologies interview?

Some of the top questions asked at the Mirabel Technologies interview -

  1. Suppose your manager gave you one task which has to be complete in 1 week and b...read more
  2. Which Bug tracking tool and test management tool are using in your organizati...read more
  3. How do you test your application in remote server/Local Machi...read more
How long is the Mirabel Technologies interview process?

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

Tell us how to improve this page.

Mirabel Technologies Interview Process

based on 10 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 812 Interviews
Zoho Interview Questions
4.3
 • 516 Interviews
Freshworks Interview Questions
3.5
 • 155 Interviews
View all

Mirabel Technologies Reviews and Ratings

based on 44 reviews

3.4/5

Rating in categories

3.3

Skill development

3.4

Work-life balance

3.6

Salary

3.6

Job security

3.3

Company culture

3.3

Promotions

3.3

Work satisfaction

Explore 44 Reviews and Ratings
Accounting Specialist - Quick Books and U.S Payroll

Hyderabad / Secunderabad

4-6 Yrs

₹ 4-8 LPA

Ai Engineer( Python| NLP) |Hyderabad | 4-5yrs| Immediate Hire

Hyderabad / Secunderabad

4-6 Yrs

₹ 11-19 LPA

Explore more jobs
Software Engineer
43 salaries
unlock blur

₹6 L/yr - ₹19 L/yr

QA Engineer
22 salaries
unlock blur

₹4.8 L/yr - ₹8.5 L/yr

Full Stack Developer
11 salaries
unlock blur

₹6 L/yr - ₹16.9 L/yr

Technical Lead
9 salaries
unlock blur

₹14 L/yr - ₹30 L/yr

Senior Software Engineer
9 salaries
unlock blur

₹7.5 L/yr - ₹16.8 L/yr

Explore more salaries
Compare Mirabel Technologies with

Zoho

4.3
Compare

Freshworks

3.5
Compare

TCS

3.7
Compare

Infosys

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