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

Updated 5 Aug 2025
Popular Designations

2.1k Interview questions

A Web Development Intern was asked 1w ago
Q. What is loops
Ans. 

Loops are programming constructs that repeat a block of code multiple times based on a condition.

  • Types of loops: for, while, and do-while.

  • For loop example: for (let i = 0; i < 5; i++) { console.log(i); }

  • While loop example: let i = 0; while (i < 5) { console.log(i); i++; }

  • Do-while loop example: let i = 0; do { console.log(i); i++; } while (i < 5);

  • Loops help in automating repetitive tasks and iterating over...

View all Web Development Intern interview questions
A Web Development Intern was asked 1w ago
Q. What is object-oriented programming?
Ans. 

In JavaScript, 'obj' typically refers to an object, a fundamental data structure that holds key-value pairs.

  • Objects are created using curly braces: const obj = {};

  • They can hold various data types: const person = { name: 'Alice', age: 25 };

  • Access properties using dot notation: console.log(person.name); // 'Alice'

  • Use bracket notation for dynamic keys: const key = 'age'; console.log(person[key]); // 25

  • Objects can als...

View all Web Development Intern interview questions
A Web Development Intern was asked 1w ago
Q. What is a function?
Ans. 

A function is a reusable block of code that performs a specific task in programming.

  • Functions can take inputs, known as parameters, and return outputs. Example: function add(a, b) { return a + b; }

  • They help in organizing code, making it modular and easier to maintain.

  • Functions can be defined using function declarations or function expressions.

  • Example of a function expression: const multiply = function(x, y) { retu...

View all Web Development Intern interview questions
A Web Development Intern was asked 1w ago
Q. What is an array?
Ans. 

An array is a data structure that stores a collection of elements, typically of the same type, in a contiguous memory location.

  • Arrays can hold multiple values in a single variable, e.g., let fruits = ['apple', 'banana', 'cherry'];

  • They are zero-indexed, meaning the first element is accessed with index 0, e.g., fruits[0] returns 'apple';

  • Arrays can be of fixed or dynamic size, e.g., in Java, int[] numbers = new int[5...

View all Web Development Intern interview questions

What people are saying about Tech Mahindra

View All
an operations manager
1w
From Chai Breaks to Boardrooms: 10 Years of Ops Ka Tadka! AMA with an Ops Manager who's seen it ALL!
Shhhhh... It's me, your friendly neighborhood Operations Manager, here to spill some anonymous 'gyaan'! I've been in the Ops game for over a decade, managing teams bigger than a typical Indian wedding guest list (over 1000 people, no less!). Currently an Operations Manager at a well-known company, From my days at a large BPO ('Concentrix') to a big IT firm ('TechM'), I've tackled challenges that would make your spreadsheets cry. I Still Remember the project I Initiated for a company, Led a team of 27 'superstars' to boost attendance, cut AHT, and make customers happier than finding ₹500 in an old jeans pocket! Think you've got an Ops problem or a burning career question? Bring it on! Ask me Anything about scaling teams, dealing with 'sarkari files' of processes, or how to actually get things done in the Indian corporate jungle. No filters, just real talk from someone who's seen it all. Let's make this go viral!"
FeedCard Image
Got a question about Tech Mahindra?
Ask anonymously on communities.
A Web Development Intern was asked 1w ago
Q. What is React JS?
Ans. 

React.js is a popular JavaScript library for building user interfaces, particularly single-page applications, using a component-based architecture.

  • Component-Based: React allows developers to create reusable UI components, making code more modular and maintainable.

  • Virtual DOM: React uses a virtual representation of the DOM to optimize rendering and improve performance.

  • Unidirectional Data Flow: Data in React flows i...

View all Web Development Intern interview questions
A Web Development Intern was asked 1w ago
Q. What is Node.js?
Ans. 

Node.js is a JavaScript runtime built on Chrome's V8 engine, enabling server-side scripting and building scalable network applications.

  • Node.js uses an event-driven, non-blocking I/O model, making it efficient and suitable for I/O-heavy applications.

  • It allows developers to use JavaScript on both the client and server sides, promoting code reuse.

  • Node.js has a rich ecosystem of libraries and frameworks, such as Expre...

View all Web Development Intern interview questions

Tech Mahindra HR Interview Questions

716 questions and answers

Q. Tell me about yourself and your experience relevant to this role
Q. How do you handle challenging situations while working in a team?
Q. Why did you decide to join this position?
🔥 Asked by recruiter 2 times
A Web Development Intern was asked 1w ago
Q. What is CSS?
Ans. 

CSS (Cascading Style Sheets) is a stylesheet language used to describe the presentation of a document written in HTML or XML.

  • CSS controls layout, colors, fonts, and overall visual appearance of web pages.

  • It allows for responsive design, enabling websites to adapt to different screen sizes (e.g., using media queries).

  • CSS can be applied inline, embedded in the HTML document, or linked as an external stylesheet.

  • Examp...

View all Web Development Intern interview questions
Are these interview questions helpful?
A Web Development Intern was asked 1w ago
Q. What is HTML?
Ans. 

HTML (HyperText Markup Language) is the standard language for creating web pages and web applications.

  • HTML uses tags to structure content, e.g., <h1> for headings, <p> for paragraphs.

  • It allows embedding multimedia elements like images (<img>) and videos (<video>).

  • HTML forms (<form>) enable user input, with elements like text fields (<input>) and buttons (<button>).

  • HTML doc...

View all Web Development Intern interview questions
A Web Development Intern was asked 1w ago
Q. What is JavaScript?
Ans. 

JavaScript is a versatile, high-level programming language primarily used for web development to create interactive and dynamic web pages.

  • JavaScript is an interpreted language, meaning it runs directly in the browser without needing compilation.

  • It supports event-driven programming, allowing developers to create responsive user interfaces. Example: handling button clicks.

  • JavaScript can manipulate the Document Objec...

View all Web Development Intern interview questions
A BPO Associate was asked 1w ago
Q. What actions will you take if you do not know the answer to a customer's question?
Ans. 

I will remain calm, seek assistance, and ensure the customer feels valued while I find the correct information.

  • Stay calm and listen carefully to the customer's question.

  • Acknowledge that I don't have the answer at the moment.

  • Reassure the customer that I will find the information they need.

  • Use available resources, such as knowledge bases or colleagues, to find the answer.

  • If necessary, escalate the issue to a supervi...

View all BPO Associate interview questions

Tech Mahindra Interview Experiences

4.2k interviews found

HR Executive Interview Questions & Answers

user image Anonymous

posted on 5 Feb 2022

I applied via Walk-in 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 

(1 Question)

  • Q1. Introduce yourself? What do you understand by hr development How much work experience do you have ? What do you understand by management
  • Ans. 

    HR professional with extensive experience in HR development, management, and organizational growth.

    • HR Development focuses on enhancing employee skills and knowledge for better performance.

    • Example: Implementing training programs to upskill employees.

    • I have over 5 years of experience in HR roles across various industries.

    • Management involves planning, organizing, leading, and controlling resources to achieve organizationa...

  • Answered by AI
Round 3 - HR 

(6 Questions)

  • Q1. Why should we hire you?
  • Q2. Where do you see yourself in 5 years?
  • Q3. Why are you looking for a change?
  • Q4. What are your strengths and weaknesses?
  • Q5. Tell me about yourself.
  • Q6. I am ananya chaudhary from chandigarh Regarding my EDUCATIONAL QUALIFICATIONS i have completed my BBA IN HR AND FINANCE I AM 20 YEARS OLD MEANWHILE, I AM PASSIONATE ABOUT TRAVELING, DANCING, PAINTING AN...

Interview Preparation Tips

Topics to prepare for Tech Mahindra HR Executive interview:
  • Human Resource Management
  • Management
  • Finance
  • Accounting
  • hrm
  • Hrmd
Interview preparation tips for other job seekers - I want to gain experience in the field of hr executives.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. What makes you the ideal candidate for this position?
  • Ans. 

    I have a strong background in customer service, excellent communication skills, and a passion for helping customers.

    • Extensive experience in customer service roles

    • Excellent communication skills

    • Strong problem-solving abilities

    • Passion for helping customers

    • Proven track record of resolving customer issues efficiently

  • Answered by AI
Round 2 - Verscent 

(1 Question)

  • Q1. They will Voice test
Round 3 - Client Interview 

(1 Question)

  • Q1. Tell me about your self, what are languages you know, what do you know about phone pe
  • Ans. 

    I am fluent in English, Hindi, and Spanish. I have knowledge about PhonePe's services and features.

    • Fluent in English, Hindi, and Spanish

    • Knowledge about PhonePe's services and features

    • Experience in customer service roles

  • Answered by AI
Round 4 - Typing Test 

(1 Question)

  • Q1. They will check our typing test

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not feel nervous; instead, be confident. If you experience fear and anxiety, you may be eliminated in the first round.
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
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(5 Questions)

  • Q1. What is DHCP and how many type of DHCP and please explain how to work DHCP DORA Process ?
  • Ans. 

    DHCP is a network protocol that assigns IP addresses to devices on a network. There are two types of DHCP: DHCPv4 and DHCPv6.

    • DHCP stands for Dynamic Host Configuration Protocol.

    • DHCPv4 is used for assigning IPv4 addresses, while DHCPv6 is used for assigning IPv6 addresses.

    • DHCP DORA process stands for Discover, Offer, Request, Acknowledge.

    • Discover: Client broadcasts a DHCP Discover message to find available DHCP servers.

    • ...

  • Answered by AI
  • Q2. What is OU and how to configure and Please Explain ADC ?
  • Ans. 

    OU stands for Organizational Unit, used to organize objects within a domain. ADC stands for Active Directory Connector, used to synchronize data between on-premises AD and Azure AD.

    • OU is a container within a domain used to organize objects like users, groups, and computers.

    • OU helps in delegating administrative tasks and applying Group Policies.

    • Example: Sales department can have its own OU with specific users and polici...

  • Answered by AI
  • Q3. What is APIPA and how to work and what is APIPA Range.
  • Ans. 

    APIPA stands for Automatic Private IP Addressing, a feature in Windows that automatically assigns IP addresses to computers when DHCP server is not available.

    • APIPA is a feature in Windows operating systems that automatically assigns IP addresses in the range of 169.254.0.1 to 169.254.255.254 when a DHCP server is not available.

    • It is commonly used in small home or office networks where a DHCP server is not present.

    • APIPA...

  • Answered by AI
  • Q4. Please explain OSPF and BGP ?
  • Ans. 

    OSPF and BGP are routing protocols used in networking to determine the best path for data packets to travel.

    • OSPF (Open Shortest Path First) is an interior gateway protocol used to exchange routing information within an autonomous system.

    • BGP (Border Gateway Protocol) is an exterior gateway protocol used to exchange routing information between different autonomous systems.

    • OSPF uses link-state routing algorithm to calcula...

  • Answered by AI
  • Q5. What is OSI layer and please explain all Layer ?
  • Ans. 

    The OSI (Open Systems Interconnection) model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven distinct layers.

    • Layer 1 - Physical layer: Deals with physical connections and transmission of raw data over a physical medium (e.g. cables, fibers).

    • Layer 2 - Data Link layer: Responsible for node-to-node communication, error detection, and flow control (e.g. Ethern...

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

    Extract the 14 characters before @ in a given URL

    • Use string manipulation to extract characters before @ symbol

    • Consider edge cases like no @ symbol or less than 14 characters before @

    • Handle special characters like %20 or %40

  • Answered by AI
  • Q2. Match Atleast one capital, once small case, 1 digit and 1 special character using regex?
  • Ans. 

    Regex pattern to match at least one capital letter, one small case letter, one digit, and one special character.

    • Use the regex pattern: (?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])(?=.*[^A-Za-z0-9])

    • Example: Password@123

  • Answered by AI
  • Q3. Given a string ="This is my interview for QA engineer"; write code to give an output of each word with vowel count?
  • Ans. 

    Code to output each word with vowel count in a given string.

    • Split the string into words using space as delimiter

    • Iterate through each word and count the number of vowels

    • Store the word and its vowel count in an array of strings

  • Answered by AI
  • Q4. Given a 2X2 Matrix, find the maximum diagonal sum?
  • Ans. 

    To find the maximum diagonal sum in a 2X2 Matrix, sum the elements of the main diagonal and the opposite diagonal.

    • Sum the elements of the main diagonal (top left to bottom right) and the opposite diagonal (top right to bottom left).

    • Compare the sums of both diagonals and return the maximum sum.

    • Example: For a 2X2 Matrix [[1, 2], [3, 4]], the main diagonal sum is 1+4=5 and the opposite diagonal sum is 2+3=5. The maximum d...

  • Answered by AI
  • Q5. How do you find the selected option text from dropdown in selenium?
  • Ans. 

    To find the selected option text from a dropdown in Selenium, you can use the getFirstSelectedOption() method.

    • Use the Select class to work with dropdown elements in Selenium

    • Use the getFirstSelectedOption() method to get the selected option

    • Retrieve the text of the selected option using getText() method

  • Answered by AI
  • Q6. Given a dropdown contains options with duplicates. Find those duplicates along with its occurrence/frequency?
  • Ans. 

    Find duplicates in a dropdown along with their occurrence/frequency.

    • Iterate through the dropdown options and store each option in a hashmap with its frequency.

    • Identify options with frequency greater than 1 as duplicates.

    • Return the duplicates along with their occurrence/frequency.

  • Answered by AI
  • Q7. How do you resolve merge conflicts in git?
  • Ans. 

    Resolve merge conflicts in git by using git commands and tools.

    • Pull the latest changes from the remote repository

    • Use 'git status' to identify conflicting files

    • Open the conflicting files and manually resolve the conflicts

    • Add the resolved files to the staging area using 'git add'

    • Commit the changes with a merge message using 'git commit'

  • Answered by AI
  • Q8. How to bring specific commit changes to your branch?
  • Ans. 

    Use git cherry-pick command to bring specific commit changes to your branch.

    • Identify the commit hash of the specific changes you want to bring to your branch.

    • Checkout to the branch where you want to apply the changes.

    • Use 'git cherry-pick <commit-hash>' command to apply the specific commit changes to your branch.

  • Answered by AI
  • Q9. How to switch to frame and come out of it in selenium?
  • Ans. 

    To switch to a frame in Selenium, use driver.switchTo().frame() method. To come out of a frame, use driver.switchTo().defaultContent() method.

    • Use driver.switchTo().frame() method to switch to a frame

    • Use driver.switchTo().defaultContent() method to come out of a frame

    • Example: driver.switchTo().frame("frameName");

    • Example: driver.switchTo().defaultContent();

  • Answered by AI

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

Telecaller Interview Questions & Answers

user image Anonymous

posted on 31 Jul 2025

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

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

  • Q1. My self introduction
  • Q2. My filed of study
  • Q3. Work experience
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

  • Q1. Explain OS 7 layers?
  • Q2. What is FTTP?

Interview Preparation Tips

Interview preparation tips for other job seekers - Na
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

  • Q1. Discussed previous job experience
  • Q2. Mock call round
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!!
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Jan 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. SQL medium questions to be done in Pyspark parallely.
  • Q2. Datafactory and other azure resources scenario based
Round 2 - Technical 

(1 Question)

  • Q1. Project discussion with the team lead and manager
Round 3 - Client Interview 

(1 Question)

  • Q1. Technical and general discussion
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Linux and SQL related
Round 2 - Technical 

(2 Questions)

  • Q1. Job schedule and monitoring
  • Q2. Application performance
  • Ans. 

    Application performance is crucial for ensuring optimal user experience and efficiency.

    • Monitor key performance indicators such as response time, throughput, and error rates

    • Identify and address bottlenecks in the application architecture or code

    • Utilize performance testing tools like JMeter or LoadRunner to simulate real-world scenarios

    • Optimize database queries and ensure efficient use of resources

    • Implement caching mecha...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Linux and SQL query related
  • Q2. Application support

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. As a interview manage question like how to manage any argent piece of wo...read more
  3. If the customer is not satisfied with your answer so what will you do to satisf...read more
What are the most common questions asked in Tech Mahindra HR round?

The most common HR questions asked in Tech Mahindra interview are -

  1. What are your strengths and weakness...read more
  2. Why should we hire y...read more
  3. What is your family backgrou...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.

Overall Interview Experience Rating

4/5

based on 3.6k interview experiences

Difficulty level

Easy 31%
Moderate 62%
Hard 6%

Duration

Less than 2 weeks 76%
2-4 weeks 16%
4-6 weeks 4%
6-8 weeks 1%
More than 8 weeks 3%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.5
 • 11.2k Interviews
Accenture Interview Questions
3.7
 • 8.7k Interviews
Infosys Interview Questions
3.6
 • 8k Interviews
Wipro Interview Questions
3.7
 • 6.2k Interviews
Cognizant Interview Questions
3.7
 • 6k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
HCLTech Interview Questions
3.5
 • 4.2k Interviews
Genpact Interview Questions
3.7
 • 3.5k Interviews
LTIMindtree Interview Questions
3.7
 • 3.1k Interviews
IBM Interview Questions
3.9
 • 2.5k Interviews
View all

Tech Mahindra Reviews and Ratings

based on 39k reviews

3.5/5

Rating in categories

3.4

Skill development

3.5

Work-life balance

3.0

Salary

3.4

Job security

3.3

Company culture

2.8

Promotions

3.2

Work satisfaction

Explore 39k Reviews and Ratings
Manual Test Engineer

Ahmedabad

2-4 Yrs

₹ 1-5.5 LPA

Oracle Application Technical Consultant

Noida,

Hyderabad / Secunderabad

+1

11-21 Yrs

Not Disclosed

Customer Service Executive

Mumbai,

Mumbai Suburban

+1

1-5 Yrs

₹ 3.8-4.3 LPA

Explore more jobs
Software Engineer
26.7k salaries
unlock blur

₹3.7 L/yr - ₹9.3 L/yr

Senior Software Engineer
22.7k salaries
unlock blur

₹9.1 L/yr - ₹18.9 L/yr

Technical Lead
12.4k salaries
unlock blur

₹17 L/yr - ₹30 L/yr

Associate Software Engineer
6.2k salaries
unlock blur

₹2 L/yr - ₹5.7 L/yr

Team Lead
5.3k salaries
unlock blur

₹6.5 L/yr - ₹18 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