Add office photos
Cvent logo
Premium Employer

Cvent

Verified
3.5
based on 475 Reviews
Video summary
Filter interviews by
Software Developer
Clear (1)

Cvent Software Developer Interview Questions and Answers

Updated 5 Feb 2024

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. 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. The L...read more

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 second.

Add your answer
right arrow

Q3. 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. You ha...read more

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+7 to handle large outputs.

Add your answer
right arrow

Q4. 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 in the s...read more

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.

Add your answer
right arrow
Discover Cvent interview dos and don'ts from real experiences
Q5. How can you cut a circular cake into 8 pieces using only 3 cuts?
Ans.

To cut a circular cake into 8 pieces using 3 cuts, make two perpendicular cuts through the center of the cake and then make a horizontal cut through the center.

  • Make a vertical cut through the center of the cake, dividing it into two equal halves.

  • Make a horizontal cut through the center of the cake, dividing it into four equal quarters.

  • Make a vertical cut perpendicular to the first cut, dividing the cake into 8 equal pieces.

Add your answer
right arrow

Q6. 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
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 Software Developer

based on 3 interviews
Interview experience
4.7
Excellent
View more
interview tips and stories logo
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Software Developer Interview Questions from Similar Companies

DE Shaw Logo
3.8
 • 76 Interview Questions
PayPal Logo
3.9
 • 27 Interview Questions
View all
Recently Viewed
INTERVIEWS
Cvent
No Interviews
JOBS
RCI Logistics
No Jobs
JOBS
Terralogic Software Solutions
No Jobs
JOBS
Virtusa Consulting Services
No Jobs
SALARIES
ION Group
INTERVIEWS
Cvent
No Interviews
INTERVIEWS
e2open
No Interviews
INTERVIEWS
Cvent
No Interviews
INTERVIEWS
Cvent
No Interviews
INTERVIEWS
e2open
No Interviews
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