Cvent interview experience Real time questions & tips from candidates to crack your interview

Software Engineer

Cvent
upvote
share-icon
3 rounds | 6 Coding problems

Interview preparation journey

expand-icon
Journey
I started applying off-campus when I was not selected from on-campus at my college. I applied event through LinkedIn from my Friend's referral. There were a total of 3 rounds. I think if we dare to do something in our life, It's always possible for us. The only to do have u is a Right Mindset.
Application story
I applied to CVent through my LinkedIn referral which I got from my Friend. There was a total of 3 rounds including (the Online Coding Round, F2F Technical, and F2F HR round). You must have Excellent knowledge of your technical subjects.
Why selected/rejected for the role?
I think why I got selected is the biggest reason for my Strong Technical Knowledge. and I had also Good Technical Projects as well. You should focus on our Weaknesses and try every day to convert your weakness into your strengths.
Preparation
Duration: 2 months
Topics: Algorithms, Data structures, Database Management, Operating systems, Computer Networks, Asymptotic notations
Tip
Tip

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.

Application process
Where: Referral
Eligibility: 7 cgpa
Resume Tip
Resume tip

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.

Interview rounds

01
Round
Hard
Online Coding Interview
Duration90 minutes
Interview date18 Dec 2021
Coding problem3

It was the first round. Was taken online and there were 2 invigilators from the company

1. DBMS Questions

Questions around queries related to JOINS, GROUP BY, ORDER BY, ACID properties

Problem approach

Read the fundamentals of DBMS thoroughly and practice queries specially JOINS

2. OOPS Questions

Questions around Classes, inheritance, polymorphism, encapsulation and abstraction.

Problem approach

Read book E. balagurusamy

3. Duplicate In Array

Easy
15m average time
85% success
0/40
Asked in companies
HSBCMicrosoftDelhivery

You are given an array ‘ARR’ of size ‘N’ containing each number between 1 and ‘N’ - 1 at least once. There is a single integer value that is present in the array twice. Your task is to find the duplicate integer value present in the array.

For example:

Consider ARR = [1, 2, 3, 4, 4], the duplicate integer value present in the array is 4. Hence, the answer is 4 in this case.
Note :
A duplicate number is always present in the given array.
Try solving now
02
Round
Medium
Face to Face
Duration40 minutes
Interview date12 Jan 2022
Coding problem2

This is Purely a Technical Round. Interviewer asked me about my Personal and Academic Projects and asked some technical Questions.

1. Conceptual Question

Interviewer asked me to reverse a doubly linked list in best time complexity.

2. Minimum steps to reach target by a Knight

Moderate
25m average time
60% success
0/80
Asked in companies
MicrosoftIntuitGroww

You have been given a square chessboard of size ‘N x N’. The position coordinates of the Knight and the position coordinates of the target are also given.

Your task is to find out the minimum steps a Knight will take to reach the target position.

alt text

Example:
knightPosition: {3,4}
targetPosition: {2,1}

alt text

The knight can move from position (3,4) to positions (1,3), (2,2) and (4,2). Position (4,2) is selected and the ‘stepCount’ becomes 1. From position (4,2), the knight can directly jump to the position (2,1) which is the target point and ‘stepCount’ becomes 2 which is the final answer. 

Note:

1. The coordinates are 1 indexed. So, the bottom left square is (1,1) and the top right square is (N, N).

2. The knight can make 8 possible moves as given in figure 1.

3. A Knight moves 2 squares in one direction and 1 square in the perpendicular direction (or vice-versa).
Try solving now
03
Round
Easy
HR Round
Duration20 minutes
Interview date24 Jan 2022
Coding problem1

Asked Personality development Questions

1. Basic HR Questions

Tell me About yourself.

Tell me about your weaknesses and strengths. etc.

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
Software Engineer
1 rounds | 3 problems
Interviewed by Cvent
2817 views
0 comments
0 upvotes
company logo
SDE - Intern
3 rounds | 3 problems
Interviewed by Cvent
0 views
0 comments
0 upvotes
company logo
SDE - Intern
4 rounds | 7 problems
Interviewed by Cvent
1022 views
0 comments
0 upvotes
company logo
Software Engineer
4 rounds | 12 problems
Interviewed by Cvent
1224 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
3 rounds | 7 problems
Interviewed by Optum
7976 views
1 comments
0 upvotes
company logo
Software Engineer
5 rounds | 5 problems
Interviewed by Microsoft
10148 views
1 comments
0 upvotes
company logo
Software Engineer
2 rounds | 4 problems
Interviewed by Amazon
4448 views
1 comments
0 upvotes