Upload Button Icon Add office photos

Filter interviews by

Eventbrite Software Engineer Level 1 Interview Questions and Answers

Updated 18 Mar 2024

Eventbrite Software Engineer Level 1 Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. What role are you currently looking for?
  • Q2. Tell me about your tech stack that you have worked on (including CI/CD, Agile)?

Top trending discussions

View All
Interview Tips & Stories
4d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Eventbrite?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jun 2021. There were 5 interview rounds.

Round 1 - Aptitude Test 

You will be asked basic aptitude

Round 2 - Coding Test 

2 questions will be given and you can attempt one

Round 3 - Technical 

(1 Question)

  • Q1. They have reviewed my resume and asked to write any code in C++ . They verified it and I got selected in technical round.
Round 4 - Group Discussion 

There were 9 people and divided them in groups and gave topics to speak

Round 5 - HR 

(1 Question)

  • Q1. Asked about the company and location

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with what you have mentioned in resume.

Software Engineer Level 1 Interview Questions Asked at Other Companies

asked in PayPal
Q1. Describe a time you processed a file, selected the first three li ... read more
asked in PayPal
Q2. Amazon can perform searches in O(n) time complexity. Why would it ... read more
asked in PayPal
Q3. When you search for a particular product on Amazon, it displays s ... read more
asked in PayPal
Q4. Given a 3x3 matrix where each edge has a weight, find the path fr ... read more
Q5. 1. Abstraction Vs Interface 2. Sealed class 3. why do we use a pr ... read more
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Mar 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

20-30 aptitude questions like direction, time and speed, calculating intrest

Round 3 - Coding Test 

It consists 2-3 coding questions there is no language barrier so you can code in any language

Round 4 - HR 

(2 Questions)

  • Q1. Where do you see yourself in next 5 year
  • Q2. What projects you have work on till now

Interview Preparation Tips

Topics to prepare for Wipro Software Engineer Level 1 interview:
  • Geeks for Geeks
Interview preparation tips for other job seekers - Prepare hard on coding question. Mostly focus on database ,data structure, and be clear during HR round don't panic . Be relax and answer him
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Group Discussion 

About job role and what about company

Round 3 - Coding Test 

Basics of Java
Basics of Html

Round 4 - HR 

(2 Questions)

  • Q1. What about other companies talking
  • Q2. What is your lifetime goal
Round 5 - Technical 

(1 Question)

  • Q1. Any technical skills
  • Ans. 

    Proficient in programming languages such as Java, Python, and C++. Familiar with database management systems and web development frameworks.

    • Strong knowledge of Java, Python, and C++ programming languages

    • Experience with database management systems such as MySQL and MongoDB

    • Familiarity with web development frameworks like Django and Flask

    • Proficient in software development tools like Git and JIRA

  • Answered by AI
Round 6 - HR 

(1 Question)

  • Q1. What is your strengths and weakness?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident add smile at the end of your interview
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response

I applied via Approached by Company and was interviewed before Feb 2023. There were 4 interview rounds.

Round 1 - Coding Test 

1 hour, 2 DSA questions. Easy

Round 2 - Technical 

(3 Questions)

  • Q1. Data Structures and Algorithms round
  • Q2. Right view and bottom view of tree.
  • Ans. 

    The right view of a tree shows the rightmost node at each level, while the bottom view shows the bottommost node at each horizontal distance.

    • To find the right view, perform a level order traversal and keep track of the rightmost node at each level.

    • To find the bottom view, perform a vertical order traversal and keep track of the bottommost node at each horizontal distance.

    • Both views can be represented as arrays of strin...

  • Answered by AI
  • Q3. Merge intervals
  • Ans. 

    Merge overlapping intervals in a list to create a consolidated list of intervals.

    • Sort the intervals by their start times. Example: [[1,3], [2,6], [8,10], [15,18]] becomes [[1,3], [2,6], [8,10], [15,18]].

    • Initialize an empty list to hold merged intervals.

    • Iterate through the sorted intervals and compare the current interval with the last merged interval.

    • If they overlap (current start <= last end), merge them by updatin...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Minimum number of runways required
  • Ans. 

    The minimum number of runways required depends on the number of aircrafts and their arrival and departure times.

    • Consider the number of aircrafts that will be arriving and departing at the same time.

    • Calculate the maximum number of aircrafts that will be on the ground at any given time.

    • Each aircraft requires a separate runway for landing and takeoff.

    • The minimum number of runways required is equal to the maximum number of...

  • Answered by AI
  • Q2. Some question related to binary tree
Round 4 - One-on-one 

(1 Question)

  • Q1. Asked about past projects. Leadership principle questions answered in STAR format

Interview Preparation Tips

Interview preparation tips for other job seekers - Luck is a major factor. You cannot always be the best. They ask simple questions and judge thousands of candidates on the basis of it. Just be thorough with the concepts.

Skills evaluated in this interview

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

90 questions in 90 mins on maths, programming, and debugging

Round 3 - Coding Test 

2 basic coding questions on strings and array, you can use any language

Round 4 - One-on-one 

(2 Questions)

  • Q1. My Strenghts and how I use them
  • Ans. 

    I leverage my strengths in problem-solving, teamwork, and adaptability to excel in software engineering projects.

    • Problem-solving: I enjoy tackling complex coding challenges, like optimizing algorithms for better performance.

    • Teamwork: I collaborate effectively with peers, contributing to group projects and ensuring smooth communication.

    • Adaptability: I quickly learn new technologies, such as transitioning from Java to Py...

  • Answered by AI
  • Q2. What is my expected CTC
  • Ans. 

    Expected CTC for Software Engineer Level 1 depends on company, location, experience, and negotiation skills.

    • Expected CTC can vary based on company policies and budget.

    • Location plays a significant role in determining CTC due to cost of living differences.

    • Experience level can impact the salary offered, with more experienced candidates typically receiving higher CTC.

    • Negotiation skills can also influence the final CTC offe...

  • Answered by AI
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 Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple questions, easy to clear

Round 2 - One-on-one 

(2 Questions)

  • Q1. Related to domain
  • Q2. Simple questions related to projects
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2022. There were 4 interview rounds.

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 - Aptitude Test 

Round 1- Foundation Test:

Total Question- 20 ques
Time allotted- 75 mins (shared)
Few important Topics:

Quantitative Aptitude

Number System, LCM & HCF
Divisibility
Numbers & Decimal Fractions
Geometry
+ More Topics

Round 3 - Coding Test 

Round 2- Advanced Test:

Total Question-10 ques
Time allotted- 35 mins (shared)
Few important Topics:

Quantitative Aptitude

Ages
Allegations and Mixtures
Averages
Clocks and Calendars
Equations
Percentages
+ More Topics

Round 4 - HR 

