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

Filter interviews by

Clear (1)

Cvent Sdet Interview Questions and Answers

Updated 27 Nov 2024

Cvent Sdet Interview Experiences

3 interviews found

Sdet Interview Questions & Answers

user image Saurav Kumar Jha

posted on 27 Nov 2024

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

(1 Question)

  • Q1. Intro of yourself

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview

Sdet Interview Questions & Answers

user image Anonymous

posted on 10 May 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic Array Questions

Round 2 - Technical 

(1 Question)

  • Q1. Basic Array Questions and SQL
Round 3 - HR 

(1 Question)

  • Q1. Basic Behavirival Quuestions

Sdet Interview Questions Asked at Other Companies

Q1. Given a M x N 2D array containing random alphabets and a function ... read more
asked in Amazon
Q2. what happen between, when you enter a URL into a browser address ... read more
asked in InMobi
Q3. In a line where words are separated by spaces, , and capitalize f ... read more
Q4. Given a circular linked list containing sorted elements (int valu ... read more
asked in Amazon
Q5. how will you check that each page of amazon.com is having its log ... read more

Sdet Interview Questions & Answers

user image Anonymous

posted on 16 Jul 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Referral and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Automation Framework
  • Q2. Selenium questions
Round 2 - Coding Test 

String and Array related codes

Round 3 - HR 

(2 Questions)

  • Q1. Package Expectation
  • Q2. Joining Date after all interviews

Sdet Jobs at Cvent

View all

Interview questions from similar companies

Interview Questionnaire 

9 Questions

  • Q1. First one was to find position of a box in a particular grid(4*4) boxes were numbered 0 to 15.Questions was also to write test cases and check every possibilty
  • Q2. Second question was card shuffling problem
  • Q3. One question was think how the database design of Facebook could be
  • Q4. And there were few more coding questions on data structures
  • Q5. It was basically 1 question round but that had two parts . one designing the algorithm optimally . And writting and covering all possible scenarios and write test cases for them.It was based on deleting el...
  • Q6. This round covered Data structure based prograaming as well OS concepts on multithreading as well
  • Q7. One question was to design data structures to delete pages from a web server which are no longer in existense and have no link on website .That is pages which have expired and no longer in use and has no r...
  • Q8. One question to desgin lift system and waht whould be the design
  • Q9. This was the last round .Questions based on college projects and training project was asked.A question was asked to design an algorithm for a new type of contact search application of mobile phones

Interview Preparation Tips

Round: Test
Experience: 10 Objective type questions mainly from data structures.Questions on structures,union , trees,graphs etc First question was purely coding in most optimized way and taking care of all conditions possible. Second Question was to write test cases for print server job execution getting print jobs from different hostels of a college. Third question was to design a Data structure for a billing system keeping in mind certain conditions and write a program to generate and store the bills.
Total Questions: 10

College Name: NA

Interview Questionnaire 

4 Questions

  • Q1. Given a M x N 2D array containing random alphabets and a function Dict(string word) which returns whether the 'word' is a valid English word. Find all possible valid words you can get from the 2D array, wh...
  • Ans. 

    Given a 2D array of alphabets and a function to check valid English words, find all possible valid words adjacent to each other.

    • Create a recursive function to traverse the 2D array and check for valid words

    • Use memoization to avoid redundant checks

    • Consider edge cases such as words with repeating letters

    • Optimize the algorithm for time and space complexity

  • Answered by AI
  • Q2. Given a circular linked list containing sorted elements (int value). The head of the linked list points to a random node (not necessarily to the smallest or largest element). Problem is top write a code wh...
  • Ans. 

    Insert a node at its correct position in a circular linked list containing sorted elements.

    • Traverse the linked list until the correct position is found

    • Handle the case where the value to be inserted is smaller than the smallest element or larger than the largest element

    • Update the pointers of the neighboring nodes to insert the new node

    • Consider the case where the linked list has only one node

  • Answered by AI
  • Q3. Suppose you are asked to design the Contacts feature for a mobile, what are the features you will enable for the same? Also, how will you test each of those feature?
  • Q4. Describe how does the McDonald's system work, starting from placing the order, transferring of the order to kitchen, billing and the final delivery to customer, in terms of data structures used, informatio...

Interview Preparation Tips

College Name: NA

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions on Spring Boot, Microservices and Java
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(4 Questions)

  • Q1. Tell me about your previous job
  • Ans. 

    I worked as a software developer at a tech company, focusing on test automation and quality assurance.

    • Developed automated test scripts using Selenium for web applications

    • Collaborated with developers to identify and fix bugs in the code

    • Participated in daily stand-up meetings to discuss project progress

    • Conducted regression testing to ensure software quality

    • Utilized Jira for tracking and managing testing tasks

  • Answered by AI
  • Q2. What is expected ctc
  • Ans. 

    Expected CTC is the anticipated salary package for the position.

    • Research industry standards for SDET roles

    • Consider your experience, skills, and location when negotiating CTC

    • Be prepared to discuss salary expectations during the interview process

  • Answered by AI
  • Q3. Tell me tools on which you worked on?
  • Ans. 

    I have worked on tools such as Selenium, JUnit, TestNG, Postman, and Jenkins.

    • Selenium

    • JUnit

    • TestNG

    • Postman

    • Jenkins

  • Answered by AI
  • Q4. How many year of experience do you have in total
  • Ans. 

    I have 5 years of experience in total.

    • 5 years of experience in software development and testing

    • 2 years as a QA engineer and 3 years as an SDET

    • Experience with automation testing tools like Selenium and JUnit

  • Answered by AI

Sdet Interview Questions & Answers

Adobe user image Anonymous

posted on 20 Mar 2023

Interview experience
4
Good
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 Resume tips
Round 2 - Coding Test 

Coding practice is a must . DSA concept is a must .

Round 3 - Aptitude Test 

Coding Test 2 which involved a basic array ques . Checked logic ability

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA practice ,confidence , try to think hard . Practice coding .

Sdet Interview Questions & Answers

Oracle user image Anonymous

posted on 14 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Write selenium code for getting values in a dynamic table
  • Ans. 

    Use Selenium to extract values from a dynamic table

    • Identify the table using its locator (id, class, xpath, etc.)

    • Iterate through the rows and columns of the table to extract values

    • Use Selenium commands like findElements and getText to retrieve the values

    • Handle dynamic content by waiting for elements to be present or visible

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Java union of arrays
  • Ans. 

    To find the union of two arrays in Java, use a HashSet to store unique elements from both arrays.

    • Create two arrays of strings.

    • Convert arrays to HashSet to remove duplicates.

    • Combine both HashSets to get the union of arrays.

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

(1 Question)

  • Q1. Regular Expressions related

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good with Basics and lots of practice is the key

Skills evaluated in this interview

Sdet Interview Questions & Answers

Oracle user image Anonymous

posted on 26 Oct 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Naukri.com

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 Resume tips
Round 2 - Coding Test 

Asked to write a program for Number palindrome

Round 3 - Technical 

(1 Question)

  • Q1. Java Oops and selenium basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with the basics
Contribute & help others!
anonymous
You can choose to be anonymous

Cvent Interview FAQs

How many rounds are there in Cvent Sdet interview?
Cvent interview process usually has 2-3 rounds. The most common rounds in the Cvent interview process are Technical, Coding Test and HR.
How to prepare for Cvent Sdet 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 Field Work, Automation Tools, Banking Operations, Corba and Excel.
What are the top questions asked in Cvent Sdet interview?

Some of the top questions asked at the Cvent Sdet interview -

  1. Basic Array Questions and ...read more
  2. Basic Behavirival Quuesti...read more
  3. Automation Framew...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

SALARIES

Doubtnut

SALARIES

e2open

LIST OF COMPANIES

e2open

Overview

SALARIES

Cvent

LIST OF COMPANIES

Doppio Group

Overview

SALARIES

e2open

SALARIES

Doubtnut

SALARIES

Doppio Group

No Salaries

Tell us how to improve this page.

Cvent Sdet Interview Process

based on 3 interviews

Interview experience

4.7
  
Excellent
View more

Saint-Gobain

We thank our employees for rating us 4/5 on AmbitionBox

Sdet Interview Questions from Similar Companies

Oracle Sdet Interview Questions
3.7
 • 3 Interviews
Accenture Sdet Interview Questions
3.8
 • 2 Interviews
Adobe Sdet Interview Questions
3.9
 • 1 Interview
View all
Cvent Sdet Salary
based on 13 salaries
₹6 L/yr - ₹10 L/yr
29% less than the average Sdet Salary in India
View more details

Cvent Sdet Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

3.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
SDET II

Bangalore / Bengaluru

1-3 Yrs

Not Disclosed

Explore more jobs
Assistant Team Leader
171 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Consultant
158 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
142 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate
87 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
84 salaries
unlock blur

₹0 L/yr - ₹0 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