Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by QueueBuster Team. If you also belong to the team, you can get access from here

QueueBuster Verified Tick

Compare button icon Compare button icon Compare
4.6

based on 13 Reviews

Filter interviews by

QueueBuster Interview Questions and Answers

Updated 27 Apr 2023

QueueBuster Interview Experiences

1 interview found

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

I applied via Referral and was interviewed in Oct 2022. There were 2 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 - HR 

(3 Questions)

  • Q1. Introduce urself
  • Ans. 

    I am a technical support engineer with 5 years of experience in troubleshooting and resolving technical issues.

    • I have a degree in Computer Science and have worked with various software and hardware systems.

    • I am skilled in analyzing and diagnosing problems, providing solutions, and ensuring customer satisfaction.

    • I have experience in working with both individual customers and enterprise-level clients.

    • I am a quick learner...

  • Answered by AI
  • Q2. About college project
  • Q3. About problem solving skills, goals ,future ambition etc

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. How your last experience a fit for this company?
  • Ans. 

    My experience as a Category Manager in the retail industry aligns well with the needs of this company.

    • Managed product categories to drive sales and profitability

    • Developed strategic plans for assortment and pricing

    • Worked closely with suppliers to negotiate contracts and promotions

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

(1 Question)

  • Q1. How did you imporve P&L in last organisation?
  • Ans. 

    Implemented cost-saving initiatives and optimized product assortment to increase profitability.

    • Analyzed sales data to identify underperforming products and discontinued them

    • Negotiated better pricing with suppliers to reduce costs

    • Implemented promotional strategies to drive sales and increase margins

    • Optimized inventory levels to reduce carrying costs

    • Introduced new product lines with higher profit margins

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

(1 Question)

  • Q1. How to start a new category?
  • Ans. 

    The steps to start a new category involve market research, identifying trends, setting goals, creating a strategy, selecting products, and launching the category.

    • Conduct market research to identify gaps and opportunities in the market.

    • Identify trends and consumer preferences to determine the potential success of the new category.

    • Set clear goals and objectives for the new category, including sales targets and market sha...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Why shifting from government bank
  • Q2. Tell about yourself
Round 2 - Technical 

(1 Question)

  • Q1. Case based on building a financial application for payments
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

The first round was a coding test, which was outsourced to an external vendor. I was asked 2 basic DSA questions, and there was discussions around the time and space complexity, and scope of optimizing the solutions. Post that there were a few questions around Spring Boot features and basic system design. The interviewer was professional throughout the interview, and the interview process felt more like a discussion, as compared to the standard interview process.

Round 2 - Coding Test 

There was another round of coding - this time conducted by the organization itself. It consisted of a medium level DSA question on stacks. I wrote the code on my personal IDE and executed it there itself. The interviewer discussed about the possible edge cases and how I would deal with them. Post solving the question I was asked about my previous projects.

Round 3 - Technical 

(3 Questions)

  • Q1. Discuss in detail about a scenario where a challenging production issue was handled.
  • Q2. What are your responsibilities as a senior / team lead in the current organization?
  • Q3. How did you handle conflicts with junior engineers and reporting managers?
Round 4 - Group Discussion 

This was the final round where the discussion was largely around system design and HLD. It started off with questions are system design patterns and concepts. Then I was asked to design a booking design, with discussions around concurrency control and transaction management.

Interview Preparation Tips

Interview preparation tips for other job seekers - The coding questions were easy-medium, so strong basics is important. Be prepared to talk about previous projects in detail. A good knowledge on system design concepts is a must.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

MCQs around CS fundamentals

Round 2 - Coding Test 

3 DSA questions on graph

Round 3 - One-on-one 

(1 Question)

  • Q1. Hackathon of two parts
Round 4 - Technical 

(1 Question)

  • Q1. DSA and system design
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Things you have worked on in the past
  • Ans. 

    I have worked on developing and launching new mobile applications for a tech startup.

    • Led cross-functional teams to define product requirements

    • Conducted market research and user testing to inform product decisions

    • Worked closely with designers and engineers to bring products to market

    • Managed product roadmap and prioritized features based on user feedback

  • Answered by AI
Round 2 - Assignment 

Take home assignment on a relevant problem statement for the organization

Round 3 - One-on-one 

(1 Question)

  • Q1. Discussion on the assignment
Round 4 - HR 

(1 Question)

  • Q1. Details of your salary and negotiation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Asked me to give a self introduction
  • Q2. Asked me about college activities

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a simple interview process used to evaluvate your language and communication skills

Software Engineer- ROR Interview Questions & Answers

Riskcovry user image Anonymous

posted on 6 Aug 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Sorting objects based on keys ruby
  • Ans. 

    In Ruby, you can sort objects based on keys using the sort_by method.

    • Use the sort_by method with a block to specify the key to sort by.

    • For example, sorting an array of hashes by a specific key: array_of_hashes.sort_by { |hash| hash['key_to_sort_by'] }

    • You can also sort objects by multiple keys by chaining sort_by calls.

  • Answered by AI
  • Q2. Frequency of arr elements
  • Ans. 

    Calculate the frequency of elements in an array

    • Iterate through the array and count occurrences of each element

    • Use a hash map to store element frequencies

    • Return the hash map with element frequencies

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Introduction about me, info about the previously worked projects
  • Q2. Pick an random number from an array using random function and two pointer approach
  • Ans. 

    Use random function and two pointer approach to pick a random number from an array of strings.

    • Initialize two pointers at the start and end of the array

    • Generate a random index between the two pointers

    • Return the element at the random index

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Riskcovry Software Engineer- ROR interview:
  • Ruby Rails
  • Rails
  • DSA
Interview preparation tips for other job seekers - prepare well in Ruby on Rails, DSA,

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is SDLC and STLC?
  • Ans. 

    SDLC stands for Software Development Life Cycle, which is a process used by software development teams to design, develop, and test high-quality software products. STLC stands for Software Testing Life Cycle, which is a subset of SDLC focused on testing activities.

    • SDLC involves planning, designing, coding, testing, and deployment stages.

    • STLC involves test planning, test design, test execution, and test closure stages.

    • S...

  • Answered by AI
  • Q2. Explain Bug life cycle
  • Ans. 

    Bug life cycle is the process of a bug from identification to resolution in software testing.

    • Bug is identified by tester

    • Bug is logged in bug tracking tool

    • Bug is assigned to developer

    • Developer fixes the bug

    • Bug is retested by tester

    • If bug is fixed, it is closed. If not, it is reopened

    • Bug is verified in subsequent releases

  • Answered by AI

Skills evaluated in this interview

Business Analyst Interview Questions & Answers

GroMo user image Shashwat vishnu

posted on 17 Jul 2024

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

(5 Questions)

  • Q1. Sql, excel, python, g-sheet
  • Q2. Window function
  • Q3. Lookup, pivot, graphs, sumif, countif
  • Q4. Puzzles, fake coin, 25 horses,
  • Q5. Basic business understanding

Interview Preparation Tips

Interview preparation tips for other job seekers - they ask logical question, and busines understanding

QueueBuster Interview FAQs

How many rounds are there in QueueBuster interview?
QueueBuster interview process usually has 2 rounds. The most common rounds in the QueueBuster interview process are Resume Shortlist and HR.
How to prepare for QueueBuster 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 QueueBuster. The most common topics and skills that interviewers at QueueBuster expect are B2B Sales, Business Development, Customer Service, Sales and Technical Support.
What are the top questions asked in QueueBuster interview?

Some of the top questions asked at the QueueBuster interview -

  1. Introduce urs...read more
  2. About college proj...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 QueueBuster interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 4.9k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Paytm Interview Questions
3.3
 • 752 Interviews
Swiggy Interview Questions
3.8
 • 423 Interviews
Zomato Interview Questions
3.8
 • 313 Interviews
Uber Interview Questions
4.2
 • 159 Interviews
Ola Cabs Interview Questions
3.4
 • 141 Interviews
MakeMyTrip Interview Questions
3.7
 • 121 Interviews
Snapdeal Interview Questions
3.8
 • 74 Interviews
BookMyShow Interview Questions
3.9
 • 23 Interviews
View all

QueueBuster Reviews and Ratings

based on 13 reviews

4.6/5

Rating in categories

4.1

Skill development

4.4

Work-Life balance

4.8

Salary & Benefits

4.3

Job Security

4.9

Company culture

4.3

Promotions/Appraisal

4.3

Work Satisfaction

Explore 13 Reviews and Ratings
Technical Support Engineer
11 salaries
unlock blur

₹3 L/yr - ₹4.5 L/yr

Business Development Manager
10 salaries
unlock blur

₹4.8 L/yr - ₹6 L/yr

UI/UX Designer
4 salaries
unlock blur

₹3.5 L/yr - ₹4.8 L/yr

Inside Sales Executive
4 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Senior Software Engineer
4 salaries
unlock blur

₹7 L/yr - ₹11 L/yr

Explore more salaries
Compare QueueBuster with

BookMyShow

3.9
Compare

Paytm

3.3
Compare

MakeMyTrip

3.7
Compare

Swiggy

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview