Upload Button Icon Add office photos
Engaged Employer

i

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

COOX Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

COOX Interview Questions and Answers

Updated 30 Jun 2024

COOX Interview Experiences

Popular Designations

3 interviews found

BD Executive Interview Questions & Answers

user image Anonymous

posted on 30 Jun 2024

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

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

Round 1 - HR 

(2 Questions)

  • Q1. Tell me something about yourself?
  • Ans. 

    I am a results-driven BD Executive with a proven track record of exceeding sales targets and building strong client relationships.

    • Experienced in identifying new business opportunities

    • Skilled in developing and implementing sales strategies

    • Excellent communication and negotiation skills

    • Strong ability to build and maintain client relationships

    • Proven track record of meeting and exceeding sales targets

  • Answered by AI
  • Q2. What do you know about coox
  • Ans. 

    Coox is a cloud-based platform that helps businesses streamline their sales and marketing processes.

    • Coox offers tools for lead generation, customer relationship management, and analytics.

    • It allows users to track sales activities, manage contacts, and analyze performance.

    • The platform integrates with popular CRM systems like Salesforce and HubSpot.

    • Coox helps businesses improve efficiency and drive revenue growth.

  • Answered by AI

BD Executive Interview Questions asked at other Companies

Q1. Tell me about yourself About sales marketing How to sell a product to customer who doesn't need that product How can you convince a customer to buy your product Will you handle stress and how Why did you chose academor What motivates you to... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

(3 Questions)

  • Q1. Questions about you.
  • Q2. Questions about the market knowledge.
  • Q3. Questions about idea to apply.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay motivated and higly patients. Listen carefully

(Bde)business Development Executive Interview Questions asked at other Companies

Q1. How would you convince a customer who claims the product isn't good due to the online reviews?
View answer (3)

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

(1 Question)

  • Q1. Find the middle node of a linked list.
  • Ans. 

    To find the middle node of a linked list, use two pointers - one moving at twice the speed of the other.

    • Initialize two pointers - slow and fast - both pointing to the head of the linked list.

    • Move the slow pointer one step at a time and the fast pointer two steps at a time.

    • When the fast pointer reaches the end of the linked list, the slow pointer will be pointing to the middle node.

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Share details of your previous job.
  • Q2. Why should we hire you?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Not a very bad place to begin as a fresher.

Skills evaluated in this interview

Web Development Intern Interview Questions asked at other Companies

Q1. Merge Sort Problem Statement You are given a sequence of numbers, ARR. Your task is to return a sorted sequence of ARR in non-descending order using the Merge Sort algorithm. Explanation: The Merge Sort algorithm is a Divide and Conquer app... read more
View answer (1)

Jobs at COOX

View all

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. What is you profession
  • Ans. 

    I am a Senior Associate in the field of finance, specializing in investment management.

    • I have expertise in analyzing financial data and making investment recommendations.

    • I work closely with clients to understand their financial goals and risk tolerance.

    • I monitor market trends and economic indicators to make informed investment decisions.

    • I have experience in portfolio management and asset allocation.

    • I may hold certifica...

  • Answered by AI
  • Q2. What is your ambition
  • Ans. 

    My ambition is to become a respected leader in my field, making a positive impact through innovative solutions and mentorship.

    • To continuously learn and grow in my role

    • To lead and inspire a team towards success

    • To contribute to the advancement of the organization and industry

    • To mentor and guide junior colleagues in their professional development

  • Answered by AI

I appeared for an interview before Dec 2020.

Round 1 - Face to Face 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round was purely based on Data Structures and Algorithms . One has to be fairly comfortable in solving Algorithmic problems to pass this round . Both the questions asked were quite common and luckily I had already prepared them from CodeStudio and LeetCode.

  • Q1. 

    Binary Tree Traversals Problem Statement

    Given a Binary Tree with 'N' nodes, where each node holds an integer value, your task is to compute the In-Order, Pre-Order, and Post-Order traversals of the binar...

  • Ans. 

    Compute the In-Order, Pre-Order, and Post-Order traversals of a Binary Tree given in level-order format.

    • Implement functions to perform In-Order, Pre-Order, and Post-Order traversals of a Binary Tree.

    • Use level-order input to construct the Binary Tree.

    • Traverse the Binary Tree recursively to generate the required traversals.

    • Ensure proper handling of null nodes represented by -1 in the input.

    • Return the three traversals as

  • Answered by AI
  • Q2. 

    Reverse Linked List Problem Statement

    Given a Singly Linked List of integers, your task is to reverse the Linked List by altering the links between the nodes.

    Input:

    The first line of input is an intege...
  • Ans. 

    Reverse a singly linked list by altering the links between nodes.

    • Iterate through the linked list and reverse the links between nodes

    • Use three pointers to keep track of the current, previous, and next nodes

    • Update the links between nodes to reverse the list

    • Return the head of the reversed linked list

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Medium

