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

Updated 14 Oct 2024

Tech Mahindra Calling Agent Interview Experiences

2 interviews found

Calling Agent Interview Questions & Answers

user image Anonymous

posted on 14 Oct 2024

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

I applied via Naukri.com and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Self introduction
  • Q2. Previous company role and responsibility
  • Ans. 

    I was a customer service representative at XYZ Corp, handling inbound calls and resolving customer issues.

    • Handled inbound calls from customers regarding product inquiries, order status, and complaints

    • Resolved customer issues by providing solutions and escalating to supervisors when necessary

    • Maintained customer satisfaction by ensuring timely and accurate responses

    • Utilized CRM system to document customer interactions an

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and maintain all document

Calling Agent Interview Questions & Answers

user image Anonymous

posted on 31 Dec 2022

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via campus placement at JB Institute of Technology, Dehradun and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Group Discussion 

Group disacus tipc-Social media ,Pubg,Aftab Case

Round 3 - HR 

(2 Questions)

  • Q1. Tumne kal pura din kya kiya..? Tum is compony k bare me kaise jaante ho..?
  • Q2. Is compony le bare me kucx bataao

Interview Preparation Tips

Interview preparation tips for other job seekers - What did you do the whole day yesterday, tell me in detail?

Calling Agent Interview Questions Asked at Other Companies

Q1. Are u a unemployed btech who has no money and baap tum nalayak ba ... read more
asked in CRED
Q2. How would you convince your client to return the money or to comp ... read more
asked in Amazon
Q3. Do you have knowledge on communication skills ?
Q4. What is insurance and how many types of insurance
Q5. What is the calling agent means?

Interview questions from similar companies

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

I applied via Walk-in and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What was the last trip and explain for 1min
  • Q2. Last trip : iam very happy to visit south india. It was a great trip with my friends, I was so excited as it was our first trip w my friends. The environment was so peaceful with all the temples and the hi...
  • Q3. Why you left your last Job?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I was interviewed in Feb 2024.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about your self
  • Q2. My self sadhika
  • Q3. I have completed bachar degree

Interview Questionnaire 

1 Question

  • Q1. Introduction
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response
Round 1 - HR 

(2 Questions)

  • Q1. What is your experience and current compensation (CTC)?
  • Ans. 

    I have 5 years of experience in process development with a current CTC of $70,000.

    • 5 years of experience in process development

    • Current CTC of $70,000

    • Experience in optimizing processes and improving efficiency

  • Answered by AI
  • Q2. What are your communication skills?
  • Ans. 

    I have strong communication skills, both written and verbal, with the ability to effectively convey information and ideas.

    • Excellent verbal communication skills demonstrated through clear and concise articulation of ideas

    • Strong written communication skills shown through drafting clear and professional emails and reports

    • Ability to actively listen and respond appropriately in conversations

    • Experience in presenting informat...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is the accounts payable cycle?
  • Ans. 

    The accounts payable cycle is the process of receiving, verifying, and paying invoices from vendors.

    • Invoices are received from vendors for goods or services provided

    • Invoices are verified for accuracy and approved for payment

    • Payments are made to vendors within the agreed upon terms

    • The cycle repeats for each invoice received

  • Answered by AI
  • Q2. Miro processing
Round 3 - One-on-one 

(2 Questions)

  • Q1. What are the implications of invoice deductions related to disputes?
  • Ans. 

    Invoice deductions related to disputes can impact cash flow, customer relationships, and operational efficiency.

    • Invoice deductions can lead to delayed or reduced payments, affecting cash flow.

    • Disputes can strain relationships with customers, leading to potential loss of business.

    • Resolving disputes can be time-consuming and resource-intensive, impacting operational efficiency.

    • Examples: Deductions for damaged goods, inco

  • Answered by AI
  • Q2. What is the process of evolving reconciliation?
  • Ans. 

    The process of evolving reconciliation involves identifying discrepancies, investigating root causes, implementing corrective actions, and monitoring progress.

    • Identify discrepancies in financial records or accounts

    • Investigate root causes of discrepancies, such as errors in data entry or miscommunication

    • Implement corrective actions to address the root causes and prevent future discrepancies

    • Monitor progress regularly to ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I would like to advance to the next level.
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(10 Questions)

  • Q1. "Hello world" java program to print the count of letter 'l'
  • Ans. 

    A Java program to count the occurrences of the letter 'l' in the string 'Hello world'.

    • Create a Java program with a main method.

    • Initialize a String variable with the value 'Hello world'.

    • Use a loop to iterate through each character in the string and count the occurrences of the letter 'l'.

    • Print the count of 'l' at the end.

  • Answered by AI
  • Q2. "Hello world" java program to print output as "olleH dlrow"
  • Ans. 

    Reverse the characters of each word in a given string

    • Split the input string into an array of words

    • Reverse each word in the array

    • Join the reversed words back into a single string

  • Answered by AI
  • Q3. What is the diff between comparator and comparable
  • Ans. 

    Comparator is an interface used to sort objects, while Comparable is an interface used to compare objects for natural ordering.

    • Comparator is used to define custom sorting logic for objects, while Comparable is used for natural ordering based on the class's implementation of compareTo() method.

    • Comparator can be used to sort objects of different classes, while Comparable is implemented within the class itself.

    • Example: So...

  • Answered by AI
  • Q4. What is lamda expression
  • Ans. 

    Lambda expression is a concise way to represent an anonymous function in programming languages.

    • Lambda expressions are used to create small, inline functions without a formal definition.

    • They are commonly used in functional programming languages like Python, Java, and C#.

    • Lambda expressions can be used to simplify code and make it more readable.

    • Example: (x, y) -> x + y is a lambda expression that takes two parameters a

  • Answered by AI
  • Q5. What is contructor chaining
  • Ans. 

    Constructor chaining is the process of calling one constructor from another constructor in a class.

    • Allows reusing code and avoiding duplication

    • Can be achieved using 'this' keyword in the constructor

    • Helps in initializing objects with different parameters

  • Answered by AI
  • Q6. Appium & Selenium architecture
  • Q7. How to handle notifications in mobile automation
  • Ans. 

    Handle notifications in mobile automation by using automation tools to interact with notifications, verify content, dismiss or respond to them.

    • Use automation tools like Appium or Espresso to interact with notifications

    • Verify the content of notifications by extracting text or images

    • Dismiss notifications to continue with test execution

    • Respond to notifications if required for test scenarios

    • Handle different types of notifi...

  • Answered by AI
  • Q8. How to handle if element xpath is different in ios and android apps
  • Ans. 

    Use platform-specific locators or conditional statements to handle different element xpaths in iOS and Android apps.

    • Use platform-specific locators like accessibility id for iOS and resource id for Android

    • Implement conditional statements to switch between different xpaths based on the platform

    • Utilize Appium's platformName capability to identify the platform and adjust the element xpath accordingly

  • Answered by AI
  • Q9. Different TestNG annotations and order
  • Ans. 

    TestNG annotations include @Test, @BeforeMethod, @AfterMethod, @BeforeClass, @AfterClass, @BeforeSuite, @AfterSuite

    • @Test - denotes a test method

    • @BeforeMethod - runs before each test method

    • @AfterMethod - runs after each test method

    • @BeforeClass - runs before the first test method in the current class

    • @AfterClass - runs after the last test method in the current class

    • @BeforeSuite - runs before all tests in the suite

    • @AfterSu

  • Answered by AI
  • Q10. What is pom.xml and how to mention dependencies
  • Ans. 

    pom.xml is a configuration file used in Maven projects to define project settings and dependencies.

    • pom.xml stands for Project Object Model XML

    • It is used in Maven projects to manage project configuration, build settings, and dependencies

    • Dependencies are mentioned inside the <dependencies> tag in pom.xml

    • Each dependency is specified with <groupId>, <artifactId>, and <version>

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview went well, its been more than a week.. no call back for feedback.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Login page test case using selenium
  • Ans. 

    Test case for login page using Selenium

    • Verify that the login page loads successfully

    • Enter valid credentials and verify successful login

    • Enter invalid credentials and verify appropriate error message

    • Check for password encryption

    • Verify the 'Forgot Password' functionality

  • Answered by AI
  • Q2. Java program to find max in array
  • Ans. 

    Java program to find max in array

    • Iterate through the array and compare each element to find the maximum value

    • Initialize a variable to store the maximum value and update it as needed

    • Handle edge cases like empty array or null input

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Previous work experience and automation framework
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was good 2 Questions asked

Round 2 - Technical 

(3 Questions)

  • Q1. Find the count of rows in table using xpath.
  • Ans. 

    Use XPath to find the count of rows in a table.

    • Use the XPath expression 'count(//table//tr)' to find the count of rows in a table.

    • Make sure to adjust the XPath expression based on the structure of the table in the HTML document.

    • You can use browser developer tools to inspect the table and determine the appropriate XPath expression.

  • Answered by AI
  • Q2. On clicking the checkbox the value of checkbox should also be displayed
  • Q3. There is an id in particular row example 123456, find the id and there are multiple pages you have to iterate through each page and print the value if available if not that print message the id not availab...
  • Ans. 

    Iterate through multiple pages to find and print a specific id value

    • Create a loop to iterate through each page

    • Search for the id value on each page

    • If the id is found, print the value, if not, print a message that the id is not available

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Did not seem like the Interviewer wanted to hire anyone. He asked a Question gave me a paper and pen and he put his head down claiming he had an headache. When I tried to talk to him to clarify my queries, he would taunt like we have hired people and they don't even know to write an xpath. Also he commented I hope you must have come through these scenarios hope you must have seen a table. No respect for the candidate. After asking the Questions he expected me to answer without thinking I should just type. Commented multiple times that this is so simple.

Skills evaluated in this interview

Tech Mahindra Interview FAQs

How many rounds are there in Tech Mahindra Calling Agent interview?
Tech Mahindra interview process usually has 2 rounds. The most common rounds in the Tech Mahindra interview process are Resume Shortlist, Group Discussion and HR.
What are the top questions asked in Tech Mahindra Calling Agent interview?

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

  1. Tumne kal pura din kya kiya..? Tum is compony k bare me kaise jaante ho...read more
  2. Is compony le bare me kucx bat...read more

Tell us how to improve this page.

Tech Mahindra Calling Agent Interview Process

based on 5 interviews

Interview experience

4.6
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Tech Mahindra Calling Agent Salary
based on 24 salaries
₹1 L/yr - ₹4.6 L/yr
27% more than the average Calling Agent Salary in India
View more details

Tech Mahindra Calling Agent Reviews and Ratings

based on 18 reviews

4.0/5

Rating in categories

3.4

Skill development

3.4

Work-life balance

4.1

Salary

3.6

Job security

3.6

Company culture

3.7

Promotions

3.4

Work satisfaction

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

₹2 L/yr - ₹9.2 L/yr

Senior Software Engineer
21.4k salaries
unlock blur

₹5.5 L/yr - ₹22.3 L/yr

Technical Lead
11.7k salaries
unlock blur

₹9.5 L/yr - ₹38 L/yr

Associate Software Engineer
5.4k salaries
unlock blur

₹1.8 L/yr - ₹8.2 L/yr

Team Lead
5k 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.8
Compare

Wipro

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