
Cvent


Cvent Interview Questions and Answers for Freshers
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
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
Q2. Difference between Interpreted Language and compiled Language
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
Q3. Implement 3 stacks using 1 array
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
Q4. Detect cycle in a graph
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
Q5. How to handle all problem
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
Q6. oops and its implementation
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++.
Top HR Questions asked in Cvent for Freshers
Interview Process at Cvent for Freshers

Top Interview Questions from Similar Companies








Reviews
Interviews
Salaries
Users/Month

