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

Clear (1)

Mirabel Technologies Softwaretest Engineer Interview Questions and Answers

Updated 12 Feb 2025

Mirabel Technologies Softwaretest Engineer Interview Experiences

1 interview found

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?
  • Ans. 

    I worked on a project to automate testing for a web application using Selenium and Java.

    • Developed test scripts using Selenium WebDriver and Java

    • Executed test cases to validate functionality and performance

    • Identified and reported defects using bug tracking tools like Jira

    • Collaborated with developers to resolve issues and improve test coverage

  • Answered by AI
  • Q2. What are your notable achievements?
  • Ans. 

    Developed automated test scripts that reduced testing time by 50% and improved overall software quality.

    • Developed automated test scripts using Selenium WebDriver and Java

    • Implemented continuous integration with Jenkins to run automated tests on every code commit

    • Identified and fixed critical bugs before production release

    • Collaborated with cross-functional teams to improve testing processes

  • Answered by AI

Interview Preparation Tips

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

Interview questions from similar companies

I was interviewed before Mar 2021.

Round 1 - Technical 

(2 Questions)

  • Q1. Which browser support in selenium IDE
  • Ans. 

    Selenium IDE supports multiple browsers including Chrome, Firefox, Safari, and Internet Explorer.

    • Selenium IDE supports Chrome, Firefox, Safari, and Internet Explorer

    • Browser support may vary depending on the version of Selenium IDE being used

    • Additional browser support can be added through plugins or extensions

  • Answered by AI
  • Q2. Firefox browser support in selenium IDE
  • Ans. 

    Selenium IDE supports Firefox browser.

    • Selenium IDE is a Firefox plugin

    • It can record and playback tests in Firefox

    • It supports Firefox versions up to 55

    • For newer versions, use Selenium WebDriver

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It is most pretective and security provide our company

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Aptitude, reasoning, English, and two codes

Round 2 - Technical 

(1 Question)

  • Q1. Basics of OOPs SDLC Print pattern

I applied via Campus Placement and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude ,reasoning, computer science fundamental mcq ,2 coding questions

Round 2 - Coding Test 

Advance round for those who solved more than 80% test in shl exam

Round 3 - One-on-one 

(1 Question)

  • Q1. Polymorphism,OOP,Code snippet output and basic coding and for some ppl puzzles also asked

Interview Preparation Tips

Topics to prepare for Persistent Systems Softwaretest Engineer interview:
  • Coding
  • Puzzle
  • OOP
  • Computer science Fundamentals
Interview preparation tips for other job seekers - Interview after martians program and based on basic coding, puzzle and general discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Questions are of medium difficulty focus on time

Round 2 - Technical 

(1 Question)

  • Q1. Reverse string in java
  • Ans. 

    To reverse a string in Java, use StringBuilder or char array.

    • Use StringBuilder's reverse() method to reverse a string.

    • Convert the string to a char array, then swap characters from start and end indexes.

    • Iterate through half of the string and swap characters at corresponding indexes.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always focus on time as well as keep an eye on edge test cases.

