Upload Button Icon Add office photos

Filter interviews by

MTX Group Interview Questions and Answers

Updated 5 Jan 2025
Popular Designations

9 Interview questions

An Intern was asked 6mo ago
Q. Implement one sorting algorithm.
Ans. 

Implementing the Bubble Sort algorithm

  • Compare each pair of adjacent elements and swap them if they are in the wrong order

  • Repeat this process until no more swaps are needed

  • Time complexity of O(n^2) makes it inefficient for large datasets

View all Intern interview questions
An Intern was asked 6mo ago
Q. In Data Structures and Algorithms, how would you delete a node in a Binary Search Tree (BST)?
Ans. 

To delete a node in a Binary Search Tree (BST), we need to consider three cases: node has no children, node has one child, and node has two children.

  • For a node with no children, simply remove the node from the tree.

  • For a node with one child, replace the node with its child.

  • For a node with two children, find the inorder successor (smallest node in the right subtree), copy its value to the node to be deleted, and th...

View all Intern interview questions
A Senior Sdet Engineer was asked 10mo ago
Q. Explain the BDD Framework in Test Automation
Ans. 

BDD framework in test automation focuses on behavior-driven development principles to create automated tests.

  • BDD framework uses natural language to define test scenarios

  • Tests are written in a human-readable format using Given-When-Then syntax

  • Tools like Cucumber and SpecFlow are commonly used for BDD test automation

View all Senior Sdet Engineer interview questions
A QA Engineer was asked
Q. What is a test strategy?
Ans. 

Test strategy is a high-level plan to achieve testing objectives and goals.

  • Test strategy outlines the approach to be used for testing a particular system or product.

  • It includes the scope of testing, resources, timelines, and risks involved.

  • Test strategy helps in determining the testing methods, techniques, and tools to be used.

  • It also defines the entry and exit criteria for testing phases.

  • Example: A test strategy ...

View all QA Engineer interview questions
A QA Engineer was asked
Q. What is a test plan?
Ans. 

A test plan is a document outlining the scope, approach, resources, and schedule of testing activities.

  • Defines the objectives and scope of testing

  • Outlines the test strategy and approach

  • Includes details on resources, schedule, and responsibilities

  • Describes the test environment and tools to be used

  • Specifies the entry and exit criteria for testing

  • Provides a roadmap for the testing process

View all QA Engineer interview questions
A Salesforce Associate Developer was asked
Q. Do you have any experience with object oriented programming?
Ans. 

Yes, I have experience with object oriented programming.

  • I have worked with Java and C++, which are both object oriented languages.

  • I have created classes and objects, and used inheritance and polymorphism.

  • I have also used design patterns like Singleton and Factory Method.

  • I am familiar with the principles of encapsulation, abstraction, and inheritance.

A Salesforce Associate Developer was asked
Q. Do you have experience with Java?
Ans. 

Yes, I have experience with Java.

  • I have worked on Java projects during my academic years.

  • I have also developed a few small applications using Java.

  • I am familiar with Java concepts such as OOPs, inheritance, and polymorphism.

Are these interview questions helpful?
A Full Stack Developer was asked
Q. 

First Missing Positive Problem Statement

You are provided with an integer array ARR of length 'N'. Your objective is to determine the first missing positive integer using linear time and constant space. Th...

Ans. 

Find the smallest positive integer missing from an array of integers.

  • Iterate through the array and mark positive integers as visited by changing the sign of the corresponding index.

  • After marking, iterate again to find the first positive index which is not marked.

  • Return the index + 1 as the smallest missing positive integer.

View all Full Stack Developer interview questions
A Full Stack Developer was asked
Q. 

AVL Tree Insertion Problem

Given an AVL tree, your task is to insert an element into the AVL Tree ensuring it remains balanced.

An AVL tree is a self-balancing binary search tree with the following proper...

Ans. 

Insert an element into an AVL tree while maintaining balance.

  • Ensure the AVL tree remains balanced after insertion by performing rotations if necessary.

  • Update the height of each node after insertion to maintain the AVL property.

  • Perform single or double rotations based on the balance factor of the nodes.

  • Example: Inserting 7 into the AVL tree shown in the image would require a double rotation to balance the tree.

View all Full Stack Developer interview questions

MTX Group Interview Experiences

26 interviews found

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. How do you manage your current team
  • Ans. 

    I manage my current team by setting clear expectations, providing regular feedback, and fostering a collaborative and supportive work environment.

    • Set clear expectations for each team member's roles and responsibilities

    • Provide regular feedback on performance and areas for improvement

    • Encourage open communication and collaboration among team members

    • Support professional development and growth opportunities for team members

    • ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not join this organization.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

All basic aptitude topics and combined coding test

Round 2 - Technical 

(1 Question)

  • Q1. Questions on the technologies you mentioned in resume
Round 3 - Technical 

(1 Question)

  • Q1. SQL questions and testing related questions
Round 4 - HR 

(1 Question)

  • Q1. About you self and what are your goals
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(5 Questions)

  • Q1. Profile related discussion 1
  • Q2. Profile related discussion 2
  • Q3. Assessment test
  • Q4. Profile related discussion 3
  • Q5. Profile related discussion 4

Interview Preparation Tips

Interview preparation tips for other job seekers - If your interview process is not done within a week time then don't keep any hopes on this company. Look out for better one.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It is the first round which contain 47 Objective questions (CS Fundamental + aptitude) and 3 Coding question are leetcode Medium and easy , as I remember two of them both related to Stack first one question are Valid Parenthesis Checker and Another one are Maximum area of Rectangle

Round 2 - One-on-one 

(1 Question)

  • Q1. This is Second Round in which there are Two Interviewer They ask me Normal OOPS, DSA , DBMS and Quality Analyst related qustions like what is OOPS ? what is Polymorphism ? Implement Function oveloading a...
Round 3 - One-on-one 

(1 Question)

  • Q1. It is the Second Technical Round in which they ask me question's related to DSA , QA, and Logical Puzzle Question 1. Count the Occurrence of Alphabet from String ? (Java Prefers Mostly) I first write code ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview are easy just grind Some DSA and take an overview regarding the field you apply
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Aptitude Test 

First round contain aptitude + Technical question's + 3 coding question's ( medium level leetcode)

Round 2 - One-on-one 

(1 Question)

  • Q1. They Take interview online and ask question regarding OOPS, SQL, Testing and Academic Project
Round 3 - One-on-one 

(1 Question)

  • Q1. Third one was managerial Round , It contain 3 question one is About coding, second one about logical thinking and last one is about quality analyst related question

Interview Preparation Tips

Interview preparation tips for other job seekers - I got rejected because I under perform there

Intern Interview Questions & Answers

user image Anonymous

posted on 16 Dec 2024

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

I applied via LinkedIn and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Implement one sorting algorithm
  • Ans. 

    Implementing the Bubble Sort algorithm

    • Compare each pair of adjacent elements and swap them if they are in the wrong order

    • Repeat this process until no more swaps are needed

    • Time complexity of O(n^2) makes it inefficient for large datasets

  • Answered by AI
  • Q2. DSA easy question and machine learning based questions
Round 2 - One-on-one 

(1 Question)

  • Q1. DSA - how would you delete node in BST
  • Ans. 

    To delete a node in a Binary Search Tree (BST), we need to consider three cases: node has no children, node has one child, and node has two children.

    • For a node with no children, simply remove the node from the tree.

    • For a node with one child, replace the node with its child.

    • For a node with two children, find the inorder successor (smallest node in the right subtree), copy its value to the node to be deleted, and then de...

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Sep 2023. There were 5 interview rounds.

Round 1 - Assignment 

Shared the assigment to complete related to project

Round 2 - Case Study 

Case study was given

Round 3 - One-on-one 

(2 Questions)

  • Q1. Discussed with hiring manager
  • Q2. All round related to domain
Round 4 - HR 

(1 Question)

  • Q1. Hr manager took and checked culture FIT
Round 5 - Technical 

(1 Question)

  • Q1. All techinical relateed to your domain

Interview Preparation Tips

