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 Application Developer Interview Questions and Answers

Updated 26 Oct 2023

Mastek Application Developer Interview Experiences

1 interview found

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

I applied via campus placement at St Francis Institute of Technology, Mumbai and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic questions on maths, perctenage,etc

Round 2 - Technical 

(1 Question)

  • Q1. Questions on array ,loops, swapping numbers

Interview Preparation Tips

Interview preparation tips for other job seekers - be aware of basic concepts of programming and resume must be good

Interview questions from similar companies

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
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
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 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
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
-
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

    Mastek Interview FAQs

    How many rounds are there in Mastek Application Developer interview?
    Mastek interview process usually has 3 rounds. The most common rounds in the Mastek interview process are Resume Shortlist, Aptitude Test and Technical.
    How to prepare for Mastek Application 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 Oracle ADF, PLSQL, SOAP, SQL and XML.

    Tell us how to improve this page.

    Mastek Application Developer Interview Process

    based on 1 interview

    Interview experience

    3
      
    Average
    View more
    Mastek Application Developer Salary
    based on 5 salaries
    ₹4.2 L/yr - ₹6.1 L/yr
    55% less than the average Application Developer Salary in India
    View more details
    Senior Software Engineer
    549 salaries
    unlock blur

    ₹6.1 L/yr - ₹24 L/yr

    Software Engineer
    398 salaries
    unlock blur

    ₹2.7 L/yr - ₹7.5 L/yr

    Associate Consultant
    291 salaries
    unlock blur

    ₹2.5 L/yr - ₹9 L/yr

    Software Specialist
    262 salaries
    unlock blur

    ₹7.9 L/yr - ₹30 L/yr

    Consultant 1
    191 salaries
    unlock blur

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