Upload Button Icon Add office photos

Filter interviews by

Clear (1)

MRI Software Software Engineer Interview Questions and Answers

Updated 1 Jul 2024

MRI Software Software Engineer Interview Experiences

4 interviews found

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?
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 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - 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 3 - 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

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
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

I applied via Referral and was interviewed in Dec 2021. There were 5 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 Resume tips
Round 2 - Aptitude Test 

Easy, simple aptitude questions. 50 questions had to be solved in 15 minutes.

Round 3 - Coding Test 

Hackerrank test. MCQs on DSA. 1 coding question and two SQL queries.

Round 4 - Technical 

(1 Question)

  • Q1. Technical + Managerial round of around 1 hour. Questions were asked mostly on resume and projects done.
Round 5 - Behavioral 

(1 Question)

  • Q1. Questions on basics of data structures and database.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be fluent with whatever mentioned on resume and projects done.

MRI Software interview questions for designations

 Associate Software Engineer

 (1)

 Software Engineer Level 1

 (1)

 Test Engineer

 (1)

 Softwaretest Engineer

 (1)

 Senior QA Engineer

 (1)

 Associate Engineer

 (1)

 Python Developer

 (1)

 Database Admin

 (1)

Interview questions from similar companies

I was interviewed in Dec 2016.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself tell me about your internship My interview was unstructured(i.e based on your reply interviewer was asking Questions)

Interview Preparation Tips

Round: Test
Experience: Questions were very difficult and solving one Question gets you shortlisted for interview
I don't remember the Questions
Duration: 1 hour 30 minutes
Total Questions: 2

Skills: Internship Work, Inter Person Communication Skills
College Name: IIT Roorkee
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed before Aug 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Simple java questions including theory and code snippet

Round 2 - Technical 

(2 Questions)

  • Q1. Iterate collection and do some options on some perticular elements?
  • Q2. Palandrone string Or pattern program Or string related program?
Round 3 - Technical 

(2 Questions)

  • Q1. Linux commands operating system?
  • Ans. 

    Linux commands are used to interact with the operating system through the command line interface.

    • Linux commands are case-sensitive

    • Commands are typically followed by options and arguments

    • Common commands include ls (list files), cd (change directory), mkdir (make directory)

    • Commands can be combined using pipes (|) and redirection symbols (> and <)

  • Answered by AI
  • Q2. Html css javascript theory questions
Round 4 - HR 

(2 Questions)

  • Q1. Salary discuss and general questions?
  • Q2. They ask for join immediately?

Interview Preparation Tips

Interview preparation tips for other job seekers - Get touched which HR while interview rounds

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Coding Test 

I was attended for technical f2f round for Android app developer, they asked to develop sample app with large json parsing in grid view. It's good and nice.

Round 2 - Technical 

(1 Question)

  • Q1. Once you successfully implemented coding, they will take technical f2f round. It will mainly in all topics of android.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare more coding questions in all advanced topics and logical questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. What final class and method
  • Ans. 

    The final class and method are used to prevent inheritance and method overriding respectively.

    • Final class: A final class cannot be subclassed. It is often used for utility classes or classes that should not be extended.

    • Final method: A final method cannot be overridden by subclasses. It is used to prevent modification of a method's behavior in subclasses.

  • Answered by AI
  • Q2. PHP reference variable
  • Q3. Find duplicate numbers
  • Ans. 

    Find duplicate numbers in an array of strings.

    • Iterate through the array and keep track of the count of each number using a hash map.

    • If the count of a number is greater than 1, it is a duplicate.

    • Return the list of duplicate numbers.

  • Answered by AI
  • Q4. Echo variable in single quote what will be output
  • Ans. 

    The output will be the literal string of the variable, without any variable interpolation.

    • When a variable is echoed in single quotes, it is treated as a literal string.

    • No variable interpolation or special characters are interpreted.

    • The output will include the variable name itself, not its value.

  • Answered by AI
  • Q5. What is oops concept
  • Ans. 

    Object-oriented programming (OOP) is a programming paradigm that uses objects to represent and manipulate data.

    • OOP is based on the concept of classes and objects.

    • It focuses on encapsulation, inheritance, and polymorphism.

    • Encapsulation hides the internal details of an object and provides a public interface.

    • Inheritance allows classes to inherit properties and methods from other classes.

    • Polymorphism allows objects of diff...

  • Answered by AI
  • Q6. Having clause in MySQL
  • Ans. 

    The HAVING clause is used in MySQL to filter the results of a GROUP BY query based on a condition.

    • The HAVING clause is similar to the WHERE clause, but it operates on grouped rows rather than individual rows.

    • It is used in conjunction with the GROUP BY clause.

    • The HAVING clause is used to filter the results of a GROUP BY query based on a condition that applies to the grouped rows.

    • It is typically used to specify condition...

  • Answered by AI

Skills evaluated in this interview

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

Easy to moderate apt test here

Round 2 - Coding Test 

Easy to moderate coding questions on array

Round 3 - Technical 

(2 Questions)

  • Q1. Indexing, sqls, queries, triggers
  • Q2. Php versions, features, explain code
Round 4 - HR 

(1 Question)

  • Q1. General discussion based on the experience , salary

I was interviewed in Jan 2021.

Interview Questionnaire 

1 Question

  • Q1. Basics of respective technology.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be genuine, don't show off. Talk with confidence. Always preapre basics of respective technology.
Contribute & help others!
anonymous
You can choose to be anonymous

MRI Software Interview FAQs

How many rounds are there in MRI Software Software Engineer interview?
MRI Software interview process usually has 3-4 rounds. The most common rounds in the MRI Software interview process are Coding Test, Technical and Resume Shortlist.
How to prepare for MRI Software Software Engineer 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, Javascript, MVC, Software Development Life Cycle and Agile.
What are the top questions asked in MRI Software Software Engineer interview?

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

  1. Write a python code to find missing element ranging from 0 to 100. Write a SQL...read more
  2. Technical + Managerial round of around 1 hour. Questions were asked mostly on r...read more
  3. Questions on basics of data structures and databa...read more

Recently Viewed

INTERVIEWS

Sasken

No Interviews

INTERVIEWS

Gulf Oil Lubricants

No Interviews

INTERVIEWS

PTC

No Interviews

INTERVIEWS

Mithi Software Technologies

No Interviews

INTERVIEWS

EazyDiner

No Interviews

INTERVIEWS

B.L. Kashyap & Sons

No Interviews

INTERVIEWS

Burns & McDonnell

No Interviews

INTERVIEWS

LTIMindtree

No Interviews

INTERVIEWS

Amazon

No Interviews

INTERVIEWS

Spyne

No Interviews

Tell us how to improve this page.

MRI Software Software Engineer Interview Process

based on 4 interviews

Interview experience

4.3
  
Good
View more
MRI Software Software Engineer Salary
based on 43 salaries
₹5 L/yr - ₹13.9 L/yr
At par with the average Software Engineer Salary in India
View more details

MRI Software Software Engineer Reviews and Ratings

based on 3 reviews

3.6/5

Rating in categories

4.6

Skill development

3.9

Work-life balance

2.3

Salary

5.0

Job security

3.5

Company culture

2.3

Promotions

3.5

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
43 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lease Analyst
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer2
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Owner
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare MRI Software with

Yardi Systems

3.7
Compare

RealPage

3.6
Compare

Buildium

5.0
Compare

Entrata

4.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent