Upload Button Icon Add office photos
Engaged 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

Cvent Interview Questions, Process, and Tips

Updated 6 Mar 2025

Top Cvent Interview Questions and Answers

View all 45 questions

Cvent Interview Experiences

Popular Designations

85 interviews found

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

Interview Questionnaire 

7 Questions

  • Q1. How do you identify if the automation failed is Apex error
  • Ans. 

    Check debug logs for Apex error messages

    • Review debug logs to identify any Apex error messages

    • Check the error message for the line number and class name

    • Use the Developer Console to view the debug logs

    • Consider implementing error handling and notifications for Apex errors

  • Answered by AI
  • Q2. How do you prefer to do testing for any business use cases
  • Ans. 

    I prefer to do testing by creating test cases based on the business requirements and executing them systematically.

    • Create test cases based on business requirements

    • Execute test cases systematically

    • Use automation tools for repetitive tests

    • Perform regression testing after changes

    • Collaborate with stakeholders for feedback

  • Answered by AI
  • Q3. Sequence of execution in Salesforce
  • Ans. 

    Sequence of execution in Salesforce determines the order in which various operations are executed.

    • Triggers

    • Validation rules

    • Before triggers

    • Custom validation

    • After triggers

    • Assignment rules

    • Auto-response rules

    • Workflow rules

    • Escalation rules

    • Processes

    • Post-commit logic

  • Answered by AI
  • Q4. Difference between profile, permission set
  • Ans. 

    Profiles define a user's access to objects and fields, while permission sets grant additional permissions to users.

    • Profiles are assigned to users and define their access to objects and fields.

    • Permission sets are used to grant additional permissions to users beyond their profile.

    • Profiles are used to control access to standard objects, while permission sets are used for custom objects.

    • Multiple permission sets can be assi...

  • Answered by AI
  • Q5. Ways of sharing record
  • Ans. 

    Ways to share records in Salesforce

    • Sharing rules

    • Manual sharing

    • Role hierarchy

    • Public groups

    • Team sharing

    • Apex sharing

  • Answered by AI
  • Q6. How many types of notifications options does Salesforce profile and In order to avoid a user to bombard notifications, what is a work-around you prefer
  • Ans. 

    Salesforce profile has 3 types of notifications. A work-around to avoid bombardment is to customize notification settings.

    • Salesforce profile has 3 types of notifications: In-App, Email, and Chatter

    • To avoid bombardment, customize notification settings based on user preferences

    • For example, users can choose to receive notifications only for important events or from specific groups

    • Another work-around is to use automation t...

  • Answered by AI
  • Q7. Difference between workflow, process builder and flows
  • Ans. 

    Workflow, Process Builder, and Flows are automation tools in Salesforce, but differ in their capabilities and use cases.

    • Workflow is a simple automation tool that allows you to automate standard internal procedures and processes to save time and ensure consistency.

    • Process Builder is a more advanced automation tool that allows you to create complex, multi-step processes with advanced logic and branching.

    • Flows are similar...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They were basic admin related questions it was less stressful.
The HR is nice, they keep you posted on your position of your hiring status.

Skills evaluated in this interview

Top Cvent Salesforce Business Analyst Interview Questions and Answers

Q1. How do you identify if the automation failed is Apex error
View answer (1)

Salesforce Business Analyst Interview Questions asked at other Companies

Q1. How do you identify if the automation failed is Apex error
View answer (1)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I was interviewed in Feb 2025.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Hospitality cloud and event cloud knowledge
  • Q2. Cold calling and cold email writing experience.
  • Q3. Sales experience questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - HR was one of the rudest individuals I have ever interacted with; her name is Priya Goya. She was quite unprofessional, in contrast to my positive experience during the interview with Shubham, who was friendly and communicative. Unfortunately, HR's behavior has left a negative impression of this company. After the interview, she did not answer my calls for three weeks and did not respond to my emails, only to later inform me that they were not moving forward with my application.

Sales Development Representative Interview Questions asked at other Companies

Q1. How to improve sales skills
View answer (1)
Cvent Interview Questions and Answers for Freshers
illustration image
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Walk-in and was interviewed in Nov 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Normal online code / frontend test

Round 2 - Technical 

(1 Question)

  • Q1. How would you build book my show
  • Ans. 

    Designing and building a platform similar to BookMyShow involves creating a user-friendly interface for booking tickets for various events.

    • Develop a user-friendly website and mobile app for users to browse and book tickets for movies, concerts, plays, etc.

    • Implement a secure payment gateway for users to make online transactions.

    • Integrate a database to store information about events, venues, tickets, and user bookings.

    • In...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Solid principals, awareness of patterns
Round 4 - Technical 

(1 Question)

  • Q1. How would you build tinyurl like service, systems designs
  • Ans. 

    To build a tinyurl-like service, design a system with a URL shortening algorithm, a database to store mappings, and a redirect service.

    • Use a hashing algorithm to generate short URLs from long URLs (e.g. MD5, SHA-256).

    • Store the mappings of short URLs to long URLs in a database (e.g. MySQL, Redis).

    • Implement a redirect service that takes a short URL, looks up the corresponding long URL in the database, and redirects the u...

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

(1 Question)

  • Q1. Non-technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - no reply after giving so many rounds.

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Use case+ situation based question to gauge management skills
  • Q2. Stakeholder management
Round 2 - Technical 

(2 Questions)

  • Q1. Sudoko pseudo code , complexity
  • Q2. Mentoring and feedback related questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Interaction with onsite team
Round 4 - One-on-one 

(2 Questions)

  • Q1. General discussion regarding tech challenges
  • Q2. Leadership styles, working in existingteam vs new team

Interview Preparation Tips

Interview preparation tips for other job seekers - Research ahead about ccompany

Engineering Manager Interview Questions asked at other Companies

Q1. System Design - how would design a trading system, what db, cloud you would consider and why? how would ensure data is real time not near real time? How would you set up devOps for this ?
View answer (1)

Cvent interview questions for popular designations

 Software Developer

 (7)

 Software Engineer

 (5)

 Associate Product Consultant

 (5)

 Product Consultant

 (5)

 Associate Consultant

 (3)

 Sdet

 (3)

 Research Associate

 (2)

 Associate Product Manager

 (2)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your past experience?
  • Q2. How well versed are you with fast paced environments?
  • Ans. 

    I am highly experienced in fast paced environments, having successfully led product teams in dynamic and rapidly changing industries.

    • Led product teams in fast-paced tech startups, delivering products on tight deadlines

    • Adapted quickly to changing market conditions and customer needs

    • Implemented agile methodologies to streamline product development processes

  • Answered by AI

Senior Product Lead Interview Questions asked at other Companies

Q1. How well versed are you with fast paced environments?
View answer (1)

Get interview-ready with Top Cvent Interview Questions

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

I applied via Referral and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Introduction and free speech topic
Round 2 - Aptitude Test 

It was a mettl versant test to check communication

Round 3 - One-on-one 

(1 Question)

  • Q1. 3rd was the Business round wherein scenario based questions were asked.
Round 4 - One-on-one 

(1 Question)

  • Q1. 2nd Business round was held by VP

Interview Preparation Tips

Topics to prepare for Cvent Product Consultant interview:
  • Thorough with resume
  • Read the job description
Interview preparation tips for other job seekers - If you really need the job, you can prepare and go for it. Although, need to have a logical thinking and good comms to crack the interviews.

Product Consultant Interview Questions asked at other Companies

Q1. What is the difference in general Event and Event in Cvent?
View answer (1)

Jobs at Cvent

View all
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain premiere pro to 12 year old kid.
  • Ans. 

    Premiere Pro is a video editing software used to create and edit videos like a pro.

    • Premiere Pro is like a digital playground where you can cut, trim, and add cool effects to your videos.

    • You can also add music, text, and transitions to make your videos look professional.

    • It's like having a magic wand to make your videos look awesome and share them with others.

    • You can even make your own movies or YouTube videos using Prem

  • Answered by AI
  • Q2. What do you know about the comany?

Associate Product Consultant Interview Questions asked at other Companies

Q1. How many development tools have you used?
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

