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
3.6

based on 893 Reviews

Filter interviews by

Prodapt Software Engineer Interview Questions, Process, and Tips

Updated 23 Dec 2024

Top Prodapt Software Engineer Interview Questions and Answers

View all 8 questions

Prodapt Software Engineer Interview Experiences

14 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Missisipi code in java
  • Ans. 

    Implementing the Mississippi code in Java

    • Create a Java program that outputs the word 'Mississippi' in a specific format

    • Use loops and conditionals to print each letter of the word 'Mississippi' multiple times

    • Consider using nested loops for better control over the output

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

user image Shashank gowda

posted on 23 Dec 2024

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

I applied via campus placement at Dayananda Sagar College of Engineering, Bangalore and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

The aptitude test was easy with around 50 MCQs

Round 2 - Coding Test 

It had 2 easy python coding questions

Round 3 - Technical 

(2 Questions)

  • Q1. Python operators
  • Q2. SQL questions on joins and window functions

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find DuplicateYou have been given an integer array/list(ARR) of s ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Sep 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

60 Mins- Logical Reasoning, Numeric Abilities, Verbal Abilities, Logical Puzzles, Data Interpretation, Geometry

Round 2 - Coding Test 

60 Mins- Arrays, Strings, Queues

Round 3 - Technical 

(4 Questions)

  • Q1. Implement Binary Search
  • Ans. 

    Binary search is a divide and conquer algorithm that finds the position of a target value within a sorted array.

    • Start by defining the low and high indices of the array.

    • Calculate the mid index as (low + high) / 2.

    • Compare the target value with the value at the mid index and adjust the low and high indices accordingly.

    • Repeat the process until the target value is found or the low index surpasses the high index.

  • Answered by AI
  • Q2. Arrays- Two Sum Question
  • Q3. Basic OOPs Questions
  • Q4. Basic Java Questions
Round 4 - HR 

(2 Questions)

  • Q1. Aim in the next 5 Years
  • Ans. 

    To become a senior software engineer leading a team, contribute to innovative projects, and continue learning new technologies.

    • Obtain advanced certifications in relevant technologies

    • Lead a successful project from start to finish

    • Mentor junior team members

    • Attend industry conferences and workshops

    • Contribute to open source projects

  • Answered by AI
  • Q2. Why join the company?
  • Ans. 

    Joining the company offers exciting opportunities for growth, cutting-edge technology projects, and a collaborative work environment.

    • Opportunity for professional growth through challenging projects

    • Access to cutting-edge technology and tools

    • Collaborative work environment with supportive team members

    • Company values work-life balance and employee well-being

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If your basics are clear, you can easily crack the company

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

user image raswanth rajhen

posted on 12 Nov 2022

I applied via Naukri.com and was interviewed in 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 

(4 Questions)

  • Q1. Basic java, collection, spring boot
  • Q2. Spring boot with microservices
  • Ans. 

    Spring Boot with microservices is a framework for building scalable and modular applications.

    • Spring Boot is a Java-based framework that simplifies the development of standalone, production-grade Spring applications.

    • Microservices architecture is an architectural style that structures an application as a collection of small, loosely coupled services.

    • Spring Boot with microservices allows developers to build and deploy ind...

  • Answered by AI
  • Q3. Hybernet with class model
  • Ans. 

    Hibernate is an ORM tool that maps Java classes to database tables.

    • Hibernate simplifies database access by abstracting the underlying SQL queries.

    • It provides a way to map Java classes to database tables using annotations or XML files.

    • Hibernate supports various types of associations between classes, such as one-to-one, one-to-many, and many-to-many.

    • It also supports caching to improve performance.

    • Hibernate can be integra...

  • Answered by AI
  • Q4. Conectivity database

Interview Preparation Tips

Interview preparation tips for other job seekers - all the best with more confident. basic java with java8

Skills evaluated in this interview

Prodapt interview questions for designations

 Associate Software Engineer

 (12)

 Senior Software Engineer

 (6)

 Software Engineer Trainee

 (1)

 Software Developer

 (5)

 Software Trainee

 (1)

 Senior Software Developer

 (1)

 Software Testing Engineer 1

 (1)

 Software Development Engineer Intern

 (1)

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Explain network layer protocols
  • Ans. 

    Network layer protocols define how data is transmitted between devices in a network.

    • Network layer protocols operate at the network layer of the OSI model.

    • They are responsible for routing packets from the source to the destination.

    • Examples include IP (Internet Protocol), ICMP (Internet Control Message Protocol), and ARP (Address Resolution Protocol).

  • Answered by AI
  • Q2. Write a python code to get longest palindrome in a given string
  • Ans. 

    Python code to find the longest palindrome in a given string

    • Iterate through each character in the string and check for palindromes centered at that character

    • Keep track of the longest palindrome found so far

    • Return the longest palindrome at the end

  • Answered by AI

Skills evaluated in this interview

Get interview-ready with Top Prodapt Interview Questions

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

I applied via campus placement at Rajalakshmi Engineering College, Chennai and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Consisted of basic aptitude and verbal along with writing and few coding questions

Round 2 - HR 

(1 Question)

  • Q1. What are your achievements and long term aspirations.
Round 3 - Technical 

(1 Question)

  • Q1. Pattern printing Scenario based coding questions Project related questions Courses regarding courses mentioned What domain interests you have

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and mention only your strong suits on your resume.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jun 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 - Aptitude Test 

Aptitide contains verbal,logical,techinal, and 2 coding questions.90min

Round 3 - Technical 

(1 Question)

  • Q1. Basics of coding questions, About yourself etc
Round 4 - HR 

(1 Question)

  • Q1. Scenario based questions,and basic questions like tell me abt your self,relocation,job description,about company

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident while you are telling answers. Be through with basics of coding.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Coding rounds involved only few mathematical problems... what they asked me was... check if a number is prime.

Round 2 - HR 

(2 Questions)

  • Q1. How do you handle stress
  • Q2. What makes you impatient

Interview Preparation Tips

Interview preparation tips for other job seekers - keep cool, brush up basics that's it

Software Engineer Interview Questions & Answers

user image 5008-Anbuselvan S

posted on 9 Oct 2022

I applied via campus placement at St Josephs College of Engineering, Chennai and was interviewed in Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Quants, verbal, logical reasoning

Round 3 - Coding Test 

Palindrome or not, array concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be very confident while speaking and answer all the questions correctly.

I applied via campus placement at Velammal Engineering College, Chennai and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Duration-90 mins
Topics-Both aptitude and two coding questions

Round 2 - Coding Test 

Duration-90 mins
Topics- Sql, data structure, we can code to our preferred language
Platform-Hacker rank platform

Round 3 - Technical 

(1 Question)

  • Q1. About projects and some technical questions. They asked from my resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - Know everything you put in the resume, be strong in any coding language.

Prodapt Interview FAQs

How many rounds are there in Prodapt Software Engineer interview?
Prodapt interview process usually has 2-3 rounds. The most common rounds in the Prodapt interview process are Coding Test, Technical and Aptitude Test.
How to prepare for Prodapt Software Engineer 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 Engineering, Java, Devops, Microservices and OSB.
What are the top questions asked in Prodapt Software Engineer interview?

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

  1. Write a python code to get longest palindrome in a given str...read more
  2. Write a code for Fibonacci ser...read more
  3. spring boot with microservi...read more
How long is the Prodapt Software Engineer interview process?

The duration of Prodapt Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Prodapt Software Engineer Interview Process

based on 7 interviews in last 1 year

Interview experience

4.4
  
Good
View more

People are getting interviews through

based on 12 Prodapt interviews
Campus Placement
Job Portal
Company Website
58%
17%
8%
17% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.
Prodapt Software Engineer Salary
based on 1.4k salaries
₹2.6 L/yr - ₹8.2 L/yr
34% less than the average Software Engineer Salary in India
View more details

Prodapt Software Engineer Reviews and Ratings

based on 143 reviews

3.6/5

Rating in categories

3.5

Skill development

3.4

Work-Life balance

2.7

Salary & Benefits

3.5

Job Security

3.4

Company culture

2.6

Promotions/Appraisal

3.2

Work Satisfaction

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

₹2.6 L/yr - ₹8.2 L/yr

Senior Software Engineer
821 salaries
unlock blur

₹3.8 L/yr - ₹14.6 L/yr

Associate Software Engineer
811 salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Lead Engineer
455 salaries
unlock blur

₹7 L/yr - ₹23.7 L/yr

Technical Lead
262 salaries
unlock blur

₹9.2 L/yr - ₹35 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

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview