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 Senior Software Engineer Interview Questions and Answers

Updated 12 Nov 2024

Mastek Senior Software Engineer Interview Experiences

3 interviews found

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

Aptitude test with aptitude based questions

Round 2 - Technical 

(2 Questions)

  • Q1. What is variable hoisting.
  • Ans. 

    Variable hoisting is a behavior in JavaScript where variable declarations are moved to the top of their scope during compilation.

    • Variable declarations are hoisted to the top of their function or global scope.

    • Only the declarations are hoisted, not the initializations.

    • This can lead to unexpected behavior if variables are accessed before they are declared.

  • Answered by AI
  • Q2. What is closures in js
  • Ans. 

    Closures in JavaScript allow functions to access variables from an outer function even after the outer function has finished executing.

    • Closures are created whenever a function is defined within another function.

    • Inner functions have access to the outer function's variables even after the outer function has returned.

    • Closures are commonly used to create private variables and functions in JavaScript.

    • Example: function outer...

  • Answered by AI

Skills evaluated in this interview

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

asked in DBS Bank
Q1. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q2. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q3. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q4. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q5. K Largest Elements Problem Statement You are given an integer k a ... read more

I applied via LinkedIn and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. You should have basic understanding of technologies mentioned in your profile
Round 2 - Technical 

(1 Question)

  • Q1. This is one level up. Practical questions related to your work
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. What are your strengths and weaknesses?

Interview Preparation Tips

Interview preparation tips for other job seekers - Have good understanding on topics. Be confident with your knowledge and answers very calmly and clearly.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. They specifically didn’t asked any questions by looking at my strong resume but just asked me if to come Hyderabad for training of a month

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are good in technical knowledge then it would be easy for you to get opportunity here at client site you will learn a lot as mostly you will be at your own, companies technical support is not very good so mostly you are on your own

I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic oops concept. Code : linked list, deleting middle element in array.

Interview Preparation Tips

Interview preparation tips for other job seekers - Ask questions about the project you are supposed to work on. Reality can be totally different from what you are expecting. In my case I was hired for Development team. But I got support with no coding at all.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Java related questions core java
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Difference between Sanity & Smoke
  • Ans. 

    Sanity testing is a subset of regression testing, while smoke testing is a subset of acceptance testing.

    • Sanity testing is performed to ensure that the critical functionalities of the software are working as expected.

    • Smoke testing is performed to verify if the software build is stable enough for further testing.

    • Sanity testing is usually performed after major changes or bug fixes.

    • Smoke testing is performed on each build ...

  • Answered by AI

Skills evaluated in this interview

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

Basic Maths reasoning, general question genre jdnfk hdsfjks kjhbdfk

Round 2 - HR 

(1 Question)

  • Q1. Why you change the company
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Oct 2022. 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 - Aptitude Test 

Mcat Aptitude for general MCQ

Round 3 - Technical 

(5 Questions)

  • Q1. Python/Java Development test
  • Q2. What is Object-oriented programming?
  • Ans. 

    Object-oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • Encapsulation: Objects can encapsulate data and behavior within a single unit.

    • Inheritance: Objects can inherit attributes and methods from other objects.

    • Polymorphism: Objects can take on different forms or have multiple behaviors.

    • Example: Classes in Java or C++ are used to create objects with propertie

  • Answered by AI
  • Q3. Explain API Gateway.
  • Ans. 

    API Gateway is a server that acts as an API front-end, receiving API requests, enforcing throttling and security policies, passing requests to the back-end service, and then passing the response back to the requester.

    • API Gateway acts as a single entry point for all client requests to the backend services.

    • It can handle tasks like authentication, authorization, rate limiting, caching, and request/response transformations...

  • Answered by AI
  • Q4. What is Spring?
  • Ans. 

    Spring is a lightweight framework for building enterprise applications in Java.

    • Provides comprehensive infrastructure support for developing Java applications

    • Facilitates easier configuration and integration of various components

    • Promotes good programming practices like dependency injection and aspect-oriented programming

    • Includes modules like Spring Core, Spring MVC, Spring Security, etc.

    • Example: @Autowired annotation for

  • Answered by AI
  • Q5. What is Normalization?
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization is used to eliminate data redundancy by breaking up tables into smaller tables and defining relationships between them.

    • It helps in reducing data anomalies such as insertion, update, and deletion anomalies.

    • Normalization is achieved through a series of normal forms (1NF, 2NF, 3NF, BCNF, etc.)

    • For exa...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn Technologies and be confident

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

One coding test happen

Round 2 - Technical 

(2 Questions)

  • Q1. Java questions, spring boot framework questions
  • Q2. DSA using stream api
  • Ans. 

    Using stream API for Data Structures and Algorithms

    • Stream API in Java can be used to perform operations on collections like filtering, mapping, reducing, etc.

    • It can be used for implementing various data structures and algorithms efficiently.

    • For example, you can use stream API to find the sum of all elements in an array or filter out even numbers from a list.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Java questions and spring boot questions
  • Q2. One program using stream api
  • Ans. 

    Using stream API to filter a list of numbers and find the sum of even numbers

    • Use Stream.filter() to filter out even numbers

    • Use Stream.mapToInt() to convert stream to IntStream

    • Use IntStream.sum() to find the sum of even numbers

  • Answered by AI

Skills evaluated in this interview

Mastek Interview FAQs

How many rounds are there in Mastek Senior Software Engineer interview?
Mastek interview process usually has 2-3 rounds. The most common rounds in the Mastek interview process are Technical, HR and One-on-one Round.
What are the top questions asked in Mastek Senior Software Engineer interview?

Some of the top questions asked at the Mastek Senior Software Engineer interview -

  1. What is variable hoisti...read more
  2. What is closures in...read more
  3. Technical round with coding t...read more

Tell us how to improve this page.

Mastek Senior Software Engineer Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more
Mastek Senior Software Engineer Salary
based on 555 salaries
₹6.2 L/yr - ₹24 L/yr
5% less than the average Senior Software Engineer Salary in India
View more details

Mastek Senior Software Engineer Reviews and Ratings

based on 72 reviews

3.9/5

Rating in categories

3.6

Skill development

4.0

Work-life balance

3.5

Salary

3.6

Job security

3.9

Company culture

3.2

Promotions

3.7

Work satisfaction

Explore 72 Reviews and Ratings
Senior Software Engineer
555 salaries
unlock blur

₹6.2 L/yr - ₹24 L/yr

Associate Consultant
291 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Software Engineer
286 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Software Specialist
265 salaries
unlock blur

₹7.9 L/yr - ₹30 L/yr

Consultant 1
192 salaries
unlock blur

₹3.4 L/yr - ₹9.6 L/yr

Explore more salaries
Compare Mastek with

ITC Infotech

3.6
Compare

3i Infotech

3.4
Compare

Sify Technologies

3.8
Compare

Microland

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