Upload Button Icon Add office photos

Playablo

Compare button icon Compare button icon Compare

Filter interviews by

Playablo Interview Questions and Answers

Updated 15 Sep 2022
Popular Designations

13 Interview questions

A Softwaretest Engineer was asked
Q. Explain the defect life cycle.
Ans. 

Defect life cycle is the process of identifying, reporting, fixing, and verifying defects in software.

  • Defect is identified by testers during testing

  • Defect is reported to development team

  • Development team fixes the defect

  • Fixed defect is verified by testers

  • If defect is not fixed, it goes back to development team

  • If defect is fixed, it is closed

View all Softwaretest Engineer interview questions
A Softwaretest Engineer was asked
Q. Write an SQL query to display the total number of students from the child details table where child names start with 'A'.
Ans. 

SQL query to display the total number of students whose names start with 'A' from the child details table.

  • Use the SELECT statement to retrieve data from the table.

  • Use the COUNT function to count the number of rows that meet the condition.

  • Use the LIKE operator with the pattern 'A%' to match names starting with 'A'.

View all Softwaretest Engineer interview questions
A Softwaretest Engineer was asked
Q. If you encounter a blocker defect the day before the release date, what is your approach? How would you convince the developer to fix this defect?
Ans. 

Approach to handle a blocker defect just before release and convincing the developer to fix it.

  • Assess the impact of the defect on the release and prioritize it accordingly

  • Provide clear and concise information about the defect to the developer

  • Explain the potential risks and consequences of not fixing the defect

  • Collaborate with the developer to find a solution and provide support if needed

  • Highlight the importance of...

View all Softwaretest Engineer interview questions
A Softwaretest Engineer was asked
Q. Explain SDLC and the types of SDLC models.
Ans. 

SDLC stands for Software Development Life Cycle. It is a process used to develop software applications.

  • SDLC is a systematic approach to software development.

  • It consists of several phases including requirements gathering, design, coding, testing, and maintenance.

  • There are various SDLC models such as Waterfall, Agile, Spiral, and V-Model.

  • Waterfall model follows a linear sequential approach where each phase is comple...

View all Softwaretest Engineer interview questions
A Softwaretest Engineer was asked
Q. Explain the STLC in detail.
Ans. 

STLC stands for Software Testing Life Cycle which is a process of testing software from planning to deployment.

  • STLC involves several phases such as requirement analysis, test planning, test case development, test execution, and test closure.

  • Each phase has its own set of activities and deliverables.

  • STLC helps to ensure that the software is thoroughly tested and meets the quality standards.

  • STLC is an iterative proce...

View all Softwaretest Engineer interview questions
A Softwaretest Engineer was asked
Q. What is test planning?
Ans. 

Test planning is the process of defining the scope, objectives, and approach for testing a software application.

  • Identifying the testing objectives

  • Defining the scope of testing

  • Determining the testing approach

  • Creating a test plan document

  • Assigning roles and responsibilities

  • Estimating the testing effort

  • Identifying test deliverables

  • Defining the test environment

  • Identifying test data requirements

View all Softwaretest Engineer interview questions
Be interview-ready. Browse the most asked HR questions.
illustration image
A Softwaretest Engineer was asked
Q. What is the difference between test cases and test scenarios?
Ans. 

Test cases are specific inputs and expected outputs for a single functionality, while test scenarios are a collection of test cases that cover a broader functionality.

  • Test cases are detailed steps to verify a specific functionality

  • Test scenarios are a collection of test cases that cover a broader functionality

  • Test cases are usually written by testers

  • Test scenarios are usually written by business analysts or produc...

View all Softwaretest Engineer interview questions
Are these interview questions helpful?
A Softwaretest Engineer was asked
Q. Explain joins and their types with an example of each.
Ans. 

Joins are used to combine data from two or more tables based on a related column.

  • Types of joins: Inner join, Left join, Right join, Full outer join

  • Inner join returns only the matching rows from both tables

  • Left join returns all the rows from the left table and matching rows from the right table

  • Right join returns all the rows from the right table and matching rows from the left table

  • Full outer join returns all the r...

View all Softwaretest Engineer interview questions
A Softwaretest Engineer was asked
Q. Differentiate between functional and non-functional testing.
Ans. 

Functional testing checks if the system meets requirements while non-functional testing checks system performance.

  • Functional testing checks if the system meets requirements while non-functional testing checks system performance.

  • Functional testing is concerned with what the system does while non-functional testing is concerned with how well the system does it.

  • Functional testing includes unit testing, integration te...

View all Softwaretest Engineer interview questions
A Softwaretest Engineer was asked
Q. What is performance testing & explain its types? & Do u know Apache Jmeter?
Ans. 

Performance testing is the process of evaluating the speed, responsiveness, stability, and scalability of a software application.

  • Types of performance testing include load testing, stress testing, endurance testing, and spike testing.

  • Load testing checks the application's performance under normal and peak loads.

  • Stress testing evaluates the application's performance under extreme conditions.

  • Endurance testing checks t...

View all Softwaretest Engineer interview questions

Playablo Interview Experiences

2 interviews found

I applied via Recruitment Consulltant and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Coding Test 

It's was SQL server
They give 20+ query based on different scenario of SQL
And SQL server theory questions like
Different between Store procedure
And functions
What is indexing types of indexing
How to optimise table
SQL jobs
SQL trigger
Deadlock handle
CTE
Temp table
Primary key, foregin key, unique key
How to get 50% of data from table

Round 2 - Technical 

(1 Question)

  • Q1. SQL trigger details Deadlock handle Cost of query Some managerial questions
Round 3 - HR 

(1 Question)

  • Q1. Discuss about salary and my documents

Interview Preparation Tips

Interview preparation tips for other job seekers - I Was selected after all three rounds
They want I will come to Bangalore
And I asked for relocation but they decided
He provided less salary as compared to industry

I applied via Referral and was interviewed before Sep 2021. 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 - Technical 

(13 Questions)

  • Q1. Explain SDLC & types of SDLC models.
  • Ans. 

    SDLC stands for Software Development Life Cycle. It is a process used to develop software applications.

    • SDLC is a systematic approach to software development.

    • It consists of several phases including requirements gathering, design, coding, testing, and maintenance.

    • There are various SDLC models such as Waterfall, Agile, Spiral, and V-Model.

    • Waterfall model follows a linear sequential approach where each phase is completed b...

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

    Defect life cycle is the process of identifying, reporting, fixing, and verifying defects in software.

    • Defect is identified by testers during testing

    • Defect is reported to development team

    • Development team fixes the defect

    • Fixed defect is verified by testers

    • If defect is not fixed, it goes back to development team

    • If defect is fixed, it is closed

  • Answered by AI
  • Q3. Explain STLC in detail.
  • Ans. 

    STLC stands for Software Testing Life Cycle which is a process of testing software from planning to deployment.

    • STLC involves several phases such as requirement analysis, test planning, test case development, test execution, and test closure.

    • Each phase has its own set of activities and deliverables.

    • STLC helps to ensure that the software is thoroughly tested and meets the quality standards.

    • STLC is an iterative process an...

  • Answered by AI
  • Q4. Write Sql query for displaying total number of students from child details table where child names starting with 'A'.
  • Ans. 

    SQL query to display the total number of students whose names start with 'A' from the child details table.

    • Use the SELECT statement to retrieve data from the table.

    • Use the COUNT function to count the number of rows that meet the condition.

    • Use the LIKE operator with the pattern 'A%' to match names starting with 'A'.

  • Answered by AI
  • Q5. Explain joins & its types with an example each.
  • Ans. 

    Joins are used to combine data from two or more tables based on a related column.

    • Types of joins: Inner join, Left join, Right join, Full outer join

    • Inner join returns only the matching rows from both tables

    • Left join returns all the rows from the left table and matching rows from the right table

    • Right join returns all the rows from the right table and matching rows from the left table

    • Full outer join returns all the rows f...

  • Answered by AI
  • Q6. Difference between testcases & test scenarios.
  • Ans. 

    Test cases are specific inputs and expected outputs for a single functionality, while test scenarios are a collection of test cases that cover a broader functionality.

    • Test cases are detailed steps to verify a specific functionality

    • Test scenarios are a collection of test cases that cover a broader functionality

    • Test cases are usually written by testers

    • Test scenarios are usually written by business analysts or product own...

  • Answered by AI
  • Q7. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
  • Ans. 

    Boundary value analysis is a testing technique to identify errors at the boundaries of input values.

    • For User ID field, test with values just below the minimum limit, at the minimum limit, just above the maximum limit, and at the maximum limit

    • For Password field, test with values just below the minimum limit, at the minimum limit, just above the maximum limit, and at the maximum limit

    • Ensure that the system handles these ...

  • Answered by AI
  • Q8. What is API testing? Do u know how to perform Api testing in postman tool?
  • Ans. 

    API testing is a type of software testing that involves testing APIs directly and verifying their functionality, reliability, performance, and security.

    • API testing involves testing the communication between different software systems

    • It verifies the functionality, reliability, performance, and security of APIs

    • API testing can be performed using tools like Postman, SoapUI, and JMeter

    • API testing can be automated using scri...

  • Answered by AI
  • Q9. What is performance testing & explain its types? & Do u know Apache Jmeter?
  • Ans. 

    Performance testing is the process of evaluating the speed, responsiveness, stability, and scalability of a software application.

    • Types of performance testing include load testing, stress testing, endurance testing, and spike testing.

    • Load testing checks the application's performance under normal and peak loads.

    • Stress testing evaluates the application's performance under extreme conditions.

    • Endurance testing checks the ap...

  • Answered by AI
  • Q10. Differentiate between functional & non- functional testing.
  • Ans. 

    Functional testing checks if the system meets requirements while non-functional testing checks system performance.

    • Functional testing checks if the system meets requirements while non-functional testing checks system performance.

    • Functional testing is concerned with what the system does while non-functional testing is concerned with how well the system does it.

    • Functional testing includes unit testing, integration testing...

  • Answered by AI
  • Q11. What is test planning?
  • Ans. 

    Test planning is the process of defining the scope, objectives, and approach for testing a software application.

    • Identifying the testing objectives

    • Defining the scope of testing

    • Determining the testing approach

    • Creating a test plan document

    • Assigning roles and responsibilities

    • Estimating the testing effort

    • Identifying test deliverables

    • Defining the test environment

    • Identifying test data requirements

  • Answered by AI
  • Q12. If u get a blocker defect just the previous day of ur release date. What will be ur approach? How will u convince the developer to fix this defect?
  • Ans. 

    Approach to handle a blocker defect just before release and convincing the developer to fix it.

    • Assess the impact of the defect on the release and prioritize it accordingly

    • Provide clear and concise information about the defect to the developer

    • Explain the potential risks and consequences of not fixing the defect

    • Collaborate with the developer to find a solution and provide support if needed

    • Highlight the importance of meet...

  • Answered by AI
  • Q13. Types of White box testing & black box testing.
  • Ans. 

    White box testing involves testing the internal structure of the software while black box testing involves testing the functionality without knowledge of the internal structure.

    • White box testing: unit testing, integration testing, code coverage testing

    • Black box testing: functional testing, system testing, acceptance testing

    • White box testing is also known as clear box testing or glass box testing

    • Black box testing is als...

  • Answered by AI
Round 3 - CTO round 

(1 Question)

  • Q1. Some behavioural questions.
Round 4 - HR 

(1 Question)

  • Q1. Just self introduction & salary discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - You can clear technical round of interview in this company if u r technically good at testing & sql concepts. Once the technical round is cleared, 90% of the chances that u r selected.

Skills evaluated in this interview

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Playablo?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Approached by Company and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

My work experience and my knowledge

Interview Preparation Tips

Topics to prepare for Udaan Sales Executive interview:
  • Hard-work
  • Self confidence
  • Punchualty
  • customer support
  • Computer operator
Interview preparation tips for other job seekers - Only experience person and very hardworking person and honest and punchal

I applied via Referral and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How can you understand the supply of restaurant in a particular area of a city ?
  • Ans. 

    To understand the supply of restaurants in a particular area of a city, we can use various methods.

    • Collect data from online directories like Yelp, Zomato, etc.

    • Conduct surveys to gather information about the number of restaurants in the area.

    • Analyze the population density and demographics of the area to estimate the demand for restaurants.

    • Check the number of restaurant permits issued by the local government.

    • Use GIS mapp...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand any city's demographics for instance. Take most busy road and assume that 70% supply will be on food -tech (MArket Standard). Open Sw / Zo and see the supply available in that area in peak time. There can be more than one way to solve for these question

I applied via Naukri.com and was interviewed before Mar 2021. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. What are your salary expectations?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - I am Vishnu Sharma. It's qualification B.Sc (hon math). Three years experience in TL post.

I applied via Recruitment Consultant and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Sales

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company

I appeared for an interview before Sep 2021.

Round 1 - HR 

(1 Question)

  • Q1. Tell me something about your self and your previous organisation?
  • Ans. 

    Dynamic sales executive with 5 years of experience in driving revenue growth and building client relationships in the tech industry.

    • Worked at Tech Solutions Inc. as a Sales Executive, achieving 120% of my sales target in the last fiscal year.

    • Developed strong relationships with clients, resulting in a 30% increase in repeat business.

    • Implemented a new CRM system that improved lead tracking and follow-up efficiency by 40%...

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

(1 Question)

  • Q1. Why you want to join this organisation?
  • Ans. 

    I am drawn to this organization for its innovative approach, strong values, and commitment to employee growth and customer satisfaction.

    • The organization's reputation for innovation aligns with my passion for staying ahead in sales strategies.

    • I admire your commitment to customer satisfaction, as seen in your recent award for outstanding service.

    • The emphasis on employee development through training programs resonates wit...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Never say ‚ u left ur previous organisation for growth.

I applied via Other and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Are you happy?
  • Ans. 

    Happiness is a state of mind influenced by personal achievements, relationships, and a positive outlook on life.

    • I find joy in achieving sales targets, which motivates me to perform better.

    • Building strong relationships with clients brings me satisfaction and happiness.

    • I enjoy collaborating with my team, sharing successes, and learning from each other.

    • Personal growth through challenges in sales keeps me engaged and happy...

  • Answered by AI
  • Q2. Where you go when you make holiday
  • Ans. 

    I love exploring new cultures and relaxing on beautiful beaches during my holidays, often visiting places like Bali or the Amalfi Coast.

    • I enjoy beach destinations, such as Bali, for relaxation and water sports.

    • Cultural trips to cities like Paris or Rome allow me to immerse in history and art.

    • I also appreciate nature retreats, like hiking in the Swiss Alps or visiting national parks.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - when someone need job. no ask any question by interviewr

