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.5

based on 34.1k Reviews

Filter interviews by

Tech Mahindra Interview Questions, Process, and Tips

Updated 1 Feb 2025

Top Tech Mahindra Interview Questions and Answers

View all 1.8k questions

Tech Mahindra Interview Experiences

Popular Designations

3.8k interviews found

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

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

Round 1 - Technical 

(15 Questions)

  • Q1. What is split horison? How can we resolve it?
  • Ans. 

    Split horizon is a technique used in computer networking to prevent routing loops by not advertising routes back to the same interface they were learned from.

    • Split horizon is used in distance-vector routing protocols like RIP to prevent routing loops.

    • It works by not advertising routes back to the same interface they were learned from.

    • Split horizon with poison reverse takes this a step further by advertising the route w...

  • Answered by AI
  • Q2. What is BGP? How BGP works?
  • Ans. 

    BGP stands for Border Gateway Protocol, used to exchange routing information between different networks.

    • BGP is an exterior gateway protocol used to make routing decisions on the internet.

    • It operates by exchanging routing information between different autonomous systems (AS).

    • BGP uses TCP port 179 for communication.

    • BGP routers maintain a table of IP prefixes and their paths to reach them.

    • BGP can be configured to influenc...

  • Answered by AI
  • Q3. What are the type of BGP and their AD value?
  • Ans. 

    There are two types of BGP: eBGP and iBGP. eBGP has an AD value of 20, while iBGP has an AD value of 200.

    • eBGP (External BGP) - AD value: 20

    • iBGP (Internal BGP) - AD value: 200

  • Answered by AI
  • Q4. What is routing protocol? What are the types of routing protocol?
  • Ans. 

    Routing protocol is a set of rules used by routers to determine the best path for data packets to travel.

    • Routing protocols help routers communicate with each other to dynamically update routing tables.

    • Types of routing protocols include distance-vector (e.g. RIP), link-state (e.g. OSPF), and hybrid (e.g. EIGRP).

    • Distance-vector protocols determine the best path based on hop count.

    • Link-state protocols use a more complex a...

  • Answered by AI
  • Q5. What is ospf?
  • Ans. 

    OSPF (Open Shortest Path First) is a routing protocol used to determine the best path for data packets in a network.

    • OSPF is a link-state routing protocol

    • It uses Dijkstra's algorithm to calculate the shortest path

    • OSPF routers exchange link-state advertisements (LSAs) to build a topology map

    • It supports VLSM (Variable Length Subnet Masking) and CIDR (Classless Inter-Domain Routing)

    • OSPF divides the network into areas to re

  • Answered by AI
  • Q6. How do we prevent loop avoidance in BGP?
  • Ans. 

    Preventing loop avoidance in BGP involves using loop prevention mechanisms like AS Path and Route Reflectors.

    • Use AS Path attribute to prevent loops by tracking the path a route has taken through AS numbers.

    • Implement Route Reflectors to avoid loops in BGP by controlling the route propagation within a cluster.

    • Utilize BGP Confederations to divide the network into smaller autonomous systems to prevent loops.

    • Regularly monit...

  • Answered by AI
  • Q7. What is OSI model? What are the layers of OSI model?
  • Ans. 

    The OSI model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven layers.

    • The OSI model stands for Open Systems Interconnection model.

    • It helps in understanding how data is transferred from one computer to another over a network.

    • The seven layers of OSI model are: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each layer has speci...

  • Answered by AI
  • Q8. How does tracerout works?
  • Ans. 

    Traceroute is a network diagnostic tool used to track the path packets take from one networked device to another.

    • Traceroute sends packets with increasing TTL values to determine the path to a destination.

    • Each router along the path sends back an ICMP Time Exceeded message, allowing traceroute to map the route.

    • The final destination sends an ICMP Port Unreachable message, indicating the end of the route.

    • Traceroute helps i...

  • Answered by AI
  • Q9. If we see "*****" in tracerout, what it means?
  • Ans. 

    The presence of '*****' in a traceroute indicates that the router is blocking the ICMP packets used by traceroute.

    • The '*****' indicates that the router is not responding to the ICMP packets sent by the traceroute tool.

    • This could be due to the router being configured to block ICMP traffic for security reasons.

    • It can also be caused by a firewall or network filtering rules blocking the ICMP packets.

    • In some cases, the '***...

  • Answered by AI
  • Q10. What are the states in BGP?
  • Ans. 

    BGP states include Idle, Connect, Active, OpenSent, OpenConfirm, Established.

    • Idle - Initial state when BGP is not yet established

    • Connect - Attempting to establish a TCP connection

    • Active - Waiting for a TCP connection to be completed

    • OpenSent - Sent an Open message to peer

    • OpenConfirm - Received an Open message and waiting for confirmation

    • Established - BGP peers are fully established and can exchange routing information

  • Answered by AI
  • Q11. If there is a non tech guys on site to replace faulty router with new router, how do you configure the new router?
  • Ans. 

    The new router can be configured remotely using a laptop or mobile device with access to the network.

    • Access the router's web interface by entering its IP address in a web browser

    • Login using default credentials or credentials provided by the company

    • Configure basic settings such as SSID, password, and security settings

    • Update firmware if necessary

    • Test the connection to ensure it is working properly

  • Answered by AI
  • Q12. What are CE and PE routers?
  • Ans. 

    CE and PE routers are types of routers used in MPLS networks. CE routers connect to customer networks while PE routers connect to provider networks.

    • CE routers (Customer Edge) connect to customer networks and are responsible for exchanging routes with customer devices.

    • PE routers (Provider Edge) connect to provider networks and are responsible for exchanging routes with other PE routers in the MPLS network.

    • CE routers are...

  • Answered by AI
  • Q13. What is the command to assign an IP address on Juniper router interface?
  • Ans. 

    The command to assign an IP address on a Juniper router interface is 'set interface <interface_name> unit <unit_number> family inet address <ip_address/mask>'

    • Use the 'set' command to configure the interface

    • Specify the interface name and unit number

    • Use the 'family inet' statement to configure an IPv4 address

    • Specify the IP address and subnet mask

  • Answered by AI
  • Q14. What are the parameters should match in BGP neighbourship?
  • Ans. 

    Parameters for BGP neighbourship include AS number, IP address, subnet mask, and BGP version.

    • AS number must match on both neighbors

    • IP address must be reachable between neighbors

    • Subnet mask should be the same on both neighbors

    • BGP version should be compatible between neighbors

  • Answered by AI
  • Q15. What is tftp?
  • Ans. 

    tftp stands for Trivial File Transfer Protocol, a simple protocol used for transferring files over a network.

    • tftp is a lightweight protocol used for transferring files between devices on a network.

    • It operates on UDP port 69.

    • tftp does not require user authentication, making it less secure compared to FTP.

    • It is commonly used for booting devices over a network, such as in diskless workstations or routers.

    • An example of tft...

  • Answered by AI
