Upload Button Icon Add office photos

Mitratech

Compare button icon Compare button icon Compare

Filter interviews by

Mitratech Interview Questions, Process, and Tips

Updated 21 Aug 2024

Top Mitratech Interview Questions and Answers

View all 10 questions

Mitratech Interview Experiences

Popular Designations

11 interviews found

Software Engineer Interview Questions & Answers

user image Lavanya Reddy

posted on 6 Apr 2024

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. All technical questions
  • Q2. About sql queries and.net questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on technical and more confidence isimportant

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)

ServiceNow

Our employees have rated us 4.1 on AmbitionBox

Join a company where our employee's ratings speak volumes.

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

(1 Question)

  • Q1. How to increase user adoption for new product
  • Ans. 

    Increase user adoption by focusing on user experience, education, incentives, and feedback.

    • Improve user experience by making the product intuitive and easy to use

    • Provide educational resources such as tutorials, guides, and FAQs

    • Offer incentives like discounts, rewards, or exclusive features for early adopters

    • Collect and act on user feedback to continuously improve the product

  • Answered by AI

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)
Mitratech Interview Questions and Answers for Freshers
illustration image

I applied via Naukri.com and was interviewed in Mar 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 Resume tips
Round 2 - Coding Test 

Check if the string is palindrome or not.Easy to do using a stack data type

Round 3 - Technical 

(4 Questions)

  • Q1. What are Data Annotations?
  • Ans. 

    Data Annotations are attributes used in .NET Framework to provide metadata about data elements.

    • Data Annotations are used to validate data in models.

    • They can be used to specify data types, display names, and format strings.

    • Examples include [Required], [StringLength], and [RegularExpression].

  • Answered by AI
  • Q2. What are Solid Principles?
  • Ans. 

    Solid Principles are a set of five design principles for writing maintainable and scalable software.

    • Single Responsibility Principle (SRP)

    • Open/Closed Principle (OCP)

    • Liskov Substitution Principle (LSP)

    • Interface Segregation Principle (ISP)

    • Dependency Inversion Principle (DIP)

  • Answered by AI
  • Q3. How would you tune a Stored Procedure?
  • Ans. 

    To tune a Stored Procedure, identify bottlenecks, optimize queries, and use indexes.

    • Identify slow queries and optimize them

    • Use indexes to improve query performance

    • Avoid using cursors and temporary tables

    • Minimize network traffic by reducing data returned

    • Use SET NOCOUNT ON to reduce network traffic

    • Use stored procedure parameters instead of constants or variables

    • Use TRY/CATCH blocks to handle errors

    • Monitor performance usi...

  • Answered by AI
  • Q4. What is Routing in MVC?
  • Ans. 

    Routing in MVC is the process of mapping URLs to controller actions.

    • Routing determines which controller and action should handle a request.

    • Routes are defined in the RouteConfig.cs file.

    • Routes can include parameters that are passed to the controller action.

    • Routes can also include constraints to limit which requests match the route.

    • Example: /products/5 maps to the ProductsController's Details action with id parameter 5.

  • Answered by AI
Round 4 - Situational 

(2 Questions)

  • Q1. How do you manage work with US based employees?
  • Q2. How do you approach a problem you don't know to solve?
  • Ans. 

    I break down the problem into smaller parts and research each part to find a solution.

    • Identify the problem and its requirements

    • Break down the problem into smaller parts

    • Research each part to find a solution

    • Try different approaches and test them

    • Collaborate with colleagues or seek help from online communities

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. What are your expectations for salary?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself and truthful.The company is growing and looking for motivated individuals with a zeal to learn

Skills evaluated in this interview

Software Engineer III Interview Questions asked at other Companies

Q1. Find the highest floor, from where if an egg is dropped will not break. k floor building and n eggs are given.
View answer (2)

Interview Questions & Answers

user image Srikanth G

posted on 17 May 2023

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

I applied via Naukri.com and was interviewed before May 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all Resume tips
Round 2 - Aptitude Test 

Aptitude with personality development questions

Round 3 - Coding Test 

Coding related to either development or Automation testing platforms

Round 4 - Technical 

(4 Questions)

  • Q1. Technical round with panel members contains 2 or more interviewers
  • Q2. About java programs and selenium questions
  • Q3. Coding logics and explanation
  • Q4. Test management tools
Round 5 - One-on-one 

(1 Question)

  • Q1. This is with Manager, just about the technical stuff and interviewe should also ask some questions to manager about work culture, inside technologies

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared, confident

Mitratech interview questions for popular designations

 Associate Architect

 (1)

 NOC Engineer

 (1)

 Software Testing Engineer

 (1)

 Software Engineer

 (1)

 Product Manager

 (1)

 Data Analyst

 (1)

 Software Developer

 (1)

 Technical Associate

 (1)

I applied via Naukri.com and was interviewed in Jun 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude and reasoning

Round 2 - Coding Test 

Java language arrays Strings etc

Interview Preparation Tips

Topics to prepare for Mitratech Software Developer interview:
  • Java
Interview preparation tips for other job seekers - Nothing jjsjjdkkkdkkdkkdmdmdmm jsjkdkkmkxmkskkdkmdm

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2022. There were 5 interview rounds.

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 Resume tips
Round 2 - Aptitude Test 

Time bounded Aptitude test

Round 3 - Assignment 

Assignment sent by mail to complete in time

Round 4 - Group Discussion 

Discussion about technical knowledge

Round 5 - One-on-one 

(1 Question)

  • Q1. Head of the department meet to see your capabilities in the role

Technical Associate Interview Questions asked at other Companies

Q1. Doctor Ninja's House Problem Statement In a network of 'N' cities with 'M' paths connecting them, Doctor Ninja aims to purchase a house in a city 'X' such that it is possible to reach every other city from city 'X'. Your task is to determin... read more
View answer (1)

Jobs at Mitratech

View all
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jan 2022. There were 4 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 Resume tips
Round 2 - Aptitude Test 

Basic aptitude test for everyone in company. Don't worry its just basic math

Round 3 - Coding Test 

Some MCQ and two coding challenges

Round 4 - Technical 

(4 Questions)

  • Q1. Java 8 features and explain each
  • Ans. 

    Java 8 introduced several new features including lambda expressions, streams, and default methods.

    • Lambda expressions allow for functional programming and simplify code.

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

    • Default methods allow for adding new methods to interfaces without breaking existing implementations.

    • Other features include the new Date and Time API, method references, and the O

  • Answered by AI
  • Q2. Given some problems and asked to solve
  • Q3. Questions on my profile and technologies mentioned
  • Q4. Java js spring hibernate related basic questions

Interview Preparation Tips

Topics to prepare for Mitratech Associate Architect interview:
  • Java
  • Javascript
  • Core Java
  • Hibernate
  • Maven
  • Spring
  • spring rest
Interview preparation tips for other job seekers - Be thorough with the basics of everything mentioned in profile

Skills evaluated in this interview

Associate Architect Interview Questions asked at other Companies

Q1. java 8 features and explain each
View answer (1)

NOC Engineer Interview Questions & Answers

user image Anonymous

posted on 2 Jan 2022

Interview Questionnaire 

1 Question

  • Q1. Define noc engineer roles?
  • Ans. 

    A NOC engineer is responsible for monitoring and maintaining network systems.

    • Monitoring network systems and identifying issues

    • Troubleshooting and resolving network problems

    • Performing regular maintenance and upgrades

    • Collaborating with other IT teams to ensure network security

    • Documenting network configurations and changes

    • Providing technical support to end-users

    • Working in a fast-paced and high-pressure environment

  • Answered by AI

Skills evaluated in this interview

NOC Engineer Interview Questions asked at other Companies

Q1. How to access others computer on our PC? Which tools is used to access within single network?
View answer (8)

I applied via Naukri.com and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Selenium, automation

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall process is good

Software Engineer II Interview Questions asked at other Companies

Q1. There are fifteen horses and a racing track that can run five horses at a time. You have to figure out the top 3 horses out of those and you don't have any timer machine to measure. How will you find the top 3 horses?
View answer (2)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 6 Jul 2021

I applied via Naukri.com and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Apple, orange puzzle
  • Q2. 9 identical coins with one lesser in weight, how to find that with using the Balancer only twice.
  • Q3. 7 gold bars connected with chain. how to give the gold bar to worker for each day, with minimal number if cuts.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was really a bad experience I ever got. There were 7 rounds.
1)online test. Aptitude and reasoning
2) same online test in front of HR. Aptitude and reasoning
3) Online skill test for SQL in Hackathon
4)1st technical with 2 people
5)2nd technical with 2 people
6)1st Manager ( 20% Analytical+80% tech) around 1 hr
7)2nd Manager (75% Analytical+ 25% tech) around 45 mins

After all of these, I got a feed back PMO is thinking you would be suitable for some other role, will call you once I get that opportunity.
It was a total waste of mine and their time too. don't know, why are they behaving like this.

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Contribute & help others!
anonymous
You can choose to be anonymous

Mitratech Interview FAQs

How many rounds are there in Mitratech interview?
Mitratech interview process usually has 3-4 rounds. The most common rounds in the Mitratech interview process are Aptitude Test, Coding Test and Resume Shortlist.
How to prepare for Mitratech 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 Mitratech. The most common topics and skills that interviewers at Mitratech expect are Javascript, SQL, HTML, JQuery and Selenium.
What are the top questions asked in Mitratech interview?

Some of the top questions asked at the Mitratech interview -

  1. How do you approach a problem you don't know to sol...read more
  2. 7 gold bars connected with chain. how to give the gold bar to worker for each d...read more
  3. 9 identical coins with one lesser in weight, how to find that with using the Ba...read more

Recently Viewed

JOBS

Gushwork

14 jobs

JOBS

Browse jobs

Discover jobs you love

Tell us how to improve this page.

Mitratech Interview Process

based on 9 interviews

Interview experience

3.9
  
Good
View more

Sopra Steria

Rated 4 for Job Security by our employees on AmbitionBox

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
KPIT Technologies Interview Questions
3.4
 • 281 Interviews
BrowserStack Interview Questions
3.6
 • 48 Interviews
View all

Mitratech Reviews and Ratings

based on 89 reviews

3.9/5

Rating in categories

3.6

Skill development

4.1

Work-life balance

3.7

Salary

3.9

Job security

4.0

Company culture

3.3

Promotions

3.6

Work satisfaction

Explore 89 Reviews and Ratings
TAP Software Engineer V

Hyderabad / Secunderabad

9-14 Yrs

Not Disclosed

Technical Project Manager III - AI

Hyderabad / Secunderabad

4-7 Yrs

Not Disclosed

Technical Support Engineer II

Hyderabad / Secunderabad

2-6 Yrs

Not Disclosed

Explore more jobs
Software Engineer III
46 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
35 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer2
29 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Project Manager
26 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Mitratech with

Wipro

3.7
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

HCLTech

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