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

Clear (1)

Prodapt Software Developer Interview Questions and Answers

Updated 17 Nov 2024

Prodapt Software Developer Interview Experiences

5 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Round 1 : aptitude, verbal abilty and its based on sectional cutoff

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and do not give up.

I applied via Campus Placement and was interviewed in Aug 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

First round was aptitude and coding test in which you'll be asked questions on quantitative aptitude, logical and verbal ability and 3 programming questions.

Round 2 - HR 

(3 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a software developer with experience in multiple programming languages and a passion for problem-solving.

    • Experienced in Java, C++, and Python

    • Strong understanding of data structures and algorithms

    • Worked on various projects including web development and mobile app development

    • Excellent problem-solving and analytical skills

  • Answered by AI
  • Q2. How will you use your skills and certifications in Prodapt?
  • Ans. 

    I will utilize my skills and certifications in Prodapt to develop high-quality software solutions.

    • I will leverage my programming skills to write clean and efficient code.

    • I will apply my knowledge of software development methodologies to ensure the delivery of reliable and scalable solutions.

    • I will utilize my certifications in relevant technologies to stay updated with the latest industry trends and best practices.

    • I wil...

  • Answered by AI
  • Q3. Are you okay with signing a service bond for 18 months?
  • Ans. 

    Yes, I am okay with signing a service bond for 18 months.

    • Signing a service bond is a common practice in the software industry.

    • It ensures commitment and stability from both the employer and employee.

    • By signing the bond, I am willing to stay with the company for the specified duration.

    • It also shows my dedication and willingness to contribute to the organization's success.

    • I understand that breaking the bond may have legal

  • Answered by AI
Round 3 - Technical 

(4 Questions)

  • Q1. Write a program to sort an array
  • Ans. 

    Program to sort an array of strings

    • Use built-in sorting functions

    • Implement sorting algorithms like bubble sort, merge sort, quick sort

    • Consider time and space complexity

  • Answered by AI
  • Q2. Write a program to print pattern
  • Ans. 

    Program to print a pattern using an array of strings

    • Create an array of strings to hold the pattern

    • Use loops to fill the array with the desired pattern

    • Print the array to display the pattern

  • Answered by AI
  • Q3. 1. One logical question 2. What is data structures 3. Explain array indexing 4. What is the best algorithm for sorting. 5. Simple questions on the projects I had mentioned in my resume.
  • Q4. 3 basic questions on SQL. 1. How will you modify something in a table? 2. Explain primary, secondary and foreign keys. 3. Write a query for inserting a record in a table.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in your basics and prepare the topics mentioned in resume well. Most of the questions will be only from the topics mentioned in resume.

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more
Interview experience
3
Average
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 Resume tips
Round 2 - Coding Test 

3 hours duration, medium to hard questions on hackerrank

Round 3 - Technical 

(1 Question)

  • Q1. Explain inheritance
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Allows a class to inherit attributes and methods from another class

    • Promotes code reusability and reduces redundancy

    • Creates a parent-child relationship between classes

    • Derived class can override methods or add new methods

    • Example: Class 'Animal' can be a parent class with attributes like 'name' and me...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary and expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest, have good or average basics, and be thoughtful in response, first round was the hardest, rest was very easy.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Mar 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 Resume tips
Round 2 - Aptitude Test 

I have well confidence, and good hard work + smart work = success

Round 3 - Coding Test 

I learn python and HTML css so im attand tha coding test

Interview Preparation Tips

Interview preparation tips for other job seekers - Thanks for the given opportunity you give the
For me i will saport and hard work

Prodapt interview questions for designations

 Senior Software Developer

 (1)

 Software Engineer

 (14)

 Software Trainee

 (1)

 Java Developer

 (3)

 Application Developer

 (1)

 Backend Developer

 (1)

 Python Developer

 (1)

 Associate Software Engineer

 (12)

I applied via Indeed and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java question

Interview Preparation Tips

Interview preparation tips for other job seekers - I started to apply for big dream companies. I started dropping my resume into their job portal.

Interview questions from similar companies

I applied via Company Website and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Explain about your project you did
  • Q2. I did the kolhapur tourism websites in visual studio using asp.net c# sql server and html css javascript

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident and try to answer every question . And good communication skills are important

I applied via Campus Placement and was interviewed before May 2021. 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 

VERBAL QUANT DI/LR and Picture based test

Round 3 - Technical 

(1 Question)

  • Q1. Write a fibonaci series in c++ or C?
  • Ans. 

    Fibonacci series can be easily implemented using loops in C++ or C.

    • Declare variables for first two numbers of the series

    • Use a loop to calculate and print the next number in the series

    • Repeat the loop until desired number of terms are printed

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Informed about the policies and made us sign a document

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be calm and composed while answering the questions.

Skills evaluated in this interview

I applied via Walk-in and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Many technical questions
  • Q2. Application tools

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare more tools,practical working technic

I applied via Company Website and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I surprised with one question that is are u ready to do job in anywhere

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi guys I just suggest you that you have to focus on your resume and don't use the words which you don't know if you release a word which you don't know then hr will take that word so prepare well for TR and HR I hope my suggestion will helpful

I was interviewed before Sep 2020.

Round 1 - Face to Face 

(2 Questions)

Round duration - 30 Minutes
Round difficulty - Easy

The questions ranged from prime number concepts to one question on linked list.

  • Q1. 

    Prime Time Again Problem Statement

    You are given two integers DAY_HOURS and PARTS. Consider a day with DAY_HOURS hours, which can be divided into PARTS equal parts. Your task is to determine the total ins...

  • Ans. 

    Given DAY_HOURS and PARTS, find total instances of equivalent prime groups in a day divided into equal parts.

    • Divide the day into equal parts and check for prime groups at the same position in different parts.

    • Each prime group consists of prime numbers occurring at the same position in different parts.

    • Return the total number of equivalent prime groups found.

    • Ensure DAY_HOURS is divisible by PARTS and each hour in a prime

  • Answered by AI
  • Q2. 

    Add Two Numbers Represented as Linked Lists

    Given two linked lists representing two non-negative integers, where the digits are stored in reverse order (i.e., starting from the least significant digit to ...

  • Ans. 

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

    • Traverse both linked lists simultaneously, adding corresponding digits and carrying over if necessary.

    • Handle cases where one list is longer than the other by considering carry over.

    • Create a new linked list to store the sum digits in reverse order.

    • Return the head of the new linked list as the result.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Maharaja Agrasen College, University Of Delhi. I applied for the job as SDE - 1 in DelhiEligibility criteriaAbove 6 CGPA, No pending backlogsTata Consultancy Services (TCS) interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, Operating Systems, System design, Puzzles, AptitudeTime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : Do practice aptitude faithfully because it will help you in cracking the first round.
Tip 2 : Study concepts from different sites like Coding Ninjas, Geeks for Geeks for better understanding.

Application resume tips for other job seekers

Tip 1 : Resume should be one pager.
Tip 2 : Mention your job specific projects on the resume.

Final outcome of the interviewRejected

Skills evaluated in this interview

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

Prodapt Interview FAQs

How many rounds are there in Prodapt Software Developer interview?
Prodapt interview process usually has 2-3 rounds. The most common rounds in the Prodapt interview process are Aptitude Test, Coding Test and HR.
How to prepare for Prodapt 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, Application Development, Computer science, Database and Javascript.
What are the top questions asked in Prodapt Software Developer interview?

Some of the top questions asked at the Prodapt Software Developer interview -

  1. Write a program to sort an ar...read more
  2. Write a program to print patt...read more
  3. Explain inherita...read more

Recently Viewed

INTERVIEWS

Comviva Technology

No Interviews

INTERVIEWS

Pricol

No Interviews

INTERVIEWS

MagicPin

No Interviews

INTERVIEWS

Samsung Research

No Interviews

INTERVIEWS

o9 Solutions

No Interviews

INTERVIEWS

Amagi Media Labs

No Interviews

LIST OF COMPANIES

Oracle Financial Services Software

Overview

DESIGNATION

INTERVIEWS

Birlasoft

No Interviews

INTERVIEWS

Datamatics Global Services

No Interviews

Tell us how to improve this page.

Prodapt Software Developer Interview Process

based on 4 interviews

Interview experience

3.8
  
Good
View more
Prodapt Software Developer Salary
based on 71 salaries
₹3 L/yr - ₹8.5 L/yr
31% less than the average Software Developer Salary in India
View more details

Prodapt Software Developer Reviews and Ratings

based on 7 reviews

4.1/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

3.9

Salary

3.3

Job security

3.8

Company culture

4.2

Promotions

4.0

Work satisfaction

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

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
869 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
827 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Engineer
465 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Process Associate
263 salaries
unlock blur

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