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 Intern Interview Questions and Answers for Freshers

Updated 25 Nov 2024

Cvent Intern Interview Experiences for Freshers

2 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 25 Nov 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Apti+coding will be asked. prepare well

Round 2 - HR 

(1 Question)

  • Q1. Oops and its implementation
  • Ans. 

    Oops is a concept in programming that refers to handling errors and exceptions.

    • Oops is implemented using try-catch blocks to catch and handle exceptions.

    • It helps in preventing the program from crashing when unexpected errors occur.

    • Examples of oops implementation include try-catch blocks in Java, except blocks in Python, and catch statements in C++.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. How was your day
  • Q2. Why cvent and explain a situation where you worked with a difficult person

Intern Interview Questions & Answers

user image Anonymous

posted on 28 Mar 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. About yourself and your hobbies
  • Q2. About work profile done before

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared, use your brain, presence of mind, this much is sufficient

Intern Interview Questions Asked at Other Companies for undefined

asked in Accenture
Q1. Case. There is a housing society “The wasteful society”, you coll ... read more
Q2. Which programming language you are comfortable with?
asked in Deloitte
Q3. Case : I am a US based company and I sell 3 products A, B, C (I d ... read more
Q4. Huffman Coding Challenge Given an array ARR of integers containin ... read more
asked in Accenture
Q5. A marketing strategy case. Client is a perfume seller in Jaipur. ... read more

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Graduated with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Completed internships in software development

    • Participated in coding competitions

  • Answered by AI

Intern Interview Questions & Answers

UKG user image Anonymous

posted on 29 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Project was asked
  • Q2. Oops concept and implementation
  • Ans. 

    Oops concept refers to Object-Oriented Programming principles and their implementation in code.

    • Oops concepts include inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance allows a class to inherit properties and behaviors from another class.

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Encapsulation hides the internal state of an object and only exposes necessary methods.

    • A...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Coding questions regarding DSA

Round 3 - Aptitude Test 

General aptitude and English test

Round 4 - One-on-one 

(3 Questions)

  • Q1. They asked about DSA problems
  • Q2. They asked about C++
  • Q3. Common questions like
  • Ans. 

    The question is about the common header file in C++.

    • The header file is used for input/output operations in C++.

    • It provides classes like cin and cout for reading and writing data.

    • It also includes classes for file input/output operations like ifstream and ofstream.

    • The header file can be included in a C++ program using the #include directive.

Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - do DSA regularly , it will improve the chance of selecting

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Few medium level questions asked along with balanced bst

Round 2 - Technical 

(2 Questions)

  • Q1. Medium level leetcode type
  • Q2. Similarly some medium level graph question
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

60 mins - reasoning and problem solving

Round 2 - Coding Test 

C / JAVA /PYTHON - LEET CODE

Round 3 - Technical 

(2 Questions)

  • Q1. BASIC CONCEPTS AND ACADEMIC PROJECT
  • Q2. BEHAVIORAL QUESTIONS

Intern Interview Questions & Answers

AVASOFT user image MUDUCHURU JASWANTH

posted on 3 Oct 2024

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in

Round 1 - Aptitude Test 

Mcq based py ,sql,ai

Round 2 - Technical 

(2 Questions)

  • Q1. Python basics and codes
  • Q2. Sql basics and queries
Round 3 - One-on-one 

(1 Question)

  • Q1. Worst experience by the interviewer she is not at all interested, she is using WhatsApp app to chat and asking questions ,totally i am disturbed,but good questions .
Round 4 - HR 

(1 Question)

  • Q1. As usual, like hr round asked some scenario-based , policies

Interview Preparation Tips

Interview preparation tips for other job seekers - its not good for freshers no workk balance no security 10k per month for 6 months
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

First round is general topic in gd

Round 2 - HR 

(2 Questions)

  • Q1. What is dynamically types language
  • Ans. 

    Dynamically typed languages do not require variable types to be declared explicitly.

    • Variables do not have a fixed data type

    • Data types are determined at runtime

    • Examples include Python, JavaScript, and Ruby

  • Answered by AI
  • Q2. Explain oops concept
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPs focuses on creating objects that interact with each other to solve a problem.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

    • Inheritance: Allows a class (subclass) to inherit properties and behavior from another class (superclass).

    • Polymorphism: ...

  • Answered by AI

I applied via Company Website and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. C c++ javascript HTML Java
  • Q2. What sir or mum required Is

Interview Preparation Tips

Interview preparation tips for other job seekers - My name is Saurabh Saxena
I live in nadaiya rampur Post govindpur tilhar shahjahanpur Uttar Pradesh
I have a complete graduation BCA

Cvent Interview FAQs

How many rounds are there in Cvent Intern interview for freshers?
Cvent interview process for freshers usually has 2-3 rounds. The most common rounds in the Cvent interview process for freshers are HR, Resume Shortlist and Aptitude Test.
How to prepare for Cvent Intern interview for freshers?
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 Commerce, Excel, HR, MS Office and Payroll.

Tell us how to improve this page.

Cvent Intern Interview Process for Freshers

based on 2 interviews

Interview experience

5
  
Excellent
View more

Intern Interview Questions from Similar Companies

PTC Intern Interview Questions
4.2
 • 7 Interviews
AVASOFT Intern Interview Questions
2.9
 • 2 Interviews
Visteon Intern Interview Questions
3.6
 • 2 Interviews
UKG Intern Interview Questions
3.1
 • 1 Interview
View all
Cvent Intern Salary
based on 4 salaries
₹1 L/yr - ₹13.6 L/yr
60% more than the average Intern Salary in India
View more details

Cvent Intern Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

2.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
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
90 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