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 Assistant Manager Interview Questions and Answers

Updated 20 Sep 2023

Mastek Assistant Manager Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - HR 

(1 Question)

  • Q1. About the role and understanding
Round 3 - One-on-one 

(1 Question)

  • Q1. About the role and responsibilities

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 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 - One-on-one 

(5 Questions)

  • Q1. Skill related question
  • Q2. HR Discussion is the final round
  • Q3. Know about your past experiences
  • Q4. Exception from you
  • Ans. 

    I strive to always go above and beyond in my work, consistently exceeding expectations and delivering exceptional results.

    • I always look for opportunities to take on additional responsibilities and challenges

    • I consistently seek out ways to improve processes and efficiency

    • I am proactive in finding solutions to problems before they escalate

    • I am always willing to put in extra effort to ensure success

    • For example, in my prev...

  • Answered by AI
  • Q5. Behavior and communication test

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your key area related question and be confident
Round 1 - Technical 

(1 Question)

  • Q1. Project specific ,last project technology
Round 2 - HR 

(3 Questions)

  • Q1. Share details of your previous job.
  • Ans. 

    I worked as a Sales Associate at XYZ Retail Store.

    • Assisted customers in finding and purchasing products.

    • Managed inventory and restocked shelves.

    • Handled cash transactions and operated the cash register.

    • Provided excellent customer service and resolved any issues or complaints.

    • Collaborated with team members to achieve sales targets.

    • Trained new employees on store policies and procedures.

  • Answered by AI
  • Q2. Why are you looking for a change?
  • Ans. 

    I am looking for a change to further develop my skills and take on new challenges.

    • Seeking new opportunities for growth and advancement

    • Interested in expanding my knowledge and experience

    • Want to take on more responsibility and leadership roles

    • Looking for a company with a strong culture and values

    • Desire to work in a different industry or with a different product/service

  • Answered by AI
  • Q3. Tell me about yourself.
  • Ans. 

    I am a highly motivated and experienced professional with a strong background in management and leadership.

    • I have over 5 years of experience in supervisory roles, where I successfully led teams and achieved targets.

    • I am skilled in strategic planning, problem-solving, and decision-making.

    • I have a proven track record of improving operational efficiency and customer satisfaction.

    • I am adept at building and maintaining stro...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and positive for what you are telling
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Javascript features
  • Q2. Virtual dom

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics should be clear and definitions should be at your tips
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. WRITE A java program to find the shortest distance between 2 nodes in an array
  • Ans. 

    Java program to find shortest distance between 2 nodes in an array of strings

    • Create a method that takes in the array of strings and the two nodes as parameters

    • Use a map to store the index of each node in the array

    • Calculate the distance between the two nodes using their indices in the array

  • Answered by AI
  • Q2. Explain oops concept
  • Ans. 

    OOPs concept is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOPs stands for Object-Oriented Programming

    • Key concepts include classes, objects, inheritance, polymorphism, and encapsulation

    • Classes are blueprints for creating objects, which are instances of classes

    • Inheritance allows a class to inherit properties and behavior from an...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Location process

Skills evaluated in this interview

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

I appeared for an interview before Jun 2023.

Round 1 - Group Discussion 

Basic Technical questions

Round 2 - Technical 

(1 Question)

  • Q1. About queries in database
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Questions on ref cursors and bulk collect
  • Q2. Nested table record type variable creation and their syntax.
  • Q3. Triggers and procedures and packages differences.
  • Q4. ACID properties
  • Ans. 

    ACID properties ensure reliable transactions in databases: Atomicity, Consistency, Isolation, Durability.

    • Atomicity: Transactions are all-or-nothing. Example: If a bank transfer fails, both accounts remain unchanged.

    • Consistency: Transactions bring the database from one valid state to another. Example: A transaction must not violate any database rules.

    • Isolation: Concurrent transactions do not affect each other. Example: ...

  • Answered by AI
  • Q5. Materialized views and db links
  • Q6. Different types of cursors
  • Ans. 

    Cursors are database objects used to retrieve and manipulate data row by row.

    • 1. Implicit Cursors: Automatically created by SQL for single SQL statements. Example: SELECT * FROM employees;

    • 2. Explicit Cursors: Defined by the programmer for complex queries. Example: DECLARE cursor_name CURSOR FOR SELECT * FROM orders;

    • 3. Forward-only Cursors: Can only move forward through the result set. Example: Used for simple read opera...

  • Answered by AI
  • Q7. Autonomous transaction and merge statement

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and best of luck

I applied via Recruitment Consultant and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Method overloading, method overriding, life cycle of thread,oops concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 4 rounds. 1. Technical written test, here, pattern, string, array questions were asked. 2.Face to face .
3. Manager round, here scenario based questions on jdbc,hybernate and other family background details.
4. HR round.

I applied via Campus Placement and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Concat two linked lists in alternative way
  • Ans. 

    Concatenate two linked lists alternatively

    • Create a new linked list

    • Traverse both linked lists simultaneously

    • Alternate between adding nodes from each list to the new list

    • If one list is longer than the other, add the remaining nodes to the end of the new list

  • Answered by AI
  • Q2. Java and oops

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for Java and a certain of algo n ds

Skills evaluated in this interview

I applied via Referral and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Explain datawindow in powerbuilder
  • Ans. 

    DataWindow is a GUI control in PowerBuilder used to display and manipulate data from a database.

    • DataWindow can be used to retrieve data from a database, display it in a tabular format, and allow users to edit the data.

    • It supports various data sources such as SQL, ODBC, and XML.

    • DataWindow can also be used to create reports and graphs.

    • It provides various features such as sorting, filtering, grouping, and computed columns...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - say basics concepts about the datawindow in powerbuilder. As datawindow is the base of powerbuilder candidate should prepare well

Skills evaluated in this interview

Mastek Interview FAQs

How many rounds are there in Mastek Assistant Manager interview?
Mastek interview process usually has 3 rounds. The most common rounds in the Mastek interview process are Resume Shortlist, HR and One-on-one Round.
How to prepare for Mastek Assistant Manager 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 Active Directory, Business Finance, DHCP, DNS and Finance.

Tell us how to improve this page.

Mastek Assistant Manager Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 339 Interviews
NeoSOFT Interview Questions
3.6
 • 268 Interviews
3i Infotech Interview Questions
3.5
 • 145 Interviews
Microland Interview Questions
3.4
 • 132 Interviews
Sify Technologies Interview Questions
3.8
 • 123 Interviews
Maveric Systems Interview Questions
3.5
 • 118 Interviews
Sonata Software Interview Questions
3.4
 • 117 Interviews
View all
Mastek Assistant Manager Salary
based on 17 salaries
₹9.5 L/yr - ₹15 L/yr
41% more than the average Assistant Manager Salary in India
View more details

Mastek Assistant Manager Reviews and Ratings

based on 4 reviews

2.9/5

Rating in categories

2.7

Skill development

2.7

Work-life balance

2.7

Salary

3.0

Job security

2.7

Company culture

2.3

Promotions

2.7

Work satisfaction

Explore 4 Reviews and Ratings
Senior Software Engineer
556 salaries
unlock blur

₹6.2 L/yr - ₹24 L/yr

Associate Consultant
297 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Software Engineer
287 salaries
unlock blur

₹3 L/yr - ₹8.7 L/yr

Software Specialist
267 salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Consultant 1
196 salaries
unlock blur

₹3.4 L/yr - ₹10.3 L/yr

Explore more salaries
Compare Mastek with

ITC Infotech

3.6
Compare

3i Infotech

3.5
Compare

Sify Technologies

3.8
Compare

Microland

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