Add office photos
Cvent logo
Premium Employer

Cvent

Verified
3.5
based on 475 Reviews
Video summary
Filter interviews by
Fresher
Experienced
Clear (1)

Cvent Interview Questions and Answers for Freshers

Updated 25 Nov 2024
Popular Designations

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 p...read more

Ans.

Reschedule at most K presentations to maximize longest gap without overlap.

  • Iterate through presentations and calculate the gap between each pair of presentations

  • Sort the presentations by their start times and keep track of the longest gap

  • Reschedule at most K presentations to maximize the longest gap without overlap

Add your answer
right arrow

Q2. Difference between Interpreted Language and compiled Language

Ans.

Interpreted languages are executed directly by the interpreter while compiled languages are first converted to machine code.

  • Interpreted languages are slower than compiled languages as they are executed line by line.

  • Compiled languages are faster as the code is already converted to machine code.

  • Interpreted languages are easier to debug as errors can be caught at runtime.

  • Compiled languages are harder to debug as errors can only be caught during compilation.

  • Examples of interprete...read more

Add your answer
right arrow

Q3. Implement 3 stacks using 1 array

Ans.

Implement 3 stacks using 1 array

  • Divide the array into 3 equal parts

  • Use pointers to keep track of top of each stack

  • Push and pop elements based on the pointer of the respective stack

Add your answer
right arrow

Q4. Detect cycle in a graph

Ans.

Detect cycle in a graph

  • Use Depth First Search (DFS) algorithm to traverse the graph

  • Maintain a visited set to keep track of visited nodes

  • If a node is visited again during DFS, then a cycle exists

  • If all nodes are visited and no cycle is found, then no cycle exists

Add your answer
right arrow
Discover Cvent interview dos and don'ts from real experiences

Q5. How to handle all problem

Ans.

Handling all problems requires a systematic approach and effective communication.

  • Identify the problem and its root cause

  • Develop a plan of action

  • Communicate with stakeholders

  • Implement the plan

  • Evaluate the outcome and make necessary adjustments

Add your answer
right arrow

Q6. oops and its implementation

Ans.

Oops is a concept in programming that refers to handling errors and exceptions.

  • Oops is implemented using try-catch blocks to catch and handle exceptions.

  • It helps in preventing the program from crashing when unexpected errors occur.

  • Examples of oops implementation include try-catch blocks in Java, except blocks in Python, and catch statements in C++.

Add your answer
right arrow
Contribute & help others!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos

Interview Process at Cvent for Freshers

based on 8 interviews
Interview experience
4.5
Good
View more
interview tips and stories logo
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

ICICI Bank Logo
4.0
 • 699 Interview Questions
Xoriant Logo
4.1
 • 160 Interview Questions
Quest Global Logo
3.6
 • 146 Interview Questions
Xyz Company Logo
3.8
 • 138 Interview Questions
View all
Recently Viewed
INTERVIEWS
ION Group
No Interviews
INTERVIEWS
VMware Software
No Interviews
SALARIES
e2open
INTERVIEWS
ION Group
No Interviews
SALARIES
Infinite Computer Solutions
SALARIES
Teleperformance
SALARIES
Infinite Computer Solutions
INTERVIEWS
Cargo Exchange
No Interviews
SALARIES
QualityKiosk Technologies
INTERVIEWS
e2open
No Interviews
Top Cvent Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter