Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Mastek Team. If you also belong to the team, you can get access from here

Mastek Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Mastek Automation Test Engineer Interview Questions and Answers

Updated 18 Sep 2024

Mastek Automation Test Engineer Interview Experiences

2 interviews found

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

(1 Question)

  • Q1. Can we call a private class feom another class?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Question was easy to medium level,
topics- Basics DSA, DBMS, CN , and Apti

Round 2 - Technical 

(1 Question)

  • Q1. They were asked what was i mention in my resume OOPs Concept, one strong subject, Deep knowledge about projects
Round 3 - HR 

(1 Question)

  • Q1. Introduction, Salary expectation, etc

Automation Test Engineer Interview Questions Asked at Other Companies

asked in TCS
Q1. How to handle scrollbar and mouse activities Jenkins and Github S ... read more
asked in Infosys
Q2. Introduce yourself 1.What is STLC 2. difference between Test plan ... read more
Q3. What is Automation? what is selenium?what is xpath? what is regre ... read more
asked in TCS
Q4. 1) cucumber 2) Defects worked on, tell me about the bugs you foun ... read more
asked in Capgemini
Q5. 1] Introduction 2] Sanity Vs Smoke testing 3] Waits in selenium a ... read more

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Sep 2023. There were 3 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 - Technical 

(1 Question)

  • Q1. Testing and oop concept java write one program of overriding/overloding
Round 3 - HR 

(1 Question)

  • Q1. General,about comapany,why leave
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Nov 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Practice practice till you master any skill

Round 3 - Technical 

(2 Questions)

  • Q1. Confidence is the key
  • Q2. Python String Questions
Round 4 - HR 

(1 Question)

  • Q1. Have a positive attitude
Round 1 - Technical 

(1 Question)

  • Q1. Java string and collection api related basic question and selenium framework related

Interview Preparation Tips

Interview preparation tips for other job seekers - keep learning with practically maximum time to practice core java basic programming question.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Multiple questions on Linux , how to get a process id, how to kill a process, what is difference between process and thread, what is the difference between concurrent and parallel process etc.
  • Q2. Few scenario based questions around linux systems, how will you trouble shoot if client not able to connect to servers running an appilcation.
  • Q3. Testing related questions, what is diff between Performance and Scale testing, where to use which one
Round 2 - Technical 

(2 Questions)

  • Q1. Coding questions basics, related to file handling, parsing files, etc.
  • Q2. Linux based questions - scenarios where multiple clients trying to write to same file, how till integrity of file be maintained and how will server manager the data does not get corrupted.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Explain about Agile process?
  • Ans. 

    Agile process is a software development methodology that promotes adaptive planning, evolutionary development, early delivery, and continuous improvement.

    • Iterative and incremental development

    • Cross-functional teams

    • Regular feedback and adaptation

    • Customer collaboration

    • Time-boxed iterations (sprints)

    • Continuous integration and testing

  • Answered by AI
  • Q2. What is spark? what is legacy defect? find the xpath of given example how will you run the 1 test case multiple times in testng? if the some task will take 8 hours but your manager said that you should com...
  • Ans. 

    Spark is a fast and general-purpose cluster computing system. Legacy defect refers to a known issue in older versions of software. XPath is a way to navigate XML documents. TestNG allows running test cases multiple times. Approach to completing a task in less time involves prioritizing and optimizing.

    • Spark is a cluster computing system for big data processing.

    • Legacy defect is a known issue in older versions of software...

  • 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 Apr 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Reverse a string, find the repetition of characters, Fibonacci series, selenium web elements handling. Organizational workflows.

Round 2 - Assignment 

Selenium web automation for a web demo page.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic preparation is going to be good. But, practice logic building that wins game always.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Sep 2023. There were 3 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. Testing and oop concept java write one program of overriding/overloding
Round 3 - HR 

(1 Question)

  • Q1. General,about comapany,why leave
Round 1 - Technical 

(3 Questions)

  • Q1. What is synchronisation
  • Ans. 

    Synchronisation is the process of coordinating multiple threads or processes to work together in a specific order.

    • Synchronisation is important in multi-threaded or multi-process environments to avoid race conditions and deadlocks.

    • It involves the use of locks, semaphores, and other mechanisms to ensure that threads or processes access shared resources in a mutually exclusive manner.

    • Synchronisation can also be achieved t...

  • Answered by AI
  • Q2. What is the method of webdriver
  • Ans. 

    WebDriver is a method used for automating web applications by controlling a browser through a programming language.

    • WebDriver is a tool used for automating web applications

    • It allows controlling a browser through a programming language

    • It supports various programming languages like Java, Python, C#, etc.

    • It provides various methods for interacting with web elements like click(), sendKeys(), getText(), etc.

  • Answered by AI
  • Q3. What is method of webelemnt
  • Ans. 

    Method of WebElement is a function that performs an action on a web element.

    • Methods are used to interact with web elements on a web page

    • Examples of methods include click(), sendKeys(), getText()

    • Methods can be used to verify the state of a web element

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They check your skills

Skills evaluated in this interview

Mastek Interview FAQs

How many rounds are there in Mastek Automation Test Engineer interview?
Mastek interview process usually has 2 rounds. The most common rounds in the Mastek interview process are Technical, Assignment and HR.
How to prepare for Mastek Automation Test Engineer 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 Mastek. The most common topics and skills that interviewers at Mastek expect are Automation Engineering, Automation Testing, Core Java, Dynamics CRM and Selenium.

Tell us how to improve this page.

Mastek Automation Test Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Mastek Automation Test Engineer Salary
based on 5 salaries
₹4.6 L/yr - ₹15.5 L/yr
59% more than the average Automation Test Engineer Salary in India
View more details

Mastek Automation Test Engineer Reviews and Ratings

based on 3 reviews

3.4/5

Rating in categories

4.1

Skill development

4.1

Work-life balance

3.0

Salary

2.4

Job security

4.6

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 3 Reviews and Ratings
Senior Software Engineer
549 salaries
unlock blur

₹6.1 L/yr - ₹24 L/yr

Software Engineer
398 salaries
unlock blur

₹2.7 L/yr - ₹7.5 L/yr

Associate Consultant
291 salaries
unlock blur

₹2.5 L/yr - ₹9 L/yr

Software Specialist
262 salaries
unlock blur

₹7.9 L/yr - ₹30 L/yr

Consultant 1
191 salaries
unlock blur

₹3.4 L/yr - ₹9.4 L/yr

Explore more salaries
Compare Mastek with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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