Open In App

CVENT Interview Experience for Software Engineer 2023

CVENT India came to our campus for both Internship and full-time employee roles in August 2023. I was eligible to sit for the FTE role (4th year).

The overall hiring process was divided into 4 phases:



There was no such specific HR round conducted, in the second technical Interview, only the interviewer asked about some HR questions but not more than that.

 Aptitude and Computer Science Fundamentals Test

We had to do 30 questions in 30 minutes. The test included:



I was able to get shortlisted for the coding round.

Coding Round

There was just one question to be answered in 30 minutes:

Given minLength and maxLength, return the count of all the strings you can generate by appending the ‘x’ character cntOne times and ‘y’ character cntTwo times, such that the length of the string should be between minLength and maxLength inclusively. Since the number can be very large, return it modulo 10^9 + 7.
For example: minLength = 2, maxLength = 3, cntOne = 1, cntTwo = 2. The answer to this is 5.

It was simply a twisted version of the Coin Sum Problem, just having two coins i.e., cntOne and cntTwo and we have to generate the number of possibilities from 1 to maxLength. At last, return the sum from [minLength, maxLength].

I was able to pass this round as well. Next came the technical interview round.

Technical Interview I

The interviewer asked me for an introduction, the following are the things she asked:

The interview ended with a small discussion on her experience with CVENT.
I was pretty sure that I would go to the next round because she looked fairly happy with my answers to the questions 🙂

Technical Interview II

This one was a short one, just 30 minutes. The previous went on for 1 hour and 30 minutes (approx.).

After some time my college indicated that you have been selected and I was the only one who got selected :). I think that in the first interview “““““““““““““““““““““““““““““““““they decided to hire me, it was just a formality with the second round. Anyway, Hope it was helpful to you buddy Have a great interview ahead 🙂

MY VIEW ON DIFFICULTY: MEDIUM-HARD

Article Tags :