Upload Button Icon Add office photos

MRI Software

Compare button icon Compare button icon Compare

Filter interviews by

MRI Software Test Engineer Interview Questions and Answers

Updated 3 Jan 2025

MRI Software Test Engineer Interview Experiences

1 interview found

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

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between functional and non-functional testing?
  • Ans. 

    Functional testing focuses on the behavior of the system, while non-functional testing focuses on performance, reliability, and usability.

    • Functional testing verifies if the software functions as expected based on the requirements.

    • Non-functional testing checks aspects like performance, reliability, and usability.

    • Examples of functional testing include unit testing, integration testing, and system testing.

    • Examples of non-...

  • Answered by AI
  • Q2. How to automate the registration page?
  • Ans. 

    Automate the registration page by using test automation tools and frameworks.

    • Identify the elements on the registration page such as input fields, buttons, and validation messages.

    • Use test automation tools like Selenium WebDriver to interact with the elements on the page.

    • Write test scripts in a programming language like Java or Python to automate the registration process.

    • Implement data-driven testing to test different s...

  • Answered by AI

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about MRI Software?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 2 technical rounds, 1 psychometric test, then Manager and HR rounds, basic question on java 7 and java 8,interface and class, DS questions like linkedList reverse and adding nodes to linkedList, Hashmap, ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Java basics should be clear and brushed up, be calm and confident while giving your answers.

Test Engineer Interview Questions Asked at Other Companies

asked in Infosys
Q1. 1. What is the frame work u have worked and explain the framework ... read more
asked in Info Edge
Q2. Consecutive Characters Problem Statement Given a matrix of lowerc ... read more
asked in GlobalStep
Q3. What problems did we face in the old generation video game consol ... read more
Q4. what is a type of testing? What are the principles?
asked in Info Edge
Q5. Remove Duplicates Problem Statement You are given an array of int ... read more

Interview Questionnaire 

3 Questions

  • Q1. 1. Assignment
  • Q2. 2. Bunch of python questions.
  • Q3. 3. coding questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with basics.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

There are Question based on data strcuture ,they cover all the topic in ds

Round 2 - Coding Test 

In coding code they gave internet access to solve the problem after 30 they told us to make some changes in it and we should ready to explain the entire code

Interview Preparation Tips

Interview preparation tips for other job seekers - To clear 1 st round ,revise all the data structure concepts ,in second round make sure to be strong in fundamentals of programming and good in logical thinking

I applied via Other and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic C language question like what is pointer ,Array,structure,Call by reference, Difference between union and structure. Some programming question are prime number,factorial,fabonacci series,strings etc

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good first of all learn every basic programming question and some times it also depend on interviewer
Round 1 - Aptitude Test 
Round 2 - Coding Test 
Round 3 - Technical 

(1 Question)

  • Q1. Had discussion about C, DS in depth
Round 4 - Technical 

(1 Question)

  • Q1. Questions about C and DS and basics of OS.
Round 5 - HR 

(1 Question)

  • Q1. What are the strengths and weaknesses of yours.
  • Ans. 

    Identifying strengths and weaknesses helps in personal growth and team dynamics, fostering a culture of continuous improvement.

    • Strength: Strong problem-solving skills - I enjoy tackling complex challenges, like optimizing algorithms for better performance in previous projects.

    • Strength: Effective communication - I can clearly articulate technical concepts to non-technical stakeholders, ensuring everyone is aligned.

    • Weakn...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through C, DS, Linux and C++.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Paper based exam based on C and embedded c

Round 2 - One-on-one 

(1 Question)

  • Q1. Relevant questions asked
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Basic Js concepts like debouncing,event loop, and other output-based questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. Js concepts in depth
Round 3 - HR 

(2 Questions)

  • Q1. Hiring manager round, questions around my project
  • Q2. Optimization techniques
  • Ans. 

    Optimization techniques are methods used to improve the efficiency and performance of software applications.

    • Use algorithms like greedy, dynamic programming, or divide and conquer to optimize code

    • Minimize time complexity by avoiding nested loops and unnecessary iterations

    • Utilize data structures like hash tables, arrays, and trees for efficient storage and retrieval

    • Profile code to identify bottlenecks and optimize critic...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on basics, interviewers were very helpful
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Dsa. , oops and basics of database management

Round 2 - Technical 

(2 Questions)

  • Q1. System design questions basics
  • Q2. Hiring managers questions
Round 1 - Technical 

(3 Questions)

  • Q1. C# , oops & mvc. Be clear with basic concepts
  • Q2. What is the four pillars of oops
  • Ans. 

    The four pillars of OOP are Abstraction, Encapsulation, Inheritance, and Polymorphism.

    • Abstraction: Hiding implementation details and showing only necessary information.

    • Encapsulation: Binding data and functions that manipulate it together.

    • Inheritance: Creating new classes from existing ones, inheriting their properties and methods.

    • Polymorphism: Ability of objects to take on multiple forms or behaviors.

  • Answered by AI
  • Q3. What is mvc and how it helps the developers
  • Ans. 

    MVC stands for Model-View-Controller. It is a software design pattern that separates an application into three interconnected components.

    • Model represents the data and business logic of the application

    • View is responsible for rendering the user interface

    • Controller handles user input and updates the model and view accordingly

    • MVC helps developers to write clean, modular and maintainable code

    • It also enables parallel develop...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic oops concept and basic mvc along with databases

Skills evaluated in this interview

MRI Software Interview FAQs

How many rounds are there in MRI Software Test Engineer interview?
MRI Software interview process usually has 1 rounds. The most common rounds in the MRI Software interview process are Technical.
What are the top questions asked in MRI Software Test Engineer interview?

Some of the top questions asked at the MRI Software Test Engineer interview -

  1. Difference between functional and non-functional testi...read more
  2. How to automate the registration pa...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Cogoport Interview Questions
3.1
 • 53 Interviews
Treebo Hotels Interview Questions
3.2
 • 25 Interviews
KrazyBee Interview Questions
3.7
 • 17 Interviews
TravelTriangle Interview Questions
3.7
 • 13 Interviews
Synaptics Interview Questions
3.9
 • 11 Interviews
Bijnis Interview Questions
3.6
 • 10 Interviews
Sysmex Interview Questions
3.6
 • 10 Interviews
View all
MRI Software Test Engineer Salary
based on 7 salaries
₹11 L/yr - ₹12.8 L/yr
110% more than the average Test Engineer Salary in India
View more details
Software Engineer
52 salaries
unlock blur

₹5 L/yr - ₹12.8 L/yr

Lease Analyst
32 salaries
unlock blur

₹3.5 L/yr - ₹5.2 L/yr

Software Engineer2
30 salaries
unlock blur

₹6 L/yr - ₹14.4 L/yr

Senior Software Engineer
30 salaries
unlock blur

₹13.2 L/yr - ₹22.7 L/yr

Software Engineer Level 1
18 salaries
unlock blur

₹4.8 L/yr - ₹9 L/yr

Explore more salaries
Compare MRI Software with

Global Edge Software

3.5
Compare

PagarBook

3.7
Compare

MasterSoft ERP Solutions

3.3
Compare

SurePrep

3.9
Compare
write
Share an Interview