Tech Mahindra Pvt. Ltd interview experience Real time questions & tips from candidates to crack your interview

Associate Software Engineer

Tech Mahindra Pvt. Ltd
upvote
share-icon
2 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 6 months
Topics: Python, SQL, OOPS, Cloud computing, Jenkins
Tip
Tip

Tip 1 : Practice from geek for geeks.
Tip 2 : solves problem daily .
 

Application process
Where: Other
Eligibility: Above 60%
Resume Tip
Resume tip

Tip 1 : Hands on project on resume.
Tip 2 : short objective to summarise your goal.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration120 minutes
Interview date24 Oct 2021
Coding problem2

The interview gone approx 1 hour . I was quite relaxation when I am fine with my interview. The interviewer was quite supportive .

1. MCQ Questions

Aptitude (10 questions)
Reasoning (20 questions)
Technical questions (10 questions)
Pseudo code (5 questions)
English comprehensive ( 5 questions)

 

Number Of MCQs - 50

2. Kruskal’s Minimum Spanning Tree Algorithm

Moderate
30m average time
80% success
0/80
Asked in companies
FacebookShareChatHCL Technologies

A minimum spanning tree is a subset of the edges of a connected, edge-weighted undirected graph that connects all the vertices without any cycles and with the minimum possible total edge weight.


A spanning tree’s weight is the sum of the weights of each edge in the spanning tree.


You have been given a connected undirected weighted graph having 'n' vertices, from 1 to 'n', and 'm' edges.


You are given an array 'edges' of size 'm', containing the details of the edges of the graph.


Each element of 'edges' contains three integers, the two vertices that are being connected and the weight of the edge.


Find the weight of the minimum spanning tree of the given graph.


Example :
Input: 'n' = 5, 'm' = 6
'edges' = [[1, 2, 6], [2, 3, 5], [3, 4, 4], [1, 4, 1], [1, 3, 2], [3, 5, 3]]

Output: 11

Explanation: The given graph is:

Example

The minimum spanning tree of the graph is:

Example

And its weight is 1 + 2 + 5 + 3 = 11.
Try solving now
02
Round
Medium
HR Round
Duration30 minutes
Interview date30 Oct 2021
Coding problem1

All the questions that asked to was moderate level.

1. SQL Questions

What is SQL?

Explicit cursor, create table using SQL command.

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
Associate Software Engineer
4 rounds | 4 problems
Interviewed by Tech Mahindra Pvt. Ltd
3058 views
0 comments
0 upvotes
Associate Software Engineer
4 rounds | 4 problems
Interviewed by Tech Mahindra Pvt. Ltd
0 views
2 comments
0 upvotes
Associate Software Engineer
5 rounds | 4 problems
Interviewed by Tech Mahindra Pvt. Ltd
1656 views
1 comments
0 upvotes
Associate Software Engineer
5 rounds | 2 problems
Interviewed by Tech Mahindra Pvt. Ltd
994 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Associate Software Engineer
3 rounds | 10 problems
Interviewed by Amdocs
2410 views
0 comments
0 upvotes
company logo
Associate Software Engineer
3 rounds | 2 problems
Interviewed by Ernst & Young (EY)
2776 views
0 comments
0 upvotes
company logo
Associate Software Engineer
3 rounds | 15 problems
Interviewed by Ernst & Young (EY)
2405 views
0 comments
0 upvotes