They provided some material via email beforehand (campus internship process).

Round 2 - Technical 

(2 Questions)

  • Q1. Array sorting related questions
  • Q2. Basic sql queries, like finding 2nd highest of a column

Data Warehouse Developer Interview Questions asked at other Companies

Q1. Delete duplicate records. I explained 4 ways.
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Math's, Reasoning , English

Round 2 - One-on-one 

(2 Questions)

  • Q1. What you have done in past and share your experience?
  • Q2. How good you are in dealing with stake holders?
  • Ans. 

    I am skilled in building and maintaining relationships with stakeholders through effective communication and collaboration.

    • I have experience in regularly communicating with stakeholders to provide updates on financial performance and address any concerns.

    • I prioritize understanding the needs and expectations of stakeholders to ensure their satisfaction and alignment with organizational goals.

    • I have successfully managed ...

  • Answered by AI

Financial Associate Interview Questions asked at other Companies

Q1. Journal entry for cash sales?
View answer (33)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Discussion around Current Technical Project
Round 2 - Technical 

(1 Question)

  • Q1. Current Technical tasks
  • Ans. 

    Currently overseeing a team of engineers working on developing a new software application for data analysis.

    • Leading daily stand-up meetings to track progress and address any roadblocks

    • Providing technical guidance and support to team members

    • Reviewing code and providing feedback for improvements

    • Collaborating with product managers to ensure project goals are met

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

(1 Question)

  • Q1. Current & Future plans

Skills evaluated in this interview

Engineering Manager Interview Questions asked at other Companies

Q1. System Design - how would design a trading system, what db, cloud you would consider and why? how would ensure data is real time not near real time? How would you set up devOps for this ?
View answer (1)
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

React JavaScript mcqs and one coding question.

Interview Preparation Tips

Interview preparation tips for other job seekers - There was test with javascript MCQ , react MCQ then one coding which was wrong

User Interface Engineer Lead Interview Questions asked at other Companies

Q1. Shuffle array implementation
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

Cvent Interview FAQs

How many rounds are there in Cvent interview?
Cvent interview process usually has 2-3 rounds. The most common rounds in the Cvent interview process are One-on-one Round, Aptitude Test and Technical.
How to prepare for Cvent 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 Java, Hospitality, Event Management, SQL and Python.
What are the top questions asked in Cvent interview?

Some of the top questions asked at the Cvent interview -

  1. How do you identify if the automation failed is Apex er...read more
  2. How many development tools have you us...read more
  3. How many types of notifications options does Salesforce profile and In order to...read more
How long is the Cvent interview process?

The duration of Cvent interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

e2open

No Interviews

INTERVIEWS

e2open

No Interviews

INTERVIEWS

e2open

No Interviews

INTERVIEWS

Doubtnut

No Interviews

INTERVIEWS

Doubtnut

No Interviews

DESIGNATION

SALARIES

Doubtnut

Tell us how to improve this page.

Cvent Interview Process

based on 78 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.1k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
Oracle Interview Questions
3.7
 • 846 Interviews
Cisco Interview Questions
4.1
 • 370 Interviews
SAP Interview Questions
4.2
 • 283 Interviews
Adobe Interview Questions
3.9
 • 233 Interviews
Salesforce Interview Questions
4.0
 • 221 Interviews
VMware Software Interview Questions
4.4
 • 145 Interviews
ServiceNow Interview Questions
4.1
 • 120 Interviews
View all

Cvent Reviews and Ratings

based on 472 reviews

3.5/5

Rating in categories

3.4

Skill development

3.4

Work-life balance

3.4

Salary

3.4

Job security

3.4

Company culture

3.0

Promotions

3.2

Work satisfaction

Explore 472 Reviews and Ratings
Lead Site Reliability Engineer

Gurgaon / Gurugram

8-9 Yrs

₹ 18-20.25 LPA

Regional Sales Manager, Japanese Language Expert

Gurgaon / Gurugram

8-12 Yrs

Not Disclosed

Senior Frontend Software Engineer

Gurgaon / Gurugram

4-7 Yrs

Not Disclosed

Explore more jobs
Assistant Team Leader
171 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