Interview preparation tips for other job seekers - please dont join Project planning team...their is a monstor manager .he is pathetic and will make you leave the organization withing 1 month as within a year 6 employee left under him.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Explain the BDD Framework in Test Automation
  • Ans. 

    BDD framework in test automation focuses on behavior-driven development principles to create automated tests.

    • BDD framework uses natural language to define test scenarios

    • Tests are written in a human-readable format using Given-When-Then syntax

    • Tools like Cucumber and SpecFlow are commonly used for BDD test automation

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why are you looking for a change?
  • Ans. 

    Seeking new challenges and growth opportunities in a dynamic environment.

    • Looking for opportunities to work on cutting-edge technologies

    • Seeking a more collaborative team environment

    • Interested in taking on more leadership responsibilities

    • Want to broaden my skill set and learn new tools and methodologies

  • Answered by AI

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 24 May 2024

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

I applied via LinkedIn and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Coding questions are of easy level

Round 2 - Technical 

(1 Question)

  • Q1. Mainly about oops concepts
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Mar 2023. There were 4 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 

(1 Question)

  • Q1. Self introduction about the candidate
Round 3 - Technical 

(3 Questions)

  • Q1. Projections, Forecast and profitability analysis
  • Q2. Where do you see yourself in coming years
  • Q3. Introduce about yourself
Round 4 - One-on-one 

(1 Question)

  • Q1. Why do you want to join in our company.

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about MTX Group?
Ask anonymously on communities.

MTX Group Interview FAQs

How many rounds are there in MTX Group interview?
MTX Group interview process usually has 3 rounds. The most common rounds in the MTX Group interview process are Technical, One-on-one Round and HR.
How to prepare for MTX Group 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 MTX Group. The most common topics and skills that interviewers at MTX Group expect are Salesforce, Communication Skills, Apex, Project Management and Performance Management.
What are the top questions asked in MTX Group interview?

Some of the top questions asked at the MTX Group interview -

  1. Do you have any experience with object oriented programmi...read more
  2. DSA - how would you delete node in ...read more
  3. Do you have experience with Ja...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.5/5

based on 18 interview experiences

Difficulty level

Easy 27%
Moderate 73%

Duration

Less than 2 weeks 36%
2-4 weeks 18%
4-6 weeks 18%
6-8 weeks 18%
More than 8 weeks 9%
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.0
 • 5.3k Interviews
Deloitte Interview Questions
3.7
 • 3k Interviews
Teleperformance Interview Questions
3.9
 • 1.9k Interviews
Oracle Interview Questions
3.7
 • 892 Interviews
KPMG India Interview Questions
3.5
 • 844 Interviews
iEnergizer Interview Questions
4.7
 • 777 Interviews
Zoho Interview Questions
4.3
 • 534 Interviews
Startek Interview Questions
3.1
 • 530 Interviews
View all

MTX Group Reviews and Ratings

based on 122 reviews

3.1/5

Rating in categories

3.3

Skill development

2.9

Work-life balance

3.4

Salary

2.9

Job security

3.0

Company culture

2.8

Promotions

3.0

Work satisfaction

Explore 122 Reviews and Ratings
Senior Consultant - Microsoft

Kolkata,

Mumbai

+5

2-3 Yrs

Not Disclosed

Intern

Kolkata,

Mumbai

+5

5-8 Yrs

Not Disclosed

Senior Salesforce Consultant

Kolkata,

Mumbai

+5

9-14 Yrs

Not Disclosed

Explore more jobs
Senior Consultant
86 salaries
unlock blur

₹12 L/yr - ₹36.5 L/yr

Consultant
74 salaries
unlock blur

₹8.8 L/yr - ₹26.1 L/yr

Salesforce Consultant
61 salaries
unlock blur

₹9.4 L/yr - ₹15 L/yr

Quality Analyst
34 salaries
unlock blur

₹7 L/yr - ₹16.6 L/yr

Salesforce Developer
32 salaries
unlock blur

₹8.4 L/yr - ₹14.3 L/yr

Explore more salaries
Compare MTX Group with

Teleperformance

3.9
Compare

Amazon

4.0
Compare

iEnergizer

4.7
Compare

Deloitte

3.7
Compare
write
Share an Interview