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

Clear (1)

Mastek Associate Application Developer Interview Questions and Answers

Updated 7 Aug 2024

Mastek Associate Application Developer Interview Experiences

1 interview found

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

I applied via campus placement at Parul Institute of Management and Research, Vadodara and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

It was easy, confidence and fluency is the key.

Round 2 - Aptitude Test 

Easier, straight forward

Round 3 - One-on-one 

(2 Questions)

  • Q1. SQL queries, advanced level questions
  • Q2. Oops concepts , practical implementation and examples

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare thoroughly

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected
Round 1 - Aptitude Test 

It was not that tough. If you prepare well you can do well

Round 2 - Technical 

(2 Questions)

  • Q1. Oops Aql query syntax
  • Q2. Some personal questions to know about background like college and university
Round 3 - HR 

(1 Question)

  • Q1. Asked about college and other things
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Coding Test 

Deep coding knowledge required

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on the java 8 / 11 features and coding knowledge because the role required dail y coding tasks
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference Between BADI and UserExit?
  • Ans. 

    BADI is an enhancement technique in SAP that allows adding additional functionality to standard SAP programs, while UserExit is a legacy technique for modifying standard SAP programs.

    • BADI stands for Business Add-In and is a newer enhancement technique in SAP.

    • BADI allows multiple implementations to be active at the same time, providing flexibility.

    • BADI implementations are independent of each other and can be activated o...

  • Answered by AI
  • Q2. Badi can be used for multiple implementation and user exit is a single implementation
Round 2 - One-on-one 

(2 Questions)

  • Q1. What would you do if your supervisor doesnt agree on your approach which can actually help resolve the problem?
  • Q2. Will try to reason why the approach wont suit if the reason is not satisfying will conenct with +1 to discuss with the issue.

Skills evaluated in this interview

I applied via Naukri.com

Interview Questionnaire 

2 Questions

  • Q1. Page life cycle,sql,session state,global asmx
  • Q2. Joins,view sp

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident.if do not know ans then simply say no idea dont share false answer.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2022. There were 4 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 Resume tips
Round 2 - Aptitude Test 

General aptitude with analytical skill

Round 3 - Technical 

(3 Questions)

  • Q1. General concepts on oops, coding round
  • Q2. Oops, coding test
  • Q3. Where you want to be in next 5 years
  • Ans. 

    In the next 5 years, I aim to become a technical lead in a reputable software development company.

    • I want to enhance my technical skills and knowledge in various programming languages and frameworks.

    • I plan to take on more challenging projects and lead a team of developers.

    • I aim to contribute to the development of innovative and cutting-edge software solutions.

    • I want to establish myself as a subject matter expert in appl...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep on giving positive answers on all questions

Interview Questionnaire 

1 Question

  • Q1. What is sccm and its features? And how can you define its ?
  • Ans. 

    SCCM is a system management tool used for deploying, managing and monitoring software and hardware in an enterprise environment.

    • SCCM stands for System Center Configuration Manager

    • It allows for remote management of devices and software deployment

    • Features include inventory management, software distribution, patch management, and OS deployment

    • It can be used to manage Windows, Mac, and Linux devices

    • SCCM integrates with oth...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about your self
  • Ans. 

    I am a highly motivated Applications Engineer with a strong background in software development and problem-solving skills.

    • Experienced in developing and implementing software applications

    • Skilled in troubleshooting and resolving technical issues

    • Strong communication and teamwork abilities

    • Proficient in programming languages such as Java, C++, and Python

  • Answered by AI
Round 2 - Aptitude Test 

Normal basic apti question

Round 3 - HR 

(1 Question)

  • Q1. Tell me about your self
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Ajay Kumar Garg Engineering College, Ghaziabad and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

General aptitude questions

Round 2 - Technical 

(5 Questions)

  • Q1. What are the different datatypes in python?
  • Ans. 

    Python has various datatypes including int, float, str, list, tuple, dict, set, bool.

    • int: whole numbers (e.g. 5)

    • float: decimal numbers (e.g. 3.14)

    • str: text (e.g. 'hello')

    • list: ordered collection (e.g. [1, 2, 3])

    • tuple: ordered, immutable collection (e.g. (1, 2, 3))

    • dict: key-value pairs (e.g. {'key': 'value'})

    • set: unordered collection of unique elements (e.g. {1, 2, 3})

    • bool: True or False values

  • Answered by AI
  • Q2. What is set and frozen set
  • Ans. 

    A set is a collection of unique elements with no specific order, while a frozen set is an immutable set that cannot be changed.

    • A set does not allow duplicate elements

    • A frozen set is created using the frozenset() function

    • Sets are mutable and can be modified, while frozen sets are immutable

    • Example: set1 = {1, 2, 3} ; frozenset1 = frozenset(set1)

  • Answered by AI
  • Q3. What is a hyperlink in HTML
  • Ans. 

    A hyperlink in HTML is a clickable text or image that redirects the user to another webpage or resource.

  • Answered by AI
  • Q4. Questions related to project
  • Q5. What is CSS and why it is used
  • Ans. 

    CSS stands for Cascading Style Sheets and is used to style the appearance of web pages.

    • CSS is used to control the layout, colors, fonts, and other visual aspects of a website.

    • It allows for separation of content from design, making it easier to update and maintain websites.

    • Selectors are used to target specific HTML elements and apply styles to them.

    • CSS can be applied inline, embedded within HTML, or linked externally to...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Newgen Software Technologies Applications Engineer interview:
  • DBMS
  • SQL
  • HTML
  • Languages

Skills evaluated in this interview

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

I applied via campus placement at JSS Academy of Technical Education, Noida and was interviewed in Sep 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

The first round was MCQ based, there were questions from JAVA, SQL and computer science subjects.

Round 2 - Psychometric Test 

(1 Question)

  • Q1. There were 100 questions in this round.
Round 3 - Aptitude Test 

This was a MCQ based test and questions were from Aptitude and English.

Round 4 - Technical 

(1 Question)

  • Q1. The interviewer was very polite, he firstly asked me to introduce myself, then he went through my resume and asked me whether i have any technical skills or not. I said "Yes Sir" and I told him about my sk...
Round 5 - HR 

(1 Question)

  • Q1. These were the questions asked in HR round 1)Introduce yourself. 2)Tell me about your family background. 3)What is your biggest achievement till now? 4)What is your strength and weakness? 5)Why newgen? 6)W...

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear your basics of DSA, Computer Science Subjects, try to solve some puzzle on geeksforgeeks,
Don't write anything in your resume that you don't know, don't try to fool them, if you don't know, simply say no.
And don't try to cheat in online rounds as many students in my college were eliminated because they were caught doing cheating.
Contribute & help others!
anonymous
You can choose to be anonymous

Mastek Interview FAQs

How many rounds are there in Mastek Associate Application Developer interview?
Mastek interview process usually has 3 rounds. The most common rounds in the Mastek interview process are Group Discussion, Aptitude Test and One-on-one Round.
What are the top questions asked in Mastek Associate Application Developer interview?

Some of the top questions asked at the Mastek Associate Application Developer interview -

  1. Oops concepts , practical implementation and examp...read more
  2. SQL queries, advanced level questi...read more

Recently Viewed

INTERVIEWS

Boeing

85 interviews

INTERVIEWS

Apexon

135 interviews

INTERVIEWS

Xogene

8 interviews

INTERVIEWS

OpenBet

3 interviews

INTERVIEWS

ABB

233 interviews

INTERVIEWS

Alembic Glass Industries

No Interviews

INTERVIEWS

Parul University

No Interviews

INTERVIEWS

Bain Capability Network

No Interviews

INTERVIEWS

Confederation of Indian Industry

No Interviews

INTERVIEWS

Aurigo

No Interviews

Tell us how to improve this page.

Mastek Associate Application Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Cyient Interview Questions
3.7
 • 284 Interviews
NeoSOFT Interview Questions
4.0
 • 263 Interviews
View all
Senior Software Engineer
552 salaries
unlock blur Lock Unlock

₹6.1 L/yr - ₹24 L/yr

Software Engineer
405 salaries
unlock blur Lock Unlock

₹2.7 L/yr - ₹8 L/yr

Associate Consultant
294 salaries
unlock blur Lock Unlock

₹2 L/yr - ₹9 L/yr

Software Specialist
264 salaries
unlock blur Lock Unlock

₹7.9 L/yr - ₹30 L/yr

Consultant 1
191 salaries
unlock blur Lock Unlock

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