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 Senior Specialist Interview Questions and Answers

Updated 14 Jul 2022

MOURI Tech Senior Specialist Interview Experiences

2 interviews found

I applied via Naukri.com

Round 1 - Technical 

(1 Question)

  • Q1. They will look subject Mater Expert and Implementer of Customer scope SCM Modules like OM, INV, PO and Pricing

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Company to beginners and Experience folks

I applied via Naukri.com and was interviewed in Jul 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Real time issues while implementing the project?
  • Ans. 

    Real time issues can arise due to hardware, software, network or user errors.

    • Hardware failure can cause delays or complete shutdowns

    • Software bugs can cause crashes or incorrect data processing

    • Network issues can cause slow data transfer or loss of connectivity

    • User errors can lead to incorrect data input or misuse of the system

  • Answered by AI
  • Q2. Hive, SQL, Sqoop, UNIX Fundamentals, Data Warehousing Fundamentals.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Strong at Hadoop Architecture and its components, should also strong at SQL queries.

Skills evaluated in this interview

Senior Specialist Interview Questions Asked at Other Companies

asked in HCLTech
Q1. Design the zabbix architecture and share how many servers are you ... read more
Q2. How to explains products quality to customers satisfaction
asked in HCLTech
Q3. How can an administrative role be assigned to a user in Active Di ... read more
asked in HCLTech
Q4. What are the differences between the E1, E3, and E5 plans in Micr ... read more
asked in HCLTech
Q5. What is the difference between a distribution list and a shared m ... read more

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Very basic question.
  • Q2. Even if you will answer all the questions they will not select you.They just waste your time.Dont ever appear for interview for this organization.Very bad experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont waste your time giving interview for this organization.They will not select you even if you will answer all questions.

Interview Questionnaire 

2 Questions

  • Q1. Oops and database modelling
  • Q2. Design Book my show

I applied via Naukri.com and was interviewed in Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About my previous company experience, And what is investment bank, what is capital and money market, and also mutual and their types.

Interview Preparation Tips

Interview preparation tips for other job seekers - My advice would be for experience candidate as much as possible you can mention your experience and explore more knowledge about investment bank.

I appeared for an interview before Oct 2021.

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 - Pairing 

(1 Question)

  • Q1. Assignment is given before hand and after that you'll have to pair with TW developer. While pairing, code smells/improvements are discussed
Round 3 - Technical 

(1 Question)

  • Q1. Questions related: to your last project to OOPS with system design

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your current project well and explain it in detailed manner.
Prepare for some system design questions and DS Algo
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2022. 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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Basic concepts of java , spring boot , angular and some coding Average interview . easy to crack if basics are clear
Round 3 - Technical 

(1 Question)

  • Q1. Little more deep on java , angular and some scenario based questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Objective technical question was given.

Round 3 - Technical 

(3 Questions)

  • Q1. Java, DB, Spring, UI related questions asked.
  • Q2. CoreJava Multi-threading
  • Q3. Database many to many relattionship related question
Round 4 - Technical 

(1 Question)

  • Q1. Mutli-threading related questions
Round 5 - HR 

(1 Question)

  • Q1. Salary expectation and joining details.

I applied via Naukri.com and was interviewed in Apr 2022. 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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Java 8 vs 7 case studies. Stream vs collections case studies.
  • Ans. 

    Java 8 introduced streams which are more efficient than collections in certain cases.

    • Streams are useful for processing large amounts of data in parallel

    • Collections are better for small amounts of data or when modifying data

    • Java 8's stream API provides a functional programming approach to data processing

    • Java 7's collections API is more traditional and imperative

    • Example: Using streams to filter and map data from a databa...

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

(1 Question)

  • Q1. Add one to a given String of number
  • Ans. 

    Add one to a given String of number

    • Convert the string to integer, add one, and convert back to string

    • Handle edge cases like leading zeros

    • Consider using built-in functions like parseInt() and toString()

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Hash map implementation. exception handling in lambda exp. microservices architecture.
Round 5 - Client Interview 

(1 Question)

  • Q1. Why u want to join?

Interview Preparation Tips

Topics to prepare for Iris Software Senior Engineer interview:
  • Core Java
  • Spring Framework
  • Microservices
  • RDBMS
Interview preparation tips for other job seekers - Focus on the tech stack u have worked on.
Focus on concepts and basics.

Skills evaluated in this interview

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

I applied via Company Website and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Java Multithreading
  • Q2. Core java using java 8 features
  • Ans. 

    Core Java features in Java 8 include lambda expressions, functional interfaces, streams, and default methods.

    • Lambda expressions allow you to pass functionality as an argument to a method.

    • Functional interfaces have a single abstract method and can be used with lambda expressions.

    • Streams provide a way to process collections of objects in a functional style.

    • Default methods allow interfaces to have methods with implementat...

  • Answered by AI
  • Q3. Oops concepts in java
  • Ans. 

    Oops concepts in java refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability of a method to do different things based on the object it is acting upon.

    • Abstraction: Hiding the imp...

  • Answered by AI
  • Q4. Spring MVC and Batch
  • Q5. Basic SQL queries, joins and all

Interview Preparation Tips

Interview preparation tips for other job seekers - Be genuine, whatever you know explain well.

Skills evaluated in this interview

MOURI Tech Interview FAQs

How many rounds are there in MOURI Tech Senior Specialist interview?
MOURI Tech interview process usually has 1 rounds. The most common rounds in the MOURI Tech interview process are Technical.
How to prepare for MOURI Tech Senior Specialist 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 MDM, Patch Management and SCCM.
What are the top questions asked in MOURI Tech Senior Specialist interview?

Some of the top questions asked at the MOURI Tech Senior Specialist interview -

  1. Real time issues while implementing the proje...read more
  2. they will look subject Mater Expert and Implementer of Customer scope SCM Modul...read more
  3. Hive, SQL, Sqoop, UNIX Fundamentals, Data Warehousing Fundamenta...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.3
 • 277 Interviews
Tiger Analytics Interview Questions
3.7
 • 227 Interviews
Altimetrik Interview Questions
3.8
 • 223 Interviews
Incedo Interview Questions
3.1
 • 184 Interviews
Xoriant Interview Questions
4.1
 • 184 Interviews
Globant Interview Questions
3.8
 • 175 Interviews
Iris Software Interview Questions
4.0
 • 151 Interviews
ThoughtWorks Interview Questions
3.9
 • 149 Interviews
Apexon Interview Questions
3.3
 • 141 Interviews
View all
MOURI Tech Senior Specialist Salary
based on 196 salaries
₹4.7 L/yr - ₹18 L/yr
18% less than the average Senior Specialist Salary in India
View more details

MOURI Tech Senior Specialist Reviews and Ratings

based on 22 reviews

4.0/5

Rating in categories

3.9

Skill development

3.3

Work-life balance

3.3

Salary

3.2

Job security

3.8

Company culture

3.8

Promotions

3.5

Work satisfaction

Explore 22 Reviews and Ratings
Software Engineer
286 salaries
unlock blur

₹2.7 L/yr - ₹10.4 L/yr

Associate Software Engineer
275 salaries
unlock blur

₹1.6 L/yr - ₹6 L/yr

Technical Consultant
207 salaries
unlock blur

₹1.9 L/yr - ₹9 L/yr

Senior Specialist
196 salaries
unlock blur

₹4.7 L/yr - ₹18 L/yr

Technical Architect
173 salaries
unlock blur

₹9 L/yr - ₹29.7 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
Did you find this page helpful?
Yes No
write
Share an Interview