Upload Button Icon Add office photos
Engaged Employer

i

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

Cogoport Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Cogoport Sales Manager Interview Questions and Answers

Updated 6 Sep 2023

Cogoport Sales Manager Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Social and was interviewed in Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. How do you see the level of performance
  • Ans. 

    Performance can be evaluated through key performance indicators, sales metrics, and feedback from team members and customers.

    • Evaluate performance through key performance indicators (KPIs) such as sales targets, conversion rates, and revenue growth.

    • Analyze sales metrics like average deal size, win rate, and sales cycle length to assess performance.

    • Seek feedback from team members and customers to understand their percept...

  • Answered by AI
Round 2 - Group Discussion 

Meet and greet other team members.

Interview Preparation Tips

Interview preparation tips for other job seekers - Ask lots of questions, dig hard and then go away and review the answers to make sure you know what is invovled.

Interview questions from similar companies

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 Resume tips
Round 2 - Aptitude Test 

General aptitude test happened .. result will decide the next step of action

Round 3 - One-on-one 

(2 Questions)

  • Q1. 1- Discussion directly with the GM to check if you are a suitable candidate or not
  • Q2. Check your knowledge in regards to the industry

Interview Preparation Tips

Interview preparation tips for other job seekers - Be real. Don't fake it. They majorly see if you can take certain pressure or not and accordingly you behave will result in your hiring or not.

I applied via Recruitment Consultant and was interviewed in Feb 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Mostly related to team Handling and Management. Past companies Target and achievements.
  • Q2. Be Genuine it will help.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Honest and Genuine.

I applied via Recruitment Consultant and was interviewed in May 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is diameter of Binary Tree? Write full working code.
  • Ans. 

    Diameter of a binary tree is the longest path between any two leaf nodes.

    • Calculate the height of left and right subtrees recursively.

    • Calculate the diameter recursively using the formula max(left_height + right_height + 1, max(left_diameter, right_diameter)).

    • Return the maximum diameter.

  • Answered by AI
  • Q2. Find interchanged terms from an AP, where terms are arranged in series
  • Ans. 

    To find interchanged terms from an AP series

    • Identify the common difference between terms

    • Swap the positions of adjacent terms

    • Check if the new series is also an AP

    • Repeat until no more interchanged terms can be found

  • Answered by AI
  • Q3. Explain database indexing
  • Ans. 

    Database indexing is a technique to improve the performance of database queries.

    • Indexing creates a data structure that allows for faster retrieval of data.

    • Indexes are created on one or more columns of a table.

    • Queries that use indexed columns can be executed faster.

    • Indexes can be clustered or non-clustered.

    • Clustered indexes determine the physical order of data in a table.

    • Non-clustered indexes create a separate structure...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on basic data structures, operating systems and database.

Skills evaluated in this interview

Manager Interview Questions & Answers

Delhivery user image ashutosh agrawalla

posted on 11 Sep 2021

I applied via LinkedIn and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Tell me about your self.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go with full preparation.have some basic ideas about your job role.google it if you are fresher.

I applied via Recruitment Consultant and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Supply Chain Experience?
  • Ans. 

    Yes

    • Managed end-to-end supply chain operations for a multinational company

    • Implemented cost-saving measures by optimizing inventory levels and improving supplier relationships

    • Led cross-functional teams to streamline logistics processes and reduce lead times

    • Implemented a demand forecasting system resulting in improved inventory accuracy and reduced stockouts

  • Answered by AI
  • Q2. Tools and skill set you have?
  • Ans. 

    I have experience with various project management tools and possess strong leadership and communication skills.

    • Proficient in using tools such as Trello, Asana, and Jira for project management

    • Skilled in leading and motivating teams to achieve project goals

    • Excellent communication skills to effectively communicate with team members and stakeholders

    • Experience in conducting meetings, presentations, and negotiations

    • Ability t

  • Answered by AI
  • Q3. Case study related to supply chain

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview is targeted towards your in general attitude to cope up with situation, your approach towards problem solving and aptitude. However, each department has its own process of shortlisting. Also have a portfolio of your skillet in order to help understand the usage and implementation of the skills owned.

I applied via Campus Placement and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Design a stack that support getmin in O(1) time and O(1) space complexities
  • Ans. 

    Design a stack that supports getmin in O(1) time and O(1) space complexities.

    • Use two stacks, one for storing the actual values and the other for storing the minimum values.

    • When pushing a new value, check if it is smaller than the current minimum value and push it to the minimum stack if it is.

    • When popping a value, check if it is the current minimum value and pop it from the minimum stack if it is.

    • To get the minimum val...

  • Answered by AI
  • Q2. Questions related OS and DBMS
  • Q3. Binary tree traversal
  • Ans. 

    Binary tree traversal is the process of visiting each node in a binary tree exactly once in a specific order.

    • There are three main types of binary tree traversal: inorder, preorder, and postorder.

    • Inorder traversal visits the left subtree, then the root, then the right subtree.

    • Preorder traversal visits the root, then the left subtree, then the right subtree.

    • Postorder traversal visits the left subtree, then the right subt...

  • Answered by AI
  • Q4. LRU cache explanation
  • Ans. 

    LRU cache is a data structure that stores the most recently used items and discards the least recently used items.

    • LRU stands for Least Recently Used

    • It has a fixed size and when the cache is full, the least recently used item is removed to make space for a new item

    • It uses a combination of a doubly linked list and a hash map to achieve O(1) time complexity for both insertion and deletion

    • Example: A web browser cache that ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good with your programming skills and fundamentals.

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

Freight Tiger user image yuvraj karanveer singh kamra

posted on 20 Jul 2024

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

I applied via Walk-in and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Array and stack based lc standard questions

Round 2 - Case Study 

LLD of Payment Systems

Round 3 - One-on-one 

(2 Questions)

  • Q1. Tell me what do u do in ur day to day job
  • Q2. What is ur vision
  • Ans. 

    My vision is to create innovative software solutions that positively impact people's lives and drive technological advancements.

    • Developing cutting-edge software applications that improve efficiency and user experience

    • Utilizing emerging technologies like AI and machine learning to solve complex problems

    • Collaborating with cross-functional teams to deliver high-quality products

    • Continuously learning and adapting to stay ah

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

I applied via Recruitment Consulltant and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Architecture of current project
  • Ans. 

    The current project follows a microservices architecture with Docker containers for scalability and flexibility.

    • Microservices architecture is used to break down the application into smaller, independent services that can be developed, deployed, and scaled independently.

    • Docker containers are utilized for packaging the application and its dependencies into a standardized unit for easy deployment and management.

    • Service di...

  • Answered by AI
  • Q2. Spring and Hibernate questions
Round 2 - Coding Test 

Basic coding questions

I applied via Approached by Company and was interviewed in 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 Resume tips
Round 2 - Coding Test 

Assignment to develop a prototype

Round 3 - One-on-one 

(3 Questions)

  • Q1. Face to face questions
  • Q2. Java Question Technical & coding
  • Q3. Mongodb & Mysql Question
Contribute & help others!
anonymous
You can choose to be anonymous

Cogoport Interview FAQs

How many rounds are there in Cogoport Sales Manager interview?
Cogoport interview process usually has 3 rounds. The most common rounds in the Cogoport interview process are Resume Shortlist, Technical and Group Discussion.
How to prepare for Cogoport Sales Manager 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 Cogoport. The most common topics and skills that interviewers at Cogoport expect are Cooking, Manual, Material Science, New Business Development and Osha.

Recently Viewed

INTERVIEWS

Morgan Stanley

No Interviews

DESIGNATION

JOBS

Verint Systems

No Jobs

INTERVIEWS

Blue Dart Express

No Interviews

INTERVIEWS

Ernst & Young

No Interviews

SALARIES

TCS

INTERVIEWS

KPMG India

No Interviews

COMPANY BENEFITS

ZS

No Benefits

DESIGNATION

DESIGNATION

Tell us how to improve this page.

Cogoport Sales Manager Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Delhivery Interview Questions
3.9
 • 458 Interviews
Ecom Express Interview Questions
3.8
 • 198 Interviews
BlackBuck Interview Questions
3.8
 • 176 Interviews
MagicPin Interview Questions
3.0
 • 50 Interviews
FarEye Interview Questions
3.1
 • 27 Interviews
Tokopedia Interview Questions
4.0
 • 25 Interviews
Treebo Hotels Interview Questions
3.3
 • 22 Interviews
View all
Cogoport Sales Manager Salary
based on 7 salaries
₹5.2 L/yr - ₹12 L/yr
53% more than the average Sales Manager Salary in India
View more details

Cogoport Sales Manager Reviews and Ratings

based on 2 reviews

2.2/5

Rating in categories

2.6

Skill development

3.8

Work-life balance

2.6

Salary

2.6

Job security

2.6

Company culture

2.6

Promotions

3.2

Work satisfaction

Explore 2 Reviews and Ratings
Key Account Manager
226 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
110 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
81 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
81 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
70 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Cogoport with

Freight Tiger

3.7
Compare

BlackBuck

3.8
Compare

FarEye

3.1
Compare

Delhivery

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