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 Process Associate Interview Questions and Answers for Freshers

Updated 4 Nov 2024

Prodapt Process Associate Interview Experiences for Freshers

2 interviews found

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

I applied via Naukri.com and was interviewed before Aug 2021. 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 - Aptitude Test 

General Excel Test an Easy to understand

Round 3 - HR 

(2 Questions)

  • Q1. General question
  • Q2. Package related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Smooth interview

I applied via Referral and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Simple questions about yourself for freshers
  • Q2. Tell about yourself or run through your resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - Speak bravely, if you don't know English not well you can speak used simple words correctly.

Process Associate Interview Questions Asked at Other Companies for Fresher

asked in Genpact
Q1. What is creditor How you will define golden rules of accounting D ... read more
asked in TCS
Q2. Where interest on capital will be shown in the balance sheet
asked in Genpact
Q3. What is debitor What is depreciation What is the Journal Entry of ... read more
asked in Genpact
Q4. What is server What is Dora What is SLA How many experience you h ... read more
asked in BNP Paribas
Q5. What is derivative and types? What is mutual funds, what is NAV w ... read more

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. OOPS concept Java fundamentals
Round 2 - Technical 

(1 Question)

  • Q1. Project work framework Rest Assured

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare good
Interview experience
4
Good
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was the easy round to clear they ask basic quans which include DBMS and grammar over all the round was easy

Round 2 - Communication 

(1 Question)

  • Q1. The test was condected by AI overall the round is easy
Round 3 - Technical 

(1 Question)

  • Q1. They asked questions about my project and basic question in java
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Some mcq questions and coding question. Both where easy to medium level. Prepare combination/permutation/Time complexity etc

Round 2 - Coding Test 

A question related to Binary search and some other follow ups.

Associate Interview Questions & Answers

CitiusTech user image Kshitija Bagul

posted on 10 Sep 2024

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

I applied via Campus Placement and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain random forest
  • Ans. 

    Random forest is an ensemble learning method that builds multiple decision trees and merges them to improve accuracy and prevent overfitting.

    • Random forest is a type of ensemble learning method.

    • It builds multiple decision trees during training.

    • Each tree is built using a subset of the training data and a random subset of features.

    • The final prediction is made by averaging the predictions of all the individual trees.

    • Random...

  • Answered by AI
  • Q2. What is boosting
  • Ans. 

    Boosting is a machine learning ensemble technique where multiple weak learners are combined to create a strong learner.

    • Boosting is an iterative process where each weak learner is trained based on the errors of the previous learners.

    • Examples of boosting algorithms include AdaBoost, Gradient Boosting, and XGBoost.

    • Boosting is used to improve the accuracy of models and reduce bias and variance.

  • Answered by AI

Skills evaluated in this interview

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

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

(2 Questions)

  • Q1. Why did we hired you
  • Q2. What is next 5 years see your self

Interview Questionnaire 

1 Question

  • Q1. Internal working of hashmap, multi Thread,DSA and Coding.
  • Ans. 

    Question on internal working of hashmap, multi-threading, DSA, and coding.

    • HashMap is a data structure that stores key-value pairs and uses hashing to retrieve values quickly.

    • Multi-threading is the ability of a CPU to execute multiple threads concurrently.

    • DSA stands for Data Structures and Algorithms, which are fundamental concepts in computer science.

    • Coding involves writing instructions in a programming language to cre

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I applied via Job Portal and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. General coding and experience-based questions on software development
Round 2 - Technical 

(1 Question)

  • Q1. General coding and experience-based questions on software development
Round 3 - Technical 

(1 Question)

  • Q1. General project-based and discussion about work expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - The hiring team management seems shady and a sort-of red flag. Not-so-good interview experience.

I applied via Naukri.com and was interviewed in Apr 2022. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Interface vs abstract class
  • Ans. 

    Interface defines a contract while abstract class provides partial implementation.

    • Interfaces can only have abstract methods while abstract classes can have both abstract and non-abstract methods.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Interfaces are used for loose coupling while abstract classes are used for code reusability.

    • Example of interface: Runnable interface in Java...

  • Answered by AI
  • Q2. What is Method overloading?
  • Ans. 

    Method overloading is when a class has multiple methods with the same name but different parameters.

    • Method overloading allows for flexibility in method calls

    • The methods must have different parameters, such as different data types or different numbers of parameters

    • Example: public void print(int num) and public void print(String str)

    • The compiler determines which method to call based on the arguments passed

  • Answered by AI
  • Q3. Indexing of sqlsever dstsbase
  • Ans. 

    Indexing in SQL Server database

    • Indexing improves query performance by creating a structure that allows for faster data retrieval

    • Clustered and non-clustered indexes are the two types of indexes in SQL Server

    • Clustered indexes determine the physical order of data in a table while non-clustered indexes create a separate structure

    • Indexing should be done strategically to avoid over-indexing which can slow down data modificat

  • Answered by AI
  • Q4. Value type & reference type
Round 2 - HR 

(1 Question)

  • Q1. Only Salary negitiation
Round 3 - Behavioral 

(1 Question)

  • Q1. Few common questions from project & why did u left your current organization

Interview Preparation Tips

Interview preparation tips for other job seekers - After salary discussion when everything was settled and H.R was about to release my offer letter but after few days she told me that they didn't get approval from higher management due to high package. If they can't afford that amount then why did they offer me the amount? one of my friends also faced same incident.

Skills evaluated in this interview

Prodapt Interview FAQs

How many rounds are there in Prodapt Process Associate interview for freshers?
Prodapt interview process for freshers usually has 3 rounds. The most common rounds in the Prodapt interview process for freshers are Resume Shortlist, Aptitude Test and HR.
How to prepare for Prodapt Process Associate interview for freshers?
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 Communication Skills, non voice, Interpersonal Skills, Non Voice Process and Process Training.
What are the top questions asked in Prodapt Process Associate interview for freshers?

Some of the top questions asked at the Prodapt Process Associate interview for freshers -

  1. Tell me about your self.. and if your going for voice then they will check your...read more
  2. About yourself and how you worked on...read more
  3. Package related questi...read more

Tell us how to improve this page.

Prodapt Process Associate Interview Process for Freshers

based on 1 interview

Interview experience

4
  
Good
View more
Join Prodapt Our name Prodapt comes from Proactively Adapting

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 341 Interviews
CitiusTech Interview Questions
3.3
 • 277 Interviews
Altimetrik Interview Questions
3.8
 • 223 Interviews
Cybage Interview Questions
3.8
 • 194 Interviews
ValueLabs Interview Questions
3.7
 • 191 Interviews
Xoriant Interview Questions
4.1
 • 184 Interviews
Globant Interview Questions
3.8
 • 175 Interviews
ThoughtWorks Interview Questions
3.9
 • 149 Interviews
3i Infotech Interview Questions
3.5
 • 145 Interviews
View all
Prodapt Process Associate Salary
based on 229 salaries
₹1.1 L/yr - ₹3.5 L/yr
35% less than the average Process Associate Salary in India
View more details

Prodapt Process Associate Reviews and Ratings

based on 64 reviews

3.8/5

Rating in categories

3.5

Skill development

3.6

Work-life balance

3.0

Salary

3.7

Job security

3.6

Company culture

3.1

Promotions

3.1

Work satisfaction

Explore 64 Reviews and Ratings
Software Engineer
1.5k salaries
unlock blur

₹2.5 L/yr - ₹8.8 L/yr

Senior Software Engineer
846 salaries
unlock blur

₹4 L/yr - ₹15 L/yr

Associate Software Engineer
781 salaries
unlock blur

₹2.4 L/yr - ₹5.5 L/yr

Lead Engineer
468 salaries
unlock blur

₹6.9 L/yr - ₹23 L/yr

Senior Process Associate
264 salaries
unlock blur

₹1.4 L/yr - ₹4.8 L/yr

Explore more salaries
Compare Prodapt with

ITC Infotech

3.6
Compare

3i Infotech

3.5
Compare

Cybage

3.8
Compare

Xoriant

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