i
Cvent
Filter interviews by
I was interviewed before May 2020.
I was interviewed before May 2021.
Round duration - 90 Minutes
Round difficulty - Easy
It was the first round. Was taken online and there were 2 invigilators from the company
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...
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.
Round duration - 60 Minutes
Round difficulty - Easy
Face to face interview with a senior software developer
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. ...
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
Round duration - 60 Minutes
Round difficulty - Medium
Questions around my resume mainly and 1 coding question. Was taken by the engineering manager
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 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
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.
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.
What people are saying about Cvent
posted on 4 May 2019
I applied via Approached by Company and was interviewed in Sep 2018. There were 5 interview rounds.
Cvent interview questions for popular designations
Get interview-ready with Top Cvent Interview Questions
The duration of Cvent interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 78 interviews
Interview experience
7-10 Yrs
Not Disclosed
3-8 Yrs
Not Disclosed
Assistant Team Leader
170
salaries
| ₹0 L/yr - ₹0 L/yr |
Product Consultant
158
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
142
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Associate
87
salaries
| ₹0 L/yr - ₹0 L/yr |
Team Lead
84
salaries
| ₹0 L/yr - ₹0 L/yr |
Salesforce
Adobe
Oracle
SAP