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

Updated 26 Aug 2024

Tech Mahindra Technical Analyst Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. String manipulation

Interview questions from similar companies

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

(5 Questions)

  • Q1. About Oops concepts in detail
  • Q2. About java 8 features
  • Q3. About spring boot annotations
  • Q4. About Spring security concepts
  • Q5. About design patterns
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Linux boot process
  • Q2. Root PWD retrieval process
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

They will give you some random topics to talk to.check your communication.

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basic desktop issues
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Quantative questions

Round 2 - Coding Test 

Testing, communication skills

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Question from aptitude , reasoning , technical question , game based question

Round 2 - Coding Test 

2 question which are very easy based on data structure array , string some are on stack

Round 3 - Technical 

(1 Question)

  • Q1. Oops , keys in database , code on string (palindrome check) , query (on join) ,

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare from gfg for theory and for coding prepinsta 100 code , hacker rank and leetcode
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Explain treeset working
  • Ans. 

    TreeSet is a class in Java that implements the Set interface using a tree for storage.

    • TreeSet stores elements in sorted order based on their natural ordering or a custom Comparator.

    • It does not allow duplicate elements.

    • Operations like add, remove, and search have O(log n) time complexity.

    • Example: TreeSet treeSet = new TreeSet<>();

Answered by AI
  • Q2. Explain hashmap working
  • Ans. 

    HashMap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • HashMap uses a hash function to map keys to indices in an array called buckets.

    • Collisions can occur when multiple keys hash to the same index, which is resolved using techniques like chaining or open addressing.

    • HashMap provides constant-time complexity O(1) for basic operations like get, put, and remove.

    • Example...

  • Answered by AI
  • Q3. How to work with 2 different db in sspring boot
  • Ans. 

    Use Spring Boot's multiple datasource configuration to work with 2 different databases

    • Define multiple datasource configurations in application.properties or application.yml

    • Create separate DataSource and JdbcTemplate beans for each database

    • Use @Primary annotation to specify the primary datasource

    • Use @Qualifier annotation to specify the secondary datasource

    • Inject the appropriate datasource in your repository classes

  • Answered by AI

    Skills evaluated in this interview

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

    I applied via Naukri.com and was interviewed before Oct 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 - One-on-one 

    (2 Questions)

    • Q1. Jam session, telephonic round, managerial round
    • Q2. Queries related to networking basics, vpn, troubleshooting

    Interview Preparation Tips

    Topics to prepare for IBM Technical Analyst interview:
    • Networking
    • English language
    • Computer

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

    Interview Questionnaire 

    10 Questions

    • Q1. What is .net core
    • Ans. 

      .NET Core is a free, open-source, cross-platform framework for building modern applications.

      • Developed by Microsoft

      • Supports multiple programming languages

      • Can be used to build web, desktop, and mobile applications

      • Provides high performance and scalability

      • Compatible with Windows, Linux, and macOS

    • Answered by AI
    • Q2. . net core middleware
    • Q3. Interface, abstract class, design pattern, factory pattern
    • Q4. Entity framework, LINQ queries
    • Q5. Microservice structure
    • Q6. SQL server Rank, Indexes
    • Q7. .net core middleware example
    • Ans. 

      An example of .NET Core middleware

      • Middleware is software that sits between the application and the server

      • In .NET Core, middleware can be used to handle requests and responses

      • An example of .NET Core middleware is the UseRouting method, which sets up routing for the application

    • Answered by AI
    • Q8. Dependency Injection
    • Q9. .net core Routing
    • Q10. Web API Authorization

    Interview Preparation Tips

    Interview preparation tips for other job seekers - This is for .net core and .net profile for 9 years exp

    Skills evaluated in this interview

    I applied via Recruitment Consultant and was interviewed in Aug 2021. There were 5 interview rounds.

    Interview Questionnaire 

    5 Questions

    • Q1. Tell me about yourself.
    • Q2. Explain about IP and IP Addresses
    • Ans. 

      IP stands for Internet Protocol. IP addresses are unique numerical identifiers assigned to devices connected to the internet.

      • IP is a protocol used for communication between devices on the internet

      • IP addresses are 32-bit or 128-bit numbers that identify devices on a network

      • IPv4 addresses are 32-bit numbers and IPv6 addresses are 128-bit numbers

      • IP addresses are divided into network and host portions

      • Examples of IP address...

    • Answered by AI
    • Q3. What is ITIL process
    • Ans. 

      ITIL (Information Technology Infrastructure Library) is a framework of best practices for IT service management.

      • ITIL provides guidelines for IT service management processes such as incident management, problem management, change management, and service level management.

      • It aims to align IT services with the needs of the business and improve efficiency and effectiveness.

      • ITIL is widely adopted by organizations worldwide a...

    • Answered by AI
    • Q4. Difference between Incidence and Service request.
    • Ans. 

      Incidence refers to an unexpected event or problem, while a service request is a formal request for assistance or support.

      • Incidence is unplanned and can cause disruption, while service requests are planned and expected.

      • Incidence requires immediate attention, while service requests can be prioritized based on urgency.

      • Examples of incidence include system crashes, security breaches, and natural disasters, while service re...

    • Answered by AI
    • Q5. What would you do if you get any call from angry customer and query is pending since last week and your RM is not there you have to handle that call.how will you handle that case.

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Share your answers with no fear and just to tell the interviewer what he asked do not get diverted from your point of questions asked to you.

    Skills evaluated in this interview

    Tech Mahindra Interview FAQs

    How many rounds are there in Tech Mahindra Technical Analyst interview?
    Tech Mahindra interview process usually has 1 rounds. The most common rounds in the Tech Mahindra interview process are One-on-one Round.
    How to prepare for Tech Mahindra Technical Analyst 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 ABAP, CRM, Java, MDM and SAP Basis.

    Tell us how to improve this page.

    Tech Mahindra Technical Analyst Interview Process

    based on 1 interview

    Interview experience

    4
      
    Good
    View more
    Tech Mahindra Technical Analyst Salary
    based on 98 salaries
    ₹1.6 L/yr - ₹9 L/yr
    57% less than the average Technical Analyst Salary in India
    View more details

    Tech Mahindra Technical Analyst Reviews and Ratings

    based on 18 reviews

    2.5/5

    Rating in categories

    2.9

    Skill development

    2.2

    Work-life balance

    2.1

    Salary

    2.8

    Job security

    2.4

    Company culture

    2.1

    Promotions

    2.2

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

    Technical Lead
    11.7k salaries
    unlock blur

    ₹9.5 L/yr - ₹38 L/yr

    Associate Software Engineer
    5.5k 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