Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Procol Team. If you also belong to the team, you can get access from here

Procol Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Procol Interview Questions and Answers

Updated 23 Sep 2024
Popular Designations

7 Interview questions

A Software Developer Intern was asked
Q. 

Power of a Number Problem

You are given two integers, X and N. Your task is to compute the value of X raised to the power of N (i.e., X^N).

Input:

The first line contains an integer T, the number of test...
Ans. 

Compute the value of X raised to the power of N for given integers X and N.

  • Read the number of test cases T

  • For each test case, read the values of X and N

  • Calculate X^N for each test case

  • Print the result of X^N for each test case

View all Software Developer Intern interview questions
A Software Developer Intern was asked
Q. 

Minimum Operations to Equalize Array

Given an integer array ARR of length N where ARR[i] = (2*i + 1), determine the minimum number of operations required to make all the elements of ARR equal. In a single ...

Ans. 

The minimum number of operations required to make all elements of the given array equal.

  • Calculate the target value as the sum of all elements divided by the length of the array.

  • Find the absolute difference between each element and the target value to determine the number of operations needed.

  • Return the sum of all absolute differences as the minimum number of operations required.

View all Software Developer Intern interview questions
A Software Developer Intern was asked
Q. 

Search in Infinite Sorted 0-1 Array Problem Statement

You are provided with an infinite sorted array that consists exclusively of 0s followed by 1s. Your task is to determine the index of the first occurre...

Ans. 

Find the index of the first occurrence of 1 in an infinite sorted 0-1 array.

  • Use binary search to efficiently find the index of the first occurrence of 1.

  • Keep doubling the search range until you find a range that contains 1.

  • Update the search range based on the value at the mid index.

  • Return the index of the first occurrence of 1 once found.

View all Software Developer Intern interview questions
A Software Developer Intern was asked
Q. 

Pair Sum Problem Statement

You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to find and return a list of all pairs of elements where each sum of a pair equals 'S'.

Note:

...

Ans. 

Find pairs of elements in an array that sum up to a given value, sorted in a specific order.

  • Iterate through the array and for each element, check if the complement exists in a hash set.

  • Sort the pairs based on the first element and then the second element.

  • Use a hash set to store elements as you iterate through the array to avoid duplicates.

  • Return the list of pairs that satisfy the sum condition.

View all Software Developer Intern interview questions
A Software Developer Intern was asked
Q. 

Game of Dominoes Problem Statement

Rafiq loves to play with piles of dominoes, especially when they are of equal heights. His father gifted him 'N' piles of dominoes, each with a positive number of stacked...

Ans. 

Calculate minimum cost to make consecutive windows of domino piles equal in height.

  • Iterate through each window of size K and calculate the minimum cost to make piles equal in height.

  • Keep track of the running sum of domino heights in each window.

  • For each window, find the median height and calculate the cost to make all piles equal to the median height.

View all Software Developer Intern interview questions
A Software Developer Intern was asked
Q. 

String Ka Khel Problem Statement

Ninja is creating a new game ‘String Ka Khel’ for his gaming shop. In this game, players are given ‘N’ strings. The objective is to find the maximum length of strings that ...

Ans. 

Compute the maximum length of a string that can be formed by joining given strings based on a specific condition.

  • Iterate through each string and store the count of strings ending with 'R' and 'B'.

  • Check if there are any strings ending with 'R' and 'B' that can be combined to form a longer string.

  • Return the maximum length of the string that can be formed or 0 if no combination is possible.

View all Software Developer Intern interview questions
A Software Developer Intern was asked
Q. 

Implement Stack with Linked List

Your task is to implement a Stack data structure using a Singly Linked List.

Explanation:

Create a class named Stack which supports the following operations, each in O(1)...

Ans. 

Implement a Stack data structure using a Singly Linked List with operations in O(1) time.

  • Create a class named Stack with methods getSize, isEmpty, push, pop, and getTop.

  • Use a Singly Linked List to store the elements of the stack.

  • Ensure each operation runs in O(1) time complexity.

  • Handle edge cases like empty stack appropriately.

  • Implement the logic for each operation as specified in the question.

  • Test the implementat...

View all Software Developer Intern interview questions
Are these interview questions helpful?

Procol Interview Experiences

4 interviews found

Sales Manager Interview Questions & Answers

user image Anonymous

posted on 17 Jun 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Why do you want to join procol?
  • Ans. 

    I want to join Procol to leverage my sales expertise in a dynamic environment and contribute to innovative solutions in procurement.

    • Procol's commitment to innovation aligns with my passion for driving sales in tech-driven environments.

    • I admire Procol's focus on streamlining procurement processes, which resonates with my experience in optimizing sales strategies.

    • Joining a company that values collaboration and teamwork i...

  • Answered by AI
  • Q2. What if you are not selected here?
  • Q3. Do you want to become an entrepreneur?
  • Ans. 

    I have a strong interest in entrepreneurship, but my current focus is on excelling in sales management.

    • Entrepreneurship allows for creativity and innovation, which I find exciting.

    • I admire successful entrepreneurs like Elon Musk, who have transformed industries.

    • I believe my sales skills could translate well into running my own business.

    • However, I value the stability and structure that comes with a sales management role...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst company,don't waste your time by giving interview here. Firstly the HR will end up rescheduling the interview multiple times. My first round was taken by the HR head ,who was asking me functional questions related to sales which I was appalled by. The second Round was taken by the Director sales which was good and I ended up clearing. The final round will be taken by the CEO who is a noob,In the name of cultural fitment he will ask you nonsensical questions and end up rejecting you for no reason. If the CEO is like this you can very well make out the kind of culture the company fosters.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Case Study 

Related to business growth and a template to increase sales

Round 2 - Case Study 

Reason for this role, what do you think is the way to move forward in this role.

Round 3 - HR 

(2 Questions)

  • Q1. Generic profile matching
  • Q2. Do you have any other offers
  • Ans. 

    Yes, I have received offers from other companies.

    • I have received offers from Company A and Company B.

    • I am currently in the final stages of interviews with Company C.

    • I am considering all offers before making a decision.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - it’s chill, practice some case studies. focus on current market scenarios related to SaaS products.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2022. 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 - One-on-one 

(1 Question)

  • Q1. More to do with past experience and process know how
Round 3 - One-on-one 

(1 Question)

  • Q1. Overall scope for me in the organisation (which in reality wasn't there)

Interview Preparation Tips

Interview preparation tips for other job seekers - Please please do not join

I appeared for an interview in Jan 2021.

Round 1 - Coding Test 

(3 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

The test consists of 2 sections: MCQ’s and 3 coding questions. It was a 90 minutes test, which could be started anytime between the time window of 2 hrs (In my case window was open from 4 PM to 6 PM). The test was proctored and any suspicious activity would have cancelled our test.

  • Q1. 

    Game of Dominoes Problem Statement

    Rafiq loves to play with piles of dominoes, especially when they are of equal heights. His father gifted him 'N' piles of dominoes, each with a positive number of stacke...

  • Ans. 

    Calculate minimum cost to make consecutive windows of domino piles equal in height.

    • Iterate through each window of size K and calculate the minimum cost to make piles equal in height.

    • Keep track of the running sum of domino heights in each window.

    • For each window, find the median height and calculate the cost to make all piles equal to the median height.

  • Answered by AI
  • Q2. 

    String Ka Khel Problem Statement

    Ninja is creating a new game ‘String Ka Khel’ for his gaming shop. In this game, players are given ‘N’ strings. The objective is to find the maximum length of strings that...

  • Ans. 

    Compute the maximum length of a string that can be formed by joining given strings based on a specific condition.

    • Iterate through each string and store the count of strings ending with 'R' and 'B'.

    • Check if there are any strings ending with 'R' and 'B' that can be combined to form a longer string.

    • Return the maximum length of the string that can be formed or 0 if no combination is possible.

  • Answered by AI
  • Q3. 

    Minimum Operations to Equalize Array

    Given an integer array ARR of length N where ARR[i] = (2*i + 1), determine the minimum number of operations required to make all the elements of ARR equal. In a single...

  • Ans. 

    The minimum number of operations required to make all elements of the given array equal.

    • Calculate the target value as the sum of all elements divided by the length of the array.

    • Find the absolute difference between each element and the target value to determine the number of operations needed.

    • Return the sum of all absolute differences as the minimum number of operations required.

  • Answered by AI
Round 2 - Video Call 

(3 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

It was a 60 minutes video call round held on Google Meet.The Interviewer was very helpful.

  • Q1. 

    Power of a Number Problem

    You are given two integers, X and N. Your task is to compute the value of X raised to the power of N (i.e., X^N).

    Input:

    The first line contains an integer T, the number of tes...
  • Ans. 

    Compute the value of X raised to the power of N for given integers X and N.

    • Read the number of test cases T

    • For each test case, read the values of X and N

    • Calculate X^N for each test case

    • Print the result of X^N for each test case

  • Answered by AI
  • Q2. 

    Implement Stack with Linked List

    Your task is to implement a Stack data structure using a Singly Linked List.

    Explanation:

    Create a class named Stack which supports the following operations, each in O(1...

  • Ans. 

    Implement a Stack data structure using a Singly Linked List with operations in O(1) time.

    • Create a class named Stack with methods getSize, isEmpty, push, pop, and getTop.

    • Use a Singly Linked List to store the elements of the stack.

    • Ensure each operation runs in O(1) time complexity.

    • Handle edge cases like empty stack appropriately.

    • Implement the logic for each operation as specified in the question.

    • Test the implementation w...

  • Answered by AI
  • Q3. 

    Pair Sum Problem Statement

    You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to find and return a list of all pairs of elements where each sum of a pair equals 'S'.

    Note:
    ...
  • Ans. 

    Find pairs of elements in an array that sum up to a given value, sorted in a specific order.

    • Iterate through the array and for each element, check if the complement exists in a hash set.

    • Sort the pairs based on the first element and then the second element.

    • Use a hash set to store elements as you iterate through the array to avoid duplicates.

    • Return the list of pairs that satisfy the sum condition.

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. 

    Search in Infinite Sorted 0-1 Array Problem Statement

    You are provided with an infinite sorted array that consists exclusively of 0s followed by 1s. Your task is to determine the index of the first occurr...

  • Ans. 

    Find the index of the first occurrence of 1 in an infinite sorted 0-1 array.

    • Use binary search to efficiently find the index of the first occurrence of 1.

    • Keep doubling the search range until you find a range that contains 1.

    • Update the search range based on the value at the mid index.

    • Return the index of the first occurrence of 1 once found.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from JAYPEE INSTITUTE OF INFORMATION TECHNOLOGY. I applied for the job as SDE - Intern in NoidaEligibility criteria6 CGPAProcol interview preparation:Topics to prepare for the interview - Data Structures, OOPS, Operating system, Databases, Javascript, NodeJs, ReactTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : Do at least two good projects relevant to the company and role applying for.
Tip 2 : Always read the job description carefully and do some research about the company
Tip 3 : Have a good knowledge of Computer Science fundamentals.

Application resume tips for other job seekers

Tip 1 : Include some relevant skills required in the job description.
Tip 2 : Make a single-page resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Procol?
Ask anonymously on communities.

Interview questions from similar companies

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

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. About my knowledge in Next js
  • Q2. How do I have my career planned
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. How I have planned my career.
  • Ans. 

    I have strategically planned my career by setting clear goals, gaining relevant experience, and continuously improving my skills.

    • Goal Setting: I defined short-term and long-term career goals, such as becoming a certified Business Analyst within two years.

    • Skill Development: I enrolled in courses on data analysis and project management to enhance my analytical skills and knowledge.

    • Networking: I actively participated in i...

  • Answered by AI
  • Q2. How I have started my journey towards business analyst
  • Ans. 

    My journey as a business analyst began with a passion for problem-solving and a desire to bridge the gap between business needs and technology.

    • Educational Background: I pursued a degree in Business Administration, which provided me with foundational knowledge in business processes and management.

    • Initial Experience: I started my career as a data analyst, where I honed my skills in data interpretation and reporting, whic...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 2022. 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 

Aptitude test and coding test

Round 3 - Technical 

(1 Question)

  • Q1. Python basics and about academic project
Round 4 - Technical 

(1 Question)

  • Q1. Python questions and hands on coding
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

MENTAL FAMILIY RELATION

Round 2 - One-on-one 

(1 Question)

  • Q1. Share ur experience
  • Ans. 

    I have over five years of experience in sales, focusing on building relationships and exceeding targets in various industries.

    • Developed strong client relationships, resulting in a 30% increase in repeat business over two years.

    • Consistently exceeded sales targets by an average of 20% each quarter through strategic planning and execution.

    • Led a team of five sales representatives, providing training and mentorship that imp...

  • Answered by AI

I applied via LinkedIn and was interviewed in Apr 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 - Technical 

(1 Question)

  • Q1. All C# basics and advanced questions
Round 3 - Technical 

(1 Question)

  • Q1. Second Technical round was with US CEO
Round 4 - Technical 

(1 Question)

  • Q1. C# basics and Database related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - All questions will be based on the profile you will be giving an interview. Basics to advanced questions will be there. Confidence is must while giving an interview which will help you to get consider.
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 - Technical 

(2 Questions)

  • Q1. Technical interview was taken by Rahul Maheshwari who live in the us, normal c# question they asked
  • Q2. Oops concept, difference between asp.net vs .net core,dependency injection etc

Interview Preparation Tips

Interview preparation tips for other job seekers - basic knowledge of c# and framework question they asked

Procol Interview FAQs

How many rounds are there in Procol interview?
Procol interview process usually has 2-3 rounds. The most common rounds in the Procol interview process are One-on-one Round, Case Study and Resume Shortlist.
How to prepare for Procol 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 Procol. The most common topics and skills that interviewers at Procol expect are Procurement, IT Sales, B2B Sales, SAAS and Lead Generation.

Tell us how to improve this page.

Overall Interview Experience Rating

2.8/5

based on 4 interview experiences

Difficulty level

Easy 33%
Moderate 67%

Duration

Less than 2 weeks 67%
2-4 weeks 33%
View more

Interview Questions from Similar Companies

Acviss Interview Questions
4.4
 • 8 Interviews
Tech Formation Interview Questions
4.6
 • 7 Interviews
Reveation Labs Interview Questions
4.3
 • 7 Interviews
QuickRide Interview Questions
2.9
 • 6 Interviews
Elucidata Interview Questions
3.7
 • 6 Interviews
View all

Procol Reviews and Ratings

based on 35 reviews

3.7/5

Rating in categories

3.6

Skill development

3.4

Work-life balance

4.0

Salary

3.4

Job security

3.6

Company culture

3.7

Promotions

3.4

Work satisfaction

Explore 35 Reviews and Ratings
Solution Consultant

Gurgaon / Gurugram

8-17 Yrs

Not Disclosed

Director - Sales (6-10 yrs)

6-10 Yrs

Not Disclosed

Explore more jobs
Software Engineer
13 salaries
unlock blur

₹10 L/yr - ₹30 L/yr

Senior Customer Success Specialist
8 salaries
unlock blur

₹5.5 L/yr - ₹8.1 L/yr

Customer Success Specialist
8 salaries
unlock blur

₹4.6 L/yr - ₹6 L/yr

Customer Success Manager
7 salaries
unlock blur

₹5.5 L/yr - ₹12.5 L/yr

Software Developer
6 salaries
unlock blur

₹10 L/yr - ₹12 L/yr

Explore more salaries
Compare Procol with

QuickRide

2.9
Compare

sysotel.ai

2.3
Compare

Tech Formation

4.6
Compare

Reveation Labs

4.3
Compare
write
Share an Interview