Upload Button Icon Add office photos

Filter interviews by

MRI Software Interview Questions, Process, and Tips

Updated 3 Jan 2025

Top MRI Software Interview Questions and Answers

View all 8 questions

MRI Software Interview Experiences

Popular Designations

13 interviews 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

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Basic DSA questions related to string and hashmap

Round 2 - One-on-one 

(2 Questions)

  • Q1. Return true if the sentence use all the vowels else false
  • Q2. When to use BFS, DFS and basic DSA questions?

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)

Python Developer Interview Questions & Answers

user image Ashwin Jain

posted on 29 Jul 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a Python Developer with 5 years of experience in web development and data analysis.

    • 5 years of experience in Python development

    • Skilled in web development and data analysis

    • Proficient in using frameworks like Django and Flask

  • Answered by AI
  • Q2. What is ORM and which orm you used
  • Ans. 

    ORM stands for Object-Relational Mapping, a technique to map objects from an application to tables in a relational database.

    • ORM helps developers interact with databases using objects instead of SQL queries

    • Popular ORMs include SQLAlchemy for Python, Django ORM for Django framework

    • ORMs provide features like data validation, relationship management, and query optimization

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst interviewer ever faced. She doesn’t know anything about what she is asking. Interrupting in between . (Anu is her name).
Not a proper way to have an interview.

Skills evaluated in this interview

Python Developer Interview Questions asked at other Companies

Q1. Tell me the logic of program to reverse a given string word by word without using any built in function.
View answer (9)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. The interview was on sql first they took hacker rank test on dsa and in second round they called for f2f interview
  • Q2. They told to write two sql query

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th StairsYou have been given a number of stairs. Initially, you are at the 0th stair, and you need to reach the Nth stair. Each time you can either climb one step or two steps. You are supposed to return the number... read more
View answer (5)

MRI Software interview questions for popular designations

 Software Engineer

 (4)

 Associate Engineer

 (1)

 Associate Software Engineer

 (1)

 Database Admin

 (1)

 Product Owner

 (1)

 Python Developer

 (1)

 Software Engineer Level 1

 (1)

 Softwaretest Engineer

 (1)

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

(2 Questions)

  • Q1. Basic question on SQL
  • Q2. Aggregate function in SQL
  • Ans. 

    Aggregate functions in SQL are used to perform calculations on a set of values and return a single value.

    • Aggregate functions include SUM, AVG, COUNT, MIN, and MAX.

    • They are often used with the GROUP BY clause to group the results based on certain criteria.

    • Examples: SELECT SUM(sales) FROM orders; SELECT AVG(age) FROM employees GROUP BY department;

    • Aggregate functions ignore NULL values unless specified.

  • Answered by AI

Skills evaluated in this interview

Database Admin Interview Questions asked at other Companies

Q1. DBMS QuestionWhat is the use of WHERE clause?
View answer (1)

Get interview-ready with Top MRI Software Interview Questions

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Tell me about yourself

Round 2 - One-on-one 

(1 Question)

  • Q1. What is static method
  • Ans. 

    A static method is a method that belongs to the class itself, rather than to instances of the class.

    • Static methods can be called without creating an instance of the class.

    • They are commonly used for utility functions that do not require access to instance variables.

    • Static methods are declared using the 'static' keyword in the method signature.

    • Example: Math.max() is a static method in the Math class that returns the maxi

  • Answered by AI

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)

Jobs at MRI Software

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

I applied via Referral and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. It was 1 hr technical round for iOS Developer role. Questions related to project I am working, iOS Development questions like (process of publishing app, push notifications and its uses, Delegates how to u...
Round 2 - One-on-one 

(1 Question)

  • Q1. It was 30 min managerial round with one of the technical manager of MRI. Asked technical questions based on my projects. And then tricky questions like why you want to join, why we should hire you, where d...

Interview Preparation Tips

Interview preparation tips for other job seekers - Never lie in your resume.
Showcase your skills as much as you can in your resume.
You should have a very good knowledge about the project that your are working on in your current organisation.

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
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Youtube Video and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

There were many questions to be solved within an hour, but the expectation was to solve maximum you can.

Round 2 - Coding Test 

1 DSA based and 2 SQL coding questions with 5/6 DSA based MCQs

Round 3 - Technical 

(1 Question)

  • Q1. Write a python code to find missing element ranging from 0 to 100. Write a SQL query to fetch data from multiple tables. Questions based on types on Joins in SQL, Stored Procedures, Views and importance o...
  • Ans. 

    Python code to find missing element and SQL query for fetching data from multiple tables.

    • Python code to find missing element: Use set difference to find missing elements in range 0 to 100.

    • SQL query for fetching data from multiple tables: Use JOINs like INNER JOIN, LEFT JOIN, or CROSS JOIN to combine data from multiple tables.

    • Types of Joins in SQL: INNER JOIN, LEFT JOIN, RIGHT JOIN, FULL JOIN.

    • Stored Procedures: Precompi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with your concepts and share maximum knowledge you have.

Skills evaluated in this interview

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)

