Upload Button Icon Add office photos
Engaged Employer

i

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

MESTECH Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

MESTECH Services Software Engineer Interview Questions, Process, and Tips

Updated 20 Feb 2023

Top MESTECH Services Software Engineer Interview Questions and Answers

View all 6 questions

MESTECH Services Software Engineer Interview Experiences

2 interviews found

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 - Aptitude Test 

Simple Aptitude test with objective questions and MCQ question

Round 3 - Technical 

(2 Questions)

  • Q1. What is collection? What is collection?
  • Ans. 

    A collection is a group of related objects or data.

    • Collections are used to store and manipulate groups of data.

    • They can be of various types such as lists, sets, maps, etc.

    • Collections provide methods for adding, removing, and accessing elements.

    • Examples include ArrayList, HashSet, and HashMap.

  • Answered by AI
  • Q2. Hashmap vs concurrent hashmap.?
  • Ans. 

    Hashmap is not thread-safe while concurrent hashmap is thread-safe.

    • Hashmap is faster than concurrent hashmap in single-threaded environments.

    • Concurrent hashmap is useful in multi-threaded environments to avoid race conditions.

    • Concurrent hashmap uses locks to ensure thread-safety.

    • Hashmap can be used when thread-safety is not a concern.

    • Concurrent hashmap is part of java.util.concurrent package.

    • Hashmap is part of java.uti

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on Java SQL spring boot these technologies

Skills evaluated in this interview

Interview Questionnaire 

5 Questions

  • Q1. Basic knowledge of MVC ?
  • Q2.  what is view bag?
  • Ans. 

    ViewBag is a dynamic object used to pass data from controller to view in ASP.NET MVC.

    • ViewBag is a property of the Controller base class in ASP.NET MVC.

    • It is used to pass data from the controller to the view.

    • ViewBag is a dynamic object, which means you can add properties to it at runtime.

    • ViewBag is not strongly typed, so you need to be careful when using it.

    • Example: ViewBag.Title = "Home Page"; in the controller and @Vi

  • Answered by AI
  • Q3. What is View result?
  • Ans. 

    View result is the output displayed on the screen after executing a query or operation.

    • View result is the final output of a process or operation.

    • It is usually displayed on the screen or in a window.

    • Examples include search results, database query results, and web page content.

  • Answered by AI
  • Q4. Difference between stored procedure?
  • Ans. 

    Stored procedures are precompiled SQL statements that can be saved and reused.

    • Stored procedures can improve performance by reducing network traffic and optimizing query execution.

    • They can also enhance security by allowing access to specific data without granting permissions to the underlying tables.

    • Stored procedures can be parameterized, allowing for dynamic input and output.

    • Examples of stored procedures include ones t...

  • Answered by AI
  • Q5. Difference between corser
  • Ans. 

    There is no such thing as 'corser'.

    • There is no known term or concept called 'corser'.

    • It is possible that the interviewer misspoke or meant to ask a different question.

    • It is important to clarify the question before attempting to answer it.

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. API testing questions, database questions, manual testing, team lead experience

Interview Preparation Tips

Interview preparation tips for other job seekers - I got a call via an agency, first there was telephonic interview with manager where team lead experience, manual testing, activities you performed, database and API testing questions were asked

Then had face to face with almost similar questions

Make sure you are aware about the JD and well prepared with basic fundamentals
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2022. There were 3 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 tips
Round 2 - Aptitude Test 

Basic aptitude questions and 2 hard DP questions in the Online Test .

Round 3 - One-on-one 

(4 Questions)

  • Q1. Basic SQL queries
  • Q2. OOP questions Java
  • Q3. Puzzles from Geeksforgeeks
  • Q4. DSA questions - medium level
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Mar 2023. There were 3 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 - Coding Test 

DSA round. DP and Gaph

Round 3 - Technical 

(1 Question)

  • Q1. Java,Springboot,Hibernate,JPA
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me more about your experience

I applied via Naukri.com and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Very easy mcq Question on google form.

Round 2 - Technical 

(1 Question)

  • Q1. Java basic theory Question
Round 3 - One-on-one 

(2 Questions)

  • Q1. There was a linked list question without using libraries
  • Q2. Among 20 sphere, one sphere weight is larger than other 19 sphere. how will you find that ball without seeing it. Explain logic and code.
  • Ans. 

    Finding the heavier sphere among 20 spheres without seeing it.

    • Divide the spheres into groups of 3, weigh any two groups against each other.

    • If both groups weigh the same, the heavier sphere is in the third group.

    • If one group is heavier, weigh two spheres from that group against each other.

    • If they weigh the same, the heavier sphere is the remaining one.

    • If they don't weigh the same, the heavier sphere is the one that weig

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They asked Java questions. They made me very comfortable during interview and it was more like discussion than interview. They made me understand the Questions which I gave wrong answers to. More than coding the logic was tested.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed before May 2022. There were 3 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. DSA and array manipulation
Round 3 - One-on-one 

(1 Question)

  • Q1. ReactJS features
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Any online ideas, ds-algo, medium level

Round 2 - Coding Test 

Swift, security framework, api, memory management

Round 3 - One-on-one 

(1 Question)

  • Q1. Basic ds-algo nd technical question
Round 4 - HR 

(1 Question)

  • Q1. Managerial question

I applied via Other and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Core topics related to Django, python

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be prepared to rejected even after following a tedious process of weeks of interview, and then not getting response of follow ups after final technical round

MESTECH Services Interview FAQs

How many rounds are there in MESTECH Services Software Engineer interview?
MESTECH Services interview process usually has 3 rounds. The most common rounds in the MESTECH Services interview process are Resume Shortlist, Aptitude Test and Technical.
How to prepare for MESTECH Services 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 MESTECH Services. The most common topics and skills that interviewers at MESTECH Services expect are Software Engineering, Hibernate, Spring, CSS and Core Java.
What are the top questions asked in MESTECH Services Software Engineer interview?

Some of the top questions asked at the MESTECH Services Software Engineer interview -

  1. what is view b...read more
  2. what is View resul...read more
  3. difference between stored procedur...read more

Tell us how to improve this page.

MESTECH Services Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
MESTECH Services Software Engineer Salary
based on 69 salaries
₹2.3 L/yr - ₹9.3 L/yr
28% less than the average Software Engineer Salary in India
View more details

MESTECH Services Software Engineer Reviews and Ratings

based on 15 reviews

3.7/5

Rating in categories

3.7

Skill development

3.4

Work-life balance

3.9

Salary

4.2

Job security

4.0

Company culture

3.6

Promotions

3.7

Work satisfaction

Explore 15 Reviews and Ratings
Software Engineer
69 salaries
unlock blur

₹2.3 L/yr - ₹9.3 L/yr

Functional Consultant
27 salaries
unlock blur

₹3.7 L/yr - ₹7.1 L/yr

Automation Engineer
14 salaries
unlock blur

₹2.5 L/yr - ₹4.8 L/yr

Software Developer
13 salaries
unlock blur

₹2.7 L/yr - ₹4.8 L/yr

Softwaretest Engineer
9 salaries
unlock blur

₹3.8 L/yr - ₹9.9 L/yr

Explore more salaries
Compare MESTECH Services with

Samunnati Financial Intermediation and Services

4.3
Compare

Biz 2 Credit Info Services

3.9
Compare

Fexprime Finance

4.5
Compare

Kalkine

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