Skills evaluated in this interview

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about your self
  • Q2. What is software testing
  • Ans. 

    Software testing is the process of evaluating a software application or system to find defects and ensure it meets the specified requirements.

    • Software testing involves executing software applications or systems to identify defects and ensure they meet the specified requirements.

    • It is done to ensure that the software is reliable, efficient, and meets the user's needs.

    • Testing can be done manually or using automated tools...

  • Answered by AI
  • Q3. How you test in detail
  • Ans. 

    I follow a structured approach to testing, including planning, designing test cases, executing them, and reporting defects.

    • I start by analyzing requirements and identifying test scenarios

    • I design test cases and prioritize them based on risk and impact

    • I execute test cases and report defects using a bug tracking tool

    • I perform regression testing to ensure fixes do not introduce new issues

    • I use automation tools to increase...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What is your expected salary and also share your expertise
  • Q2. What you like about the company

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive and confident in what you do

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Easy MCQ Questions just prepare basics of CS

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPS concept in detail
  • Ans. 

    OOPS is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOPS stands for Object-Oriented Programming System

    • It focuses on creating objects that interact with each other to solve a problem

    • Key principles include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation: Bundling data and methods that operate on the data int...

  • Answered by AI
  • Q2. What is constructor
  • Ans. 

    A constructor is a special type of method that is automatically called when an object is created in a class.

    • Constructors have the same name as the class they are in.

    • They can be used to initialize object properties.

    • Constructors do not have a return type.

    • Example: public class Car { public Car() { // constructor code here } }

  • Answered by AI
  • Q3. When we use final keyword
  • Ans. 

    The final keyword is used in Java to declare constants, prevent method overriding, and prevent class inheritance.

    • Used to declare constants - value cannot be changed

    • Prevents method overriding in subclasses

    • Prevents class inheritance - class cannot be extended

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Strength and Weakness
  • Q2. About myself, my hobbies, fav game

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Coding Test 

Seperate out alphabets and number from a given string.

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

(1 Question)

  • Q1. Basics related to programming language. Oops concepts and basic DSA questions array and string related.
Round 2 - HR 

(1 Question)

  • Q1. Hr screening is there
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

It was a well designed test covering all the aptitude topics and the level was moderate.

Round 2 - Technical 

(3 Questions)

  • Q1. Write the code for abstraction
  • Ans. 

    Abstraction in programming is the concept of hiding the implementation details and showing only the necessary features of an object.

    • Abstraction can be achieved in programming languages like Java using abstract classes and interfaces.

    • Abstract classes are classes that cannot be instantiated and may contain abstract methods that must be implemented by subclasses.

    • Interfaces define a contract for classes to implement, witho...

  • Answered by AI
  • Q2. Write a code to reverse a string
  • Ans. 

    Code to reverse a string using array of characters

    • Create an array of characters from the input string

    • Use two pointers to swap characters at opposite ends of the array until they meet

    • Convert the array back to a string and return

  • Answered by AI
  • Q3. Type of joins in SQL
  • Ans. 

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

    • Inner join: Returns rows when there is a match in both tables

    • Outer join: Returns all rows when there is a match in one of the 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

  • Answered by AI
Round 3 - HR 

(4 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated Software Test Engineer with 5 years of experience in manual and automated testing.

    • 5 years of experience in software testing

    • Proficient in manual and automated testing

    • Strong attention to detail and problem-solving skills

  • Answered by AI
  • Q2. Will you able to relocate
  • Ans. 

    Yes, I am willing to relocate for the right opportunity.

    • I am open to relocating for a Softwaretest Engineer position

    • I am flexible and willing to move for the right opportunity

    • I understand the importance of being geographically flexible in the tech industry

  • Answered by AI
  • Q3. Tell me about your projects
  • Ans. 

    I have worked on various projects including test automation, performance testing, and regression testing.

    • Developed automated test scripts using Selenium WebDriver for web application testing

    • Conducted performance testing using JMeter to analyze system behavior under load

    • Executed regression testing to ensure new code changes did not impact existing functionality

  • Answered by AI
  • Q4. Are you aware about the bond
  • Ans. 

    Yes, a bond is a legal agreement between a company and an employee that requires the employee to stay with the company for a certain period of time.

    • A bond is a common practice in industries like IT, where companies invest in training employees and want to ensure they stay for a certain period to recoup that investment.

    • Breaking a bond typically incurs a financial penalty for the employee.

    • Bonds can also be used in other ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident, Cover all the basic questions of arrays, string and sql

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Mirabel Technologies Interview FAQs

How many rounds are there in Mirabel Technologies Softwaretest Engineer interview?
Mirabel Technologies interview process usually has 2 rounds. The most common rounds in the Mirabel Technologies interview process are One-on-one Round.

Recently Viewed

INTERVIEWS

Mirabel Technologies

No Interviews

INTERVIEWS

Fractal Analytics

No Interviews

INTERVIEWS

Hydrotek Engineers

No Interviews

INTERVIEWS

Mirabel Technologies

No Interviews

INTERVIEWS

Dassault Systemes

No Interviews

SALARIES

Clearwater Analytics

INTERVIEWS

Fractal Analytics

No Interviews

INTERVIEWS

Affine

No Interviews

INTERVIEWS

Bajaj Finserv

No Interviews

INTERVIEWS

Mirabel Technologies

No Interviews

Tell us how to improve this page.

Mirabel Technologies Softwaretest Engineer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more
Software Engineer
43 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Full Stack Developer
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
9 salaries
unlock blur

₹0 L/yr - ₹0 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