I applied via Naukri.com and was interviewed in May 2019. There were 4 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Work experience
  • Ans. 

    I have over five years of experience in sales, focusing on building relationships and driving revenue growth in competitive markets.

    • Developed and maintained relationships with key clients, resulting in a 30% increase in repeat business.

    • Consistently exceeded sales targets by an average of 20% through strategic planning and effective negotiation.

    • Led a team of sales representatives, providing training and mentorship that ...

  • Answered by AI
  • Q2. R u comfertable traveling
  • Ans. 

    Yes, I am comfortable traveling for work.

    • I have experience traveling for work in my previous roles.

    • I am adaptable and enjoy exploring new places.

    • I am willing to travel for client meetings and conferences.

    • I understand the importance of face-to-face interactions in sales.

    • I am organized and can handle the logistics of travel efficiently.

  • Answered by AI
  • Q3. What is your study status
  • Ans. 

    I hold a Bachelor's degree in Business Administration, specializing in Marketing, which has equipped me with essential sales skills.

    • Bachelor's degree in Business Administration from XYZ University.

    • Specialized in Marketing, focusing on consumer behavior and sales strategies.

    • Completed internships at ABC Company, where I developed practical sales techniques.

    • Participated in various sales workshops and seminars to enhance m...

  • Answered by AI
  • Q4. Graduate
  • Q5. Can u join immediatly
  • Ans. 

    I am available to join immediately and eager to contribute to the team's success right away.

    • I have completed my previous commitments, allowing me to start without delay.

    • I am excited about this opportunity and ready to dive into the onboarding process.

    • My schedule is flexible, and I can accommodate any training or orientation sessions.

  • Answered by AI
  • Q6. Will you able to sell product by showing them on thier phone screen on the app
  • Ans. 

    Yes, I can effectively sell products by showcasing them on the app via phone screens, enhancing customer engagement.

    • Utilize high-quality visuals to capture attention, such as vibrant images or videos of the product.

    • Engage customers by demonstrating features directly on the app, like showing how to navigate or use the product.

    • Leverage customer testimonials or reviews within the app to build trust and credibility.

    • Offer p...

  • Answered by AI
  • Q7. This is something new,but India is going through digitalisation,so ofcourse that wouldnt be that problem.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good,i got selected,after two days i got a cl bck,and on 3 days i did my joining procedure

Interview Questionnaire 

1 Question

  • Q1. Introduction

Playablo Interview FAQs

How many rounds are there in Playablo interview?
Playablo interview process usually has 3-4 rounds. The most common rounds in the Playablo interview process are Technical, HR and Coding Test.
How to prepare for Playablo 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 Playablo. The most common topics and skills that interviewers at Playablo expect are API, Communication Skills, .Net Core, Content Development and Html5.
What are the top questions asked in Playablo interview?

Some of the top questions asked at the Playablo interview -

  1. What is boundary value analysis? How do u perform boundary value testing for Us...read more
  2. If u get a blocker defect just the previous day of ur release date. What will b...read more
  3. Write Sql query for displaying total number of students from child details tabl...read more

Tell us how to improve this page.

Interview Questions from other companies in Internet Industry

Licious Interview Questions
3.5
 • 70 Interviews
Ola Cabs Interview Questions
3.3
 • 148 Interviews
Recykal Interview Questions
4.3
 • 6 Interviews
Practo Interview Questions
3.1
 • 77 Interviews
Naukri Interview Questions
4.1
 • 202 Interviews
OLX Interview Questions
3.8
 • 64 Interviews
MagicPin Interview Questions
2.6
 • 58 Interviews
Oyo Rooms Interview Questions
3.2
 • 237 Interviews
Spinny Interview Questions
3.6
 • 187 Interviews
View all

Playablo Reviews and Ratings

based on 14 reviews

3.6/5

Rating in categories

2.9

Skill development

3.2

Work-life balance

2.8

Salary

2.7

Job security

3.2

Company culture

2.7

Promotions

3.0

Work satisfaction

Explore 14 Reviews and Ratings
E Learning Developer

Bangalore / Bengaluru

2-3 Yrs

₹ 4-6 LPA

Explore more jobs
Softwaretest Engineer
11 salaries
unlock blur

₹3.5 L/yr - ₹7.1 L/yr

Web Developer
6 salaries
unlock blur

₹3.2 L/yr - ₹6 L/yr

Software Engineer
5 salaries
unlock blur

₹4.3 L/yr - ₹10.7 L/yr

Backend Developer
4 salaries
unlock blur

₹3.2 L/yr - ₹6 L/yr

Senior Test Engineer
4 salaries
unlock blur

₹5.6 L/yr - ₹6 L/yr

Explore more salaries
Compare Playablo with other companies in Internet Industry

YourStory (India)

4.4
Compare

Little Internet

4.7
Compare

Perfint Healthcare

3.1
Compare

TRANZACT

1.8
Compare
write
Share an Interview