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 623 Reviews

Filter interviews by

MOURI Tech Technical Consultant Interview Questions and Answers

Updated 20 Jun 2024

MOURI Tech Technical Consultant Interview Experiences

3 interviews found

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

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

I applied via campus placement at Annamacharya Institute of Technology & Science, Kadapa and was interviewed before May 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

Have attempted aptitude questions and passed.

Round 2 - Group Discussion 

We have GD round 15 to 30 mins

Round 3 - Technical 

(1 Question)

  • Q1. Asked questions on c, c++, python etc.
Round 4 - HR 

(1 Question)

  • Q1. General questions
Round 5 - HR 

(1 Question)

  • Q1. General questions

Technical Consultant Interview Questions Asked at Other Companies

asked in Mastek
Q1. Oops C and java difference Query for selecting all columns from a ... read more
Q2. What are the real time applications of spring concept in java?
asked in HCLTech
Q3. What is difference between family ipv6 route-target and default-r ... read more
asked in PwC
Q4. If I give you a new tool can you cope with it
asked in HCLTech
Q5. Why we received sngl collisions error on port what's the issue an ... read more
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2022. There were 4 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 - Aptitude Test 

Questions is some what easy
Purely on your aptidude skills

Round 3 - Technical 

(1 Question)

  • Q1. Completely based on your resume and experience
Round 4 - One-on-one 

(1 Question)

  • Q1. Good and friendly discussions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and attend your interview
It should be easy

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Question were basically on the project related like project architecture and some sql based questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic knowledge of your skills
  • Q2. Scenario based questions.
Round 2 - Technical 

(2 Questions)

  • Q1. Scenario based questions
  • Q2. SQL technical question.
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion, joining date negotiation and Joining Bonus.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be perfect and ready with your skills whatever you have.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell us about yourself
  • Q2. Lot of questions on SQL and Linux commands
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell us about yourself
  • Q2. It was a manager round combined with some technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing much, stick to your basics and prepare all the concepts
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. React Life cycle methods
  • Q2. Machine coding with crypto price api
  • Ans. 

    Using a crypto price API to fetch and display real-time cryptocurrency prices in a machine coding project.

    • Utilize a crypto price API to fetch real-time cryptocurrency prices

    • Implement error handling for API requests

    • Display the fetched prices in a user-friendly format

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

I applied via Naukri.com and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Technology related question

Round 2 - Assignment 

Build a architecture diagram HLD & LLD for rate limiter

Round 3 - Group Discussion 

HLD for batch scheduling miroservice level

Round 4 - Coding Test 

Algo check to correct the directory pattern

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Mix of coding, theory and design questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(4 Questions)

  • Q1. Solid principle implemantion in c#
  • Ans. 

    Solid principles are a set of design principles that help make software more maintainable, flexible, and scalable.

    • Single Responsibility Principle (SRP) - A class should have only one reason to change.

    • Open/Closed Principle (OCP) - Software entities should be open for extension but closed for modification.

    • Liskov Substitution Principle (LSP) - Objects of a superclass should be replaceable with objects of its subclasses wi...

  • Answered by AI
  • Q2. Write a code for Entity framework DB connection
  • Ans. 

    Code snippet for Entity Framework DB connection

    • Install Entity Framework NuGet package

    • Create a DbContext class

    • Define DbSet properties for each entity

    • Configure connection string in app.config/web.config

    • Use DbContext to interact with the database

  • Answered by AI
  • Q3. Get 3 rd highest salary
  • Ans. 

    To get the 3rd highest salary, we can use a SQL query with the 'LIMIT' and 'OFFSET' keywords.

    • Use a SQL query with 'ORDER BY salary DESC' to sort salaries in descending order.

    • Use 'LIMIT 1 OFFSET 2' to skip the first two highest salaries and get the 3rd highest salary.

    • Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 1 OFFSET 2;

  • Answered by AI
  • Q4. Why we using interface in C#
  • Ans. 

    Interfaces in C# provide a way to define a contract for classes to implement, promoting code reusability and flexibility.

    • Interfaces allow for multiple inheritance in C# by allowing a class to implement multiple interfaces.

    • Interfaces help in achieving loose coupling between classes, making the code more maintainable and testable.

    • Interfaces are used to define common behavior that multiple classes can share, promoting cod...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why you want to change the company

Skills evaluated in this interview

MOURI Tech Interview FAQs

How many rounds are there in MOURI Tech Technical Consultant interview?
MOURI Tech interview process usually has 3-4 rounds. The most common rounds in the MOURI Tech interview process are Technical, Aptitude Test and HR.
How to prepare for MOURI Tech Technical Consultant 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 Web Services, CRM, C#, Cloud and Power Automate.
What are the top questions asked in MOURI Tech Technical Consultant interview?

Some of the top questions asked at the MOURI Tech Technical Consultant interview -

  1. What is different between findet true and findset fal...read more
  2. What is different between modify true and modify and inse...read more
  3. Asked questions on c, c++, python e...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 MOURI Tech interviews
Referral
Campus Placement
50%
50%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
MOURI Tech Technical Consultant Salary
based on 179 salaries
₹1.5 L/yr - ₹7.6 L/yr
62% less than the average Technical Consultant Salary in India
View more details

MOURI Tech Technical Consultant Reviews and Ratings

based on 11 reviews

3.8/5

Rating in categories

4.0

Skill development

3.7

Work-Life balance

3.4

Salary & Benefits

3.3

Job Security

3.7

Company culture

3.0

Promotions/Appraisal

3.5

Work Satisfaction

Explore 11 Reviews and Ratings
Software Engineer
280 salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Associate Software Engineer
262 salaries
unlock blur

₹1.6 L/yr - ₹7.1 L/yr

Senior Specialist
207 salaries
unlock blur

₹4.7 L/yr - ₹18.3 L/yr

Technical Consultant
179 salaries
unlock blur

₹1.5 L/yr - ₹7.6 L/yr

Technical Architect
176 salaries
unlock blur

₹9 L/yr - ₹30 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

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