This round basically tested some concepts from Data Structures and File Manipulation .

  • Q1. 

    Intersection of Two Arrays Problem Statement

    Given two arrays A and B with sizes N and M respectively, both sorted in non-decreasing order, determine their intersection.

    The intersection of two arrays in...

  • Ans. 

    The problem involves finding the intersection of two sorted arrays efficiently.

    • Use two pointers to iterate through both arrays simultaneously.

    • Compare elements at the pointers and move the pointers accordingly.

    • Handle cases where elements are equal and update the intersection array.

    • Return the intersection array as the result.

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPABig Basket interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Operating Systems, Aptitude, OOPSTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Internshala and was interviewed in Jun 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Why do you want to work at ambition box?
  • Ans. 

    I want to work at Ambition Box because of its innovative work culture and opportunities for growth.

    • Innovative work culture

    • Opportunities for growth

    • Positive company reputation

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I applied through internshala, and got shortlisted in a few days. Then i had a telephonic interview. After that, there was one F2F interview in the company office. in couple of days, i was selected and received the offer letter.

I applied via Naukri.com and was interviewed in Jun 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. 1) Tell About Yourself
  • Ans. 

    I am a motivated and enthusiastic individual with a strong passion for learning and gaining practical experience in the field of [field].

    • I am currently pursuing a degree in [field] at [university].

    • I have completed internships at [company] and [company], where I gained valuable skills in [specific skills].

    • I am proficient in [programming languages/tools] and have experience in [relevant experience].

    • I am a quick learner a...

  • Answered by AI
  • Q2. What are your future plans?
  • Ans. 

    I plan to gain valuable experience and skills through this internship and use it as a stepping stone for my future career.

    • I plan to learn as much as possible during this internship and apply the knowledge in my future endeavors.

    • I aim to develop strong professional relationships and network with industry experts.

    • I intend to explore different areas within the company to gain a well-rounded understanding of the business.

    • I...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1)Speak confidently.
2)Give honest answers.
3)Have a full knowledge about the company and your role in it.

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

Interview Questionnaire 

5 Questions

  • Q1. All questions related Warehouse and Inventory Team Management
  • Q2. Experience about warehouse
  • Ans. 

    I have 5 years of experience managing warehouse operations, including inventory control, shipping/receiving, and staff supervision.

    • Implemented efficient inventory management system to reduce errors and improve accuracy

    • Led team in achieving 99% on-time shipping rate by optimizing workflow processes

    • Trained staff on safety protocols and equipment operation to ensure compliance with OSHA regulations

  • Answered by AI
  • Q3. Vendor management, business development
  • Q4. Loss prevention
  • Q5. E commerce system

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure answer as per your experience

Interview Questionnaire 

1 Question

  • Q1. They asked 3 Coding questions and 5 MCQ all of them were very simple. One was related to fibbonaci. Another one was like there was 2d array and at i,j sum till row i and sum till j was given and all the el...

Interview Preparation Tips

Interview preparation tips for other job seekers - I got all three questions correct and also I got a call from recruiter saying that be prepared for interview at tuesday but when i tried calling, He wasn't picking it up. Overall, It was a pathetic experience.

I applied via Referral and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. A brief introduction about yourself
Round 2 - One-on-one 

(1 Question)

  • Q1. Just a normal conversation and self handling situation

Interview Preparation Tips

Interview preparation tips for other job seekers - just be confident and go thru,questions asked are easy but your confidence matter

COOX Interview FAQs

How many rounds are there in COOX interview?
COOX interview process usually has 2 rounds. The most common rounds in the COOX interview process are HR, Resume Shortlist and One-on-one Round.
How to prepare for COOX 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 COOX. The most common topics and skills that interviewers at COOX expect are Communication Skills, SEO, Supply Chain, Javascript and Marketing.
What are the top questions asked in COOX interview?

Some of the top questions asked at the COOX interview -

  1. Find the middle node of a linked li...read more
  2. Questions about the market knowled...read more
  3. Questions about idea to app...read more

Tell us how to improve this page.

COOX Interview Process

based on 4 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 428 Interviews
BigBasket Interview Questions
3.9
 • 359 Interviews
Zomato Interview Questions
3.8
 • 312 Interviews
Blinkit Interview Questions
3.7
 • 182 Interviews
AmbitionBox Interview Questions
4.9
 • 151 Interviews
Dunzo Interview Questions
3.4
 • 69 Interviews
Box8 Interview Questions
3.5
 • 13 Interviews
FoodPanda Interview Questions
3.7
 • 9 Interviews
Uber eats Interview Questions
4.3
 • 8 Interviews
View all

COOX Reviews and Ratings

based on 27 reviews

3.2/5

Rating in categories

3.3

Skill development

3.3

Work-life balance

3.1

Salary

3.1

Job security

3.3

Company culture

3.1

Promotions

3.1

Work satisfaction

Explore 27 Reviews and Ratings
Business Development Executive

Noida

0-5 Yrs

₹ 3-4 LPA

Social Media Marketer

Noida

0-5 Yrs

₹ 3-4 LPA

SEO Executive

Noida

0-5 Yrs

₹ 2.5-3 LPA

Explore more jobs
Operations Executive
11 salaries
unlock blur

₹2 L/yr - ₹4.2 L/yr

Business Development Executive
6 salaries
unlock blur

₹3.2 L/yr - ₹3.3 L/yr

Front end Developer
4 salaries
unlock blur

₹2.4 L/yr - ₹3.6 L/yr

HR Executive Generalist
4 salaries
unlock blur

₹2.5 L/yr - ₹3.6 L/yr

Software Developer
3 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Explore more salaries
Compare COOX with

Zomato

3.8
Compare

Swiggy

3.8
Compare

BigBasket

3.9
Compare

Blinkit

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