Upload Button Icon Add office photos
Premium 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

Filter interviews by

Cvent Senior Software Engineer Interview Questions and Answers

Updated 14 Mar 2025

Cvent Senior Software Engineer Interview Experiences

2 interviews found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Walk-in and was interviewed in Nov 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Normal online code / frontend test

Round 2 - Technical 

(1 Question)

  • Q1. How would you build book my show
  • Ans. 

    Designing and building a platform similar to BookMyShow involves creating a user-friendly interface for booking tickets for various events.

    • Develop a user-friendly website and mobile app for users to browse and book tickets for movies, concerts, plays, etc.

    • Implement a secure payment gateway for users to make online transactions.

    • Integrate a database to store information about events, venues, tickets, and user bookings.

    • In...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Solid principals, awareness of patterns
Round 4 - Technical 

(1 Question)

  • Q1. How would you build tinyurl like service, systems designs
  • Ans. 

    To build a tinyurl-like service, design a system with a URL shortening algorithm, a database to store mappings, and a redirect service.

    • Use a hashing algorithm to generate short URLs from long URLs (e.g. MD5, SHA-256).

    • Store the mappings of short URLs to long URLs in a database (e.g. MySQL, Redis).

    • Implement a redirect service that takes a short URL, looks up the corresponding long URL in the database, and redirects the u...

  • Answered by AI
Round 5 - One-on-one 

(1 Question)

  • Q1. Non-technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - no reply after giving so many rounds.
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. I'm writing this to enlighten others in order to save your precious job search time, after finishing all the interview rounds including the Hiring Manager round which happened in person, I've been ghosted.
  • Q2. None of the HRs picked up the call when I tried reaching them out, until then they've scheduled all the rounds on time and every tech round feedback was positive which lead to in person meet with HM and I ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a second opinion before deciding to go ahead to spend your precious time giving interviews with Cvent.

Senior Software Engineer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q2. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q3. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q4. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q5. K Largest Elements Problem Statement You are given an integer k a ... read more

Senior Software Engineer Jobs at Cvent

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test will a hackerrank test where it might have technical MCQ and/or coding test.

Round 2 - Technical 

(1 Question)

  • Q1. Interviewer will test your logic building capability with puzzel/coding and technical questions and experience discussion.
Round 3 - One-on-one 

(1 Question)

  • Q1. Its a normal discussion with HR about CTC and all.

Interview Preparation Tips

Interview preparation tips for other job seekers - In TR interviewer are really good. They will help you and give hints. They mostly check if you have problem solving approch.

I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Machine Learning, statistics, PowerBI, Python

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic interview questions based on the skills mentioned in your resume.

I applied via Referral and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Sliding window problem in an Array(using 2 pointers) like Pythagorean triplets.
  • Q2. Overlapping circular linked list problem.
  • Ans. 

    Detect if two circular linked lists overlap

    • Traverse both lists and check if they have the same tail node

    • If they have different tail nodes, they do not overlap

    • If they have the same tail node, check if they intersect at any point

    • Use Floyd's cycle-finding algorithm to detect intersection point

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I had 6 rounds of technical interview . Each round of 1 hr or more. In all the rounds I was asked to write proper programs (Sometimes on HackerRank, sometimes on an IDE, sometimes just on a text editor.) . Questions were designed to test problem solving abilities and proper use to dataStructures and coding basics. Lot of emphasis on writing efficient program with least time complexity possible.

During preparations, its important to understand basics of different dataStructures and how to efficiently use it in your programs . For practicing interview problems, I referred leetcode and geeksforgeeks . Solving different kind of problems from these websites really helped me. Dynamic Programming is also an important area from where lot of problems are asked in interview.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. A c++ written round. It contains good questions on c++ related to exception handling, virtual table concepts, smart_ptrs , etc ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared with your project.
Have decent but not great knowledge knowledge in DS/Algos
Know basics of system design.
Be good in your programming language.

I applied via Naukri.com and was interviewed before Sep 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Oracle Architecture, RAC Setup, Golden Gate Troubleshooting, Data Guard recover, RMAN restoration

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Day to Day activities and Oracle architecture

I applied via Approached by Company and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - System test 

(1 Question)

  • Q1. Advantage and disadvantage of framework.
  • Ans. 

    Frameworks provide structure and pre-built components for software development, but can also limit flexibility and require learning curve.

    • Advantage: Provides structure and pre-built components for faster development

    • Advantage: Can improve code quality and maintainability

    • Disadvantage: Can limit flexibility and customization

    • Disadvantage: Requires learning curve and potential dependency issues

    • Example: ReactJS provides a fr...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is Oops? Advantage and disadvantage
  • Ans. 

    Oops stands for Object-Oriented Programming. It is a programming paradigm that uses objects to represent real-world entities.

    • Advantages: code reusability, modularity, encapsulation, inheritance, polymorphism

    • Disadvantages: complexity, steep learning curve, performance overhead

    • Example: creating a class 'Car' with properties like 'make', 'model', and 'year', and methods like 'start_engine' and 'stop_engine'

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics in server side and client side coding

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Problem solving question
  • Q2. Java , stream , Spring fundamentals
Round 2 - Technical 

(2 Questions)

  • Q1. Some basic String array problem solving question
  • Q2. Java questions like junit , Spring boot
Round 3 - Technical 

(2 Questions)

  • Q1. String questions , DSA problem
  • Q2. Java questions in brief

Interview Preparation Tips

Interview preparation tips for other job seekers - Didnt get offer as opening got closed
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me java8 features
  • Ans. 

    Java 8 introduced several new features including lambda expressions, functional interfaces, streams, and default methods.

    • Lambda expressions allow you to write code in a more concise way by replacing anonymous classes.

    • Functional interfaces are interfaces with a single abstract method, which can be implemented using lambda expressions.

    • Streams provide a way to work with sequences of elements and perform operations like fi...

  • Answered by AI
  • Q2. Find 2nd largest number in an array
  • Ans. 

    Iterate through array to find 2nd largest number

    • Iterate through array and keep track of largest and second largest numbers

    • Handle edge cases like duplicates and empty array

    • Example: ['3', '5', '2', '7', '5'] should return 5 as the 2nd largest number

  • Answered by AI

Skills evaluated in this interview

Cvent Interview FAQs

How many rounds are there in Cvent Senior Software Engineer interview?
Cvent interview process usually has 3 rounds. The most common rounds in the Cvent interview process are Technical, Coding Test and One-on-one Round.
How to prepare for Cvent Senior Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Cvent. The most common topics and skills that interviewers at Cvent expect are Java, Microservices, MySQL, NoSQL and Postgresql.
What are the top questions asked in Cvent Senior Software Engineer interview?

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

  1. how would you build tinyurl like service, systems desi...read more
  2. None of the HRs picked up the call when I tried reaching them out, until then t...read more
  3. I'm writing this to enlighten others in order to save your precious job search ...read more

Tell us how to improve this page.

Cvent Senior Software Engineer Interview Process

based on 4 interviews

Interview experience

1.5
  
Bad
View more
Cvent Senior Software Engineer Salary
based on 146 salaries
₹15 L/yr - ₹40 L/yr
107% more than the average Senior Software Engineer Salary in India
View more details

Cvent Senior Software Engineer Reviews and Ratings

based on 15 reviews

2.9/5

Rating in categories

3.2

Skill development

2.8

Work-life balance

2.8

Salary

3.2

Job security

3.4

Company culture

2.6

Promotions

2.9

Work satisfaction

Explore 15 Reviews and Ratings
Senior Software Engineer Frontend

Bangalore / Bengaluru

4-7 Yrs

₹ 31-32 LPA

Senior Software Engineer- Full stack Java Developer

Gurgaon / Gurugram

4-7 Yrs

₹ 26-33 LPA

Explore more jobs
Assistant Team Leader
164 salaries
unlock blur

₹5.5 L/yr - ₹23.3 L/yr

Product Consultant
158 salaries
unlock blur

₹4.5 L/yr - ₹9.6 L/yr

Senior Software Engineer
146 salaries
unlock blur

₹15 L/yr - ₹40 L/yr

Team Lead
94 salaries
unlock blur

₹8.5 L/yr - ₹26.4 L/yr

Senior Associate
89 salaries
unlock blur

₹5 L/yr - ₹13.9 L/yr

Explore more salaries
Compare Cvent with

Thomson Reuters

4.1
Compare

Oracle Cerner

3.7
Compare

Chetu

3.3
Compare

R Systems International

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