Round 2 - Technical 

(8 Questions)

  • Q1. What is loop avoidance mechanism in BGP?
  • Ans. 

    Loop avoidance mechanism in BGP prevents routing loops by using loop prevention mechanisms like AS path attribute and route reflectors.

    • BGP uses AS path attribute to prevent routing loops by not accepting routes with its own AS number in the path.

    • Route reflectors are used in BGP to avoid loops in route propagation within a cluster of routers.

    • BGP Confederations can also be used to prevent loops by dividing the AS into sm

  • Answered by AI
  • Q2. How tracerout works? What is source and destination IP?
  • Ans. 

    Traceroute is a network diagnostic tool used to track the path packets take from source to destination IP.

    • Traceroute sends packets with increasing TTL values to elicit ICMP Time Exceeded responses from routers along the path.

    • The source IP is the IP address of the device initiating the traceroute, while the destination IP is the IP address of the target device.

    • Traceroute displays the IP addresses of the routers in the p...

  • Answered by AI
  • Q3. What is public IP and private IP?
  • Ans. 

    Public IP is the address assigned to a device that is directly accessible over the internet, while private IP is used within a private network.

    • Public IP is unique and can be accessed from anywhere on the internet

    • Private IP is used within a local network and is not directly accessible from the internet

    • Public IP is assigned by the Internet Service Provider (ISP)

    • Private IP addresses are typically in the ranges of 192.168.

  • Answered by AI
  • Q4. How can we configure and a router with support of non tech guy onsite?
  • Ans. 

    To configure a router with support of a non tech guy onsite, provide step-by-step instructions and visual aids.

    • Create a simple, easy-to-follow guide with step-by-step instructions.

    • Use visual aids such as diagrams or videos to demonstrate the process.

    • Provide clear explanations of each step and troubleshoot common issues.

    • Offer remote support or a helpline for additional assistance if needed.

  • Answered by AI
  • Q5. What is firewall?
  • Ans. 

    A firewall is a network security system that monitors and controls incoming and outgoing network traffic based on predetermined security rules.

    • Acts as a barrier between a trusted internal network and untrusted external network

    • Filters network traffic based on rules set by the administrator

    • Can be hardware-based or software-based

    • Examples include Cisco ASA, Palo Alto Networks, and Windows Firewall

  • Answered by AI
  • Q6. What are the difference between router and switch?
  • Ans. 

    Routers connect multiple networks together while switches connect devices within a single network.

    • Routers operate at the network layer (Layer 3) of the OSI model, while switches operate at the data link layer (Layer 2).

    • Routers use IP addresses to forward data between networks, while switches use MAC addresses to forward data within a network.

    • Routers can determine the best path for data to travel between networks, while...

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

    MPLS stands for Multiprotocol Label Switching, a technique used in telecommunications networks to direct data packets along predefined paths.

    • MPLS is used to improve network performance and efficiency by quickly routing data packets based on labels instead of IP addresses.

    • It allows for traffic engineering, quality of service (QoS) prioritization, and virtual private network (VPN) services.

    • MPLS operates at layer 2.5 of t...

  • Answered by AI
  • Q8. How ftp and tftp works?
  • Ans. 

    FTP and TFTP are protocols used for transferring files over a network.

    • FTP (File Transfer Protocol) is a standard network protocol used to transfer files from one host to another over a TCP-based network, such as the internet.

    • TFTP (Trivial File Transfer Protocol) is a simpler version of FTP that uses UDP instead of TCP for file transfer.

    • FTP requires authentication (username and password) for access, while TFTP does not ...

  • Answered by AI

Top Tech Mahindra Senior Technical Support Associate Interview Questions and Answers

Q1. If there is a non tech guys on site to replace faulty router with new router, how do you configure the new router?
View answer (1)

Senior Technical Support Associate Interview Questions asked at other Companies

Q1. If there is a non tech guys on site to replace faulty router with new router, how do you configure the new router?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(9 Questions)

  • Q1. Match 14 characters before @ , given an url
  • Q2. Match Atleast one capital, once small case, 1 digit and 1 special character using regex?
  • Q3. Given a string ="This is my interview for QA engineer"; write code to give an output of each word with vowel count?
  • Q4. Given a 2X2 Matrix, find the maximum diagonal sum?
  • Q5. How do you find the selected option text from dropdown in selenium?
  • Q6. Given a dropdown contains options with duplicates. Find those duplicates along with its occurrence/frequency?
  • Q7. How do you resolve merge conflicts in git?
  • Q8. How to bring specific commit changes to your branch?
  • Q9. How to switch to frame and come out of it in selenium?

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep doing any activity(remove/add/update resume, change skills etc..) in naukri/linkedin so that i catches recruiters attention

Senior QA Engineer Interview Questions asked at other Companies

Q1. Combination SumYou are given an array/list ARR of N distinct positive integers. You are also given a non-negative integer B. Your task is to find all unique combinations in the array whose sum is equal to B. A number can be chosen any numbe... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Can you please introduce yourself?
  • Ans. 

    I am a dedicated and experienced Technical Support Associate with a strong background in troubleshooting and customer service.

    • Experienced in resolving technical issues for customers

    • Skilled in providing excellent customer service

    • Proficient in troubleshooting software and hardware problems

  • Answered by AI
  • Q2. Are you comfortable speaking in English?
  • Ans. 

    Yes, I am comfortable speaking in English.

    • Fluent in English

    • Comfortable communicating in English

    • Have experience speaking English in previous roles

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Do you have knowledge of unix ?
  • Ans. 

    Yes, I have knowledge of Unix operating system.

    • Familiar with Unix commands and shell scripting

    • Experience in working with Unix-based systems

    • Knowledge of file systems, processes, permissions, and networking in Unix

    • Proficient in using tools like grep, sed, awk, etc. in Unix environment

  • Answered by AI
  • Q2. Questions Based on unix commands.
Round 3 - HR 

(2 Questions)

  • Q1. How was your technical round?
  • Ans. 

    My technical round went well. I was able to showcase my knowledge and skills effectively.

    • Demonstrated proficiency in troubleshooting technical issues

    • Provided detailed explanations for my problem-solving approach

    • Highlighted relevant experience and certifications

    • Received positive feedback from the interviewer

  • Answered by AI
  • Q2. What are your expectations from our company?
  • Ans. 

    I expect a supportive work environment, opportunities for growth, and a strong team dynamic.

    • Supportive work environment

    • Opportunities for growth

    • Strong team dynamic

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Tech Mahindra Technical Support Associate interview:
  • MySQL
  • Unix Shell Scripting
Interview preparation tips for other job seekers - Be prepared for technical round , have sound knowledge of databases and unix basics.Be confident while giving the interview!!

Top Tech Mahindra Technical Support Associate Interview Questions and Answers

Q1. What is a difference between router and modem?
View answer (31)

Technical Support Associate Interview Questions asked at other Companies

Q1. What is a difference between router and modem?
View answer (31)

Team Lead Interview Questions & Answers

user image Karisma jeanette singh

posted on 27 Jan 2025

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Dec 2024.

Round 1 - Technical 

(9 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. What is the process for conducting capacity planning?
  • Ans. 

    Capacity planning involves forecasting future resource needs and ensuring that the necessary resources are available.

    • Identify current resource usage and performance levels

    • Forecast future resource needs based on growth projections

    • Determine any potential bottlenecks or constraints

    • Allocate resources accordingly to meet future demands

    • Regularly review and adjust the capacity plan as needed

  • Answered by AI
  • Q3. What is the process for creating a Standard Operating Procedure (SOP)?
  • Ans. 

    Creating a Standard Operating Procedure involves identifying the process, documenting steps, obtaining feedback, and finalizing the SOP.

    • Identify the process or task that needs an SOP

    • Document each step involved in the process

    • Obtain feedback from relevant stakeholders for improvements

    • Finalize the SOP with clear instructions and guidelines

    • Regularly review and update the SOP as needed

  • Answered by AI
  • Q4. How do you handle transitions?
  • Ans. 

    I handle transitions by communicating effectively, setting clear expectations, and providing support to team members.

    • Communicate openly and transparently with team members about upcoming changes

    • Set clear expectations and goals for the transition period

    • Provide support and resources to help team members adjust to the changes

    • Lead by example and remain positive and adaptable during transitions

  • Answered by AI
  • Q5. How do you provide feedback?
  • Ans. 

    I provide feedback by being specific, timely, and constructive.

    • Be specific about what was done well and what needs improvement

    • Provide feedback in a timely manner to address issues promptly

    • Offer constructive criticism and suggestions for improvement

    • Encourage open communication and dialogue for feedback to be effective

  • Answered by AI
  • Q6. Can you describe a situation in which you had to handle an escalation call from a customer, and how you managed it?
  • Ans. 

    Handled an escalation call by actively listening, empathizing, and offering a solution.

    • Remain calm and composed while listening to the customer's concerns.

    • Empathize with the customer and acknowledge their frustration.

    • Offer a solution or escalate the issue to a higher authority if necessary.

    • Follow up with the customer to ensure their issue has been resolved satisfactorily.

  • Answered by AI
  • Q7. Can you describe a situation in which you encountered a conflict between two team members and explain how you managed that situation?
  • Ans. 

    Managed conflict between team members by facilitating open communication and finding common ground.

    • Addressed the issue privately to understand each team member's perspective

    • Encouraged open communication and active listening to resolve misunderstandings

    • Facilitated a team meeting to discuss the conflict and find common ground

    • Established clear expectations and guidelines for future interactions

  • Answered by AI
  • Q8. What Key Performance Indicators (KPIs) have you worked with?
  • Ans. 

    I have worked with KPIs such as sales targets, customer satisfaction scores, employee productivity metrics, and project completion rates.

    • Sales targets

    • Customer satisfaction scores

    • Employee productivity metrics

    • Project completion rates

  • Answered by AI
  • Q9. How did you establish end-to-end operations when setting up a new process?
  • Ans. 

    I established end-to-end operations by defining clear processes, assigning roles, providing training, and monitoring performance.

    • Defined clear processes from start to finish

    • Assigned roles and responsibilities to team members

    • Provided training and resources to ensure understanding and proficiency

    • Monitored performance and made adjustments as needed

  • Answered by AI

Top Tech Mahindra Team Lead Interview Questions and Answers

Q1. Can you see the door behind you. How much force is required to open it if wind velocity if 20km per hour outside.
View answer (2)

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)

Tech Mahindra interview questions for popular designations

 Software Engineer

 (192)

 Senior Software Engineer

 (146)

 Customer Service Associate

 (127)

 Associate Software Engineer

 (119)

 Customer Service Executive

 (116)

 Customer Support Associate

 (115)

 Customer Care Executive

 (106)

 Software Developer

 (98)

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

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

Round 1 - One-on-one 

(7 Questions)

  • Q1. Explain your project
  • Ans. 

    Developed a data pipeline to ingest, process, and analyze customer feedback data for a retail company.

    • Used Google Cloud Platform services like BigQuery, Dataflow, and Pub/Sub for data processing.

    • Implemented data cleansing and transformation techniques to ensure data quality.

    • Created visualizations and dashboards using tools like Data Studio for stakeholders to easily interpret the data.

  • Answered by AI
  • Q2. GCP bigquery architecture
  • Q3. Gcp object versioning
  • Q4. Gcp storage class types
  • Ans. 

    GCP offers different storage classes for varying performance and cost requirements.

    • Standard Storage: for frequently accessed data

    • Nearline Storage: for data accessed less frequently

    • Coldline Storage: for data accessed very infrequently

    • Archive Storage: for data stored for long-term retention

  • Answered by AI
  • Q5. Sql optimisation techniques
  • Ans. 

    SQL optimization techniques focus on improving query performance by reducing execution time and resource usage.

    • Use indexes to speed up data retrieval

    • Avoid using SELECT * and instead specify only the columns needed

    • Optimize joins by using appropriate join types and conditions

    • Limit the use of subqueries and instead use JOINs where possible

    • Use EXPLAIN to analyze query execution plans and identify bottlenecks

  • Answered by AI
  • Q6. Sql coding date format and joins related questions
  • Q7. Partitioning and cluster by
Round 2 - One-on-one 

(2 Questions)

  • Q1. Advanced sql recursive cte and python code using lambda function to explode the list
  • Q2. Project explanation and daily activity and challenge faced in project

Interview Preparation Tips

Topics to prepare for Tech Mahindra Gcp Data Engineer interview:
  • SQL
  • PYSPARK
  • GCP
  • PYTHON
Interview preparation tips for other job seekers - Practice SQL and Python coding extensively; they are evaluating our problem-solving approach and logic, as well as the depth of knowledge we possess.

Top Tech Mahindra Gcp Data Engineer Interview Questions and Answers

Q1. which of these 2 select * from table and select * from table limit 100 is faster
View answer (1)

Gcp Data Engineer Interview Questions asked at other Companies

Q1. GCP Services, What is use of Bigquery? What is Pubsub,Dataflow,cloud storage. Question related previous roles and responsibility.
View answer (1)

Get interview-ready with Top Tech Mahindra Interview Questions

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

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. End to end kyc
  • Q2. End to end to kyc
Round 2 - One-on-one 

(2 Questions)

  • Q1. End to end kyc
  • Q2. End to end kyc
Round 3 - HR 

(2 Questions)

  • Q1. Pakage and salary
  • Q2. Benefits and leaves

Top Tech Mahindra Senior Associate Interview Questions and Answers

Q1. Q:- Difference between empathy and sympathy? Q:- What is BPS?
View answer (3)

Senior Associate Interview Questions asked at other Companies

Q1. On an average, how many invoices can you process in a day?
View answer (10)

Jobs at Tech Mahindra

View all

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 23 Jan 2025

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. They asked me regarding project
  • Q2. Sql queries and data bricks related questions
Round 2 - Technical 

(1 Question)

  • Q1. Details explaination on project that I have worked and optimization techniques

Interview Preparation Tips

Interview preparation tips for other job seekers - I have successfully cleared the L1 and L2 rounds, and my background verification has also been completed. I was informed that an offer would be sent the next day. However, the HR then stated that there would be a discussion solely about the CTC, with no technical questions involved. I agreed to this; yet, the interviewer proceeded to ask high-level technical questions that I had not worked on, leading to the final decision of not selecting me. It felt like a fake interview process, accompanied by delayed communication and a lack of response, resulting in a very negative experience with Tech Mahindra.

Top Tech Mahindra Data Engineer Interview Questions and Answers

Q1. how to remove duplicate rows from bigquery? find the month of a given date in bigquery.
View answer (1)

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (1)

Project Engineer interview

user image Invensis Learning

posted on 16 Nov 2021

Industrial Trainee Interview Questions & Answers

user image Sonu Choudhary

posted on 1 Feb 2025

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

I was interviewed in Jan 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. How do you debug difficult software problems?
  • Q2. What is multithreading, and how does it work?

Industrial Trainee Interview Questions asked at other Companies

Q1. Which sectors are not covered in GST to avail the ITC?
View answer (2)

DevOps Lead Interview Questions & Answers

user image Anonymous

posted on 22 Jan 2025

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

I was interviewed in Dec 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. Architecture of Openshift/Kuberenets?
  • Q2. Scenario question about RedHat Openshift/Kubernetes.
  • Q3. Difference between Stateful and Stateless Sets
  • Q4. Write sample deployment.yaml
  • Q5. Questions about Git

DevOps Lead Interview Questions asked at other Companies

Q1. What is the difference between a disk and an image in VM roles w.r.t MS Azure?
View answer (2)

Tech Mahindra Interview FAQs

How many rounds are there in Tech Mahindra interview?
Tech Mahindra interview process usually has 2-3 rounds. The most common rounds in the Tech Mahindra interview process are HR, Technical and Resume Shortlist.
How to prepare for Tech Mahindra 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 Tech Mahindra. The most common topics and skills that interviewers at Tech Mahindra expect are Customer Service, customer support, voice process, international bpo and customer care.
What are the top questions asked in Tech Mahindra interview?

Some of the top questions asked at the Tech Mahindra interview -

  1. Tell me something about yourself. Define encapsulation. What is inheritance. ...read more
  2. If the customer is not satisfied with your answer so what will you do to satisf...read more
  3. Which programming language you are comfortable wi...read more
How long is the Tech Mahindra interview process?

The duration of Tech Mahindra interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Tech Mahindra Interview Process

based on 3k interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all

Tech Mahindra Reviews and Ratings

based on 34.1k reviews

3.5/5

Rating in categories

3.4

Skill development

3.5

Work-life balance

3.1

Salary

3.5

Job security

3.4

Company culture

2.9

Promotions

3.3

Work satisfaction

Explore 34.1k Reviews and Ratings
Software Engineer
26.4k salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Senior Software Engineer
21.3k salaries
unlock blur

₹5.5 L/yr - ₹23.4 L/yr

Technical Lead
11.6k salaries
unlock blur

₹9.2 L/yr - ₹37 L/yr

Associate Software Engineer
5.5k salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Team Lead
4.9k salaries
unlock blur

₹5.2 L/yr - ₹17 L/yr

Explore more salaries
Compare Tech Mahindra with

Infosys

3.6
Compare

Cognizant

3.8
Compare

Accenture

3.9
Compare

Wipro

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