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

Filter interviews by

Tech Mahindra Senior Technical Support Associate Interview Questions and Answers

Updated 6 Jun 2025

30 Interview questions

A Senior Technical Support Associate was asked 5mo ago
Q. What parameters must match for a BGP neighbor relationship to be established?
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

A Senior Technical Support Associate was asked 5mo ago
Q. What is the 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 in...

Senior Technical Support Associate Interview Questions Asked at Other Companies

Q1. If a non-technical person is on-site to replace a faulty router w ... read more
Q2. Difference between Public IP and Private IP....router and modem
Q3. How would you connect to the internet on your own laptop? Describ ... read more
Q4. How can we configure a router with support for a non-technical pe ... read more
Q5. What is the command to assign an IP address on a Juniper router i ... read more
A Senior Technical Support Associate was asked 5mo ago
Q. How does traceroute work?
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 he...

A Senior Technical Support Associate was asked 5mo ago
Q. What is a 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

What people are saying about Tech Mahindra

View All
a senior engineer
2w
💼 OFFER RECEIVED – Sr. Test Engineer (Band U3) | Tech Mahindra | Noida 📎 Screenshot attached | CTC: ₹13.5 LPA
✅ Variable is paid monthly and fully (as confirmed by HR) ❓ Looking to know the MONTHLY IN-HAND SALARY after standard deductions & partial FBP usage Would appreciate any insights from current/ex-TechM folks! 🙏
FeedCard Image
Got a question about Tech Mahindra?
Ask anonymously on communities.
A Senior Technical Support Associate was asked 5mo ago
Q. How can we configure a router with support for a non-technical person on-site?
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.

A Senior Technical Support Associate was asked 5mo ago
Q. What is a public IP address and a private IP address?
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...

A Senior Technical Support Associate was asked 5mo ago
Q. What are the differences between a router and a 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, ...

Are these interview questions helpful?
A Senior Technical Support Associate was asked 5mo ago
Q. What is the command to assign an IP address on a 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

A Senior Technical Support Associate was asked 5mo ago
Q. If we see "*****" in traceroute, what does it mean?
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...

A Senior Technical Support Associate was asked 5mo ago
Q. What are the types of BGP and their AD values?
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

Tech Mahindra Senior Technical Support Associate Interview Experiences

22 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
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. If you are a tree in a garden then what things you can see elaborate for 2 mins.
  • Q2. That’s it only, only communication will be check then you can join from next day😅

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are joining as a lead or above position then it is well and good but if you are joining as a lower level then be ready to face the daily challenges. You will not be able to get any disposal glasses to have water and the coffee machine is just for show you won’t be able to get any cup there. Cafeteria foods are also not good at all.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - HR 

(2 Questions)

  • Q1. Can you provide a self-introduction and share details about yourself?
  • Ans. 

    Experienced technical support professional with a strong background in troubleshooting and customer service.

    • Over 5 years of experience in providing technical support for software and hardware issues

    • Proficient in troubleshooting network connectivity problems and resolving software conflicts

    • Skilled in communicating complex technical information in a clear and concise manner

    • Strong customer service orientation with a focus...

  • Answered by AI
  • Q2. Can you share your previous experience?
  • Ans. 

    I have over 5 years of experience in technical support, troubleshooting hardware and software issues.

    • Provided technical support to customers via phone, email, and chat

    • Troubleshooted hardware and software issues for both Windows and Mac systems

    • Assisted in setting up and configuring network devices such as routers and switches

    • Documented and tracked customer issues in a ticketing system

  • Answered by AI
Round 2 - Assignment 

Webex chat need to handle dual chat on live

Round 3 - HR 

(2 Questions)

  • Q1. Please prepare a self-introduction and discuss your job experience fluently in English.
  • Q2. Good communication
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Previous experience
  • Q2. Study background
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Mar 2023. There were 6 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 - One-on-one 

(1 Question)

  • Q1. They asked me about my previous experience
Round 3 - Vercent 

(1 Question)

  • Q1. It was an English test and communication skills test
Round 4 - Technical 

(1 Question)

  • Q1. Technical IQ test
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion
Round 6 - Behavioral 

(1 Question)

  • Q1. Process director took my manager round
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Recruitment Consulltant and was interviewed in Aug 2022. There were 3 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 tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic tech questions like ip address and difference between router and modem
Round 3 - HR 

(1 Question)

  • Q1. Walk me through ur cv

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont panic and be confident the interview rounds are not that tough
Round 1 - HR 

(3 Questions)

  • Q1. Where do you see yourself in 5 years?
  • Q2. What are your strengths and weaknesses?
  • Q3. Tell me about yourself.
Round 2 - Technical 

(1 Question)

  • Q1. They asked about some technical knowledge including some technical terms related to networking, internet networks.
Round 3 - Aptitude Test 

Basic questions including Internet networks and windows

Round 4 - Voice and Ascent test 

(1 Question)

  • Q1. Check your Vocabulary and Grammar with good fluency as well.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go with confidence while getting some basic knowledge of Technical terms and everythng.

I applied via Recruitment Consulltant and was interviewed in Dec 2021. There were 5 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Just simple HR round for check comm skills...they can ask you to speak on any topic gor 2 mins.
Round 2 - Assignment 

How did you spend your new year eve?

Round 3 - Technical 

(1 Question)

  • Q1. Questions related to basic networking.
Round 4 - Assignment 

There were one technical online assignment related basic networking and speed test for checking your ryping skills.

Round 5 - HR 

(1 Question)

  • Q1. Final round for Salary and other discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and work on your comm skills.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jun 2023.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Why do you want to join bpo

Interview Preparation Tips

Interview preparation tips for other job seekers - Rain confident and calm try to be as honest as possible
Round 1 - Aptitude Test 

Will have 30 questions

Round 2 - Technical 

(1 Question)

  • Q1. What is blue screen error..
  • Ans. 

    Blue screen error is a system error that causes the computer to crash and display a blue screen with error message.

    • Also known as Blue Screen of Death (BSOD)

    • Caused by hardware or software issues

    • May require troubleshooting or repair

    • Examples: DRIVER_IRQL_NOT_LESS_OR_EQUAL, SYSTEM_SERVICE_EXCEPTION

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion,shift details

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have technical knowledge,and company details

Skills evaluated in this interview

Tech Mahindra Interview FAQs

How many rounds are there in Tech Mahindra Senior Technical Support Associate interview?
Tech Mahindra interview process usually has 3-4 rounds. The most common rounds in the Tech Mahindra interview process are HR, Technical and Resume Shortlist.
How to prepare for Tech Mahindra Senior Technical Support Associate 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 International Voice Process, Communication Skills, Technical Voice Process, international bpo and Customer Service.
What are the top questions asked in Tech Mahindra Senior Technical Support Associate interview?

Some of the top questions asked at the Tech Mahindra Senior Technical Support Associate interview -

  1. If there is a non tech guys on site to replace faulty router with new router, h...read more
  2. Difference between Public IP and Private IP....router and mo...read more
  3. How would you connect internet on your own laptop. Tell the complete proc...read more
What are the most common questions asked in Tech Mahindra Senior Technical Support Associate HR round?

The most common HR questions asked in Tech Mahindra Senior Technical Support Associate interview are -

  1. Where do you see yourself in 5 yea...read more
  2. Why are you looking for a chan...read more
  3. What are your strengths and weakness...read more
How long is the Tech Mahindra Senior Technical Support Associate interview process?

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

Tell us how to improve this page.

Overall Interview Experience Rating

3.9/5

based on 12 interview experiences

Difficulty level

Easy 17%
Moderate 83%

Duration

Less than 2 weeks 83%
2-4 weeks 17%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.7
 • 8.7k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.7
 • 3.4k Interviews
LTIMindtree Interview Questions
3.7
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.5k Interviews
View all
Tech Mahindra Senior Technical Support Associate Salary
based on 1.5k salaries
₹2.6 L/yr - ₹6.5 L/yr
At par with the average Senior Technical Support Associate Salary in India
View more details

Tech Mahindra Senior Technical Support Associate Reviews and Ratings

based on 240 reviews

2.8/5

Rating in categories

2.8

Skill development

2.6

Work-life balance

2.6

Salary

3.2

Job security

2.6

Company culture

2.4

Promotions

2.6

Work satisfaction

Explore 240 Reviews and Ratings
Software Engineer
26.6k salaries
unlock blur

₹3.7 L/yr - ₹9.2 L/yr

Senior Software Engineer
22.2k salaries
unlock blur

₹9.1 L/yr - ₹18.5 L/yr

Technical Lead
12.5k salaries
unlock blur

₹16.9 L/yr - ₹30 L/yr

Associate Software Engineer
6.1k salaries
unlock blur

₹1.9 L/yr - ₹5.7 L/yr

Team Lead
5.4k salaries
unlock blur

₹5.7 L/yr - ₹17.7 L/yr

Explore more salaries
Compare Tech Mahindra with

Infosys

3.6
Compare

Cognizant

3.7
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare
write
Share an Interview