Upload Button Icon Add office photos

QBurst Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

QBurst Technologies Engineer Interview Questions, Process, and Tips

Updated 8 Mar 2025

Top QBurst Technologies Engineer Interview Questions and Answers

QBurst Technologies Engineer Interview Experiences

4 interviews found

Engineer Interview Questions & Answers

user image Nishant Rai

posted on 23 Aug 2024

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

(3 Questions)

  • Q1. Memory leak in Android?
  • Ans. 

    Memory leak in Android refers to a situation where an application uses memory inefficiently, causing unused memory to accumulate and not be released.

    • Memory leaks can occur when objects are not properly released after use, leading to a buildup of unused memory.

    • Common causes of memory leaks in Android include holding onto references to objects that are no longer needed, using static variables in a way that prevents them ...

  • Answered by AI
  • Q2. Garbage collection basics.
  • Q3. Pass data between fragments in Android
  • Ans. 

    Use ViewModel to share data between fragments in Android

    • Create a ViewModel class to hold the data to be shared

    • Observe the ViewModel in each fragment to receive updates

    • Use LiveData to ensure data is updated in real-time

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Implement a Hash Map
  • Ans. 

    A Hash Map is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • Use an array to store the key-value pairs

    • Implement a hash function to map keys to indices in the array

    • Handle collisions by using techniques like chaining or open addressing

  • Answered by AI
  • Q2. Activity lifecycle in Android
  • Ans. 

    Activity lifecycle in Android refers to the different states an activity goes through during its lifetime.

    • There are several states in the activity lifecycle, including onCreate, onStart, onResume, onPause, onStop, and onDestroy.

    • Activities can transition between these states based on user interactions or system events.

    • Understanding the activity lifecycle is crucial for managing resources and maintaining a smooth user ex...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with Android fundamentals

Skills evaluated in this interview

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview

Engineer Interview Questions & Answers

user image Anonymous

posted on 8 Mar 2025

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

I was interviewed before Mar 2024.

Round 1 - Coding Test 

A basic coding round that can be conducted in any programming language.

Round 2 - One-on-one 

(1 Question)

  • Q1. What is the implementation and explanation of the coding question that was asked in the first round?

Interview Preparation Tips

Interview preparation tips for other job seekers - Simplified coding rounds and interviews for freshers.

Engineer Interview Questions Asked at Other Companies

asked in Eaton
Q1. ❖ If a team member is unable to carry out his work, he is doing i ... read more
Q2. What is inheritance? Show me by a code that shouldn't be a pseudo ... read more
asked in Qualcomm
Q3. What is Min-Cut placement algorithm? Given some block sizes, use ... read more
Q4. What is neutonian fluid ? , Stages of fracture, working of engine ... read more
Q5. What is normalization? What do you mean by 1NF, 2NF, 3NF, 4NF?

Engineer Interview Questions & Answers

user image Anonymous

posted on 21 Aug 2024

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

I applied via Company Website and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Javascript coding question
  • Q2. Output prediction
  • Q3. Basic react and javascript questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Scenario based questions

Engineer Interview Questions & Answers

user image Anonymous

posted on 29 Sep 2022

I applied via Referral and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Pure Technical Questions in the domain you are applying for.
Round 2 - One-on-one 

(1 Question)

  • Q1. Typical Managerial round questions pike how to tackle different scenarios

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are technically strong, you can easily clear the interview. Otherwise no chance.

QBurst Technologies interview questions for designations

 Senior Engineer

 (8)

 Software Engineer

 (11)

 QA Engineer

 (3)

 Lead Engineer

 (2)

 Devops Engineer

 (1)

 Test Engineer

 (1)

 Senior QA Engineer

 (3)

 Senior Software Engineer

 (1)

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Pyramid programs,oops concepts and real world examples, palindrome,run time polymorphism,etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and strong in basics that would be good

I applied via Company Website and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Wifi connectivity

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn about wifi and performance

I applied via Naukri.com and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Coming to AEM,Interviewer has covered all the topics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Pls don't join in TechMahindra.Especially for AEM Folks.Because there are no projects at all.They force you to learn and work in other domain.Then your AEM knowledge will vanish.Worst Company.

I applied via Naukri.com and was interviewed before Jun 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Puzzle solving

Interview Preparation Tips

Interview preparation tips for other job seekers - Properly interviewed

Interview Questionnaire 

1 Question

  • Q1. What is java
  • Ans. 

    Java is a high-level programming language used for developing applications and software.

    • Java is object-oriented and platform-independent.

    • It is used for developing web, mobile, and desktop applications.

    • Java code is compiled into bytecode and executed by the Java Virtual Machine (JVM).

    • Popular frameworks and tools for Java development include Spring, Hibernate, and Maven.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - checkout google

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. What is name mangling?
  • Ans. 

    Name mangling is a technique used by compilers to give unique names to functions and variables to avoid naming conflicts.

    • Name mangling is used in C++ to support function overloading.

    • It is also used in Python to avoid naming conflicts in modules.

    • Name mangling can make it difficult to access variables and functions from outside the class in which they are defined.

    • In C++, name mangling can be seen by using the 'nm' comman

  • Answered by AI

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

QBurst Technologies Interview FAQs

How many rounds are there in QBurst Technologies Engineer interview?
QBurst Technologies interview process usually has 2-3 rounds. The most common rounds in the QBurst Technologies interview process are One-on-one Round, Technical and Coding Test.
How to prepare for QBurst Technologies Engineer 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 QBurst Technologies. The most common topics and skills that interviewers at QBurst Technologies expect are Automation, Testing, Creative, Devops and GCP.
What are the top questions asked in QBurst Technologies Engineer interview?

Some of the top questions asked at the QBurst Technologies Engineer interview -

  1. Pass data between fragments in Andr...read more
  2. Memory leak in Andro...read more
  3. Activity lifecycle in Andr...read more

Recently Viewed

JOBS

QUADRANT RESOURCE LLC

No Jobs

SALARIES

QBurst Technologies

JOBS

Benovymed Healthcare

No Jobs

SALARIES

Xtancia Technosoft

SALARIES

MapmyIndia

JOBS

Swizzle Innovations

No Jobs

JOBS

QBurst Technologies

No Jobs

SALARIES

Xtancia Technosoft

SALARIES

QBurst Technologies

SALARIES

MapmyIndia

Tell us how to improve this page.

QBurst Technologies Engineer Interview Process

based on 3 interviews

1 Interview rounds

  • One-on-one Round
View more

Anonymously discuss salaries, work culture, and many more

Get Ambitionbox App

Engineer Interview Questions from Similar Companies

TCS Engineer Interview Questions
3.7
 • 21 Interviews
Wipro Engineer Interview Questions
3.7
 • 4 Interviews
View all

Fast track your campus placements

View all
QBurst Technologies Engineer Salary
based on 149 salaries
₹4.7 L/yr - ₹11.3 L/yr
30% more than the average Engineer Salary in India
View more details

QBurst Technologies Engineer Reviews and Ratings

based on 11 reviews

4.4/5

Rating in categories

4.6

Skill development

4.2

Work-life balance

3.9

Salary

4.5

Job security

4.2

Company culture

3.6

Promotions

3.9

Work satisfaction

Explore 11 Reviews and Ratings
Senior Engineer
417 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
334 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Engineer
286 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
257 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
149 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare QBurst Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview