Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by Prodapt Team. If you also belong to the team, you can get access from here

Prodapt Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Prodapt Senior Software Developer Interview Questions and Answers

Updated 30 Jul 2024

Prodapt Senior Software Developer Interview Experiences

1 interview found

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

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

Round 1 - Assignment 

Took assignment on react, nodejs, git

Round 2 - Technical 

(1 Question)

  • Q1. Asked question from my personal project like if we use asyn/await why you have use that? what the functionality

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was pretty easy. Various theoretical questions on technical knowledge and 3 coding questions. Since I was applying for a .net profile, all questions were related to that only.

Round 2 - One-on-one 

(4 Questions)

  • Q1. Coding question on inheritance.
  • Q2. Coding question on Abstract classes and their application.
  • Q3. Discussion on the company, their culture.
  • Q4. Coding question on graph.
Round 3 - HR 

(2 Questions)

  • Q1. Asked me my expected salary even though it was already decided when they reached out to me.
  • Q2. Negotiations on the salary.

Interview Preparation Tips

Interview preparation tips for other job seekers - Had a very bad experience with HR, since they started negotiating on salary after I completed all my rounds. Giving me reasons why they won't be able to give me the salary that they mentioned at the start of the interview.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Why functional interface when we have interface
  • Ans. 

    Functional interfaces provide a single abstract method for functional programming in Java.

    • Functional interfaces allow for lambda expressions and method references to be used as instances of the interface.

    • Interfaces with multiple abstract methods cannot be used for lambda expressions.

    • Example: java.util.function.Function is a functional interface with a single abstract method apply().

  • Answered by AI
  • Q2. Java 8 explain all features in short
  • Ans. 

    Java 8 introduced new features like lambda expressions, streams, functional interfaces, and default methods.

    • Lambda expressions: Allows writing concise code by enabling functional programming.

    • Streams: Provides a way to work with sequences of elements efficiently.

    • Functional interfaces: Interfaces with a single abstract method, used for lambda expressions.

    • Default methods: Allows adding new methods to interfaces without br

  • Answered by AI
  • Q3. If one functional interface can extend another interface
  • Ans. 

    Yes, one functional interface can extend another interface in Java.

    • Functional interfaces can extend other functional interfaces in Java.

    • The child interface can have only one abstract method, but can inherit default methods from the parent interface.

    • Example: interface Parent { void method1(); } interface Child extends Parent { void method2(); }

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare core 100%. spring boot, sql, can be in 80s

Skills evaluated in this interview

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

(2 Questions)

  • Q1. No of divisions in cobol?
  • Ans. 

    There are four divisions in COBOL: Identification Division, Environment Division, Data Division, and Procedure Division.

    • Identification Division: Contains program name, author, and date.

    • Environment Division: Specifies the hardware and software environment.

    • Data Division: Defines the data structures used in the program.

    • Procedure Division: Contains the actual program logic.

  • Answered by AI
  • Q2. What is GDG in JCL?
  • Ans. 

    GDG stands for Generation Data Group in JCL, used to manage related datasets as a single unit.

    • GDG is used in JCL to group related datasets together for easier management.

    • It allows for easy referencing of datasets within the group using relative generation numbers.

    • Example: MYDATA.GDG(+1) refers to the most recent generation in the GDG.

    • Example: MYDATA.GDG(-1) refers to the previous generation in the GDG.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Aug 2023. 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 - Technical 

(1 Question)

  • Q1. Javascript basics, class and functional components, basic es6
Round 3 - Technical 

(1 Question)

  • Q1. Promises, context api, redux and rest API

Interview Preparation Tips

Interview preparation tips for other job seekers - I wouldn't recommend attending the interview. Cleared screening and first technical round. Had to go through background verification before proceeding to next round. Second round interviewer asked irrelevant questions to the role I was interviewing for irrespective of informing that I had not worked on the topic being discussed. Got a call next day that I was rejected and to attend walk in drive the next week so they can release the offer.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Oops concepts,Exception handling,singleton class
  • Q2. Spring boot questions

Interview Preparation Tips

Interview preparation tips for other job seekers - All the basic questions asked
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Hello tell me about yourself

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

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Technical questions with coding test on real time scenarios.

Round 3 - Technical 

(4 Questions)

  • Q1. More deep technical questions. And çode writing
  • Q2. Integration questions
  • Q3. Customization and settings
  • Q4. Deploymentquestion
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Java related questions

I applied via Naukri.com and was interviewed in Jul 2021. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. A program for prime number with using module.
  • Ans. 

    A program to find prime numbers using modules.

    • Import the math module

    • Create a function to check if a number is prime

    • Loop through a range of numbers and check if each is prime

    • Print the prime numbers found

  • Answered by AI
  • Q2. Program given.
  • Q3. Number is SQL statement I have worked on
  • Q4. Many in examples I gave.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are experienced just share all the work related knowledge you know to the interviewer.

Prodapt Interview FAQs

How many rounds are there in Prodapt Senior Software Developer interview?
Prodapt interview process usually has 2 rounds. The most common rounds in the Prodapt interview process are Assignment and Technical.
How to prepare for Prodapt Senior Software 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 Prodapt. The most common topics and skills that interviewers at Prodapt expect are Software Development, CMDB, Computer science, ITIL and ITSM.

Tell us how to improve this page.

Prodapt Senior Software Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Prodapt Senior Software Developer Salary
based on 23 salaries
₹5.2 L/yr - ₹15 L/yr
40% less than the average Senior Software Developer Salary in India
View more details

Prodapt Senior Software Developer Reviews and Ratings

based on 4 reviews

3.2/5

Rating in categories

3.5

Skill development

3.5

Work-life balance

2.6

Salary

3.0

Job security

3.0

Company culture

2.5

Promotions

2.5

Work satisfaction

Explore 4 Reviews and Ratings
Software Engineer
1.4k salaries
unlock blur

₹2.5 L/yr - ₹8.2 L/yr

Associate Software Engineer
855 salaries
unlock blur

₹2.4 L/yr - ₹5.5 L/yr

Senior Software Engineer
823 salaries
unlock blur

₹3.8 L/yr - ₹14.7 L/yr

Lead Engineer
455 salaries
unlock blur

₹6.9 L/yr - ₹22.7 L/yr

Senior Process Associate
275 salaries
unlock blur

₹1.4 L/yr - ₹4.8 L/yr

Explore more salaries
Compare Prodapt with

Movate

3.3
Compare

Mphasis

3.4
Compare

Happiest Minds Technologies

3.7
Compare

L&T Technology Services

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