Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Cvent Team. If you also belong to the team, you can get access from here

Cvent Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 463 Reviews

Filter interviews by

Cvent Senior Software Engineer 2 Interview Questions and Answers

Updated 22 Oct 2024

Cvent Senior Software Engineer 2 Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Coding Test 

1 dsa question and some tech questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Water trapping problem
  • Ans. 

    Water trapping problem involves calculating the amount of water that can be trapped between walls or blocks.

    • Calculate the maximum height of water that can be trapped at each index

    • Use two pointers approach to iterate through the array and calculate trapped water

    • Consider the minimum of left max height and right max height at each index to calculate trapped water

  • Answered by AI
  • Q2. Some other hard DSA question
Round 3 - One-on-one 

(1 Question)

  • Q1. Design round - bookmyshow
  • Ans. 

    Design a ticket booking system like BookMyShow

    • Use a database to store movie details, show timings, and seat availability

    • Implement user authentication and authorization for booking tickets

    • Include a payment gateway for secure transactions

    • Design a user-friendly interface for browsing and booking tickets

    • Allow users to rate and review movies after watching them

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Cvent Senior Software Engineer 2 interview:
  • DSA
  • High level design
  • Low level
  • Java

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is split function in ajava
  • Ans. 

    The split function in Java is used to split a string into an array of substrings based on a specified delimiter.

    • The split function takes a regular expression as a parameter to specify the delimiter.

    • The result is an array of strings containing the substrings.

    • Example: String str = 'Hello,World'; String[] parts = str.split(','); // parts = ['Hello', 'World']

  • Answered by AI

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in Jul 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic question about oops concepts, design principals, dependency injection, sql, entity framework.
Round 2 - Technical 

(1 Question)

  • Q1. Project structure, scenario based questions, why and where to implement pattern, why we use entity framework over ado etc.
Round 3 - HR 

(5 Questions)

  • Q1. What is your family background?
  • Q2. What are your salary expectations?
  • Q3. Why are you looking for a change?
  • Q4. Share details of your previous job.
  • Q5. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - just prepare basic core understanding abut concepts.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is Oops concept?
  • Ans. 

    Oops concept stands for Object-Oriented Programming concepts which include principles like inheritance, encapsulation, polymorphism, and abstraction.

    • Oops concept is a programming paradigm that focuses on objects and classes.

    • It includes principles like inheritance, where a class can inherit properties and behaviors from another class.

    • Encapsulation is another principle where data is wrapped within a class and can only be...

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Online assessment (on campus) there were some coding questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Basics of c++, projects, situation based questions, puzzles
  • Q2. Water jug puzzle , patterns
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. SOLID Principles
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Referral and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Karet Interview :
5 back to back System design question, we don't need to explain each component but more like list as many as points. Need to finish all the question in 15min

1-2 problem solving question : It's not fency algorithm round with tough question. But true problem solving round using basic knowledge such as hashmap, heap

Round 2 - Technical 

(3 Questions)

  • Q1. Design File System : You have given file size and collection in input 1 : get total size 2 : find top k collections in size
  • Ans. 

    Design a file system to calculate total size and find top k collections in size.

    • Create a file system class with methods to add files and calculate total size.

    • Maintain a data structure to store the collections and their sizes.

    • Implement a method to find the top k collections based on size.

    • Consider using a priority queue or sorting the collections based on size.

    • Handle edge cases like empty collections or invalid input siz

  • Answered by AI
  • Q2. Find total size
  • Ans. 

    Calculate the total size of an array of strings.

    • Iterate through the array and sum the length of each string.

    • Use the `length` property of each string to get its size.

    • Handle edge cases such as empty strings or null values.

  • Answered by AI
  • Q3. Find Top k collections
  • Ans. 

    The question is asking to find the top k collections.

    • Use a sorting algorithm to sort the collections in descending order based on a specific criteria.

    • Select the top k collections from the sorted list.

    • Return the selected collections as an array of strings.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Round 1 was coding test + aptitude questions

Round 2 - Technical 

(1 Question)

  • Q1. After clearing coding test there was a technical interview. They asked about projects in my resume and questions about merge sort, basic SQL commands
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2022. There were 4 interview rounds.

Round 1 - Coding Test 

2 questions Based on arrays level of medium

Round 2 - Technical 

(1 Question)

  • Q1. 2 questions based on array and linked list
Round 3 - Technical 

(1 Question)

  • Q1. Question based on metrix
Round 4 - HR 

(1 Question)

  • Q1. Behavioural questions

Interview Preparation Tips

Topics to prepare for ServiceNow Associate Software Engineer interview:
  • Data Structures
  • OOPS
Interview preparation tips for other job seekers - Mostly data structures topics are important so you can practicing data structures questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Group Discussion 

Topic that was discussed for my batch about love marriage vs arrange marriage

Round 2 - One-on-one 

(1 Question)

  • Q1. Questions asked from which language that you are strong . Then they asked me to code 2 programs which language that you wish. Then they asked SQL query
Round 3 - HR 

(1 Question)

  • Q1. About company norms and timing Personal questions How will you handle your pressure like some common questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare what you have mentioned in resume.
Tell your answer confidently whatever you know.

Cvent Interview FAQs

How many rounds are there in Cvent Senior Software Engineer 2 interview?
Cvent interview process usually has 3 rounds. The most common rounds in the Cvent interview process are One-on-one Round and Coding Test.
What are the top questions asked in Cvent Senior Software Engineer 2 interview?

Some of the top questions asked at the Cvent Senior Software Engineer 2 interview -

  1. Design round - bookmys...read more
  2. Water trapping prob...read more
  3. Some other hard DSA quest...read more

Tell us how to improve this page.

Cvent Senior Software Engineer 2 Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Assistant Team Leader
171 salaries
unlock blur

₹5.5 L/yr - ₹24.2 L/yr

Product Consultant
162 salaries
unlock blur

₹4.5 L/yr - ₹9.6 L/yr

Senior Software Engineer
139 salaries
unlock blur

₹14 L/yr - ₹42 L/yr

Team Lead
93 salaries
unlock blur

₹8.4 L/yr - ₹24 L/yr

Senior Associate
88 salaries
unlock blur

₹5 L/yr - ₹14 L/yr

Explore more salaries
Compare Cvent with

Salesforce

4.0
Compare

Adobe

3.9
Compare

Oracle

3.7
Compare

SAP

4.2
Compare
Did you find this page helpful?
Yes No
write
Share an Interview