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

Cvent Interview Questions, Process, and Tips

Updated 6 Mar 2025

Top Cvent Interview Questions and Answers

View all 46 questions

Cvent Interview Experiences

Popular Designations

85 interviews found

Scrum Master Interview Questions & Answers

user image Anonymous

posted on 30 May 2021

I was interviewed before May 2020.

Interview Questionnaire 

2 Questions

  • Q1. Experience
  • Q2. How will u resolve conflicts

Scrum Master Interview Questions asked at other Companies

Q1. If a developer who was working on a critical user story suddenly goes on emergency medical leave. how will you deal with the situation?
View answer (4)

Uncia Technologies

Follow success, join our journey

I was interviewed before May 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Easy

It was the first round. Was taken online and there were 2 invigilators from the company

  • Q1. 

    Remove Duplicates from String Problem Statement

    You are provided a string STR of length N, consisting solely of lowercase English letters.

    Your task is to remove all duplicate occurrences of characters i...

  • Ans. 

    Remove duplicate occurrences of characters in a given string.

    • Use a hash set to keep track of characters seen so far.

    • Iterate through the string and add non-duplicate characters to a new string.

    • Return the new string as the result.

  • Answered by AI
Round 2 - Face to Face 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Easy

Face to face interview with a senior software developer

  • Q1. How can you cut a circular cake into 8 pieces using only 3 cuts?
  • Q2. 

    Count Ways To Reach The N-th Stair Problem Statement

    You are given a number of stairs, N. Starting at the 0th stair, you need to reach the Nth stair. Each time you can either climb one step or two steps. ...

  • Ans. 

    The problem involves finding the number of distinct ways to climb to the N-th stair by taking either one or two steps at a time.

    • Use dynamic programming to solve this problem efficiently.

    • Define a recursive function to calculate the number of ways to reach each stair.

    • Consider base cases for 0 and 1 stairs.

    • Use memoization to store and reuse intermediate results to avoid redundant calculations.

    • Return the result modulo 10^9

  • Answered by AI
Round 3 - Face to Face 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

Questions around my resume mainly and 1 coding question. Was taken by the engineering manager

  • Q1. 

    Lowest Common Ancestor (LCA) Problem Statement

    Understanding the concept of Lowest Common Ancestor (LCA) in graph theory and computer science is essential.

    Consider a rooted tree ‘T’ containing ‘N’ nodes...

  • Ans. 

    The Lowest Common Ancestor (LCA) problem involves finding the lowest node in a tree that is an ancestor of two given nodes.

    • LCA is the lowest node in a tree that is an ancestor of both given nodes.

    • The tree is rooted at node 1 for each test case.

    • Paths from each node to the root are considered to find the LCA.

    • Constraints include the number of test cases, nodes, queries, and node values.

    • Time limit for the solution is 1 sec

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in GurgaonEligibility criteriaAbove 7 cgpaCvent interview preparation:Topics to prepare for the interview - Algorithms, Data structures, Database Management, Operating systems, Computer Networks, Asymptotic notationsTime required to prepare for the interview - 2.5 monthsInterview preparation tips for other job seekers

Tip 1 : Practice questions in a time bound manner. Set a timer and solve the questions within that time frame only as the interview is also going to be time bound.

Tip 2 : Always revise. Mark the questions that you couldn't solve in the first go. Revise them again after a week or 2 so that the concepts become more clear.

Application resume tips for other job seekers

Tip 1 : Do at least 1 development project and mention clearly how you contributed in that.
Tip 2 : Only mention those skills in which you are confident. If you are at basic level for some skill, mention it accordingly.

Final outcome of the interviewSelected

Skills evaluated in this interview

Top Cvent Software Developer Interview Questions and Answers

Q1. Meeting Rescheduling Challenge Ninja is tasked with organizing a meeting in an office that starts at time ‘0’ and ends at time ‘LAST’. There are ‘N’ presentations scheduled with given start and end times. The presentations do not overlap. Y... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Cvent Interview Questions and Answers for Freshers
illustration image

Interview Questions & Answers

user image Anonymous

posted on 3 May 2019

Interview Questionnaire 

1 Question

  • Q1. Well you should be well sound technical and HR interview not so tough but the process interview is important good to have good comm skills

Interview Preparation Tips

Round: Test
Experience: prepare well , reasoning , English grammar , quatatative apptitude , general knowledge

I applied via Approached by Company and was interviewed in Sep 2018. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Discussion about experience, writing programs, discuss about latest tech.

Interview Preparation Tips

Round: Test
Experience: Aptitude and reasoning.

Round: Test
Experience: General computers Test

General Tips: Discussion with director of QA, solving few puzzles and answering general questions.
Skills: Web Services, Programming, Problem Solving
Duration: <1 week

Senior Software Quality Assurance Engineer Interview Questions asked at other Companies

Q1. Difference between HTTP and HTTP2, and the real-time use cases for the HTTP2 advantages
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 Preparation Tips

Round: Test
Duration: 45 minutes

Skills: Data structure, Algorithm
College Name: na

Top Cvent Software Developer Interview Questions and Answers

Q1. Meeting Rescheduling Challenge Ninja is tasked with organizing a meeting in an office that starts at time ‘0’ and ends at time ‘LAST’. There are ‘N’ presentations scheduled with given start and end times. The presentations do not overlap. Y... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Get interview-ready with Top Cvent Interview Questions

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

JOBS

Opkey

No Jobs

SALARIES

Amazon

SALARIES

Oracle

SALARIES

ION Group

SALARIES

Cvent

JOBS

Cvent

No Jobs

SALARIES

Google

JOBS

Gove

No Jobs

JOBS

Zeta

No Jobs

SALARIES

Amazon

Tell us how to improve this page.

Cvent Interview Process

based on 78 interviews

Interview experience

3.9
  
Good
View more

Tide Business Finance Platform

Thrive at work, live fully - experience balance like never before!

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 475 reviews

3.5/5

Rating in categories

3.4

Skill development

3.4

Work-life balance

3.3

Salary

3.5

Job security

3.4

Company culture

3.0

Promotions

3.2

Work satisfaction

Explore 475 Reviews and Ratings
Assistant Team Leader
170 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Consultant
158 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
142 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate
87 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
84 salaries
unlock blur

₹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