Upload Button Icon Add office photos

Filter interviews by

Eventbrite Software Engineer2 Interview Questions and Answers

Updated 12 Apr 2024

Eventbrite Software Engineer2 Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
4-6 weeks
Result
No response
Round 1 - One-on-one 

(1 Question)

  • Q1. Practical Problem regarding Pagination
  • Ans. 

    Pagination is a technique to divide large datasets into smaller, manageable chunks for easier navigation.

    • Define the page size: Determine how many items to display per page, e.g., 10 items per page.

    • Calculate total pages: Use the formula totalItems / pageSize to find the number of pages needed.

    • Implement navigation: Provide 'Next', 'Previous', and specific page number links for user navigation.

    • Handle edge cases: Ensure pr...

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

(1 Question)

  • Q1. Coding Question
Round 3 - One-on-one 

(1 Question)

  • Q1. Low Level Design Implementation
  • Ans. 

    Low level design implementation involves detailed planning and coding of individual components of a software system.

    • Break down the system into smaller components/modules

    • Define the interfaces and interactions between components

    • Implement each component with attention to detail and efficiency

    • Consider factors like performance, scalability, and maintainability

    • Test each component thoroughly to ensure functionality and integr...

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

(1 Question)

  • Q1. Behavioral Interview
Round 5 - HR 

(1 Question)

  • Q1. Post salary negotiation, the HR ghosted and few weeks later I received a rejection email, which did not speak well about the company

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

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 

Hackerrank was used for test

Round 3 - Technical 

(2 Questions)

  • Q1. Implement BFS to find the nearest neighbour
  • Ans. 

    Implement BFS algorithm to find the nearest neighbour

    • Create a queue to store nodes to be visited

    • Start with the initial node and add it to the queue

    • While the queue is not empty, dequeue a node, visit its neighbours, and add them to the queue

    • Repeat until the nearest neighbour is found

  • Answered by AI
  • Q2. Implement Priority queue using heap.
  • Ans. 

    Priority queue can be implemented using a heap data structure.

    • Create a min heap or max heap based on the priority order needed.

    • Insert elements into the heap based on their priority level.

    • Remove elements from the heap based on their priority level.

    • Heapify the heap after each insertion or deletion operation.

    • Example: Implementing a min heap for a priority queue where lower values have higher priority.

  • Answered by AI

Skills evaluated in this interview

Software Engineer2 Interview Questions Asked at Other Companies

Q1. - Given a water -tight orientable 2-manifold, how to find if a po ... read more
asked in Wayfair
Q2. Describe how you would design an Order and Cart Page in iOS, incl ... read more
asked in JioStar
Q3. Given an array of officers, where ranks 1-8 represent high-rankin ... read more
Q4. How to process large amount of data? Which tool would you prefer?
asked in PayPal
Q5. Can you describe the system design for the checkout feature on Am ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude questions based on profit and loss

Round 2 - Coding Test 

Coding test based on c language and python programming

Round 3 - Assignment 

Communication assignment based on English

Round 4 - Technical 

(2 Questions)

  • Q1. Self introduction
  • Q2. Difine real time operation system
  • Ans. 

    Real-time operating systems are designed to provide guaranteed response times for critical tasks.

    • Real-time operating systems prioritize tasks based on their urgency and importance.

    • They are commonly used in industries such as aerospace, automotive, and industrial automation.

    • Examples include VxWorks, QNX, and FreeRTOS.

  • Answered by AI
Round 5 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Project work questions

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Java Basics Technical Questions
  • Q2. In depth knowledge OOPS concepts and basic practice skills of SQL operations
  • Q3. In depth practice of String Manipulations using looping and conditional statements
  • Ans. 

    String manipulation using loops and conditionals for software engineering

    • Use loops to iterate through each character in the string

    • Use conditional statements to check for specific conditions and manipulate the string accordingly

    • Examples: reversing a string, counting occurrences of a specific character, removing whitespace

  • Answered by AI
  • Q4. In depth knowledge of J2ee concepts with any ORM / MVC framework skills