Product Owner Interview Questions & Answers

user image Anonymous

posted on 17 Sep 2022

I applied via Naukri.com and was interviewed before Sep 2021. 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 - One-on-one 

(3 Questions)

  • Q1. Give a brief Introduction about yourself
  • Ans. Went over previous job profiles. A brief explanation on current role, industry and deliverables.
  • Answered Anonymously
  • Q2. Are you aware of agile methodologies?
  • Ans. 

    Yes

    • Yes, I am aware of agile methodologies.

    • Agile methodologies are a set of principles and practices that promote iterative and incremental development.

    • They prioritize customer collaboration, flexibility, and adaptability.

    • Examples of agile methodologies include Scrum, Kanban, and Lean.

    • Agile methodologies focus on delivering value to the customer in short iterations called sprints or iterations.

  • Answered by AI
  • Q3. How you would create user stories for a feature to capture employee attendance?
  • Ans. 

    To create user stories for capturing employee attendance, consider the needs of the stakeholders and the desired functionality.

    • Identify the stakeholders involved in the attendance tracking process (e.g., HR, managers, employees).

    • Understand the requirements and goals of each stakeholder.

    • Break down the feature into smaller user stories that address specific functionalities (e.g., clock-in/out, leave requests, reporting).

    • ...

  • Answered by AI
Round 3 - One-on-one 

(3 Questions)

  • Q1. Property tech industry knowledge
  • Q2. Agile working knowledge.
  • Q3. Experience with US product management teams.
Round 4 - Aptitude Test 

AMCAT Test - basic aptitude test

Interview Preparation Tips

Topics to prepare for MRI Software Product Owner interview:
  • JIRA
  • Business Analysis
  • SQL
  • API
  • Product Management
  • User Experience
  • Storyboarding
  • Workflow Management
Interview preparation tips for other job seekers - Have a clear mindset on basic agile principles, product management and stakeholder management. Be interactive. Have some parallels with industry standards and current job activities (like user story creation, use of jira, confluence, basic sql queries, api functions etc). Should have good communication skills to convey how you plan to implement a feature by clearly categorizing unknown items as well as assumptions.

Product Owner Interview Questions asked at other Companies

Q1. What are the prioritization techniques you use to arrange backlog items?
View answer (3)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before May 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Solid principle , oops
  • Q2. Why did you left your last company

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

MRI Software Interview FAQs

How many rounds are there in MRI Software interview?
MRI Software interview process usually has 2-3 rounds. The most common rounds in the MRI Software interview process are Technical, One-on-one Round and Aptitude Test.
How to prepare for MRI Software 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 MRI Software. The most common topics and skills that interviewers at MRI Software expect are Analytics, Agile, Javascript, SQL and MVC.
What are the top questions asked in MRI Software interview?

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

  1. How you would create user stories for a feature to capture employee attendan...read more
  2. Are you aware of agile methodologi...read more
  3. Write a python code to find missing element ranging from 0 to 100. Write a SQL...read more

Tell us how to improve this page.

MRI Software Interview Process

based on 9 interviews in last 1 year

Interview experience

3.3
  
Average
View more

People are getting interviews through

based on 10 MRI Software interviews
Job Portal
Referral
Company Website
WalkIn
Campus Placement
40%
30%
10%
10%
10%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

Yardi Systems Interview Questions
3.8
 • 67 Interviews
RealPage Interview Questions
3.7
 • 63 Interviews
Cogoport Interview Questions
2.8
 • 51 Interviews
Entrata Interview Questions
4.4
 • 33 Interviews
Treebo Hotels Interview Questions
3.3
 • 22 Interviews
KrazyBee Interview Questions
3.6
 • 14 Interviews
TravelTriangle Interview Questions
3.8
 • 13 Interviews
View all

MRI Software Reviews and Ratings

based on 68 reviews

3.8/5

Rating in categories

3.6

Skill development

4.0

Work-Life balance

3.5

Salary & Benefits

3.9

Job Security

3.9

Company culture

3.2

Promotions/Appraisal

3.7

Work Satisfaction

Explore 68 Reviews and Ratings
Accounting Assistant

Gurgaon / Gurugram

1-3 Yrs

Not Disclosed

NOC Support Engineer II

Bangalore / Bengaluru

1-8 Yrs

Not Disclosed

App Admin II

Bangalore / Bengaluru

2-4 Yrs

Not Disclosed

Explore more jobs
Software Engineer
39 salaries
unlock blur

₹5 L/yr - ₹14.5 L/yr

Lease Analyst
24 salaries
unlock blur

₹3.7 L/yr - ₹5 L/yr

Senior Software Engineer
21 salaries
unlock blur

₹9 L/yr - ₹22 L/yr

QA Engineer
14 salaries
unlock blur

₹3.8 L/yr - ₹10 L/yr

Product Owner
14 salaries
unlock blur

₹15 L/yr - ₹22.3 L/yr

Explore more salaries
Compare MRI Software with

Yardi Systems

3.8
Compare

RealPage

3.7
Compare

Buildium

5.0
Compare

Entrata

4.4
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview