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 Deputy Manager Interview Questions and Answers for Experienced

Updated 7 Mar 2024

Tech Mahindra Deputy Manager Interview Experiences for Experienced

1 interview found

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 Feb 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Tell me about your self
  • Q2. Explain E&E features Asked about skills which you have mentioned in the resume. Why are you looking for job
  • Q3. Explain in detail about tool which is you are using
  • Ans. 

    I am currently using Microsoft Excel for data analysis and reporting.

    • Microsoft Excel is a spreadsheet software used for organizing and analyzing data.

    • I use Excel to create pivot tables and charts to visualize data trends.

    • I also use Excel functions and formulas for calculations and data manipulation.

  • Answered by AI
  • Q4. Can you give one example how you used this tool
  • Ans. 

    I used the tool to create a detailed project timeline for a major client presentation.

    • Researched and selected the appropriate project management tool based on client needs

    • Inputted all project tasks, deadlines, and dependencies into the tool

    • Regularly updated and monitored the timeline to ensure project milestones were met

    • Generated reports and visual representations of the timeline for client review

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Skills evaluated in this interview

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. About Reporting experience with Vba knowledge, power bi and advanced excel experience. Value added I have done in my work, how did it benefit the client.

Interview Preparation Tips

Interview preparation tips for other job seekers - I suggest everyone after interview do regular follow ups with recruiter or hiring manager.

I applied via Monster and was interviewed in Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Finance & accounts related questions
  • Q2. Transformation projects handled
  • Ans. 

    I have handled multiple transformation projects in my previous roles.

    • Led a team to implement a new CRM system resulting in a 30% increase in sales

    • Managed the transition to a paperless office resulting in a 50% reduction in printing costs

    • Implemented a new project management tool resulting in a 20% increase in project completion rate

    • Streamlined the hiring process by implementing an applicant tracking system resulting in

  • Answered by AI
  • Q3. Improvements in projects handled
  • Q4. Project stabilization methodology
  • Ans. 

    Project stabilization methodology refers to the process of ensuring that a project is completed successfully and is sustainable in the long run.

    • It involves identifying and addressing any issues or risks that may arise during the project lifecycle.

    • It includes implementing measures to ensure that the project meets its objectives and delivers the expected benefits.

    • Examples of project stabilization methodologies include ri...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Resume preparation with you strong capabilities

Project in profile exactly what you know or what you did

dont create profile with lift and shift activities

70% sucess in interview depends on how well you project competencies in profile, and how you showcase them in face to face interview

I applied via Referral and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. What reason for leaving existing company?
  • Q2. Overall experience in RTR (Record to Report)
  • Q3. Depends On level then asked about how did you handle customer call? Checking there communication?
  • Q4. How are the measures to confirm that all the month end journals are posted accurately?
  • Q5. Ask about FA? Then entry about disposal?
  • Q6. What types of accruals?
  • Ans. 

    Accruals are expenses incurred but not yet paid or recorded in the books.

    • Accrued salaries and wages

    • Accrued interest

    • Accrued taxes

    • Accrued rent

    • Accrued utilities

    • Accrued warranty expenses

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - We need to check his communication and most important is the interviewer is relying what answers it should be it means he has good listening skill

Interview Questionnaire 

5 Questions

  • Q1. When you can join
  • Q2. Python tuples lists
  • Q3. What is dictionary
  • Ans. 

    A dictionary is a reference book that contains words and their meanings.

    • A dictionary is used to look up the definitions, spellings, and pronunciations of words.

    • It typically includes other information such as synonyms, antonyms, and usage examples.

    • Dictionaries can be general or specialized, such as dictionaries for specific languages or fields.

    • Some popular dictionaries include Oxford English Dictionary, Merriam-Webster

  • Answered by AI
  • Q4. What is decorators
  • Ans. 

    Decorators are a feature in Python that allow you to modify the behavior of a function or class without changing its source code.

    • Decorators are functions that take another function as input and extend its functionality.

    • They are used to add functionality to existing functions or classes.

    • Decorators are denoted by the @ symbol followed by the name of the decorator function.

    • They can be used for logging, timing, authenticat...

  • Answered by AI
  • Q5. Scenario based question aksed

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Jan 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Different Machine learning algorithms
  • Ans. 

    Machine learning algorithms are models used to analyze data and make predictions or decisions without being explicitly programmed.

    • Supervised learning algorithms: Decision Trees, Support Vector Machines, Linear Regression

    • Unsupervised learning algorithms: K-means Clustering, Principal Component Analysis

    • Reinforcement learning algorithms: Q-Learning, Deep Q-Networks

  • Answered by AI
Round 3 - Demo 

(3 Questions)

  • Q1. Explain the working of neural networks
  • Ans. 

    Neural networks are a type of machine learning algorithm inspired by the human brain, consisting of interconnected nodes that process information.

    • Neural networks consist of layers of interconnected nodes, including input, hidden, and output layers.

    • Each node receives input, processes it using weights and activation functions, and passes the output to the next layer.

    • Neural networks learn by adjusting the weights based on...

  • Answered by AI
  • Q2. Different cost function for regression
  • Ans. 

    Different cost functions for regression are used to measure the error between predicted and actual values.

    • Common cost functions include Mean Squared Error (MSE), Mean Absolute Error (MAE), and Huber Loss.

    • MSE penalizes larger errors more heavily, while MAE treats all errors equally.

    • Huber Loss is a combination of MSE and MAE, providing a balance between robustness and sensitivity to outliers.

  • Answered by AI
  • Q3. SQL join operations on tables
  • Ans. 

    SQL join operations are used to combine rows from two or more tables based on a related column between them.

    • Types of SQL joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • INNER JOIN returns rows when there is at least one match in both tables.

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table.

    • RIGHT JOIN returns all rows from the right table and the matched rows from th...

  • Answered by AI
Round 4 - Group Discussion 

Explaining the training strategy

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Dec 2022. There were 2 interview rounds.

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

(2 Questions)

  • Q1. 1 provides work experience in lost Company 2 salary expectation
  • Q2. How long for in organisations

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes good advice to job seekers so many times i have mails
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - One-on-one 

(4 Questions)

  • Q1. For role with O2C - Contract and Billing department: What was my previous role and what was the KPI?
  • Ans. Previous role, handled team of 40 members on telecom billing and the KPI was to bill all the customers and keep the unbilled to a minimum as per the SLA agreement
  • Answered Anonymously
  • Q2. Experience on handling monthend activities/target under presurre
  • Ans. 

    I have extensive experience in handling month-end activities and meeting targets under pressure.

    • Managed month-end closing processes efficiently to ensure timely and accurate financial reporting

    • Prioritized tasks and delegated responsibilities to team members to meet deadlines

    • Utilized advanced Excel skills to analyze data and identify discrepancies

    • Communicated effectively with cross-functional teams to resolve issues and

  • Answered by AI
  • Q3. Tell about yourself
  • Ans. Explain about complete years of experience in brief not more than 2 or 3 mins by covering your area of expertise, achievements and challenges on the go.
  • Answered Anonymously
  • Q4. Reason for change of role
  • Ans. Business change - if current company is closing or process is being taken over etc., Career growth - if looking for promotion and didnt receive it on previous org for a long time.
  • Answered Anonymously

Interview Preparation Tips

Topics to prepare for HCLTech Deputy Manager interview:
  • Order to Cash cycle
  • Effective Team Management
  • Problem Solving Tools
  • Contract Management
  • KPI Analysis
  • OPEX
Interview preparation tips for other job seekers - Be confident and go with the flow.
Expect questions from your answers.
Say the truth despite your situation/need.
Ask for the compensation and dont go for negotiation unless the HR confirms that they tried their level best to give the most,
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is your knowledge regarding routers and switches in networking?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your aspirations
  • Q2. How do to the work

Tech Mahindra Interview FAQs

How many rounds are there in Tech Mahindra Deputy Manager interview for experienced candidates?
Tech Mahindra interview process for experienced candidates usually has 1 rounds. The most common rounds in the Tech Mahindra interview process for experienced candidates are Technical.
How to prepare for Tech Mahindra Deputy Manager interview for experienced candidates?
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 Content Creation, Adobe Premiere, Banners, Blog Writing and Canvas.
What are the top questions asked in Tech Mahindra Deputy Manager interview for experienced candidates?

Some of the top questions asked at the Tech Mahindra Deputy Manager interview for experienced candidates -

  1. Explain in detail about tool which is you are us...read more
  2. Can you give one example how you used this t...read more

Tell us how to improve this page.

Tech Mahindra Deputy Manager Interview Process for Experienced

based on 1 interview

Interview experience

4
  
Good
View more
Tech Mahindra Deputy Manager Salary
based on 15 salaries
₹7 L/yr - ₹25.5 L/yr
55% more than the average Deputy Manager Salary in India
View more details

Tech Mahindra Deputy Manager Reviews and Ratings

based on 5 reviews

4.2/5

Rating in categories

4.1

Skill development

4.2

Work-life balance

3.9

Salary

4.1

Job security

2.7

Company culture

4.2

Promotions

4.2

Work satisfaction

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

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
21.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
11.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
5.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Tech Mahindra with

Infosys

3.6
Compare

Cognizant

3.7
Compare

Accenture

3.8
Compare

Wipro

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