Upload Button Icon Add office photos
Engaged Employer

i

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

Tech Mahindra Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 33.6k Reviews

Filter interviews by

Tech Mahindra Senior Associate 2 Interview Questions and Answers

Updated 19 Oct 2023

Tech Mahindra Senior Associate 2 Interview Experiences

1 interview found

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

I applied via Walk-in and was interviewed in Apr 2023. 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 - HR 

(1 Question)

  • Q1. Resume screening round
Round 3 - HR 

(1 Question)

  • Q1. Previous company experience
Round 4 - Behavioral 

(2 Questions)

  • Q1. Previous experience and related to non voice questions
  • Q2. Talk on a topic

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Answer genuinely about your previous experience.

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. If one interface is getting implemented by two classes how to register in startup.cs
  • Ans. 

    To register multiple implementations of an interface in startup.cs, use the IServiceCollection interface.

    • Use the IServiceCollection interface in the ConfigureServices method of the Startup class to register multiple implementations of an interface.

    • Use the AddTransient, AddScoped, or AddSingleton methods to register the implementations with the interface.

    • For example, if you have an interface IExampleInterface implemente...

  • Answered by AI
  • Q2. What is dependency injection
  • Ans. 

    Dependency injection is a design pattern in which components are given their dependencies rather than creating them internally.

    • Dependency injection helps in achieving loose coupling between classes.

    • It allows for easier testing by providing a way to mock dependencies.

    • There are three types of dependency injection: constructor injection, setter injection, and interface injection.

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 2-3 DSA questions
Round 2 - Technical 

(1 Question)

  • Q1. 1 DSA questionn and few architectural level questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Tell me something about your self
  • Q2. Basic accounting entries and concepts
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 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 - HR 

(1 Question)

  • Q1. Work experience details, profile knowledge, shift flexibility
Round 3 - Technical 

(1 Question)

  • Q1. PTP process flow, Accounts payable journal entries, Process exceptions

Interview Preparation Tips

Interview preparation tips for other job seekers - Before going for an interview brush up the PTP flow, accounts payable end to end process, SAP AP domain related t-codes.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Quantitative Aptitude, Logical Reasoning, English Comprehension, Computer Science, Versant

Round 2 - Technical 

(10 Questions)

  • Q1. Can you introduce yourself?
  • Ans. 

    I am a dedicated and experienced professional with a background in finance and a passion for problem-solving.

    • Experienced in financial analysis and reporting

    • Strong problem-solving skills

    • Excellent communication and teamwork abilities

  • Answered by AI
  • Q2. Can you describe your project?
  • Ans. 

    I developed a mobile app for tracking daily water intake and setting hydration goals.

    • Designed user-friendly interface for easy input of water consumption

    • Implemented reminder notifications to encourage regular hydration

    • Included visual graphs to track daily, weekly, and monthly water intake

    • Integrated with wearable devices to sync water intake data

  • Answered by AI
  • Q3. What technologies did you utilize in your project?
  • Ans. 

    I utilized technologies such as Python, SQL, and Tableau in my project.

    • Python

    • SQL

    • Tableau

  • Answered by AI
  • Q4. What is the process for creating and submitting code on GeeksforGeeks?
  • Ans. 

    The process for creating and submitting code on GeeksforGeeks involves writing code, testing it, and then submitting it on the platform.

    • Create an account on GeeksforGeeks website.

    • Write the code for the problem statement provided.

    • Test the code locally to ensure it works correctly.

    • Submit the code on the GeeksforGeeks platform for evaluation.

    • Receive feedback and improve the code if necessary.

  • Answered by AI
  • Q5. What do you know about cloud computing?
  • Ans. 

    Cloud computing is the delivery of computing services over the internet, including storage, servers, databases, networking, software, and more.

    • Cloud computing allows users to access resources on-demand without the need for physical hardware.

    • It offers scalability, flexibility, and cost-efficiency for businesses.

    • Examples of cloud computing services include Amazon Web Services (AWS), Microsoft Azure, and Google Cloud Plat

  • Answered by AI
  • Q6. What can you tell me about Kubernetes?
  • Ans. 

    Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications.

    • Kubernetes allows for automatic scaling of applications based on resource usage.

    • It provides self-healing capabilities by automatically restarting containers that fail.

    • Kubernetes enables easy deployment and management of microservices architecture.

    • It supports various cloud pr...

  • Answered by AI
  • Q7. What is orchestration?
  • Ans. 

    Orchestration is the automated arrangement, coordination, and management of complex computer systems, services, and workflows.

    • Orchestration involves automating tasks and workflows to streamline processes.

    • It helps in coordinating multiple systems and services to work together seamlessly.

    • Examples include orchestrating the deployment of applications across different servers or managing the workflow of a data pipeline.

  • Answered by AI
  • Q8. How can you create programs in Java?
  • Ans. 

    Programs in Java can be created by writing code in a text editor or an IDE, compiling the code, and running it using a Java Virtual Machine (JVM).

    • Write Java code using classes, methods, variables, and control structures.

    • Compile the code using a Java compiler like javac.

    • Run the compiled code using a Java Virtual Machine (JVM) like java.

    • Use an Integrated Development Environment (IDE) like Eclipse or IntelliJ IDEA for eas...

  • Answered by AI
  • Q9. What is the process for setting the path in Java?
  • Ans. 

    Setting the path in Java involves adding directories to the classpath to locate external libraries or resources.

    • Use the 'java -cp' command to set the classpath for a specific Java program.

    • You can also set the classpath using the CLASSPATH environment variable.

    • To add a JAR file to the classpath, use the '-cp' or '-classpath' option followed by the path to the JAR file.

    • For example, to set the classpath to include a JAR f...

  • Answered by AI
  • Q10. Do you have any questions for me?
