i
Cvent
Filter interviews by
I applied via Walk-in and was interviewed in Feb 2024. There were 2 interview rounds.
Easy to medium level questions based on java, c , dbms and aptitude
1 or 2 dp question within 30 to 45 minutes of deadline
Video test questions of cvent company
Artificial Intelligence vs human Intelligence debat
I applied via Referral and was interviewed before Sep 2023. There was 1 interview round.
I was interviewed in Oct 2021.
Round duration - 50 Minutes
Round difficulty - Medium
1 Coding question
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....
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
Tip 1 : First Learn Basic Programming Concepts start with c/c++ then go for different data structures and basic algorithms
Tip 2 : Start doing CP ( competitive programming on different platforms ), Make sure you are consistent this way you will most likely become good in cp
Tip 3 : Always stay in touch with those important subjects which are asked in interviews. Start learning web development or android/ios apps development or ML whatever you think you like work on some projects. Interviewer sometimes asks about your projects. If you have worked as an intern somewhere make sure you put it in resume as well as the kind of work you have done there
Tip 1 : Make sure you put your skills in order in which you are good.
Tip 2 : Put projects and Intern details ( If worked somewhere as imtern)
Tip 3 : Make it easily readable, Keeps the points in focus which you want them to see
Cvent interview questions for designations
I applied via Recruitment Consultant and was interviewed in Dec 2021. There was 1 interview round.
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
Get interview-ready with Top Cvent Interview Questions
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.
I applied via Company Website and was interviewed in Oct 2018. There was 0 interview round.
I applied via Walk-in and was interviewed before Sep 2019. There were 3 interview rounds.
I applied via Walk-in and was interviewed in Jan 2020. There were 3 interview rounds.
Basic structure of an HTML page includes doctype declaration, html, head, and body tags.
DOCTYPE declaration specifies the HTML version
HTML tag wraps the entire content of the page
Head tag contains meta information, title, and links to external resources
Body tag contains the visible content of the page
Padding is the space inside an element, while margin is the space outside an element.
Padding is used to create space between an element's content and its border.
Margin is used to create space between an element's border and the adjacent elements.
Padding is affected by the background color of the element, while margin is not.
Padding can be set individually for each side of an element (top, right, bottom, left), while ma...
Box Model is a concept in CSS where every element is treated as a box with content, padding, border, and margin.
Box Model consists of content, padding, border, and margin.
Content is the actual content of the box.
Padding is the space between the content and the border.
Border is the line that goes around the padding and content.
Margin is the space outside the border.
Directives in Angular are markers on DOM elements that tell Angular to attach a specified behavior to that element.
There are three types of directives in Angular: Component, Structural, and Attribute.
Component directives are used to create reusable UI components.
Structural directives are used to change the structure of the DOM.
Attribute directives are used to change the appearance or behavior of an element.
Examples of ...
JIT compiles code at runtime while AOT compiles code before runtime.
JIT stands for Just-In-Time compilation and compiles code at runtime.
AOT stands for Ahead-Of-Time compilation and compiles code before runtime.
JIT is used in Java Virtual Machine (JVM) while AOT is used in languages like C and C++.
JIT can result in slower startup time but faster execution while AOT can result in faster startup time but slower execution...
based on 3 interviews
Interview experience
based on 2 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