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 Interview Questions, Process, and Tips

Updated 12 Feb 2025

Top Mastek Interview Questions and Answers

View all 50 questions

Mastek Interview Experiences

Popular Designations

118 interviews found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Very basic questions, if you want to score better marks than the rest - practice some easy level syllogism based questions

Round 2 - Group Discussion 

Trending and generic on spot topics were given. For Eg. Border issues

Round 3 - Technical 

(2 Questions)

  • Q1. Whatever you put in your resume, they ask questions only from that
  • Q2. Very basic questions were asked, make sure you know every single thing about your project
Round 4 - Technical 

(2 Questions)

  • Q1. For some , they conducted 2 technical rounds and for some they were directly asked to attend the HR round
  • Q2. It depends purely on what you put in your resume
Round 5 - HR 

(1 Question)

  • Q1. They started the interview process at 8:00 AM in the morning and it was already 10.30 PM so they skipped the HR round and announced the results

Interview Preparation Tips

Interview preparation tips for other job seekers - Just keep this company last in your list especially if you are a tech savy kind of a person as the work you primarily do here is functional (Tweaking the oracle application as per the client requirements).
Also, Job security is not there. If they don't have projects, they won't hesitate to kick you out no matter how intelligent and smart you are

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 23 Jun 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. How to create DBT project
  • Ans. 

    To create a DBT project, you need to set up a project directory, create models, define sources, and run tests.

    • Set up a project directory with a dbt_project.yml file

    • Create models in the models directory using SQL files

    • Define sources in the sources.yml file

    • Run tests using dbt test command

  • Answered by AI
  • Q2. Explain materializations in dbt
  • Ans. 

    Materializations in dbt are pre-computed tables that store the results of dbt models for faster query performance.

    • Materializations are created using the 'materialized' parameter in dbt models.

    • Common types of materializations include 'view', 'table', and 'incremental'.

    • Materializations help improve query performance by reducing the need to recompute data on every query.

    • Materializations can be refreshed manually or automa

  • Answered by AI
  • Q3. What are dbt snapshots?
  • Ans. 

    dbt snapshots are a way to capture the state of your data model at a specific point in time.

    • dbt snapshots are used to create point-in-time snapshots of your data model

    • They allow you to track changes in your data over time

    • Snapshots can be used for auditing, debugging, or creating historical reports

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice a lot of complex SQL questions

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)
Mastek Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between callback, promises and async await?
  • Ans. 

    Callbacks are functions passed as arguments, promises represent eventual completion of an asynchronous operation, async await is syntactic sugar for promises.

    • Callbacks are functions passed as arguments to be executed after a certain task is completed.

    • Promises represent the eventual completion of an asynchronous operation and allow chaining of multiple asynchronous operations.

    • Async await is syntactic sugar for promises,...

  • Answered by AI
  • Q2. Explain the life cycle of react?
  • Ans. 

    React has three main phases in its life cycle: Mounting, Updating, and Unmounting.

    • Mounting: Component is created and inserted into the DOM.

    • Updating: Component is re-rendered when props or state change.

    • Unmounting: Component is removed from the DOM.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview went smooth

Skills evaluated in this interview

React Js Frontend Developer Interview Questions asked at other Companies

Q1. 1. What is difference between abstract class and interface ?
View answer (1)

Java Developer Interview Questions & Answers

user image SHREYAS JOSHI

posted on 29 Aug 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How hashmap works internally

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)

Mastek interview questions for popular designations

 Associate Consultant

 (16)

 Software Engineer

 (14)

 Technical Consultant

 (7)

 Software Developer

 (4)

 Associate Functional Consultant

 (3)

 Software Specialist

 (3)

 Senior Software Engineer

 (3)

 Consultant

 (3)

Interview Questions & Answers

user image Anonymous

posted on 8 Aug 2024

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

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

Round 1 - Group Discussion 

Early bird v/s nightout

Round 2 - Aptitude Test 

45 mins for 30 questions of Aptitude questions

Round 3 - L1 interview 

(2 Questions)

  • Q1. Fibonacci series
  • Q2. Write a code to find Factorial
  • Ans. 

    Code to find factorial of a number

    • Use a loop to multiply numbers from 1 to n

    • Handle edge cases like 0 and negative numbers

    • Consider using recursion for a more concise solution

  • Answered by AI

Skills evaluated in this interview

Get interview-ready with Top Mastek Interview Questions

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

(1 Question)

  • Q1. Technical round with coding test
Round 2 - One-on-one 

(1 Question)

  • Q1. Project explanation
Round 3 - HR 

(1 Question)

  • Q1. Gaps if there any and salary discussions

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Jobs at Mastek

View all

Interview Questions & Answers

user image Anonymous

posted on 23 Nov 2024

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Profile specific for experience
  • Q2. Answer also as profit specific

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join this company no projects no opportunity low compensation and HR department so pathetic.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a DevOps Engineer with 5 years of experience in automating, optimizing, and monitoring software development processes.

    • Experienced in implementing CI/CD pipelines using tools like Jenkins and GitLab

    • Proficient in scripting languages such as Python and Bash for automation tasks

    • Skilled in containerization technologies like Docker and orchestration tools like Kubernetes

    • Familiar with cloud platforms like AWS and Azure f

  • Answered by AI
  • Q2. Azure Devops Server

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: Input: STR = "abcde" Output: "edcba" Input: The first line of input cont... read more
View answer (3)

Software Specialist Interview Questions & Answers

user image Harshal Gadhia

posted on 11 Aug 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is JVM,JFK and JRE
  • Ans. 

    JVM stands for Java Virtual Machine, JFK is not a relevant term in this context, and JRE stands for Java Runtime Environment.

    • JVM is a virtual machine that enables a computer to run Java programs

    • JRE is a set of software tools used for developing Java applications

    • Examples: JVM executes Java bytecode, JRE includes Java libraries and other necessary files

  • Answered by AI

Skills evaluated in this interview

Software Specialist Interview Questions asked at other Companies

Q1. Do you know the architecture of McAfee and CrowedStrike? Did you work on the CrowedStrike console and service now?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Scenario based questions
  • Q2. Breif about your experience

Interview Preparation Tips

Interview preparation tips for other job seekers - They have limited timeline projects so job stability is a question

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)
Contribute & help others!
anonymous
You can choose to be anonymous

Mastek Interview FAQs

How many rounds are there in Mastek interview?
Mastek interview process usually has 2-3 rounds. The most common rounds in the Mastek interview process are Technical, Aptitude Test and Group Discussion.
How to prepare for Mastek 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 AWS, Java, SQL, Spring Boot and Javascript.
What are the top questions asked in Mastek interview?

Some of the top questions asked at the Mastek interview -

  1. If we include all Header Files in a Java Code will it increase the Space comple...read more
  2. If a room has 1 bulb and there are 3 switches outside the room. Which is the ri...read more
  3. Oops C and java difference Query for selecting all columns from a table 10 ...read more
How long is the Mastek interview process?

The duration of Mastek interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

INTERVIEWS

AT&S

No Interviews

SALARIES

Mastek

LIST OF COMPANIES

Loadshare Networks

Overview

DESIGNATION

DESIGNATION

Tell us how to improve this page.

Mastek Interview Process

based on 76 interviews

Interview experience

3.6
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
ITC Infotech Interview Questions
3.8
 • 334 Interviews
Cyient Interview Questions
3.6
 • 283 Interviews
View all

Mastek Reviews and Ratings

based on 797 reviews

3.5/5

Rating in categories

3.5

Skill development

3.5

Work-life balance

3.1

Salary

3.4

Job security

3.5

Company culture

2.9

Promotions

3.4

Work satisfaction

Explore 797 Reviews and Ratings
Python Software Developer

Navi Mumbai,

Pune

+1

5-8 Yrs

₹ 17-25 LPA

Performance Tester

Mumbai,

Navi Mumbai

+1

6-10 Yrs

₹ 22.5-35 LPA

iOS Developer - Contract

Bangalore / Bengaluru

5-9 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
548 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
396 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Consultant
269 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Specialist
266 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Consultant 1
191 salaries
unlock blur

₹0 L/yr - ₹0 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent