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

Updated 18 Feb 2025
Popular Designations

8 Interview questions

An IT Support Specialist was asked 4mo ago
Q. What is the difference between a shared mailbox and a distribution list (DL)?
Ans. 

A shared mailbox allows multiple users to access and manage emails, while a distribution list (DL) sends emails to a group without shared access.

  • Shared Mailbox: Users can send, receive, and manage emails collectively.

  • Example: A support team can use a shared mailbox like support@company.com.

  • Distribution List (DL): Sends emails to a predefined group but does not allow shared access.

  • Example: An announcement sent to a...

View all IT Support Specialist interview questions
An IT Support Specialist was asked 4mo ago
Q. What is Active Directory?
Ans. 

Active Directory is a directory service by Microsoft for managing users, computers, and resources in a networked environment.

  • Centralized management of user accounts and permissions.

  • Facilitates authentication and authorization for network resources.

  • Supports Group Policy for managing settings across multiple devices.

  • Enables organization of resources in a hierarchical structure (e.g., domains, trees, forests).

  • Example...

View all IT Support Specialist interview questions
A Software Engineer was asked
Q. What is ViewBag?
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 an...

View all Software Engineer interview questions
A Software Engineer was asked
Q. What is the difference between stored procedures?
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 o...

View all Software Engineer interview questions
A Software Engineer was asked
Q. What is a 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.

View all Software Engineer interview questions
A Software Engineer was asked
Q. What is your basic knowledge of MVC?
Ans. 

MVC is a software architectural pattern that separates an application into three interconnected components: Model, View, and Controller.

  • Model: Represents the data and business logic. Example: A class that handles user data.

  • View: Displays the data to the user. Example: HTML/CSS templates that render user interfaces.

  • Controller: Manages user input and interacts with the Model. Example: A function that processes form ...

View all Software Engineer interview questions
A Software Engineer was asked
Q. 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.

View all Software Engineer interview questions
Are these interview questions helpful?
A Software Engineer was asked
Q. 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.

View all Software Engineer interview questions

MESTECH Services Interview Experiences

3 interviews found

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

I appeared for an interview in Aug 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What is active directory
  • Ans. 

    Active Directory is a directory service by Microsoft for managing users, computers, and resources in a networked environment.

    • Centralized management of user accounts and permissions.

    • Facilitates authentication and authorization for network resources.

    • Supports Group Policy for managing settings across multiple devices.

    • Enables organization of resources in a hierarchical structure (e.g., domains, trees, forests).

    • Example: Use...

  • Answered by AI
  • Q2. Difference between shared mail box and DL
  • Ans. 

    A shared mailbox allows multiple users to access and manage emails, while a distribution list (DL) sends emails to a group without shared access.

    • Shared Mailbox: Users can send, receive, and manage emails collectively.

    • Example: A support team can use a shared mailbox like support@company.com.

    • Distribution List (DL): Sends emails to a predefined group but does not allow shared access.

    • Example: An announcement sent to all em...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Simple Aptitude test with objective questions and MCQ question

Round 2 - 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.?

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 ?
  • Ans. 

    MVC is a software architectural pattern that separates an application into three interconnected components: Model, View, and Controller.

    • Model: Represents the data and business logic. Example: A class that handles user data.

    • View: Displays the data to the user. Example: HTML/CSS templates that render user interfaces.

    • Controller: Manages user input and interacts with the Model. Example: A function that processes form submi...

  • Answered by AI
  • 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

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about MESTECH Services?
Ask anonymously on communities.

Interview questions from similar companies

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

I appeared for an interview in Jul 2023.

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 

3 programs to write in arrays linked lists and trees

Round 3 - Technical 

(1 Question)

  • Q1. Was asked questions on core Java, spring framework, apis and micro services
Round 4 - HR 

(2 Questions)

  • Q1. What expertise will you bring to cme group of you join?
  • Q2. Why are you quitting your current company?

I applied via Naukri.com and was interviewed before Feb 2021. 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 - One-on-one 

(2 Questions)

  • Q1. Hoisting, clousres, prototypes based output questions
  • Q2. Polyfill of reduce, map
  • Ans. 

    Polyfill of reduce, map are functions that mimic the behavior of the original functions in older browsers.

    • Polyfill of reduce function can be implemented using a for loop to iterate over the array and accumulate the result.

    • Polyfill of map function can be implemented using a for loop to iterate over the array and create a new array with the transformed values.

    • These polyfills are useful for ensuring cross-browser compatib...

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

(1 Question)

  • Q1. Project discussion, react lifecycle, javascript basec concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview questions were maily involved:-
Js basic concepts:hoisting, prototypes, closures, currying
Css basic properties
Project discussions

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Behaviour of js
  • Ans. 

    JavaScript is a dynamic programming language commonly used for web development.

    • JavaScript is a high-level, interpreted language.

    • It is known for its flexibility and ability to manipulate the DOM.

    • Commonly used for client-side scripting in web development.

    • Supports object-oriented, imperative, and functional programming styles.

  • Answered by AI
  • Q2. Call by value, call by reference
Round 2 - Coding Test 

Reverse fibonacci using recursion

Skills evaluated in this interview

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
Are these interview questions helpful?

I applied via Naukri.com and was interviewed in Jan 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. They had some PI test (Personality test) followed by Aptitude test which comprised of basic math questions, logic, and AML related questions. If you pass the tests, you are qualified for the personal inter...

Interview Preparation Tips

Interview preparation tips for other job seekers - read related to the job profile and your work ex- AML

Interview Questionnaire 

2 Questions

  • Q1. Have you working with presure ?
  • Ans. 

    Yes, I have experience working under pressure.

    • I have successfully managed multiple high-pressure projects simultaneously.

    • I am accustomed to meeting tight deadlines and delivering quality work under pressure.

    • I thrive in fast-paced environments and remain calm and focused during stressful situations.

    • I have received positive feedback from supervisors and colleagues for my ability to handle pressure.

    • For example, in my prev...

  • Answered by AI
  • Q2. Have you working with teams
  • Ans. 

    Yes, I have experience working with teams.

    • I have worked in cross-functional teams on various projects.

    • I have collaborated with colleagues from different departments to achieve common goals.

    • I have participated in team meetings, brainstorming sessions, and project planning.

    • I have effectively communicated and coordinated with team members to ensure smooth workflow.

    • I have contributed to team success by sharing ideas, provi...

  • Answered by AI

I applied via Naukri.com and was interviewed in Sep 2021. There were 2 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 - HR 

(6 Questions)

  • Q1. Why should we hire you?
  • Ans. 

    I bring a unique blend of leadership, experience, and a results-driven mindset that aligns perfectly with your organization's goals.

    • Proven Leadership: I have successfully led teams in previous roles, such as managing a project that increased efficiency by 30%.

    • Strategic Thinking: I excel in developing strategies that align with company objectives, demonstrated by my role in a project that boosted revenue by 20%.

    • Strong C...

  • Answered by AI
  • Q2. Why are you looking for a change?
  • Ans. 

    I am seeking a change to pursue new challenges, enhance my skills, and contribute to a dynamic team environment.

    • Career Growth: I feel that my current role has limited opportunities for advancement, and I am eager to take on more responsibilities and leadership roles.

    • Skill Development: I want to expand my skill set in areas like project management and strategic planning, which I believe this new position offers.

    • Cultural...

  • Answered by AI
  • Q3. What are your salary expectations?
  • Ans. 

    Salary expectations should reflect my experience, industry standards, and the responsibilities of the Deputy Manager role.

    • Market Research: I have researched the average salary for Deputy Managers in our industry, which typically ranges from $70,000 to $90,000 annually.

    • Experience Consideration: Given my 5 years of relevant experience and proven track record, I believe a salary in the upper range is justified.

    • Value Addit...

  • Answered by AI
  • Q4. Share details of your previous job.
  • Ans. 

    In my previous role, I managed a team, streamlined operations, and improved project delivery timelines significantly.

    • Team Management: Led a team of 10, fostering collaboration and ensuring project goals were met on time.

    • Process Improvement: Implemented new project management tools that reduced delivery timelines by 20%.

    • Stakeholder Communication: Regularly communicated with stakeholders to align project objectives and e...

  • Answered by AI
  • Q5. What are your strengths and weaknesses?
  • Ans. 

    Identifying strengths and weaknesses helps in personal growth and team dynamics, fostering a productive work environment.

    • Strength: Strong Communication Skills - I excel in conveying ideas clearly, which helps in team collaboration and client interactions. For example, I led a project where clear communication with stakeholders ensured alignment and timely delivery.

    • Strength: Problem-Solving Ability - I enjoy tackling ch...

  • Answered by AI
  • Q6. Tell me about yourself.
  • Ans. 

    I am a dedicated professional with experience in management, team leadership, and strategic planning, eager to contribute to your organization.

    • Professional Background: I have over 5 years of experience in management roles, where I successfully led teams to achieve project goals.

    • Leadership Skills: In my previous role, I managed a team of 10, fostering a collaborative environment that improved productivity by 20%.

    • Strateg...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready to put your hard efforts

MESTECH Services Interview FAQs

How many rounds are there in MESTECH Services interview?
MESTECH Services interview process usually has 2 rounds. The most common rounds in the MESTECH Services interview process are Technical, Resume Shortlist and Aptitude Test.
How to prepare for MESTECH Services 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, Core Java, Hibernate, Java and Spring.
What are the top questions asked in MESTECH Services interview?

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

  1. what is view b...read more
  2. Difference between shared mail box and...read more
  3. what is View resul...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

6-8 weeks 100%
View more

Interview Questions from Similar Companies

Samunnati Interview Questions
4.4
 • 36 Interviews
ICICI Direct Interview Questions
3.8
 • 27 Interviews
NASDAQ Interview Questions
3.6
 • 21 Interviews
CME Group Interview Questions
4.2
 • 17 Interviews
IndiaLends Interview Questions
3.7
 • 15 Interviews
IQ BackOffice Interview Questions
3.5
 • 14 Interviews
View all

MESTECH Services Reviews and Ratings

based on 46 reviews

2.8/5

Rating in categories

2.7

Skill development

2.8

Work-life balance

2.8

Salary

2.9

Job security

2.6

Company culture

2.6

Promotions

2.7

Work satisfaction

Explore 46 Reviews and Ratings
Software Engineer
53 salaries
unlock blur

₹3.3 L/yr - ₹7.7 L/yr

Functional Consultant
18 salaries
unlock blur

₹3.7 L/yr - ₹7.5 L/yr

Software Developer
8 salaries
unlock blur

₹2.9 L/yr - ₹4.8 L/yr

Softwaretest Engineer
7 salaries
unlock blur

₹3.8 L/yr - ₹4.8 L/yr

Java Developer
6 salaries
unlock blur

₹3.2 L/yr - ₹7.7 L/yr

Explore more salaries
Compare MESTECH Services with

Samunnati

4.4
Compare

Biz 2 Credit Info Services

3.9
Compare

Fexprime Finance

4.5
Compare

Kalkine

4.1
Compare
write
Share an Interview