Upload Button Icon Add office photos

Filter interviews by

BlueStacks Member Technical Staff Interview Questions and Answers

Updated 15 Jun 2024

BlueStacks Member Technical Staff Interview Experiences

5 interviews found

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

I applied via Referral and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Conducted on Interviewbit. Easy to Medium level DSA questions

Round 2 - Technical 

(2 Questions)

  • Q1. Virtual Functions in C++
  • Ans. 

    Virtual functions in C++ allow for dynamic binding and polymorphism.

    • Virtual functions are declared in a base class and can be overridden in derived classes.

    • They allow for dynamic binding, meaning the function to be called is determined at runtime.

    • Virtual functions enable polymorphism, where objects of different classes can be treated as objects of a common base class.

    • Example: class Animal { virtual void speak() { cout ...

  • Answered by AI
  • Q2. Java Reflection and how it works
  • Ans. 

    Java Reflection is a feature that allows a program to examine or modify its own structure at runtime.

    • Java Reflection provides a way to inspect and manipulate classes, methods, fields, and constructors at runtime.

    • It allows you to access private fields and methods, bypassing encapsulation.

    • You can dynamically create instances of classes, invoke methods, and access fields using Reflection.

    • Example: Class clazz = Class.forNa...

  • Answered by AI

Skills evaluated in this interview

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 - Technical 

(1 Question)

  • Q1. Basic concepts of react and angular
Round 3 - Aptitude Test 

Basic Questions and Riddles

Member Technical Staff Interview Questions Asked at Other Companies

asked in Salesforce
Q1. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in Salesforce
Q2. Optimal Strategy for a Coin Game You are playing a coin game with ... read more
Q3. Next Smallest Palindrome Problem Statement Find the next smallest ... read more
Q4. Check Permutation Problem Statement Given two strings 'STR1' and ... read more
asked in Salesforce
Q5. Longest Happy String Problem Statement Given three non-negative i ... read more

I was interviewed in Aug 2021.

Round 1 - Assignment 

Round duration - Max 2 days for submitting release version of the assignment
Round difficulty - Medium

Round 2 - Face to Face 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

The first round started with some questions over fundamentals of DSA , following with 2 coding questions (live) and discussion over them after my solution. Since I had past experience over Android , there were few questions on Android App Lifecycle as well Flutter App Lifecycle and difference between the two.
Timing : 5-6 pm
About the interviewer : He was really calm and friendly throught the interview and I learnt few points as well from him.

  • Q1. 

    Move Zeroes to End

    Given an unsorted array of integers, adjust the array such that all zeroes are moved to the end while preserving the order of non-zero elements.

    Input:

    The input provided consists of ...

  • Ans. 

    Count the number of zeros while traversing the array ,counting and erasing at the same time & then using another for loop populate the counted no of zeros at the end.

  • Answered Anonymously
Round 3 - Face to Face 

Round duration - 60 Minutes
Round difficulty - Medium

This round was more specific to my Mobile App Development Skills. I was asked about experiences in my various internships and questions about apps developed during that period. Since my apps were developed on Flutter, thereafter, I was questioned on concepts of Flutter and a few scenarios to which I had to provide a solution.
Timing : 1:30 - 2:30 pm
About the Interviewer: She was really friendly throughout the interview and suggested a few learning points as well.

Round 4 - Face to Face 

Round duration - 60 Minutes
Round difficulty - Medium

This round was mostly based on overall problem solving and conceptual knowledge. I was asked questions on various topics such and SDLC , Networks and DBMS. The discussion continued on network related scenarios.
Timing : 5-6pm
About Interviewer : Great Knowledge and deep understanding of the concepts.

Round 5 - HR 

Round duration - 30 Minutes
Round difficulty - Easy

HR round was fun. We had a great conversation, and at last, she congratulated me on confirmation of my employment.
Timing : 7:30 to 8:00 pm

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Thapar Polytechnic College. I applied for the job as Member of Technical Staff in GurgaonEligibility criteriaNo criteriaBlueStacks interview preparation:Topics to prepare for the interview - Data Structures , OOPS , Web Design , Android , Flutter , NetworksTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice various questions based on OOPS and keep your fundamentals strong.
Tip 2 : Do try to work on some self-learning projects as well, the reason being they help you enhance your creative aspect.
Tip 3 : Having a little knowledge about the role you are applying for and what they might expect you to be acquainted with would keep you on the upper hand.
Tip 4 : Your internship experience might come in handy while interviewing as it helps to create a more engaging experience with the interviewer.
Tip 5 : Don't forget to practice via mock interviews, as they do help you out by boosting your confidence in real-time. 
Tip 6 : Lastly, have faith in yourself and respond with confidence (while not being overconfident at the same time xD)

Application resume tips for other job seekers

Tip 1 : Resume is basically your first impression, so make it as appealing as it could be.
Tip 2 : Add all your Internships and Personal projects to it ( Don't forget to add link to presentable work samples along with a brief description about the work )
Tip 3 : Adding 1-2 recommendations to your resume would be a plus.
Tip 4 : Do consider opinions about your resume from your peers and improvise accordingly.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Apr 2021. There were 4 interview rounds.

Round 1 - Assignment 

As an automation Engineer, it was the task related to automate and fetch some data from the UI.

Round 2 - Technical 

(1 Question)

  • Q1. The interview was completely based on automation testing. Questions were inclined towards the assignment which we have submitted and around it.
Round 3 - Technical 

(1 Question)

  • Q1. This was based on programming knowledge and logic implementation
Round 4 - HR 

(5 Questions)

  • Q1. Why are you looking for a change?
  • Q2. Share details of your previous job.
  • Q3. What is your family background?
  • Q4. What are your salary expectations?
  • Q5. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for BlueStacks Member Technical Staff interview:
  • Selenium
  • Python
  • Web Api
  • Appium
  • Postman
Interview preparation tips for other job seekers - Be confident about your answer and do not fake.

BlueStacks interview questions for designations

 Senior Member of Technical Staff

 (1)

 Software Developer Intern

 (1)

Interview Questionnaire 

1 Question

  • Q1. First , they give you an assignment and ask you to modify it if needed. If selected , there will be 2 tech rounds. 1st round had questions from ds and algo and python specific questions like decorators , f...

Interview questions from similar companies

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

I applied via Job Fair and was interviewed before 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 - Technical 

(2 Questions)

  • Q1. SQL Questions and Python Coding Questions
  • Q2. Do not remember the questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Oct 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. SQL Questions and Python Coding Questions
  • Q2. Do not remember the questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

BlueStacks Interview FAQs

How many rounds are there in BlueStacks Member Technical Staff interview?
BlueStacks interview process usually has 3 rounds. The most common rounds in the BlueStacks interview process are Technical, Assignment and HR.
What are the top questions asked in BlueStacks Member Technical Staff interview?

Some of the top questions asked at the BlueStacks Member Technical Staff interview -

  1. Java Reflection and how it wo...read more
  2. Virtual Functions in ...read more
  3. The interview was completely based on automation testing. Questions were inclin...read more

Tell us how to improve this page.

BlueStacks Member Technical Staff Interview Process

based on 2 interviews

1 Interview rounds

  • Technical Round
View more

Interview Questions from Similar Companies

Magic Edtech Interview Questions
3.1
 • 49 Interviews
embedUR Systems Interview Questions
3.3
 • 47 Interviews
Argusoft Interview Questions
4.6
 • 38 Interviews
Hike Interview Questions
3.8
 • 31 Interviews
SMC Corporation Interview Questions
3.7
 • 27 Interviews
View all
BlueStacks Member Technical Staff Salary
based on 100 salaries
₹7 L/yr - ₹25.6 L/yr
14% more than the average Member Technical Staff Salary in India
View more details

BlueStacks Member Technical Staff Reviews and Ratings

based on 13 reviews

3.9/5

Rating in categories

3.7

Skill development

4.5

Work-life balance

4.4

Salary

3.9

Job security

4.1

Company culture

3.6

Promotions

3.9

Work satisfaction

Explore 13 Reviews and Ratings
Member Technical Staff
100 salaries
unlock blur

₹7 L/yr - ₹25.5 L/yr

Senior Member of Technical Staff
44 salaries
unlock blur

₹10 L/yr - ₹43.5 L/yr

Technical Qa Staff Member
21 salaries
unlock blur

₹7 L/yr - ₹10.6 L/yr

Marketing Associate
21 salaries
unlock blur

₹4 L/yr - ₹6.5 L/yr

Quality Assurance Technical Staff Member
12 salaries
unlock blur

₹7.5 L/yr - ₹11 L/yr

Explore more salaries
Compare BlueStacks with

MEM Gujarat

2.0
Compare

Maxgen Technologies

4.6
Compare

ANR Software Private Limited

4.4
Compare

Magic Edtech

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