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

Updated 1 Nov 2024

Top Mastek Software Developer Interview Questions and Answers

Mastek Software Developer Interview Experiences

4 interviews found

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

(1 Question)

  • Q1. Puzzle on tic tac toe
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Easy GD points to discuss

Round 2 - Aptitude Test 

Easy if u hv prepared

Round 3 - Technical 

(2 Questions)

  • Q1. Basic on DBMS
  • Q2. SQL questions and code

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was a good round i have cleared the round they were average questions were asked

Round 2 - Group Discussion 

GD was easy among 10-12 students our topic was "Hostelers should allowed to roam after 12"

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall good experience didn't get selected
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Aug 2022. There were 2 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 

(5 Questions)

  • Q1. Explain chexkout flow in sfcc
  • Ans. 

    Checkout flow in Salesforce Commerce Cloud (SFCC) involves steps like cart review, shipping address selection, payment method selection, order summary review, and order confirmation.

    • Cart review: Customer reviews items in their cart before proceeding to checkout.

    • Shipping address selection: Customer enters or selects a shipping address for delivery.

    • Payment method selection: Customer chooses a payment method for the order...

  • Answered by AI
  • Q2. Explain web services
  • Ans. 

    Web services are software systems designed to allow communication between different devices over the internet.

    • Web services use standard protocols like HTTP to enable communication

    • They can be used to exchange data between different applications or systems

    • Examples include RESTful APIs, SOAP, and XML-RPC

  • Answered by AI
  • Q3. Explain job framework
  • Ans. 

    Job framework refers to the structure and guidelines that define roles, responsibilities, and processes within a job or organization.

    • Job framework outlines the specific duties and expectations for a particular job position.

    • It helps employees understand their roles and responsibilities within the organization.

    • Frameworks can include job descriptions, performance metrics, and career development paths.

    • Example: A software d...

  • Answered by AI
  • Q4. Diff btw content asset and slot
  • Ans. 

    Content asset is the actual content being displayed, while a slot is the space where the content asset is placed.

    • Content asset is the actual content being displayed on a webpage or application.

    • Slot is the space or location on a webpage or application where the content asset is placed.

    • Content asset can be text, images, videos, etc.

    • Slot can be a banner ad space, a section on a webpage, etc.

  • Answered by AI
  • Q5. 3rd part payment integration

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was mid level

Skills evaluated in this interview

Mastek interview questions for designations

 Junior Software Developer

 (1)

 Software Engineer

 (14)

 Software Specialist

 (3)

 Software Intern

 (1)

 Application Developer

 (1)

 Java Developer

 (1)

 IOS Developer

 (1)

 Senior Software Engineer

 (3)

Interview questions from similar companies

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

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

Round 1 - Coding Test 

Hackathon on chatbot development website

Round 2 - Technical 

(2 Questions)

  • Q1. OOPS basics like shallow copy deep copy
  • Q2. Sorting techniques and psuedo code
Round 3 - HR 

(2 Questions)

  • Q1. Questions on projects
  • Q2. Introduction and insights of comapny
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

General aptitude online test

Round 2 - Technical 

(2 Questions)

  • Q1. OOPS basic concepts with eg
  • Q2. C#,Sql,MVC concepts
Round 3 - Technical 

(2 Questions)

  • Q1. Project experience
  • Ans. 

    I have experience working on various projects including web development, mobile app development, and database management.

    • Developed a web application using React.js and Node.js for a client in the e-commerce industry

    • Created a mobile app using Swift for a healthcare startup to track patient data

    • Managed a MySQL database for a financial services company to store and retrieve customer information

  • Answered by AI
  • Q2. Coding related questions asked
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Prev job work and project details , roles and responsibility

Round 2 - Technical 

(2 Questions)

  • Q1. What is SDLC process
  • Ans. 

    SDLC process is a structured approach to software development that defines tasks performed at each stage of the software development life cycle.

    • SDLC stands for Software Development Life Cycle

    • It includes stages like planning, analysis, design, implementation, testing, and maintenance

    • Each stage has specific goals and deliverables to ensure the quality and success of the software project

  • Answered by AI
  • Q2. What is the ASp.net mean for ?
  • Ans. 

    ASP.NET stands for Active Server Pages .NET, a web application framework developed by Microsoft.

    • ASP.NET is a server-side web application framework used for building dynamic web pages and web applications.

    • It allows developers to create web applications using languages like C# or VB.NET.

    • ASP.NET provides tools and libraries for building web forms, MVC (Model-View-Controller) applications, and Web API services.

    • It is part o...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on tech round

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Explain opps concept
  • Ans. 

    OOPs concept stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.

    • OOPs focuses on creating objects that contain data in the form of attributes and code in the form of methods.

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four main principles of OOPs.

    • Example: In a banking system, a 'Customer' object can have attributes like name and account number, and method

  • Answered by AI
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Opps interview questions
  • Q2. Some of the interview question base on mysql and collecections
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops concept with example
  • 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 and public methods.

    • Polymorphism...

  • Answered by AI
  • Q2. Basic Database question

Skills evaluated in this interview

Mastek Interview FAQs

How many rounds are there in Mastek Software Developer interview?
Mastek interview process usually has 2 rounds. The most common rounds in the Mastek interview process are Technical, Aptitude Test and Group Discussion.
How to prepare for Mastek Software Developer 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 Java, Algorithms, Data Structures, JSON and REST API.
What are the top questions asked in Mastek Software Developer interview?

Some of the top questions asked at the Mastek Software Developer interview -

  1. Diff btw content asset and s...read more
  2. Explain chexkout flow in s...read more
  3. Explain job framew...read more

Tell us how to improve this page.

Mastek Software Developer Interview Process

based on 5 interviews

Interview experience

3
  
Average
View more
Mastek Software Developer Salary
based on 87 salaries
₹3 L/yr - ₹10 L/yr
36% less than the average Software Developer Salary in India
View more details

Mastek Software Developer Reviews and Ratings

based on 17 reviews

4.4/5

Rating in categories

3.9

Skill development

4.3

Work-life balance

3.9

Salary

3.5

Job security

4.2

Company culture

3.8

Promotions

3.8

Work satisfaction

Explore 17 Reviews and Ratings
Senior Software Engineer
552 salaries
unlock blur

₹6.1 L/yr - ₹24 L/yr

Software Engineer
396 salaries
unlock blur

₹2.7 L/yr - ₹8 L/yr

Associate Consultant
294 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Software Specialist
264 salaries
unlock blur

₹7.9 L/yr - ₹30 L/yr

Consultant 1
191 salaries
unlock blur

₹3.4 L/yr - ₹9.7 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