Round 2 - Technical 

(1 Question)

  • Q1. Java Basics Technical Questions

I applied via Naukri.com and was interviewed in Jan 2022. There were 3 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 - Case Study 

They just asked about my previous experience and questions from my resume

Round 3 - Technical 

(1 Question)

  • Q1. Bsod , how to handle angry customer ,

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and confident.
They will just your potential.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
No response

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. Describe a a time when you had to convey your team to use a particular approach
  • Ans. 

    I successfully convinced my team to adopt Agile methodologies for improved collaboration and efficiency in our software development process.

    • Identified inefficiencies in our current waterfall approach, such as long feedback loops.

    • Presented data showing how Agile could reduce development time by 30%.

    • Organized a workshop to demonstrate Agile principles and practices.

    • Facilitated a pilot project using Agile, which resulted ...

  • Answered by AI
  • Q2. Design a queing system
  • Ans. 

    Design a queuing system to manage requests efficiently and ensure fair processing.

    • Define the purpose: e.g., handling customer service requests.

    • Choose a queuing model: FIFO (First In, First Out) is common.

    • Implement priority levels: e.g., urgent requests processed first.

    • Consider scalability: ensure the system can handle increased load.

    • Use data structures: e.g., linked lists or arrays for queue management.

    • Incorporate time...

  • Answered by AI
  • Q3. What are streams in Java
  • Ans. 

    Streams in Java are sequences of data elements supporting sequential and parallel aggregate operations.

    • Streams are part of the java.util.stream package introduced in Java 8.

    • They allow functional-style operations on collections, such as map, filter, and reduce.

    • Example: List<String> names = Arrays.asList("Alice", "Bob"); names.stream().filter(name -> name.startsWith("A")).forEach(System.out::println);

    • Streams can...

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Walk-in and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Daemon thread in java
  • Ans. 

    Daemon thread is a low priority thread that runs in the background and does not prevent the JVM from exiting.

    • Daemon threads are used for tasks that do not require user interaction or continuous execution.

    • They are automatically terminated when all non-daemon threads have finished.

    • Set a thread as daemon using setDaemon(true) method before starting it.

    • Example: Thread t = new Thread(); t.setDaemon(true); t.start();

  • Answered by AI

Skills evaluated in this interview

Are these interview questions helpful?

I applied via Referral and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How to change the process

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview panel is good but working with manger is not

I applied via Company Website and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. After 5 year in which position you will be
  • Ans. 

    In five years, I envision myself as a senior analyst, leading projects and mentoring junior team members while driving impactful data-driven decisions.

    • I aim to develop expertise in advanced analytics tools, such as Python and R, to enhance data modeling capabilities.

    • I plan to take on leadership roles in projects, guiding teams to deliver actionable insights that align with business goals.

    • I aspire to mentor junior analy...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You should must improve your communication skills.

You have basic knowledge of your qualifications

Interview Questionnaire 

1 Question

  • Q1. Bmide, Rac, itk, migration.

Eventbrite Interview FAQs

How many rounds are there in Eventbrite Software Engineer2 interview?
Eventbrite interview process usually has 5 rounds. The most common rounds in the Eventbrite interview process are One-on-one Round and HR.
What are the top questions asked in Eventbrite Software Engineer2 interview?

Some of the top questions asked at the Eventbrite Software Engineer2 interview -

  1. Low Level Design Implementat...read more
  2. Practical Problem regarding Paginat...read more
  3. Behavioral Interv...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Duration

4-6 weeks 100%
View more
Eventbrite Software Engineer2 Salary
based on 6 salaries
₹24 L/yr - ₹26 L/yr
25% more than the average Software Engineer2 Salary in India
View more details

Eventbrite Software Engineer2 Reviews and Ratings

based on 3 reviews

4.4/5

Rating in categories

4.4

Skill development

4.7

Work-life balance

4.1

Salary

4.1

Job security

4.7

Company culture

4.1

Promotions

4.4

Work satisfaction

Explore 3 Reviews and Ratings
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