i
Cvent
Filter interviews by
Clear (1)
I applied via Naukri.com
About technical skills regarding core subjects like java sql manual and selenium
I applied via Campus Placement and was interviewed in Jul 2023. There were 4 interview rounds.
45 min simple technical oops java based and aptitude
30 min coding test 1 question on dp
I was interviewed in Dec 2021.
Round duration - 60 minutes
Round difficulty - Medium
Technical Interview round with questions on DSA and Compiler Design.
You are provided with an undirected graph composed of 'N' vertices and 'M' edges, where vertices are labeled from 1 to 'N'.
Your task is to determine if...
Detect cycle in an undirected graph by checking for a path that begins and ends at the same vertex.
Use Depth First Search (DFS) to traverse the graph and detect cycles.
Maintain a visited set to keep track of visited vertices and a parent pointer to avoid visiting the same vertex twice.
If a visited vertex is encountered that is not the parent of the current vertex, a cycle is detected.
Return 'Yes' if a cycle is found, '
You are given a sequence of queries for insertion and deletion operations on 3 separate stacks. Your task is to implement these three stacks using a single arra...
Implement three stacks using a single array and handle insertion and deletion operations efficiently.
Create an array to store elements for all three stacks and keep track of their respective top indices.
For each query, check the type of operation (push or pop) and perform the necessary action.
Handle cases where a pop operation is attempted on an empty stack by returning -1.
Ensure the array size does not exceed the tota...
Compiled languages are translated directly into machine code before execution, while interpreted languages are translated line by line during execution.
Compiled languages are generally faster in execution as the entire code is translated before running (e.g. C, C++)
Interpreted languages are easier to debug and more flexible as they can be executed directly without needing a separate compilation step (e.g. Python, JavaS...
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
What people are saying about Cvent
Online coding
Basic questions quite easy
Cvent interview questions for designations
I applied via Campus Placement and was interviewed before Jan 2021. There were 4 interview rounds.
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
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
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 ca...
Get interview-ready with Top Cvent Interview Questions
based on 2 interviews
Interview experience
based on 7 reviews
Rating in categories
Assistant Team Leader
171
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