Upload Button Icon Add office photos

Filter interviews by

Peekay Petrochem Interview Questions and Answers

Updated 16 Aug 2023

Peekay Petrochem Interview Experiences

1 interview found

Sales Manager Interview Questions & Answers

user image Anonymous

posted on 16 Aug 2023

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

I applied via Referral and was interviewed before Aug 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 - HR 

(4 Questions)

  • Q1. About yourself. How can manage
  • Q2. If you stay out side from kolkata
  • Q3. Wats is the current salary
  • Q4. What is the expectation?
  • Ans. 

    The expectation is to meet and exceed sales targets, lead a successful sales team, and drive revenue growth.

    • Set clear sales targets and goals for the team

    • Provide ongoing training and support to sales team members

    • Develop and implement sales strategies to drive revenue growth

    • Monitor and analyze sales performance metrics to track progress

    • Build and maintain strong relationships with clients and partners

  • Answered by AI
Round 3 - One-on-one 

(4 Questions)

  • Q1. Director take final round.
  • Q2. About yourself and working details.
  • Q3. Your experience and depend on their mood.
  • Q4. Salary negotiation, and notice period about you .

Interview Preparation Tips

Interview preparation tips for other job seekers - I told don't waste your time and career also. If you are 45+ then you can join for this company but I think don't work.

Sales Manager Interview Questions asked at other Companies

Q1. If you're in Cold areas like Kashmir or Himachal Pradesh. & You have to sell an AC which is having only Cold option. How would you do that?
View answer (17)

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Basic codings like prime no or not

Round 2 - Technical 

(4 Questions)

  • Q1. Oops concepts, data structures
  • Q2. What is oops concept
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPs focuses on creating objects that interact with each other to solve problems

    • Key concepts include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation involves bundling data and methods that operate on the data into a single unit

    • Inheritance allows one class to inherit proper...

  • Answered by AI
  • Q3. Explain encapsulation
  • Ans. 

    Encapsulation is the concept of bundling data and methods that operate on the data into a single unit.

    • Encapsulation helps in hiding the internal state of an object and restricting access to it.

    • It allows for better control over the data by preventing direct access from outside the class.

    • Encapsulation also enables data to be accessed only through the methods defined in the class.

    • Example: In a class representing a car, th...

  • Answered by AI
  • Q4. Explain data structures
  • Ans. 

    Data structures are ways to organize and store data in a computer so that it can be accessed and manipulated efficiently.

    • Data structures define how data is stored, accessed, and manipulated in a computer program.

    • Examples include arrays, linked lists, stacks, queues, trees, and graphs.

    • Choosing the right data structure is crucial for optimizing performance and efficiency in software development.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Campus Placement and was interviewed before Aug 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions were given

Round 2 - Coding Test 

Moderate level coding questions from aaray,stack and linked lists

Round 3 - Technical 

(2 Questions)

  • Q1. Oops concepts , java basic questions, projects
  • Q2. Write a code for removing duplicate elements
  • Ans. 

    Code to remove duplicate elements from an array of strings

    • Create a set to store unique elements

    • Iterate through the array and add elements to the set

    • Convert the set back to an array to get unique elements

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Why mindtree? And how would you contribute to the company
  • Ans. 

    I chose Mindtree because of its reputation for innovation and commitment to employee growth. I believe my strong technical skills and collaborative mindset would contribute to the company's success.

    • I am impressed by Mindtree's track record of delivering cutting-edge solutions to clients.

    • I value the company's focus on continuous learning and development for its employees.

    • My experience in software development and problem...

  • Answered by AI
  • Q2. Final year project, who motivates you
  • Ans. 

    My final year project was motivated by my passion for solving real-world problems and making a positive impact.

    • Passion for solving real-world problems

    • Desire to make a positive impact

    • Inspiration from mentors or industry professionals

    • Personal drive to excel and innovate

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and focus on aptitude and dsa

I applied via Recruitment Consulltant

Round 1 - One-on-one 

(2 Questions)

  • Q1. Regarding earlier experience. Projects done.
  • Q2. Technical queries and BA role questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Roles and responsibilities.
Round 3 - HR 

(1 Question)

  • Q1. Introduction, salary negotiation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear and specific about task being performed earlier and JD in vistra
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What's a AML & screening
  • Ans. 

    AML & screening stands for Anti-Money Laundering and screening is the process of checking individuals or entities against various watchlists to ensure compliance with regulations.

    • AML refers to the laws, regulations, and procedures intended to prevent criminals from disguising illegally obtained funds as legitimate income.

    • Screening involves checking individuals or entities against watchlists such as OFAC, PEP, and sanct...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're looking to join in KYC/Aml background and it's Netherlands team then i would request don't🙏🏼 This team is too toxic, hostile, unhelpful & unprofessional due to which me & other new joiners left.

Very toxic, rude & comparative approach by The associate director & managers of client acceptance & the Netherlands team.

There's no work life balance & they make you work more then 12 hours Daily asking to work on Weekends too ! Don't fall for the trap of " Only 8 days WFO ".

Interview Questionnaire 

2 Questions

  • Q1. Core Java(Collection,multithreading), Spring boot, Struts, coding question
  • Q2. How to count numbers for words in string using hash Map
  • Ans. 

    Count numbers for words in a string using hash map.

    • Create a hash map to store the count of each word.

    • Split the string into an array of words.

    • Loop through the array and check if each word is a number.

    • If it is a number, increment the count in the hash map.

    • Return the hash map with the count of each number word.

  • Answered by AI

Skills evaluated in this interview

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

I was interviewed in Apr 2023.

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. Overall turnover of business
  • Ans. 

    The overall turnover of the business refers to the total revenue generated by the company within a specific period of time.

    • Calculate the total revenue earned by the company in a given time frame

    • Consider factors such as sales, services, and other sources of income

    • Compare the turnover to previous periods to track growth or decline

    • Use financial statements and reports to analyze the turnover

  • Answered by AI
  • Q2. How you manage your time
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jun 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 - One-on-one 

(1 Question)

  • Q1. Previous work experience
Round 3 - One-on-one 

(1 Question)

  • Q1. About your previous work experience
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiate,facility discussion
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic Java arrays que

Round 2 - Technical 

(1 Question)

  • Q1. Basic technical que
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Sep 2023.

Round 1 - Aptitude Test 

Average level of the aptitude test

Round 2 - Coding Test 

Two coding questions, two apti questions online video on

Peekay Petrochem Interview FAQs

How many rounds are there in Peekay Petrochem interview?
Peekay Petrochem interview process usually has 3 rounds. The most common rounds in the Peekay Petrochem interview process are Resume Shortlist, HR and One-on-one Round.
What are the top questions asked in Peekay Petrochem interview?

Some of the top questions asked at the Peekay Petrochem interview -

  1. What is the expectati...read more
  2. Director take final rou...read more

Tell us how to improve this page.

Peekay Petrochem Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

10405090xyzabc Interview Questions
3.8
 • 1.3k Interviews
Any Brand Interview Questions
4.1
 • 64 Interviews
Pie Infocomm Interview Questions
4.5
 • 39 Interviews
MNC AUTOMATION Interview Questions
4.2
 • 34 Interviews
Beyondriffs Interview Questions
4.6
 • 25 Interviews
Birla White Interview Questions
4.2
 • 25 Interviews
FreshToHome Interview Questions
3.5
 • 23 Interviews
View all

Peekay Petrochem Reviews and Ratings

based on 4 reviews

4.0/5

Rating in categories

4.1

Skill development

3.9

Work-life balance

3.8

Salary

3.5

Job security

3.5

Company culture

3.7

Promotions

3.5

Work satisfaction

Explore 4 Reviews and Ratings
Compare Peekay Petrochem with

ACTE

4.6
Compare

Birla White

4.2
Compare

Zeetech Management And Marketing

4.1
Compare

Ricoh

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