Upload Button Icon Add office photos

Filter interviews by

Mastek Enterprise Solutions Interview Questions and Answers

Updated 20 Mar 2023

Mastek Enterprise Solutions Interview Experiences

1 interview found

Consultant Interview Questions & Answers

user image Anonymous

posted on 20 Mar 2023

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Mar 2022. There were 3 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - Have fun, the interview will be tough though.
Experienced candidates prepare everything thing if you don’t know anything just tell the interviewer up front.

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview

Jobs at Mastek Enterprise Solutions

View all

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Runtime pollymorphism

Interview Preparation Tips

Round: Test
Experience: I scored good.
Tips: Core java good knowledge.
Duration: 30 minutes
Total Questions: 25

Round: Technical Interview
Experience: like this many ques from core java and hibernate and sql also and I scored good.
Tips: Command over core java and sql also.

I appeared for an interview in Sep 2017.

Interview Questionnaire 

3 Questions

  • Q1. What is deadlock
  • Ans. 

    Deadlock is a situation where two or more processes are unable to proceed because each is waiting for the other to release a resource.

    • Deadlock occurs when two or more processes are stuck in a circular wait, where each process is waiting for a resource held by another process.

    • Four necessary conditions for deadlock are mutual exclusion, hold and wait, no preemption, and circular wait.

    • Example: Process A holds resource X a...

  • Answered by AI
  • Q2. Which technology you know and worked
  • Ans. 

    I have experience with various technologies including Java, Python, HTML/CSS, JavaScript, and SQL.

    • Java

    • Python

    • HTML/CSS

    • JavaScript

    • SQL

  • Answered by AI
  • Q3. Why you are looking for change and what is your notice period
  • Ans. 

    I am looking for a change to explore new opportunities and challenges. My notice period is 30 days.

    • Seeking new opportunities and challenges

    • Want to learn and grow in a different environment

    • Exploring better career prospects

    • Seeking a company with a better work-life balance

    • Notice period is 30 days

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: 25 objective ques from Java and 25 from English
Tips: should prepare with Java Technology
Duration: 1 hour
Total Questions: 50

Round: Technical Interview
Experience: describe clearly
Tips: should prepared

Round: Technical Interview
Experience: do you know about jsf
Tips: yes, I worked

Round: Technical + HR Interview
Experience: this is my dream company actually, and notice is 15 to 20 days.
Tips: be confident

Skills evaluated in this interview

I appeared for an interview in Sep 2017.

Interview Questionnaire 

4 Questions

  • Q1. Technical interview take by client technical person actually they are hiring for another client so they took total 3 technical round and final will HR round
  • Q2. Asking about life cycle of Dot net mvc contols entity frame work and SQL queries
  • Q3. Problem based on oops and SQL queries outputs
  • Q4. Basic questions about my self ,salary discussion basic formalities form I have to fill up

Interview Preparation Tips

Round: Test
Experience: There were around 15 objective question that includes mvc, c#.net and SQL server. It was very simple question like different types of filters,Acton results in mvc. Basic oops concept and dot net web page regarding

Round: Resume Shortlist
Experience: After completing test round another was technical round discussed maily for mvc and SQL server questions. Around 30 mint discussion. After qualify this round another round will start from client technical staff.

General Tips: It was for 2-3 year experience person very simple to crack but focus on you which profile you are looking for study interview questions from net
Skills: Dot net mve oops concept jQuery and SQL server

I appeared for an interview before Nov 2020.

Round 1 - Video Call 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Medium

It is the technical interview round. I was provided the slot of 11:40 AM - 12:20 PM. It is scheduled on the hirepro platform. The interview platform is already integrated with a coding editor. The interviewer joined at 11:50 AM. They asked me a lot of questions regarding OOPS, SQL and also give me coding questions along with test cases to build and run at that time.

  • Q1. 

    Maximum Non-Crossing Ropes Problem

    In a village with a river at its center, there are ‘N’ houses on each bank of the river. The northern bank’s houses have distinct X-coordinates given by an array A[1], A...

  • Ans. 

    The task is to find the maximum number of non-crossing rope connections possible between houses on each bank of a river.

    • Sort the arrays A and B in ascending order.

    • Use dynamic programming to find the longest increasing subsequence between A and B.

    • The length of the longest increasing subsequence is the maximum number of non-crossing connections.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Bharati Vidyapeeth's College of Engineering. I applied for the job as Software Engineer in NoidaEligibility criteriaUG (60% and above), 10th & 12th CBSE Board: 90% and above, 10th & 12th Other Board: 80% and above, Gap of maximum 2 years, No Diploma HoldersNewgen Software interview preparation:Topics to prepare for the interview - Database Management, Data Structures, OOPS, Algorithms, Operating SystemTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Must be very clear with your object-oriented programming concepts.
Tip 2 : Must be able to build new solutions instantaneously.
Tip 3 : Knowledge of java is like the cherry on the cake.

Application resume tips for other job seekers

Tip 1 : The fresher resume is not more than one page. Try to accommodate everything in a smarter way in a single page.
Tip 2 : Please put only those things in a resume which are true or you are sure that you will handle every cross-questioning of that.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. OOPs concept

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself.

I applied via Naukri.com and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. IOS Basics , iPhone programming

Interview Preparation Tips

Interview preparation tips for other job seekers - When you tried a lot to get good company if you have no option then go for it ,Make this to last of your joining preferences.You will be deadlocked in the bond think twice before Join.

I applied via Naukri.com and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They asked the multiple questions regarding to my profile likr about the project , skills, domain and about your future expectations.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus to the fundamentals and be confident.
Stick with your resume

I applied via Campus Placement and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Joins in SQL
  • Ans. 

    Joins are used in SQL to combine data from two or more tables based on a related column.

    • Types of joins include inner join, left join, right join, and full outer join.

    • Inner join returns only the matching rows from both tables.

    • Left join returns all rows from the left table and matching rows from the right table.

    • Right join returns all rows from the right table and matching rows from the left table.

    • Full outer join returns ...

  • Answered by AI
  • Q2. Web applications, mobile applications, Hybrid applications

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up the basics of Java and Mysql

Skills evaluated in this interview

I appeared for an interview before Sep 2020.

Round 1 - Face to Face 

(2 Questions)

Round duration - 45 minutes
Round difficulty - Medium

I was asked 2 coding questions, questions from my projects and questions related to different java concepts. One question from cloud computing was also asked.

  • Q1. 

    Maximum Subarray Sum Problem Statement

    Given an array arr of length N consisting of integers, find the sum of the subarray (including empty subarray) with the maximum sum among all subarrays.

    Explanation...

  • Ans. 

    Find the sum of the subarray with the maximum sum among all subarrays in a given array.

    • Iterate through the array and keep track of the current sum and maximum sum seen so far.

    • If the current sum becomes negative, reset it to 0 as it won't contribute to the maximum sum.

    • Return the maximum sum as the result.

    • Example: For input arr = [-2, 1, -3, 4, -1], the maximum subarray sum is 4.

  • Answered by AI
  • Q2. 

    Add Two Numbers as Linked Lists

    You are given two singly linked lists, where each list represents a positive number without any leading zeros.

    Your task is to add these two numbers and return the sum as ...

  • Ans. 

    Add two numbers represented as linked lists and return the sum as a linked list.

    • Traverse both linked lists simultaneously while keeping track of carry

    • Create a new linked list to store the sum

    • Handle cases where one list is longer than the other

    • Consider edge cases like carry at the end of addition

  • Answered by AI
Round 2 - HR 

Round duration - 15 minutes
Round difficulty - Easy

It was a normal discussion about the role, the job expectations and about the company culture.

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Bharati Vidyapeeth's College of Engineering. I applied for the job as SDE - 1 in DelhiEligibility criteriaAbove 8 CGPANewgen Software interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, System Design, OOPS, Dynamic Programming, AptitudeTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Do at-least 200+ dsa problems from various topics.
Tip 2 : Make 2-3 projects and be well versed with their functionality.
Tip 3 : Practice aptitude questions and time yourself while doing the questions.

Application resume tips for other job seekers

Tip 1: Keep your resume short, try to make it one pager only.
Tip 2: Mention only position specific projects, and if you have got a good academic score mention it on top.

Final outcome of the interviewSelected

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Mastek Enterprise Solutions Interview FAQs

How many rounds are there in Mastek Enterprise Solutions interview?
Mastek Enterprise Solutions interview process usually has 3 rounds. The most common rounds in the Mastek Enterprise Solutions interview process are One-on-one Round, Resume Shortlist and Aptitude Test.
How to prepare for Mastek Enterprise Solutions 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 Enterprise Solutions. The most common topics and skills that interviewers at Mastek Enterprise Solutions expect are Oracle Fusion, OPM, Order Management, Functional and OTM.

Recently Viewed

REVIEWS

Sutherland Global Services

No Reviews

REVIEWS

Sutherland Global Services

No Reviews

REVIEWS

Sutherland Global Services

No Reviews

REVIEWS

Sutherland Global Services

No Reviews

REVIEWS

Sutherland Global Services

No Reviews

REVIEWS

Sutherland Global Services

No Reviews

REVIEWS

Sutherland Global Services

No Reviews

REVIEWS

Sutherland Global Services

No Reviews

SALARIES

Sutherland Global Services

DESIGNATION

Tell us how to improve this page.

Mastek Enterprise Solutions Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Anonymously discuss salaries, work culture, and many more

Get Ambitionbox App

Interview Questions from Similar Companies

NeoSOFT Interview Questions
3.7
 • 262 Interviews
3i Infotech Interview Questions
3.4
 • 143 Interviews
Microland Interview Questions
3.5
 • 126 Interviews
Sify Technologies Interview Questions
3.9
 • 122 Interviews
Mastek Interview Questions
3.5
 • 118 Interviews
Maveric Systems Interview Questions
3.5
 • 115 Interviews
Sonata Software Interview Questions
3.4
 • 113 Interviews
View all

Mastek Enterprise Solutions Reviews and Ratings

based on 14 reviews

3.9/5

Rating in categories

4.0

Skill development

3.8

Work-life balance

3.0

Salary

3.7

Job security

3.9

Company culture

3.3

Promotions

3.7

Work satisfaction

Explore 14 Reviews and Ratings
OIC Developer (Oracle Integration Cloud)

Pune,

Delhi/Ncr

+1

5-9 Yrs

Not Disclosed

Oracle VBCS Developer

Pune,

Delhi/Ncr

+1

5-8 Yrs

Not Disclosed

Explore more jobs
Consultant 1
7 salaries
unlock blur

₹3.5 L/yr - ₹8 L/yr

Associate Consultant
5 salaries
unlock blur

₹3.2 L/yr - ₹5 L/yr

Software Engineer
4 salaries
unlock blur

₹1.6 L/yr - ₹8 L/yr

Associate Functional Consultant
4 salaries
unlock blur

₹2.4 L/yr - ₹6 L/yr

Senior Manager Quality
3 salaries
unlock blur

₹24 L/yr - ₹25.8 L/yr

Explore more salaries
Compare Mastek Enterprise Solutions with

ITC Infotech

3.6
Compare

3i Infotech

3.4
Compare

Sify Technologies

3.9
Compare

Microland

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