Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by MOURI Tech Team. If you also belong to the team, you can get access from here

MOURI Tech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

MOURI Tech Interview Questions and Answers for Experienced

Updated 12 Jul 2025
Popular Designations

12 Interview questions

A Software Engineer was asked 2mo ago
Q. Reverse namaste number
Ans. 

A reverse namaste number is a number that remains the same when its digits are reversed, similar to a palindrome.

  • A namaste number is a palindrome, e.g., 121, 1331.

  • To reverse a number, convert it to a string, reverse the string, and convert it back to an integer.

  • Example: For 12321, reversing gives 12321, which is the same.

View all Software Engineer interview questions
A Technical Consultant - GenAI was asked 9mo ago
Q. What is temperature in LLM?
Ans. 

Temperature in LLM refers to the temperature of the Low Level Memory in a computing system.

  • LLM temperature is important for monitoring the performance and stability of the memory.

  • High LLM temperature can lead to overheating and potential system failures.

  • Monitoring tools like sensors and software can be used to track LLM temperature.

  • Proper cooling systems and ventilation are essential to maintain optimal LLM temper...

A Technical Consultant was asked
Q. What is the difference between modify true and modify and insert?
Ans. 

Modify true updates existing records, while modify and insert updates existing records and inserts new ones if needed.

  • Modify true only updates existing records in the database

  • Modify and insert updates existing records and inserts new ones if they do not already exist

  • Modify true is used when you only want to update existing data

  • Modify and insert is used when you want to update existing data and insert new data if n...

View all Technical Consultant interview questions
A Technical Consultant was asked
Q. What is the difference between 'findset true' and 'findset false'?
Ans. 

findset false returns all records that do not meet the specified criteria, while findset true returns only the first record that meets the criteria.

  • findset false returns multiple records, findset true returns only one record

  • findset false is used for finding all records that do not meet the criteria

  • findset true is used for finding the first record that meets the criteria

View all Technical Consultant interview questions
A Non Voice Process Associate was asked
Q. What is the difference between quality and integrity?
Ans. 

Quality refers to the standard of excellence in a product or service, while integrity refers to the honesty and moral principles of an individual or organization.

  • Quality is about meeting or exceeding customer expectations, while integrity is about being honest and ethical in all dealings.

  • Quality can be measured through metrics and standards, while integrity is more subjective and based on personal values.

  • Examples ...

View all Non Voice Process Associate interview questions
A Senior Data Engineer was asked
Q. How do you find duplicate items in a list?
Ans. 

To find duplicate items in a list

  • Iterate through the list and compare each item with the rest of the list

  • Use a hash table to keep track of seen items

  • Sort the list and compare adjacent items

View all Senior Data Engineer interview questions
A Senior Data Engineer was asked
Q. How would you pass connection strings if a Lambda function is connecting to a database?
Ans. 

Pass connection string as environment variable or use AWS Secrets Manager

  • Store connection string as environment variable in Lambda function configuration

  • Retrieve connection string from AWS Secrets Manager and use it in Lambda function

  • Use IAM role to grant Lambda function access to database

  • Encrypt connection string using AWS KMS for added security

View all Senior Data Engineer interview questions
Are these interview questions helpful?
A Senior Technical Architect was asked
Q. What is the difference between association and aggregation?
Ans. 

Association represents a relationship between two objects, while aggregation represents a relationship where one object owns or contains another object.

  • Association is a weaker relationship than aggregation.

  • Aggregation is a type of association.

  • In association, objects have an independent lifecycle, while in aggregation, objects have a dependent lifecycle.

  • Example of association: A student can have multiple teachers. ...

View all Senior Technical Architect interview questions
A SAP Trainer was asked
Q. Which topic are you most confident in training?
Ans. 

My most confident topic is SAP HCM (Human Capital Management)

  • I have extensive experience in implementing and training on SAP HCM modules

  • I am well-versed in the latest updates and features of SAP HCM

  • I have received positive feedback from previous trainees on my SAP HCM training sessions

View all SAP Trainer interview questions
A SAP Trainer was asked
Q. Can you provide a presentation demo?
Ans. 

A presentation demo showcases SAP functionalities, emphasizing user experience and practical applications in business scenarios.

  • Start with an introduction to SAP and its importance in enterprise resource planning.

  • Demonstrate key modules like SAP FICO (Finance and Controlling) with real-world examples.

  • Showcase the user interface and navigation tips for better user experience.

  • Include a live demo of a specific transa...

View all SAP Trainer interview questions

MOURI Tech Interview Experiences for Experienced

33 interviews found

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

I appeared for an interview in Jun 2025, where I was asked the following questions.

  • Q1. About your selft
  • Q2. Swift ui, swift details and objective c
  • Q3. Core data and sqlite

Interview Preparation Tips

Interview preparation tips for other job seekers - good company
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Aug 2021. There were 2 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 

(2 Questions)

  • Q1. Self introduction
  • Q2. Privious company experience
  • Ans. 

    Worked as a Quality Analyst at XYZ Company for 3 years, responsible for ensuring product quality and compliance with industry standards.

    • Conducted regular quality audits to identify areas for improvement

    • Implemented quality control measures to enhance product quality

    • Collaborated with cross-functional teams to address quality issues

    • Provided training to staff on quality assurance processes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Help them prepare for an interview. ...
Practice video conferencing. ...
Shop for professional attire. ...
Let them do an interview outfit fashion show.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Reverse namaste number
  • Ans. 

    A reverse namaste number is a number that remains the same when its digits are reversed, similar to a palindrome.

    • A namaste number is a palindrome, e.g., 121, 1331.

    • To reverse a number, convert it to a string, reverse the string, and convert it back to an integer.

    • Example: For 12321, reversing gives 12321, which is the same.

  • Answered by AI
  • Q2. Aquestions on the last project worked on
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Some administrative questions
Round 2 - Technical 

(1 Question)

  • Q1. Some project explanation

Interview Questions & Answers

user image Anonymous

posted on 10 Oct 2024

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

(1 Question)

  • Q1. What is temperature in LLM
  • Ans. 

    Temperature in LLM refers to the temperature of the Low Level Memory in a computing system.

    • LLM temperature is important for monitoring the performance and stability of the memory.

    • High LLM temperature can lead to overheating and potential system failures.

    • Monitoring tools like sensors and software can be used to track LLM temperature.

    • Proper cooling systems and ventilation are essential to maintain optimal LLM temperature...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good for preparing for FAANG. You'll get enough time for preparation.

Technical Consultant Interview Questions & Answers

user image BabuReddy Shivala

posted on 20 Jun 2024

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

(2 Questions)

  • Q1. What is different between findet true and findset false?
  • Ans. 

    findset false returns all records that do not meet the specified criteria, while findset true returns only the first record that meets the criteria.

    • findset false returns multiple records, findset true returns only one record

    • findset false is used for finding all records that do not meet the criteria

    • findset true is used for finding the first record that meets the criteria

  • Answered by AI
  • Q2. What is different between modify true and modify and insert?
  • Ans. 

    Modify true updates existing records, while modify and insert updates existing records and inserts new ones if needed.

    • Modify true only updates existing records in the database

    • Modify and insert updates existing records and inserts new ones if they do not already exist

    • Modify true is used when you only want to update existing data

    • Modify and insert is used when you want to update existing data and insert new data if necess...

  • Answered by AI

Skills evaluated in this interview

HR Executive Interview Questions & Answers

user image Anonymous

posted on 26 Dec 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

About your project and need to explain in brief

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

(1 Question)

  • Q1. Mobile development

Interview Questions & Answers

user image Anonymous

posted on 7 Jun 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(3 Questions)

  • Q1. What is abstraction and Interface?
  • Q2. Higher order methods in Javascript
  • Q3. How to optimize mysql DB
Round 3 - Technical 

(3 Questions)

  • Q1. Version tool related questions
  • Q2. SOLID principles
  • Q3. What is dependency Injection

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. All android questions+ one DSA question

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 MOURI Tech?
Ask anonymously on communities.

MOURI Tech Interview FAQs

How many rounds are there in MOURI Tech interview for experienced candidates?
MOURI Tech interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the MOURI Tech interview process for experienced candidates are Technical, HR and Resume Shortlist.
How to prepare for MOURI Tech interview for experienced candidates?
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 MOURI Tech. The most common topics and skills that interviewers at MOURI Tech expect are SQL, Python, Javascript, Java and Consulting.
What are the top questions asked in MOURI Tech interview for experienced candidates?

Some of the top questions asked at the MOURI Tech interview for experienced candidates -

  1. how would you pass connections string if lambda is connecting to datab...read more
  2. find the duplicate items in a l...read more
  3. Which is the most confident topic you give train...read more
What are the most common questions asked in MOURI Tech HR round for experienced candidates?

The most common HR questions asked in MOURI Tech interview are for experienced candidates -

  1. What are your strengths and weakness...read more
  2. Where do you see yourself in 5 yea...read more
  3. Why are you looking for a chan...read more
How long is the MOURI Tech interview process?

The duration of MOURI Tech interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.5/5

based on 18 interview experiences

Difficulty level

Easy 25%
Moderate 75%

Duration

Less than 2 weeks 92%
More than 8 weeks 8%
View more

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.3
 • 290 Interviews
Altimetrik Interview Questions
3.7
 • 242 Interviews
Xoriant Interview Questions
4.1
 • 214 Interviews
INDIUM Interview Questions
4.0
 • 198 Interviews
Incedo Interview Questions
3.0
 • 193 Interviews
Iris Software Interview Questions
4.0
 • 187 Interviews
Globant Interview Questions
3.7
 • 184 Interviews
ThoughtWorks Interview Questions
3.9
 • 158 Interviews
View all

MOURI Tech Reviews and Ratings

based on 764 reviews

3.7/5

Rating in categories

3.6

Skill development

3.6

Work-life balance

3.4

Salary

3.3

Job security

3.6

Company culture

3.3

Promotions

3.5

Work satisfaction

Explore 764 Reviews and Ratings
Associate Software Engineer
311 salaries
unlock blur

₹1.9 L/yr - ₹5 L/yr

Software Engineer
295 salaries
unlock blur

₹2.2 L/yr - ₹7.2 L/yr

Senior Specialist
214 salaries
unlock blur

₹8.8 L/yr - ₹16.4 L/yr

Technical Consultant
207 salaries
unlock blur

₹3.2 L/yr - ₹7 L/yr

Senior Software Engineer
206 salaries
unlock blur

₹4.8 L/yr - ₹14.9 L/yr

Explore more salaries
Compare MOURI Tech with

Xoriant

4.1
Compare

Photon Interactive

4.1
Compare

CitiusTech

3.3
Compare

Iris Software

4.0
Compare
write
Share an Interview