Upload Button Icon Add office photos

Filter interviews by

Playablo Interview Questions, Process, and Tips

Updated 15 Sep 2022

Top Playablo Interview Questions and Answers

View all 13 questions

Playablo Interview Experiences

Popular Designations

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

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

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 Resume 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 Playablo Softwaretest Engineer Interview Questions and Answers

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

Jobs at Playablo

View all

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

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

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

The medium level questions are present

Round 2 - Group Discussion 

There was no gd

Round 3 - HR 

(5 Questions)

  • Q1. What is your family background?
  • Q2. Why should we hire you?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.
  • Q5. Hr round and the technical discussion was combined into one round

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to enhance your skills and be prepared for hard work

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

Interview Questionnaire 

2 Questions

  • Q1. What tools do you recommend for content authoring?
  • Ans. 

    There are several tools available for content authoring, depending on the type of content and the level of expertise.

    • For beginners, tools like Grammarly and Hemingway can help with grammar and readability.

    • For more advanced users, Adobe Creative Suite and Microsoft Office are popular options.

    • Content management systems like WordPress and Drupal are also useful for creating and managing content.

    • Collaboration tools like Go...

  • Answered by AI
  • Q2. Adobe Captivate is a standalone authoring tool and one of the best tools with rich features.

Interview Preparation Tips

Interview preparation tips for other job seekers - TR panelist are industry experts so you need to prepare well for the TR round.

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

I applied via Campus Placement and was interviewed before Nov 2021. 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 Resume tips
Round 2 - HR 

(2 Questions)

  • Q1. Why do you want to join infosys
  • Q2. Product developement life cycle
  • Ans. 

    Product development life cycle is the process of bringing a new product to market.

    • It involves ideation, research, design, development, testing, launch, and post-launch evaluation.

    • Each stage has its own set of goals, deliverables, and stakeholders.

    • Examples include Apple's iPhone development cycle and the pharmaceutical drug development cycle.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be genuine with the answers and answer confidently
Contribute & help others!
anonymous
You can choose to be anonymous

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 Resume Shortlist.
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, Html5 and Illustrator.
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

Recently Viewed

INTERVIEWS

Ge India Industrial

No Interviews

SALARIES

Honeywell Technology Solutions

No Salaries

CAMPUS PLACEMENT

CDAC, Noida

COMPANY BENEFITS

Honeywell Technology Solutions

No Benefits

LIST OF COMPANIES

Honeywell Technology Solutions

Overview

PHOTOS

Hyundai Motor India Limited

No Photos

REVIEWS

LTIMindtree

No Reviews

INTERVIEWS

Justclick Travels

No Interviews

SALARIES

LTIMindtree

INTERVIEWS

Deep Industries

No Interviews

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 788 Interviews
Swiggy Interview Questions
3.8
 • 424 Interviews
View all

Playablo Reviews and Ratings

based on 13 reviews

4.0/5

Rating in categories

3.1

Skill development

3.7

Work-life balance

2.8

Salary

3.1

Job security

3.7

Company culture

2.7

Promotions

3.2

Work satisfaction

Explore 13 Reviews and Ratings
E Learning Developer

Bangalore / Bengaluru

2-3 Yrs

₹ 4-6 LPA

Explore more jobs
Softwaretest Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Web Developer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Advisor
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Testing Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Playablo 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent