Upload Button Icon Add office photos

Cohesity

Compare button icon Compare button icon Compare

Filter interviews by

Cohesity Sales Manager Interview Questions and Answers

Updated 28 Dec 2021

Cohesity Sales Manager Interview Experiences

1 interview found

Sales Manager Interview Questions & Answers

user image Anonymous

posted on 28 Dec 2021

I applied via Referral and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Business Related questions like what document you collects during login
  • Q2. Types of DEED
  • Ans. 

    DEED stands for Deed of Trust, Deed of Reconveyance, and Deed of Release.

    • Deed of Trust is a legal document used in real estate transactions.

    • Deed of Reconveyance is a document that transfers the title of property from a trustee back to the borrower.

    • Deed of Release is a document that releases a lien on a property.

  • Answered by AI
  • Q3. What proper paper you for legal clearing.
  • Ans. 

    The proper paper for legal clearing is typically a legal clearance form or document.

    • Legal clearance forms or documents are necessary to ensure compliance with legal requirements.

    • These papers may include background checks, consent forms, and legal agreements.

    • Examples of proper papers for legal clearing may include a signed non-disclosure agreement, a background check report, or a consent form for data processing.

  • Answered by AI
  • Q4. What types of khatas
  • Ans. 

    Khatas are types of traditional account books used in India for maintaining financial records.

    • Khatas are commonly used in businesses like retail shops, grocery stores, and small-scale enterprises.

    • There are different types of khatas based on the purpose and format, such as Bahi Khata, Ledger Khata, and Cash Book Khata.

    • Bahi Khata is a general-purpose account book used for recording daily transactions and maintaining cust...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and study property related document

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. You are in the middle of a quarter (month) and are looking at huge deficit on achievement vs target, how do you approach( think from behavioural as well as business action perspective) Give an example whe...
  • Ans. 

    In the face of a deficit in achieving sales targets, I would approach the situation by analyzing the reasons behind the shortfall and taking appropriate actions to address them.

    • Identify the reasons for the deficit by analyzing sales data, market trends, and customer feedback.

    • Develop a plan to address the identified issues, such as revising sales strategies, offering incentives to the sales team, or targeting new custom...

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

I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Know how you are thinking

Round 2 - Case Study 

Realtime sales scenarios

Round 3 - HR 

(5 Questions)

  • Q1. Salary discussion
  • Q2. Why leaving current org?
  • Q3. How to do ethical sales?
  • Ans. 

    Ethical sales involves honesty, transparency, and putting the customer's needs first.

    • Always be honest with customers about your product or service.

    • Avoid pressuring customers into making a purchase they are unsure about.

    • Listen to the customer's needs and provide solutions that genuinely benefit them.

    • Respect customer privacy and confidentiality.

    • Ensure all sales practices comply with laws and regulations.

    • Build long-term r...

  • Answered by AI
  • Q4. 5 leadership skills
  • Q5. Difficult scenarios and how to tackle them
  • Ans. 

    Handling difficult scenarios is crucial in sales management. It requires quick thinking and problem-solving skills.

    • Stay calm and composed

    • Listen actively to understand the issue

    • Offer solutions or alternatives

    • Seek feedback and learn from the experience

  • Answered by AI

Sales Manager Interview Questions & Answers

Oracle user image Tanmay Rajendra Gupta

posted on 28 Jul 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Naukri.com

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. Tell me about yourself
Round 3 - One-on-one 

(1 Question)

  • Q1. What are your customer wins
  • Ans. 

    I have successfully closed deals with major clients resulting in increased revenue and long-term partnerships.

    • Closed deals with Fortune 500 companies resulting in a 30% increase in sales revenue

    • Established long-term partnerships with key clients leading to repeat business

    • Implemented successful sales strategies that resulted in a 50% growth in customer base

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

(1 Question)

  • Q1. Tell me about past experience

Interview Questionnaire 

1 Question

  • Q1. C++ Program to reverse a string
  • Ans. 

    C++ program to reverse a string

    • Use a loop to iterate through the string

    • Swap the characters at the beginning and end of the string

    • Continue swapping until the middle of the string is reached

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Filter in MVC
  • Ans. 

    Filter in MVC is used to retrieve a subset of data from a larger dataset based on certain criteria.

    • Filters can be applied to data in the model or in the view.

    • Filters can be used to sort, group, or limit the data returned.

    • Filters can be implemented using LINQ or other query languages.

    • Examples of filters include date range filters, category filters, and search filters.

  • Answered by AI
  • Q2. Authentication and authorisation

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare all basics of MVC,SQL and C#

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Basic Java Question, oop concept collection Framework, Multithreading
  • Q2. Basic Data Structure, Algorithms, Sorting, Searching

I applied via Referral and was interviewed before Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mostly Basic concepts of javascript, html and css

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure to prepare basic concepts properly. Don't hurry to highlight advance topics.
Answer questions only if you are sure about the correct answer.

I applied via LinkedIn and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic C++ questions mainly on OOPS.
  • Q2. Few puzzles

Interview Preparation Tips

Interview preparation tips for other job seekers - Thoroughly prepare c++ OOPS concept

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 120 Minutes
Round difficulty - Easy

The round was conducted in day around 3PM.

  • Q1. 

    Partition Equal Subset Sum Problem

    Given an array ARR consisting of 'N' positive integers, determine if it is possible to partition the array into two subsets such that the sum of the elements in both sub...

  • Ans. 

    The problem is to determine if it is possible to partition an array into two subsets with equal sum.

    • Use dynamic programming to solve this problem efficiently.

    • Create a 2D array to store the results of subproblems.

    • Check if the sum of the array is even before attempting to partition it.

    • Iterate through the array and update the 2D array based on the sum of subsets.

    • Return true if a subset with half the sum is found, false ot

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 30 Minutes
Round difficulty - Easy

The interview was preponed and was conducted at 9AM.
The interviewer was friendly and I had saw him earlier at pre-placement talk.

  • Q1. 

    Convert Sentence to Pascal Case

    Given a string STR, your task is to remove spaces from STR and convert it to Pascal case format. The function should return the modified STR.

    In Pascal case, words are con...

  • Ans. 

    Convert a given string to Pascal case format by removing spaces and capitalizing the first letter of each word.

    • Iterate through each character in the string

    • If the character is a space, skip it

    • If the character is not a space and the previous character is a space or it is the first character, capitalize it

  • Answered by AI
  • Q2. Write an SQL query to retrieve the Nth highest salary from a database.
  • Ans. 

    SQL query to retrieve the Nth highest salary from a database

    • Use the ORDER BY clause to sort salaries in descending order

    • Use the LIMIT clause to retrieve the Nth highest salary

    • Consider handling cases where there might be ties for the Nth highest salary

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Easy

This round was conducted 15mins after 1st round.

  • Q1. 

    Remove the Kth Node from the End of a Linked List

    You are given a singly Linked List with 'N' nodes containing integer data and an integer 'K'. Your task is to delete the Kth node from the end of this Lin...

  • Ans. 

    Remove the Kth node from the end of a singly linked list.

    • Traverse the list to find the length 'N'.

    • Calculate the position of the node to be removed from the beginning as 'N - K + 1'.

    • Remove the node at the calculated position.

    • Handle edge cases like removing the head or tail of the list.

    • Update the pointers accordingly after removal.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from National Institute of Technology, Raipur. I applied for the job as SDE - 1 in BangaloreEligibility criteria7 CGPAOracle interview preparation:Topics to prepare for the interview - Computer Networks, SQL, DBMS, Data Structures, Algorithms, OS, OOPSTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Do Competitive Coding
Tip 2 : Learn at least 1 framework
Tip 3 : Build interest in computers

Application resume tips for other job seekers

Tip 1 : Be well informed of everything you mention in your resume
Tip 2 : Mention competitive coding achivements in your resume(if any)

Final outcome of the interviewRejected

Skills evaluated in this interview

Cohesity Interview FAQs

What are the top questions asked in Cohesity Sales Manager interview?

Some of the top questions asked at the Cohesity Sales Manager interview -

  1. What proper paper you for legal cleari...read more
  2. What types of kha...read more
  3. Types of D...read more

Tell us how to improve this page.

Cohesity Sales Manager Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 865 Interviews
Google Interview Questions
4.4
 • 844 Interviews
Amdocs Interview Questions
3.7
 • 518 Interviews
Adobe Interview Questions
3.9
 • 235 Interviews
Salesforce Interview Questions
4.0
 • 230 Interviews
24/7 Customer Interview Questions
3.5
 • 176 Interviews
Chetu Interview Questions
3.3
 • 176 Interviews
AVASOFT Interview Questions
2.9
 • 166 Interviews
View all

Cohesity Sales Manager Reviews and Ratings

based on 6 reviews

4.9/5

Rating in categories

4.3

Skill development

4.9

Work-life balance

4.6

Salary

4.6

Job security

4.8

Company culture

4.3

Promotions

4.9

Work satisfaction

Explore 6 Reviews and Ratings
Software Engineer
438 salaries
unlock blur

₹7.3 L/yr - ₹22 L/yr

Senior Software Engineer
297 salaries
unlock blur

₹12.9 L/yr - ₹33.5 L/yr

Technical Support Engineer
281 salaries
unlock blur

₹7 L/yr - ₹19.5 L/yr

Senior Technical Support Engineer
139 salaries
unlock blur

₹10 L/yr - ₹20.8 L/yr

Principal Software Engineer
130 salaries
unlock blur

₹22 L/yr - ₹49.5 L/yr

Explore more salaries
Compare Cohesity with

Oracle

3.7
Compare

Amdocs

3.7
Compare

Automatic Data Processing (ADP)

4.0
Compare

24/7 Customer

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