Round 3 - HR 

(4 Questions)

  • Q1. Can you provide a self-introduction?
  • Ans. 

    Experienced Associate with a background in finance and strong analytical skills.

    • Background in finance with X years of experience

    • Strong analytical skills demonstrated through successful projects

    • Proven ability to work well in a team environment

  • Answered by AI
  • Q2. What additional hobbies do you engage in?
  • Ans. 

    I enjoy hiking, photography, and cooking in my free time.

    • Hiking: I love exploring new trails and being in nature.

    • Photography: I enjoy capturing moments and landscapes through my camera lens.

    • Cooking: I like experimenting with new recipes and cooking for friends and family.

  • Answered by AI
  • Q3. Are you willing to relocate?
  • Ans. 

    Yes, I am open to relocating for the right opportunity.

    • I am open to exploring new locations for career growth

    • I am willing to relocate for the right job offer

    • I have experience moving for previous job opportunities

  • Answered by AI
  • Q4. Do u have any questions for me?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Find largest and smallest from an array
  • Q2. Reverse an array
  • Q3. Print your name in reverse

Associate Interview Questions & Answers

Genpact user image Sanjeev Singh

posted on 5 Jan 2025

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about yourself.
  • Q2. Can you describe your strengths and weaknesses?
  • Q3. What are your salary expectations?
Round 2 - Operation round 

(2 Questions)

  • Q1. Basic questions about KYC AML?
  • Q2. Basic questions about excel

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview is quite straightforward; you only need good communication skills to succeed. Best of luck!
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Aptitude ,reasoning and soft skills .

Round 2 - Technical 

(2 Questions)

  • Q1. Introduction your self?
  • Q2. What is the java?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. About, Details about last company
  • Q2. Discussion of CTC
Round 2 - HR 

(1 Question)

  • Q1. Why you joining?
Round 3 - Technical 

(2 Questions)

  • Q1. Basic coding like Count and printing no. of objects created, Count no. of characters in a String.
  • Q2. Basic Java CORE questions
Round 4 - Technical 

(2 Questions)

  • Q1. Security aspect in Microservices
  • Ans. 

    Security in Microservices involves implementing authentication, authorization, encryption, and monitoring to protect against threats.

    • Implement authentication and authorization mechanisms to control access to microservices.

    • Use encryption to secure communication between microservices.

    • Implement monitoring and logging to detect and respond to security incidents.

    • Consider using API gateways for centralized security control.

    • R...

  • Answered by AI
  • Q2. Concurrency Handling

Skills evaluated in this interview

Tech Mahindra Interview FAQs

How many rounds are there in Tech Mahindra Senior Associate 2 interview?
Tech Mahindra interview process usually has 4 rounds. The most common rounds in the Tech Mahindra interview process are HR, Resume Shortlist and Behavioral.

Tell us how to improve this page.

People are getting interviews through

based on 1 Tech Mahindra interview
WalkIn
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Tech Mahindra Senior Associate 2 Salary
based on 28 salaries
₹2 L/yr - ₹5.5 L/yr
80% less than the average Senior Associate 2 Salary in India
View more details

Tech Mahindra Senior Associate 2 Reviews and Ratings

based on 3 reviews

2.6/5

Rating in categories

2.6

Skill development

2.6

Work-Life balance

1.3

Salary & Benefits

2.6

Job Security

2.6

Company culture

2.8

Promotions/Appraisal

2.6

Work Satisfaction

Explore 3 Reviews and Ratings
Software Engineer
26.2k salaries
unlock blur

₹2 L/yr - ₹9.1 L/yr

Senior Software Engineer
21.2k salaries
unlock blur

₹5.5 L/yr - ₹22.7 L/yr

Technical Lead
11.5k salaries
unlock blur

₹9.5 L/yr - ₹31.9 L/yr

Associate Software Engineer
5.2k salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Team Lead
4.9k salaries
unlock blur

₹5.1 L/yr - ₹16.8 L/yr

Explore more salaries
Compare Tech Mahindra with

Infosys

3.7
Compare

Cognizant

3.8
Compare

Accenture

3.9
Compare

Wipro

3.7
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