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
3.9

based on 632 Reviews

Filter interviews by

MOURI Tech Software Engineer Interview Questions and Answers

Updated 5 Nov 2022

MOURI Tech Software Engineer Interview Experiences

1 interview found

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 

(2 Questions)

  • Q1. Explain projects you have done
  • Q2. What problems you faced during your experience?
Round 3 - Technical 

(2 Questions)

  • Q1. Types of process in Android ?
  • Ans. 

    There are two types of processes in Android: foreground and background.

    • Foreground processes are those that are currently visible to the user and have high priority.

    • Background processes are those that are not visible to the user and have low priority.

    • Foreground processes are given more resources and are less likely to be killed by the system.

    • Background processes are more likely to be killed by the system when resources ...

  • Answered by AI
  • Q2. Explain Android architecture
  • Ans. 

    Android architecture is a layered software stack consisting of four main layers.

    • The four main layers are: Linux kernel, Libraries, Runtime, and Application framework.

    • Linux kernel provides low-level hardware abstraction, memory management, and security.

    • Libraries include various C/C++ libraries such as SQLite, OpenGL, and SSL.

    • Runtime includes the Dalvik Virtual Machine and Android Runtime.

    • Application framework provides h...

  • Answered by AI
Round 4 - HR 

(3 Questions)

  • Q1. What you know about the company?
  • Q2. Expectations from the organisation ?
  • Q3. Why are you living previous organisation

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic concepts should be clear. Try to be as genuine as possible.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Coding Test 

JUST BASIC CODING WITH MCQ AND MEETLE PLATFORM

Round 2 - Technical 

(1 Question)

  • Q1. JUST BASICS LIKE SQL,PYTHON MAINLY OOPS AND BASIC CODE LIKE PALINDROME
Round 3 - HR 

(1 Question)

  • Q1. LIKE MINDTEASING QUESTIONS SITUATION BASED

Interview Preparation Tips

Interview preparation tips for other job seekers - JUST BE CONFIDENT THAT U WILL GET JOB AND ANSWER WITH CONFIDENCE
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. All the questions on OOPS, Shell script, linux, c, C++, database
Round 2 - Technical 

(1 Question)

  • Q1. Advanced questions on above areas
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Great learning and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Coding question, reasoning, english, math, very easy

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring Boot, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring Boot, and Angular

    • Strong problem-solving skills

    • Experience working in Agile development environment

    • Passionate about learning new technologies

  • Answered by AI
  • Q2. Technical experties and final year project

Interview Preparation Tips

Topics to prepare for CitiusTech Software Engineer interview:
  • Java
  • React.Js
  • SQL Server
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Can you introduce yourself?
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

  • Answered by AI
  • Q2. What is your experience with implementing lazy loading?
  • Ans. 

    Implemented lazy loading in web applications to improve performance by loading content only when needed.

    • Implemented lazy loading for images on a website to reduce initial page load time.

    • Utilized libraries like Intersection Observer to trigger loading of elements when they come into view.

    • Implemented lazy loading for components in a single page application to improve user experience.

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Cuvette and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude questions followed by two coding questions.

Round 2 - Coding Test 

Two coding questions followed by a discussion on projects.

Round 3 - Coding Test 

Three coding questions and inquiries related to Data Structures and Algorithms (DSA), Object-Oriented Programming (OOP), and project-related topics.

Round 4 - Coding Test 

Solely 2 coding question

Interview Preparation Tips

Topics to prepare for Bounteous x Accolite Software Engineer interview:
  • DSA
  • OOPS
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding + Aptitude question

Round 2 - Technical 

(2 Questions)

  • Q1. Basic of programming lang.
  • Q2. DSA and Oop concepts questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview pro
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Difference between composition and aggregation
  • Ans. 

    Composition is a strong relationship where the child object does not exist independently of the parent object, while aggregation is a weak relationship where the child object can exist independently of the parent object.

    • Composition is a 'has-a' relationship, where the child object is part of the parent object.

    • Aggregation is a 'has-a' relationship, where the child object is not part of the parent object and can exist in...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Reverse a linked list
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. WAP to check occurrence of words in a paragraph.
  • Ans. 

    A program to check the occurrence of words in a paragraph.

    • Split the paragraph into words using space as delimiter

    • Create a hashmap to store word frequencies

    • Iterate through the words and update the hashmap accordingly

    • Display the word frequencies

  • Answered by AI
  • Q2. What git command do you use incase PR build is failed
  • Ans. 

    Use git bisect command to find the commit that caused the build failure

    • Use 'git bisect start' to start the bisect process

    • Mark the current commit as bad with 'git bisect bad'

    • Mark a known good commit with 'git bisect good '

    • Git will automatically checkout commits for testing, mark them as good or bad until the culprit commit is found

Answered by AI

Skills evaluated in this interview

MOURI Tech Interview FAQs

How many rounds are there in MOURI Tech Software Engineer interview?
MOURI Tech interview process usually has 4 rounds. The most common rounds in the MOURI Tech interview process are Technical, Resume Shortlist and HR.
How to prepare for MOURI Tech 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 MOURI Tech. The most common topics and skills that interviewers at MOURI Tech expect are Agile, Application Development, Coding, Computer science and Data Modeling.
What are the top questions asked in MOURI Tech Software Engineer interview?

Some of the top questions asked at the MOURI Tech Software Engineer interview -

  1. Types of process in Androi...read more
  2. explain Android architect...read more

Tell us how to improve this page.

MOURI Tech Software Engineer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more
MOURI Tech Software Engineer Salary
based on 283 salaries
₹2 L/yr - ₹10 L/yr
32% less than the average Software Engineer Salary in India
View more details

MOURI Tech Software Engineer Reviews and Ratings

based on 19 reviews

3.7/5

Rating in categories

3.4

Skill development

3.6

Work-life balance

3.3

Salary

3.3

Job security

3.6

Company culture

3.4

Promotions

3.4

Work satisfaction

Explore 19 Reviews and Ratings
Software Engineer
283 salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Associate Software Engineer
261 salaries
unlock blur

₹1.6 L/yr - ₹6 L/yr

Senior Specialist
196 salaries
unlock blur

₹4.7 L/yr - ₹18 L/yr

Technical Consultant
184 salaries
unlock blur

₹1.5 L/yr - ₹7.6 L/yr

Specialist
164 salaries
unlock blur

₹4 L/yr - ₹12.4 L/yr

Explore more salaries
Compare MOURI Tech with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview