Upload Button Icon Add office photos
Premium Employer

i

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

Cvent Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Cvent Sales Associate Interview Questions and Answers

Updated 2 Jul 2024

Cvent Sales Associate Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What do you know about cvent
  • Ans. 

    Cvent is a cloud-based software company that provides event management and online registration solutions.

    • Cvent offers tools for event planning, marketing, and attendee engagement.

    • The platform allows users to create event websites, manage registrations, and track attendee data.

    • Cvent also offers features for virtual events and hybrid events.

    • Some of Cvent's clients include corporations, associations, and non-profit organi

  • Answered by AI
  • Q2. What are your role
  • Ans. 

    As a sales associate, my role is to assist customers in finding products, provide information about products, and complete sales transactions.

    • Assist customers in finding products

    • Provide information about products

    • Complete sales transactions

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do read well about the company and role. no matters how's your communication skills. But you will do good

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I was interviewed before Dec 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of ServerIn depth of server
Round 2 - Technical 

(2 Questions)

  • Q1. Server and storage in depth
  • Q2. About workloads
Round 3 - Technical 

(1 Question)

  • Q1. About Gen AI basics

Interview Preparation Tips

Interview preparation tips for other job seekers - HR ghosted

I applied via Campus Placement and was interviewed in Dec 2021. There were 6 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 - Aptitude Test 
Round 3 - Group Discussion 
Pro Tip by AmbitionBox:
Don’t treat group discussions as an argument. Group discussion is about reaching a meaningful conclusion.
View all GD tips
Round 4 - Technical 
Round 5 - One-on-one 
Round 6 - Assignment 

Interview Preparation Tips

Interview preparation tips for other job seekers - I want to do job I have h willpower to attend the clients and good communication power .
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Not Selected

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

The first round tests the candidate based on logical reasoning, verbal ability and quantitative aptitude.

Round 3 - Technical 

(1 Question)

  • Q1. This round will include questions that are relevant to the job profile and skillsets that you own.
Round 4 - HR 

(2 Questions)

  • Q1. Where do you see yourself in the next 5 years?
  • Q2. Once the technical round is completed, this will be the final round for assessing if a candidate is suitable for the work culture of the company.

Interview Preparation Tips

Topics to prepare for Accenture Sales Executive interview:
  • About yourself
  • Advanced Excel
  • Healthcare

I was interviewed before Jun 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 180 minutes
Round difficulty - Easy

It was an mcq + coding round. There were aptitude and ouput based question in mcq. And coding questions were easy

  • Q1. 

    Find the Duplicate Number Problem Statement

    Given an integer array 'ARR' of size 'N' containing numbers from 0 to (N - 2). Each number appears at least once, and there is one number that appears twice. Yo...

  • Ans. 

    Find the duplicate number in an array of integers from 0 to (N-2).

    • Iterate through the array and keep track of the frequency of each number using a hashmap.

    • Return the number with a frequency greater than 1 as the duplicate number.

    • Time complexity can be optimized to O(N) using Floyd's Tortoise and Hare algorithm.

  • Answered by AI
  • Q2. 

    Reverse String Operations Problem Statement

    You are provided with a string S and an array of integers A of size M. Your task is to perform M operations on the string as specified by the indices in array A...

  • Ans. 

    Given a string and an array of indices, reverse substrings based on the indices to obtain the final string.

    • Iterate through the array of indices and reverse the substrings accordingly

    • Ensure the range specified by each index is non-empty

    • Return the final string after all operations are completed

  • Answered by AI
Round 2 - Video Call 

Round duration - 60 Minutes
Round difficulty - Easy

It was technical + hr round. there were 2 people as interviewer. They stated from intro and asked some basic puzzles and hr questions. After that they asked about my projects, technologies and some ds algo and dbms questions.

Interview Preparation Tips

Eligibility criterianaAccenture interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice aptitude
Tip 2 : Focus on practicing coding
Tip 3 : Learn from mistakes

Application resume tips for other job seekers

Tip 1 : Mention some projects that you have done
Tip 2 : Try to have skills that are required for the role

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Company Website and was interviewed in Oct 2018. There was 0 interview round.

Interview Preparation Tips

General Tips: This interview was a technical one but was majorly a stress test. It lasted for about 1 hour 10 minutes. The interviewer wanted to test both my knowledge and communication skills. Most of the questions asked to me were related to my B.Tech curriculum i.e. computer science related topics. He stressed a lot on the basics related to my project topic. Luckily I was able to answer most of the questions correctly. I tried to answer each question with examples and also used props on the table (like pens, paperweights, pen stands etc.) to explain my theories. It was my first offcampus interview, and I think I did pretty well for a fresher.
You need to stay calm and should apply presence of mind. Please go through the job description thoroughly word-by-word and recheck your resume to ensure that you are a best-fit for the position.
Skills: Communication, Body Language, Problem Solving, Leadership, Presentation Skills
Duration: <1 week

Interview Questionnaire 

6 Questions

  • Q1. What is fan trap? How to solve it? Give one example.
  • Ans. 

    Fan trap is a situation in which a query involving multiple tables results in a Cartesian product.

    • Fan trap occurs when a table is connected to multiple tables in a one-to-many relationship.

    • It can be solved by creating a bridge table or by using aggregate functions.

    • For example, if a customer table is connected to an orders table and a products table, a fan trap can occur when trying to retrieve information about custome...

  • Answered by AI
  • Q2. Two tables are joined. But joined type are not mentioned, then how much records will retrieve using select statement.
  • Q3. How to use dynamic break in report?
  • Ans. 

    Dynamic break in report allows for automatic page breaks based on data.

    • Define a break field in the report design

    • Set the break field to trigger a page break when its value changes

    • Use dynamic break to automatically adjust page breaks based on data

    • Example: A report on sales by region can use dynamic break to create a new page for each region

  • Answered by AI
  • Q4. Use of foreach function in report.
  • Ans. 

    Foreach function is used to iterate through an array of strings in a report.

    • Foreach function is used to loop through each element in an array of strings.

    • It can be used to display each element in a report.

    • Example: foreach(string item in stringArray){ Console.WriteLine(item); }

  • Answered by AI
  • Q5. What is Aggregate awareness? When we use it? Syntax of it.
  • Ans. 

    Aggregate awareness is a feature in Business Objects that allows reports to be optimized for performance by using aggregate tables.

    • Aggregate awareness is used when creating reports in Business Objects

    • It allows the report to use aggregate tables instead of detailed tables for improved performance

    • Syntax: AGGR_AWARE(, ,

      )

    • Example: AGGR_AWARE(Product, Sum(Sales), Sales_Fact_Table)

  • Answered by AI
  • Q6. @prompt function syntax and it's use.
  • Ans. 

    The @prompt function syntax is used to display a prompt message to the user and receive input.

    • The syntax is @prompt('message', 'default value')

    • The message is the prompt message to be displayed to the user

    • The default value is optional and will be displayed in the input field

    • The function returns the value entered by the user

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - they ask question on basics and concepts more, rest interview is easy.

I applied via Company Website and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. String manipulation , collections, framework understanding

Interview Preparation Tips

Interview preparation tips for other job seekers - For QA Automation - Basics of OOPS concept,collections,strings are enough

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

Interview Questionnaire 

1 Question

  • Q1. Tell me about Yourself?

Interview Preparation Tips

Interview preparation tips for other job seekers - Before going to the interview the most important things to be done which works like miracles..
1. Sit in the meditative state for 2-5 mins just before the interview.
2.Think about all the blessings and all that you have and thank for having that.
3. Go with the mind set of being ethical and say to yourself that you are going to crack this interview no matter what (Easy,Medium or difficult)

Thank you
I would be happy if many people can take advantage of these advices.
Contribute & help others!
anonymous
You can choose to be anonymous

Cvent Interview FAQs

How many rounds are there in Cvent Sales Associate interview?
Cvent interview process usually has 1 rounds. The most common rounds in the Cvent interview process are One-on-one Round.
How to prepare for Cvent Sales Associate 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 Cvent. The most common topics and skills that interviewers at Cvent expect are Hospitality, Customer Relationship, Event Management, Hotel Sales and MS Office.

Recently Viewed

INTERVIEWS

e2open

No Interviews

SALARIES

Thomson Reuters

DESIGNATION

JOBS

Cyret Technologies

No Jobs

JOBS

EPIQ Systems

No Jobs

JOBS

Vistas Global

No Jobs

SALARIES

TIBCO Software

JOBS

FedEx Express

No Jobs

JOBS

CN Solutions

No Jobs

JOBS

Mold-Masters

No Jobs

Tell us how to improve this page.

Cvent Sales Associate Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.2k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
Oracle Interview Questions
3.7
 • 852 Interviews
Cisco Interview Questions
4.1
 • 372 Interviews
SAP Interview Questions
4.2
 • 283 Interviews
Adobe Interview Questions
3.9
 • 234 Interviews
Salesforce Interview Questions
4.0
 • 224 Interviews
Chetu Interview Questions
3.3
 • 173 Interviews
AVASOFT Interview Questions
3.6
 • 160 Interviews
View all
Cvent Sales Associate Salary
based on 4 salaries
Lock Unlock
₹3.5 L/yr - ₹8 L/yr
100% more than the average Sales Associate Salary in India
View more details

Cvent Sales Associate Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

3.3

Skill development

3.3

Work-life balance

2.4

Salary

3.9

Job security

5.0

Company culture

3.0

Promotions

3.3

Work satisfaction

Explore 2 Reviews and Ratings
Assistant Team Leader
170 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Product Consultant
158 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
142 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Senior Associate
87 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Team Lead
84 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Cvent with

Salesforce

4.0
Compare

Adobe

3.9
Compare

Oracle

3.7
Compare

SAP

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