Upload Button Icon Add office photos

Filter interviews by

PraCol Interview Questions and Answers

Updated 12 Apr 2023

1 interview found

Sort by: Popular

Inventory Assistant Interview Questions

user image Anonymous

posted on 12 Apr 2023

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

I applied via Internshala and was interviewed in Oct 2022.

3 Interview Rounds

1

Resume Shortlist Round

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
2

Technical Round (1 Question)

  • Q1. What is supply chain management
3

HR Round (1 Question)

  • Q1. Tell me something about yourself

Interview questions from similar companies

System Engineer Interview Questions

Infosys user image Anonymous

posted on 13 Feb 2015

4 Interview Rounds

Interview Preparation Tips

Round: Test
Experience: Data interpretation questions,english vocabulary(GRE BARRONS) is most important , apptitude questions and reasoning are from R S agarwal.
Total Questions: 65

Round: Technical Interview
Experience: Interviewer asked about your core subject littlebit and dont have any deep questions from c and c++.

Round: HR Interview
Experience: Given a topic and asked me to speak about that topic for one minute and given a situation asked me how would you react on that situation.

General Tips: It is easy to get a job in infosys comparatively other companies because you dont need to prepare for software side.
Prepare aptitude and reasoning from R S Agarwal and GRE BARRONS for vocabulary
College Name: NIT WARANGAL

Process Engineer Interview Questions

TCS user image Anonymous

posted on 20 Jan 2015

5 Interview Rounds

Interview Questions

Interview Preparation Tips

Round: Test
Experience: Questions related to courses of Design, MOS, TOM. It had tough MCQ’s based on formulae that had to be memorized and were calculation intensive.

Round: Technical Interview
Experience: it was a 45-minute round with questions about yourself, CPI and extra-curricular activities.

Round: HR Interview
Experience: Questions based on resume, internship and 2nd and 3rd year related projects. Short discussion on Extra-curricular activities.

College Name: IIT KANPUR

Associate Interview Questions

Cognizant user image Anonymous

posted on 12 Jan 2015

5 Interview Rounds

Interview Questions

  • Q1. Basic HR questions, your understanding of your projects, biggest achievement so far?? Add Answer

Interview Preparation Tips

Round: Resume Shortlist
Tips: Get to know your resume very well, have a story for each of your resume point

Round: Test
Experience: Written test. Basic Quant and one short essay to test your English.

Round: Interview
Experience: They were looking for people with good math skills and team player.

Round: Interview
Experience: Prepare for all the basic HR questions beforehand, write them down. for core get your basic fundamentals perfect.
Tips: I started preparing for placements from Nov starting but starting early will be better.

General Tips: Prepare for all the basic HR questions beforehand, write them down. 
For core, get your basic fundamentals perfect.
Skills: Basic fundamentals
College Name: IIT-Madras

Project Engineer Interview Questions

Wipro user image Anonymous

posted on 29 Jan 2015

Interview Preparation Tips

General Tips: KGPians have to be a little more in the know-how of latest trends in IT and programming language landscape. KGPians don’t do group projects much, specially group programming/software project. Be affirmative about your abilities and be more clear in your intent, in interviews.
Skill Tips: Must: minimum CGPA of 8. they reduced the gpa requirement to 7.9 but they maintain final gpa must be 8. Good to have: Some knowledge of programming languages,databases,Algorithms. Any extra-academic involvement helps ,but is not a requirement. Be in touch with discrete math(not requirement). C++,Java programming(may be a little bit of Python). Projects and internships with computer programming as major /critical part. Having lead a bunch of juniors or equals in a project. Decent communication skills is essential.
College Name: IIT KHARAGPUR

Analyst Interview Questions

Deloitte user image Anonymous

posted on 19 Sep 2015

3 Interview Rounds

Interview Preparation Tips

Round: Interview
Experience: Quizzed on opinions of the Construction Industry.

General Tips: 1. Be prepared on the courses and project works that you mention in your resume2. Read newspapers, blogs about the construction industry and keep yourself updated
Skill Tips: """"
Skills: Infrastructure Planning, Infrastructure Management, Construction Management, Project Management
College Name: VIT Chennai

Interview Questions

HCLTech user image Anonymous

posted on 11 Apr 2015

4 Interview Rounds

Interview Questions

Interview Preparation Tips

Round: Test
Experience: One written test. It contains four sections. Each section is of 15 minutes duration.
Tips: Prepare for general aptitude and learn the basics of C, C++ and Java.
Duration: 60 minutes

Round: HR Interview
Experience: General HR round questions were asked.
Tips: You must show your confidence and maintain eye contact with the interviewer.

General Tips: Brush up all the basics of your core subjects.
Skills: Good technical skills., Good communication skills.
College Name: NA

Software Engineer Interview Questions

Capgemini user image Siddhesh Sawant

posted on 29 Mar 2015

5 Interview Rounds

Interview Questions

Interview Preparation Tips

Round: Test
Experience: Be confident but dont be over confident
Tips: solve as many papers u can to crack dis test
Duration: 60 minutes
Total Questions: 50

Round: Group Discussion
Experience: Be clear about ur thots.
Tips: Try to speak more & relevant to the topic.
Duration: 15 minutes

Round: Technical Interview
Experience: being honest will help u clear this round
Tips: Be UP to DATE..

General Tips: Develop coding skills& logics also understand the basic math formulaes
College Name: TERNA ENGINEERING COLLEGE
Motivation: If u can Dream IT , U can Definetly Achieve IT.. :)
Funny Moments: :D

Interview Questions

Amazon user image Anonymous

posted on 5 Apr 2015

4 Interview Rounds

Interview Questions

  • Q1. Given n-ary tree, print the nodes in level-order zig-zag manner. O(n) time Add Answer
  • Q2. Given a BST find the number of pair of nodes which sum upto a given value. O(n) time, O(1) space Add Answer
  • Q3. Given a 2D plane and n points, find the line which passes through maximum number of lines Add Answer
  • Q4. If a/b is recurring like 10/3 print 10/3 as 3.(3), 16/6 as 2.(6) Add Answer
  • Q5. Explain caching, implement LRU caching View Answers (1)
  • Q6. Explain working of DNS, implement domain search in DNS Add Answer
  • Q7. What is hashing. Implement domain search using hashing Add Answer
  • Q8. Given a string of alphabet of at most 5 characters. Write a function which returns a unique number for each string with O(1) space Add Answer
  • Q9. Explain working of virtual function Add Answer
  • Q10. There is pointer of base class pointing to derived class. Explain the working with respect to the pointer, if this pointer calls the virtual function of base cl...read more Add Answer
  • Q11. How does write head take a value from process buffer and writes on a particular address (Explanation of address bus and register needed) Add Answer
  • Q12. Clone a linked list having an arbit pointer Add Answer
  • Q13. You are given deque(), enque(), isEmpty() function for queue, implement push(), pop(), min() functions of stack. O(1) time was required for min() Add Answer
  • Q14. Convert a binary tree to a DLL such that a next node for DLL is selected in a top down order in zig-zag manner. O(n) space was allowed, but not O(2n) Add Answer

Interview Preparation Tips

Round: ONLINE ROUND
Experience: 1. 20 MCQ
2. 2 coding questions
• Find the diameter of a tree
• Print all anagrams pair in separate line

Round: Technical Interview
Experience: Find the next larger element in a BST, given key might not be in the BST. O(logn) time and O(1) space.Delete all nodes on a DLL whose data is a multiple of 5. O(n) time

College Name: BIT Mesra

Skills evaluated in this interview

Banking Interview Questions

ICICI Bank user image Anonymous

posted on 24 May 2015

3 Interview Rounds

Interview Questions

  • Q1. How would your friends describe you? Add Answer
  • Q2. Are you a low/medium or high risk taker? Substantiate your stand Add Answer
  • Q3. Are you are loner? View Answers (1)
  • Q4. Are you an imaginative person? Add Answer
  • Q5. What are your strengths and weaknesses? Add Answer
  • Q6. What is your family background and what have you learned from it? Add Answer
  • Q7. What profile are you looking for? Add Answer
  • Q8. Why are you fit for investment banking and not corporate finance? Add Answer
  • Q9. Why do I want to get into ICIC and what do I know about it- Add Answer
  • Q10. Why ICICI? Add Answer
  • Q11. What do you know about the company? Add Answer
  • Q12. What interesting projects are there on your CV? Explain one of them? Add Answer
  • Q13. Discussed in and out on valuation specific questions related to a project like what projections for Sales, growth Rate, S&A, how to calculate cost of capital? Add Answer
  • Q14. What approach did you take? Add Answer
  • Q15. What lines of businesses did you value and how? Add Answer
  • Q16. What are other competitors doing and how are they growing? Add Answer
  • Q17. If you are the CEO of the same company what measures will you take to make the company grow to the next level? Add Answer
  • Q18. What is the difference between bank and private investor? Add Answer

Interview Preparation Tips

General Tips: Company was very impressed and wanted to make an offer but with a different profile in the interview itself but I was consistent on what I wanted and through strong negotiation finally convinced them that I am fit for Investment banking or global markets and hence that worked
Skills: Economics, Banking
College Name: NA

PraCol Interview FAQs

How many rounds are there in PraCol interview?
PraCol interview process usually has 3 rounds. The most common rounds in the PraCol interview process are Resume Shortlist, Technical and HR.

Tell us how to improve this page.

People are getting interviews through

based on 1 PraCol interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.4k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all

PraCol Reviews and Ratings

based on 2 reviews

2.4/5

Rating in categories

3.7

Skill development

2.4

Work-Life balance

2.1

Salary & Benefits

3.7

Job Security

2.4

Company culture

2.4

Promotions/Appraisal

2.4

Work Satisfaction

Explore 2 Reviews and Ratings
Driver
4 salaries
unlock blur

₹1.8 L/yr - ₹2.5 L/yr

Digital Marketing Intern
3 salaries
unlock blur

₹1.2 L/yr - ₹1.2 L/yr

Explore more salaries
Compare PraCol with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
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