Upload Button Icon Add office photos

Filter interviews by

MRI Software Software Engineer Interview Questions and Answers

Updated 1 Jul 2024

4 interviews found

Sort by: Popular

Software Engineer Interview Questions

user image Anonymous

posted on 24 Jun 2022

I applied via Referral and was interviewed in Dec 2021.

5 Interview Rounds

1

Resume Shortlist Round

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
2

Aptitude Test Round

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

3

Coding Test Round

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

4

Technical Round (1 Question)

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

Behavioral Round (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.

Software Engineer Interview Questions

user image Anonymous

posted on 1 Jul 2024

Interview experience
4
Good
Difficulty level
-
Duration
-
Result
-

I applied via Campus Placement

2 Interview Rounds

1

Coding Test Round

Basic DSA questions related to string and hashmap

2

One-on-one Round (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

user image Anonymous

posted on 26 Aug 2023

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

I applied via Referral and was interviewed in Jul 2023.

2 Interview Rounds

1

Technical Round (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 n...read more
2

One-on-one Round (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 ...read more

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

user image Anonymous

posted on 25 Feb 2024

Interview experience
4
Good
Difficulty level
Moderate
Duration
2-4 weeks
Result
Selected Selected

I applied via Youtube Video and was interviewed before Feb 2023.

3 Interview Rounds

1

Aptitude Test Round

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

2

Coding Test Round

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

3

Technical Round (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 SQ...read more

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

MRI Software interview questions for designations

 Associate Software Engineer

 (1)

 Software Engineer Level 1

 (1)

 Softwaretest Engineer

 (1)

 Associate Engineer

 (1)

 Product Owner

 (1)

 Python Developer

 (1)

 Database Admin

 (1)

Software Engineer Jobs at MRI Software

View all

Interview questions from similar companies

I applied via campus placement at Motilal Nehru Institute National Institute of Technology (NIT), Allahabad and was interviewed in Jun 2022.

5 Interview Rounds

1

Resume Shortlist Round

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
2

Aptitude Test Round

50 mcq were asked in 12 mins. Most of the candidates qualified this round.

3

Coding Test Round

3 coding questions of basic DSA were asked. Also few mcqs from Operating System, Networking and DBMS.

4

Technical Round (3 Questions)

  • Q1. The technical round was of 40 mins. 3 standard questions from DSA were asked for which only approach was enough. Questions were from string, array and tree- Rot...read more
  • Q2. Project related discussion regarding my role in the team.
  • Q3. A few HR questions related to family background. Why not go for higher studies like the rest of my family. Had to convince him that I saw more growth in working...read more
5

HR Round (1 Question)

  • Q1. My introduction then, standard HR questions like where do i see myself in coming yrs, why do i want to join the company, etc. It lasted 10 mins

Interview Preparation Tips

Topics to prepare for Cogoport Software Engineer interview:
  • DSA
  • DBMS
  • OS
  • Networking
  • Project
Interview preparation tips for other job seekers - Try to present yourself in a confident and straightforward manner. Ask as many questions as possible at the end to convey your eagerness to join the company.

4 Interview Rounds

1

Technical Round (23 Questions)

  • Q1. 1. What is a linked list, its advantages and representation
  • Q2. 2. Implement code of Fibonacci number using recursion
  • Q3. 3. Given a sorted array from 1 to n like 1,2,3 _ n there might be one number that is repeated so we return true if the array has a repeated number or return fal...read more
  • Q4. 4. Given a string as an input, write a code to print the string in a manner such that a character that comes first in the string displays first with all occurre...read more
  • Q5. 5. Print Fibonacci Series.
  • Q6. 6. Describe OOPS concepts
  • Q7. 7. What are Pillars of OOPS?
  • Q8. 8 Explain Why OOPS Important
  • Q9. 9. What are classes and objects?
  • Q10. 10. What is a Constructor
  • Q11. 11. Abstraction Vs Interface - Similarity And Difference
  • Q12. 12. What is abstraction? Explain abstract class and interface - the difference between them.
  • Q13. 13. Types of inheritance
  • Q14. 14. Difference between structure and class
  • Q15. 15. What is a constructor and a destructor and how to represent them?
  • Q16. 16. What is encapsulation?
  • Q17. 17. How to add a new column to an existing table, what is the command for that?
  • Q18. 18. Query -- return customers who joined the company in march?
  • Q19. 19. Seven layers of OSI
  • Q20. 20. Protocol used in the application layer
  • Q21. 21. Difference between TCP and UDP
  • Q22. 22. You are given two hourglasses, one of 11 minutes and the other of 7 minutes. How will you measure 4 minutes using it?
  • Q23. 23. Water Jug Puzzle: You are given 2 Jugs, one is 4 and the other of 7 Gallon and you need to measure x gallons of water.
2

Technical Round (18 Questions)

  • Q1. 1. Count Set Bit.......
  • Q2. 2. Program ATM Machine To Give Only 500 And 100 And Count There Number
  • Q3. 3. Program to find the Binary Format of 4, 7
  • Q4. 4. Print Fibonacci Series iteratively and recursively. You will be given 2 numbers and you will have to print all the Fibonacci digits between them.
  • Q5. 5. Palindrome Check.
  • Q6. 6. All Traversals of a tree.
  • Q7. 7. Finding Loop in Linked List
  • Q8. 8. Height of a Tree.
  • Q9. 9. If you need to perform a lot of insertion and delete operations then which Data Structure will you use?
  • Q10. 10. An array contains numbers from 1 to n. All the numbers occur twice in the array except any one element. Find the element which occurs only once.
  • Q11. 11. Define Abstraction, Inheritance, Runtime Polymorphism.
  • Q12. 12. What Is DBMS?????
  • Q13. 13. SQL Queries?????????
  • Q14. 14. Primary Key vs. Unique Key?
  • Q15. 15. Define Constraints???????
  • Q16. 16. What Are OS And OS Responsibly?
  • Q17. 17. What is MultiThreading?
  • Q18. 18. MultiThreading Vs MultiTasking?
3

Puzzles Interview Round (1 Question)

  • Q1. On a dark night, 4 people want to cross a bridge and they have only one torch. At a time at max 2 people can cross the bridge. The time required for each indivi...read more
4

HR Round (5 Questions)

  • Q1. 1. Introduce and tell me something about yourself.
  • Q2. 2. What are your strength and weakness?
  • Q3. 3. What do you think mystify is doing?
  • Q4. 4. Why do you want to join our company?
  • Q5. 5. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - JAVA or PYTHON is PREFERRED BY THEM. Also, OS DBMS may be asked to a few students so be ready for it.

Make sure you maintain a Structured flow while learning. Solve Striver 180 Questions, they are a great practice resource for DSA. Don't try and add something to your resume so that it looks fancier, it might cause trouble during the interview. Only add skills and topics if you have good knowledge about them.

Separately try and prepare for puzzles as well. During the interview, Keep Your Head Cool, also while explaining your approach to the interviewer, it would be great if you explain it with some examples, this will make it easier for him to understand your approach.

Skills evaluated in this interview

I applied via Company Website and was interviewed in Apr 2022.

6 Interview Rounds

1

Aptitude Test Round

2

Assignment Round

Naaptol

3

Assignment Round

Naaptol

4

Aptitude Test Round

Naaptol

5

Case Study Round

Study ing information

6

One-on-one Round (5 Questions)

  • Q1. Which place are you studying
  • Q2. Which subject are u interested
  • Q3. Which place are you born
  • Q4. Iam born in chamadala(v),jaladhanki (m)
  • Q5. Are you complete your graduation

Interview Preparation Tips

Interview preparation tips for other job seekers - Naaptol shopping information is very well..

I applied via campus placement at Indian Institute of Technology (IIT), Roorkee and was interviewed before Sep 2020.

1 Interview Round

Interview Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - be ready with ds algo and have some side projects
Interview experience
3
Average
Difficulty level
Moderate
Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2023.

2 Interview Rounds

1

Aptitude Test Round

45 mins, Basic aptitude , comprehension and decision making questions

2

Technical Round (1 Question)

  • Q1. Questions related to databases, DSA - medium, SQL Queries

I applied via Job Portal and was interviewed before Aug 2021.

2 Interview Rounds

1

Resume Shortlist Round

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 tips
2

Technical Round (2 Questions)

  • Q1. Explain Object-oriented Programming
  • Q2. Explain your projects.

Interview Preparation Tips

Topics to prepare for Mystifly Consulting Software Engineer interview:
  • Java
  • OOPS
  • Resume
  • Data Structures
  • Algorithms
Interview preparation tips for other job seekers - Just go through the java basics, be confident and explain projects.

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

Tell us how to improve this page.

People are getting interviews through

based on 4 MRI Software interviews
Referral
Job Portal
Campus Placement
50%
25%
25%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
MRI Software Software Engineer Salary
based on 35 salaries
₹5 L/yr - ₹12.5 L/yr
13% less than 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 & Benefits

5.0

Job Security

3.5

Company culture

2.3

Promotions/Appraisal

3.5

Work Satisfaction

Explore 3 Reviews and Ratings
Software Engineer - SSRS

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Software Engineer

Bangalore / Bengaluru

2-6 Yrs

Not Disclosed

Explore more jobs
Software Engineer
35 salaries
unlock blur

₹5 L/yr - ₹12.5 L/yr

Lease Analyst
23 salaries
unlock blur

₹3.7 L/yr - ₹5 L/yr

Senior Software Engineer
21 salaries
unlock blur

₹9 L/yr - ₹19 L/yr

Product Owner
14 salaries
unlock blur

₹15 L/yr - ₹22.3 L/yr

QA Engineer
13 salaries
unlock blur

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