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

Filter interviews by

Prodapt Interview Questions, Process, and Tips

Updated 19 Jan 2025

Top Prodapt Interview Questions and Answers

View all 40 questions

Prodapt Interview Experiences

Popular Designations

98 interviews found

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

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Testing questions

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Aechitect questions

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)
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.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Moderate level 15 questions all topics covered you can see in hacker rank practice tests similar to that type of questions

Round 3 - Coding Test 

Three coding questions need to solve two completely and 70 test cases in third questions level will be like not high but if grip our practice questions upto graphs same type of questions they will be giving and exam they conduct through the hacker rank if you complete the total DSA at hacker practice questions you can easily make two questions and third questions at your excellent and thinking and also two SQL questions at advanced level

Round 4 - Technical 

(1 Question)

  • Q1. Two interviewers they will taken by dividing the section wise like analytical thinking and theory and coding as you prepared ds and cs subject basic strong is enough and coding upto linked list hands on an...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong on basics and practice coding and don't lie to the interviewer

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Prodapt interview questions for popular designations

 Software Engineer

 (14)

 Associate Software Engineer

 (12)

 Process Associate

 (6)

 Senior Software Engineer

 (6)

 Software Developer

 (5)

 Lead Engineer

 (4)

 Java Developer

 (3)

 Technical Lead

 (3)

BSS Engineer Interview Questions & Answers

user image Madhava Rao Yadaboina

posted on 16 Apr 2024

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

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Indexes & cursors in Sql.
  • Ans. 

    Indexes and cursors are used in SQL to improve query performance and manage result sets.

    • Indexes are used to quickly locate data without having to search the entire table. They can be created on columns to speed up search operations.

    • Cursors are used to retrieve and manipulate data row by row. They can be used to iterate through a result set and perform operations on each row.

    • Indexes are used for faster data retrieval, w...

  • Answered by AI

Skills evaluated in this interview

BSS Engineer Interview Questions asked at other Companies

Q1. How to describe a Out side micro meter list count
View answer (1)

Get interview-ready with Top Prodapt Interview Questions

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

Basic python coding question

Round 2 - Technical 

(1 Question)

  • Q1. Python basics on list and objects
Round 3 - HR 

(1 Question)

  • Q1. Just interaction

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th StairsYou have been given a number of stairs. Initially, you are at the 0th stair, and you need to reach the Nth stair. Each time you can either climb one step or two steps. You are supposed to return the number... read more
View answer (5)

Jobs at Prodapt

View all
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company

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 - One-on-one 

(3 Questions)

  • Q1. Write a code for component
  • Ans. 

    Code for component

    • Identify the requirements for the component

    • Choose a suitable programming language and framework

    • Design the component architecture

    • Implement the component code

    • Test the component thoroughly

  • Answered by AI
  • Q2. How to fetch all input values in javascript
  • Ans. 

    To fetch all input values in javascript, we can use the document.querySelectorAll() method.

    • Use document.querySelectorAll() method to select all input elements

    • Loop through the selected elements to get their values

    • Store the values in an array or object for further use

  • Answered by AI
  • Q3. What are attributes of the Input element
  • Ans. 

    Attributes of the Input element include type, name, value, placeholder, and required.

    • Type attribute specifies the type of input (text, password, checkbox, etc.)

    • Name attribute specifies the name of the input element

    • Value attribute specifies the initial value of the input element

    • Placeholder attribute specifies a short hint that describes the expected value of the input element

    • Required attribute specifies whether the inpu...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer did not look for logic instead they looks for all coding lines should be proper..

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Nov 2023. There were 2 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 - HR 

(5 Questions)

  • Q1. JavaScript callback?
  • Q2. What is useState?
  • Ans. 

    useState is a hook in React that allows functional components to have state.

    • useState is a built-in hook in React.

    • It allows functional components to have state.

    • It returns an array with two elements: the current state value and a function to update the state.

    • The initial state can be passed as an argument to useState.

    • The state can be of any data type, such as a string, number, boolean, or object.

    • Example: const [count, set

  • Answered by AI
  • Q3. What is closure in JavaScript?
  • Ans. 

    Closure is a feature in JavaScript that allows a function to access variables from its outer scope even after the function has finished executing.

    • Closure is created when a function is defined inside another function.

    • The inner function has access to the variables and parameters of the outer function.

    • The inner function forms a closure with the outer function, preserving the state of the outer function's variables.

    • Closure...

  • Answered by AI
  • Q4. JavaScript promise?
  • Q5. What are props in react?
  • Ans. 

    Props are read-only properties that are passed from a parent component to a child component in React.

    • Props allow data to be passed between components in a unidirectional flow.

    • Props are immutable and cannot be modified by the child component.

    • Props can be used to customize the behavior or appearance of a component.

    • Props are accessed using the 'this.props' syntax in class components or as function arguments in functional

  • Answered by AI

Skills evaluated in this interview

Reactjs Developer Interview Questions asked at other Companies

Q1. Implement counter such that it has 2 buttons to increment and decrement the values and also add a input field such that, whatever input is given, the value should be to that and value should should be decreased and increased from the input ... read more
View answer (1)

Global Head - Real Estate and Facility Services Interview Questions & Answers

user image Vinay Somnath

posted on 29 Nov 2023

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

I applied via Recruitment Consulltant and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. With CHRO for capability and experience assessment
Round 2 - One-on-one 

(1 Question)

  • Q1. Workplace experience assessment
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

Duration was 1 hr and topics were css html react js vs code IDE it was a good experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Good technical expertise

React Js Frontend Developer Interview Questions asked at other Companies

Q1. 1. What is difference between abstract class and interface ?
View answer (1)

Prodapt Interview FAQs

How many rounds are there in Prodapt interview?
Prodapt interview process usually has 2-3 rounds. The most common rounds in the Prodapt interview process are Technical, HR and Resume Shortlist.
How to prepare for Prodapt 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 Java, Telecom, Python, Communication Skills and Salesforce.
What are the top questions asked in Prodapt interview?

Some of the top questions asked at the Prodapt interview -

  1. How would you use linked in and naukri to sou...read more
  2. what are the Smart services in the process model? write Data store Entity,Write...read more
  3. Why are u shifting software Tester to an Appian Develop...read more
How long is the Prodapt interview process?

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

Tell us how to improve this page.

Prodapt Interview Process

based on 94 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 800 Interviews
Movate Interview Questions
3.3
 • 247 Interviews
View all

Prodapt Reviews and Ratings

based on 931 reviews

3.6/5

Rating in categories

3.5

Skill development

3.5

Work-life balance

3.0

Salary

3.5

Job security

3.4

Company culture

2.8

Promotions

3.2

Work satisfaction

Explore 931 Reviews and Ratings
BSS Solution Architect

Hyderabad / Secunderabad,

Chennai

9-14 Yrs

₹ 28.4-33 LPA

Salesforce Cpq Developer

Hyderabad / Secunderabad,

Chennai

+1

5-10 Yrs

Not Disclosed

Gcp Data Engineer

Hyderabad / Secunderabad,

Chennai

+1

3-8 Yrs

Not Disclosed

Explore more jobs
Software Engineer
1.4k salaries
unlock blur

₹2.6 L/yr - ₹9.1 L/yr

Associate Software Engineer
841 salaries
unlock blur

₹2.4 L/yr - ₹5.5 L/yr

Senior Software Engineer
826 salaries
unlock blur

₹3.8 L/yr - ₹15 L/yr

Lead Engineer
461 salaries
unlock blur

₹6.9 L/yr - ₹27 L/yr

Senior Process Associate
271 salaries
unlock blur

₹1.4 L/yr - ₹5 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