(4 Questions)

  • Q1. 1.Tell me about yourself.
  • Ans. HR interviews normally start off with this question since it is the one that is usually asked the most often. The right response can boost your chances of making a positive first impression. Interviewers often ask this question so that you can provide a summary of your resume so they can get an idea of what you find most valuable.
  • Answered Anonymously
  • Q2. 2. What are your strengths and weaknesses?
  • Ans. Answering this question requires skill and ingenuity. With this question, you will be able to acknowledge weaknesses that you look forward to improving. Public speaking, time management, self-criticism, etc., are some common areas of weakness that will not negatively reflect on your selection. The tone should be positive. Always speak only of true forces and never state strengths that you cannot verify. Avoid saying an...
  • Answered Anonymously
  • Q3. 3.Who is the founder of TCS?
  • Ans. TATA Group was founded by Jamsetji Nusserwanji Tata in 1869 as a private organization. Jehangir Ratanji Dadabhoy Tata (JRD Tata) was the driving force behind the expansion of this group into TCS, which was established in 1968. At the present time, Mr Natarajan Chandrasekaran is the Chairman of the TCS
  • Answered Anonymously
  • Q4. 4. What are the competitors of TCS globally and in India?
  • Ans. Login to experience InterviewBit Practice Improve your coding skills with our resources Resources Experience learning Contests Compete in popular contests with top coders Online IDE Checkout our improved IDE Free Mock Assess yourself and prepare for interviews Scaler Explore Offerings by SCALER Events Checkout Scaler Academy Events New Get a Free personalised Career Roadmap from Scaler Show My Career Plan 90000+ Dev...
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't overwhelm the interviewer with too many details, but don't leave important ones out.
Although you must prepare your answer in advance, do not sound robotic. Give a straightforward, friendly, and confident answer.
Make sure you use the appropriate terminology in your response like innovative, problem-solving, fast-paced, creative, etc.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

  • Q1. What is self introduction
  • Ans. 

    A self-introduction is a brief overview of who you are, your background, and your professional interests.

    • Start with your name and current role, e.g., 'My name is John Doe, and I am a recent computer science graduate.'

    • Mention your educational background, e.g., 'I graduated from XYZ University with a degree in Computer Science.'

    • Highlight relevant skills or experiences, e.g., 'I have experience in Java and Python, and I c...

  • Answered by AI
  • Q2. What is your career goals
  • Ans. 

    I aim to grow as a software engineer, mastering technologies and contributing to impactful projects while advancing my career.

    • Develop expertise in programming languages like Python and Java.

    • Contribute to open-source projects to enhance my skills and network.

    • Aim for a promotion to Software Engineer Level 2 within two years.

    • Seek mentorship opportunities to learn from experienced engineers.

    • Stay updated with industry trend...

  • Answered by AI
  • Q3. What is your hobbies
  • Ans. 

    I enjoy coding, hiking, and reading, which help me relax and stay creative while enhancing my problem-solving skills.

    • Coding: I often participate in hackathons and contribute to open-source projects, which sharpen my programming skills.

    • Hiking: I love exploring nature trails on weekends, which keeps me physically active and mentally refreshed.

    • Reading: I read tech blogs and fiction, which broadens my perspective and inspi...

  • Answered by AI
  • Q4. What is your short time goal and long time goal
  • Ans. 

    My short-term goal is to enhance my coding skills, while my long-term goal is to lead projects and innovate in software development.

    • Short-term: Master programming languages like Python and Java through online courses and projects.

    • Long-term: Aim to become a team lead, guiding junior developers and driving project success.

    • Short-term: Contribute to open-source projects to gain real-world experience and collaborate with ot...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1 identity your career goals 2 dedicate time to the search 3 Don't limit your search to online resources 4 make networking part of your everyday life

I applied via Naukri.com

Interview Questionnaire 

2 Questions

  • Q1. Why Amazon?
  • Ans. 

    Amazon's innovation, customer focus, and diverse opportunities align with my career goals and values.

    • Customer Obsession: Amazon prioritizes customer satisfaction, evident in initiatives like Prime and personalized recommendations.

    • Innovation: The company is a leader in technology and logistics, constantly pushing boundaries with services like AWS and drone delivery.

    • Diversity of Roles: Amazon offers a wide range of caree...

  • Answered by AI
  • Q2. What do you expect from Amazon?
  • Ans. 

    I expect Amazon to foster innovation, provide growth opportunities, and maintain a customer-centric culture.

    • Opportunities for professional development, such as training programs and mentorship.

    • A collaborative work environment that encourages teamwork and idea sharing.

    • Access to cutting-edge technology and resources to drive innovation.

    • A strong focus on customer satisfaction, ensuring that every decision prioritizes the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be open to anything, and keep your expectations low as your expectations might kill you. Just relax and take everything in a healthy way

Eventbrite Interview FAQs

How many rounds are there in Eventbrite Software Engineer Level 1 interview?
Eventbrite interview process usually has 1 rounds. The most common rounds in the Eventbrite interview process are HR.
How to prepare for Eventbrite Software Engineer Level 1 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 Eventbrite. The most common topics and skills that interviewers at Eventbrite expect are Analytics, Automation, Debugging, Javascript and Monitoring.

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Duration

Less than 2 weeks 100%
View more
Software Engineer
19 salaries
unlock blur

₹13 L/yr - ₹21.9 L/yr

Senior Software Engineer
11 salaries
unlock blur

₹34.2 L/yr - ₹51.5 L/yr

Engineering Manager
6 salaries
unlock blur

₹60 L/yr - ₹70 L/yr

Software Engineer2
6 salaries
unlock blur

₹24 L/yr - ₹26 L/yr

Senior Associate
4 salaries
unlock blur

₹12 L/yr - ₹12.2 L/yr

Explore more salaries
Compare Eventbrite with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview