Upload Button Icon Add office photos

Filter interviews by

MTX Group Senior Sdet Engineer Interview Questions and Answers

Updated 8 Aug 2024

MTX Group Senior Sdet Engineer Interview Experiences

1 interview found

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

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via LinkedIn

Round 1 - Technical 

(5 Questions)

  • Q1. Find string in array
  • Ans. 

    Search for a specific string in an array of strings.

    • Iterate through the array and compare each string with the target string.

    • Use a loop to go through each element in the array and check for a match.

    • Consider using built-in methods like indexOf() or includes() for efficient searching.

    • Handle cases where the target string is not found in the array.

  • Answered by AI
  • Q2. Find string in array
  • Ans. 

    Search for a specific string in an array of strings.

    • Iterate through the array and compare each string with the target string.

    • Use a loop to go through each element in the array and check for a match.

    • Consider using built-in methods like indexOf or includes for efficient searching.

  • Answered by AI
  • Q3. Subarray in given array
  • Ans. 

    Find all subarrays in a given array of strings

    • Iterate through the array and consider each element as the starting point of a subarray

    • For each starting point, iterate through the array to find all possible subarrays

    • Store each subarray found in a separate list

  • Answered by AI
  • Q4. Stack for balance paranthesis
  • Ans. 

    Use stack data structure to check for balanced parentheses in a string.

    • Create an empty stack to store opening parentheses

    • Iterate through the string and push opening parentheses onto the stack

    • When encountering a closing parenthesis, pop from the stack and check if it matches the corresponding opening parenthesis

    • If stack is empty at the end and all parentheses have been matched, the string is balanced

  • Answered by AI
  • Q5. Mean heap fo minimising the cost
  • Ans. 

    A mean heap is a data structure that minimizes the cost of accessing the smallest element.

    • Mean heap is a type of binary heap where the value of each node is less than or equal to the values of its children.

    • It is useful for finding the minimum element quickly, as the root node always contains the smallest value.

    • Insertion and deletion operations in a mean heap have a time complexity of O(log n).

  • Answered by AI

Skills evaluated in this interview

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

I applied via campus placement at Marathwada Mitra Mandal's College of Engineering, Pune and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

General apptitude and 2 easy coding questions.

Round 2 - Technical 

(2 Questions)

  • Q1. What polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Animal class with methods eat() and sleep(). Dog and Cat classes can override these methods to have t

  • Answered by AI
  • Q2. What is virtualization
  • Ans. 

    Virtualization is the process of creating a virtual version of a device or resource, such as a server, storage device, network or operating system.

    • Virtualization allows multiple virtual instances to run on a single physical machine

    • It helps in optimizing resources and increasing efficiency

    • Examples include VMware, VirtualBox, and Hyper-V

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on interview

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Question was asked on Dynamic WebTables , related to Automation testing

Round 2 - Technical 

(2 Questions)

  • Q1. All concepts of Java
  • Q2. OOPS concept with examples
  • Ans. 

    OOPS concept refers to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class. Example: Parent class 'Animal' and child class 'Dog'.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: Class 'Car' with private variables like 'speed' and methods like '...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Date of Joining. package compensation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Newspaper Ad and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Where you wanna see you after 5 years
  • Ans. 

    I see myself as a respected leader in the field, leading a team of skilled professionals and making significant contributions to the company's success.

    • Leading a team of SDETs and QA engineers

    • Implementing innovative testing strategies and automation techniques

    • Mentoring junior team members and helping them grow in their careers

    • Contributing to the development of cutting-edge products and technologies

  • Answered by AI
  • Q2. Sun is red or blue
Round 2 - Coding Test 

Sorting strings with iron rod

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA is not important
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. About projects and related questions
  • Q2. Oops, DSA concept questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Basic questions of leetcode and gfg

Round 2 - Technical 

(2 Questions)

  • Q1. Give ur introduction
  • Ans. 

    I am a highly experienced SDET Lead with a strong background in software testing and automation.

    • Over 8 years of experience in software testing and automation

    • Led multiple teams in developing and implementing test strategies

    • Proficient in various testing tools and technologies such as Selenium, JUnit, and TestNG

    • Strong understanding of Agile methodologies and CI/CD pipelines

    • Excellent communication and leadership skills

  • Answered by AI
  • Q2. Basic sql questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

DSA medium level 2 question based on graph and recursion

Round 2 - Technical 

(2 Questions)

  • Q1. DSA question on dynamic programming
  • Q2. Question on graph (topological sort)

Interview Preparation Tips

Interview preparation tips for other job seekers - keep working hard
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at Marathwada Mitra Mandal's College of Engineering, Pune and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

General apptitude and 2 easy coding questions.

Round 2 - Technical 

(2 Questions)

  • Q1. What polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Animal class with methods eat() and sleep(). Dog and Cat classes can override these methods to have t

  • Answered by AI
  • Q2. What is virtualization
  • Ans. 

    Virtualization is the process of creating a virtual version of a device or resource, such as a server, storage device, network or operating system.

    • Virtualization allows multiple virtual instances to run on a single physical machine

    • It helps in optimizing resources and increasing efficiency

    • Examples include VMware, VirtualBox, and Hyper-V

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on interview

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at Birla Institute of Technology and Science (BITS), Pilani and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 coding questions were asked and they were leetcode medium to hard level

Round 2 - Technical 

(2 Questions)

  • Q1. Introduction about myself and my education
  • Ans. 

    I am a highly motivated SDET Engineer with a strong educational background in computer science.

    • Graduated with a Bachelor's degree in Computer Science

    • Completed multiple courses in software testing and quality assurance

    • Participated in internships where I gained hands-on experience in test automation

    • Continuously learning and staying updated on the latest technologies in the field

  • Answered by AI
  • Q2. Deep discussions about my projects

MTX Group Interview FAQs

How many rounds are there in MTX Group Senior Sdet Engineer interview?
MTX Group interview process usually has 2 rounds. The most common rounds in the MTX Group interview process are Technical and HR.

Tell us how to improve this page.

MTX Group Senior Sdet Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Deloitte Interview Questions
3.8
 • 2.8k Interviews
Teleperformance Interview Questions
3.9
 • 1.7k Interviews
Oracle Interview Questions
3.7
 • 897 Interviews
View all
Senior Consultant
68 salaries
unlock blur

₹15 L/yr - ₹36.5 L/yr

Consultant
47 salaries
unlock blur

₹8.8 L/yr - ₹20 L/yr

Salesforce Consultant
45 salaries
unlock blur

₹7.5 L/yr - ₹21.8 L/yr

Quality Analyst
29 salaries
unlock blur

₹7 L/yr - ₹15.8 L/yr

Salesforce Developer
27 salaries
unlock blur

₹6.5 L/yr - ₹19 L/yr

Explore more salaries
Compare MTX Group with

Tata Group

4.2
Compare

Reliance Industries

4.0
Compare

Adani Group

3.9
Compare

Mahindra & Mahindra

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