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 (38)

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

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

The aptitude test consisted of a combination of three types of subjects: Quantitative, English, and Logical Reasoning. The difficulty level was challenging, and it would be beneficial to review the basics of the CAT exam.

Round 2 - Technical 

(6 Questions)

  • Q1. What is the SUBSTITUTE function in Excel, and how can it be used?
  • Ans. 

    The SUBSTITUTE function in Excel replaces a specific occurrence of a text string with another text string.

    • Syntax: SUBSTITUTE(text, old_text, new_text, instance_num)

    • text: The original text string where replacement will occur

    • old_text: The text string to be replaced

    • new_text: The text string to replace old_text with

    • instance_num: Optional parameter to specify which occurrence of old_text to replace

    • Example: =SUBSTITUTE("appl...

  • Answered by AI
  • Q2. What is a pivot table in Excel, and how can it be accessed and utilized?
  • Ans. 

    A pivot table in Excel is a data summarization tool that allows you to reorganize and summarize selected columns and rows of data.

    • Accessed by selecting the data range you want to analyze, then going to the 'Insert' tab and clicking on 'PivotTable'.

    • Utilized by dragging and dropping fields into the 'Rows', 'Columns', 'Values', and 'Filters' areas to organize and summarize data.

    • Can be used to quickly analyze large dataset...

  • Answered by AI
  • Q3. What are the differences between Tableau and Power BI, and which one is considered superior?
  • Ans. 

    Tableau and Power BI are both powerful data visualization tools, with Tableau being more user-friendly and Power BI offering better integration with Microsoft products.

    • Tableau is known for its user-friendly interface and ease of use for creating visually appealing dashboards.

    • Power BI offers better integration with Microsoft products such as Excel, SharePoint, and SQL Server.

    • Tableau is considered superior for its ease o...

  • Answered by AI
  • Q4. What is the process to sort the top 10 rows in Excel?
  • Ans. 

    To sort the top 10 rows in Excel, select the range of data, go to the Data tab, click on Sort, choose the column to sort by, select Top 10 from the options, and specify whether to sort in ascending or descending order.

    • Select the range of data containing the top 10 rows you want to sort.

    • Go to the Data tab in Excel.

    • Click on the Sort button.

    • Choose the column you want to sort by.

    • Select 'Top 10' from the 'Sort On' dropdown ...

  • Answered by AI
  • Q5. What is adjusted R-squared in descriptive statistics, and what information can be derived from it?
  • Ans. 

    Adjusted R-squared is a statistical measure that adjusts the R-squared value for the number of predictors in a regression model.

    • Adjusted R-squared takes into account the number of predictors in a regression model, providing a more accurate measure of the model's goodness of fit.

    • It penalizes the addition of unnecessary predictors, helping to prevent overfitting.

    • A higher adjusted R-squared value indicates a better fit of...

  • Answered by AI
  • Q6. What is correlation, and what conclusions can be drawn from it?
  • Ans. 

    Correlation is a statistical measure that describes the relationship between two variables.

    • Correlation can range from -1 to 1, with 0 indicating no correlation, 1 indicating a perfect positive correlation, and -1 indicating a perfect negative correlation.

    • A positive correlation means that as one variable increases, the other variable also tends to increase. For example, there is a positive correlation between studying h...

  • Answered by AI
Round 3 - Role Based 

(4 Questions)

  • Q1. What are the five stages of project?
  • Ans. 

    The five stages of a project are initiation, planning, execution, monitoring and controlling, and closing.

    • Initiation: Defining the project, its scope, objectives, and stakeholders.

    • Planning: Creating a detailed project plan, including tasks, timelines, resources, and budget.

    • Execution: Carrying out the project plan and completing the work.

    • Monitoring and Controlling: Tracking project progress, managing changes, and ensuri...

  • Answered by AI
  • Q2. What is the difference between a project manager and a product manager?
  • Ans. 

    Project managers focus on overseeing the execution of a specific project, while product managers are responsible for the overall strategy and development of a product.

    • Project managers are focused on the successful completion of a project within scope, budget, and time constraints.

    • Product managers are responsible for the strategic direction, development, and success of a product throughout its lifecycle.

    • Project managers...

  • Answered by AI
  • Q3. What are two limitations of food delivery apps that you believe need improvement?
  • Ans. 

    Limitations of food delivery apps that need improvement

    • Inaccurate delivery times leading to customer dissatisfaction

    • Limited restaurant options available on the app

    • Difficulty in customizing orders or making special requests

    • Issues with order accuracy and missing items

    • Lack of transparency in pricing and additional fees

  • Answered by AI
  • Q4. Can you provide a real-life example of a project where you led a team to successful completion?
  • Ans. 

    Led a team to successfully launch a new software application for a client

    • Developed project timeline and milestones

    • Assigned tasks to team members based on their strengths

    • Held regular team meetings to track progress and address any issues

    • Collaborated with client to ensure project met their expectations

    • Conducted thorough testing and quality assurance before final launch

  • Answered by AI
Round 4 - HR 

(5 Questions)

  • Q1. What is your place of domicile?
  • Ans. 

    I currently reside in a cozy apartment in downtown Seattle.

    • My place of domicile is in Seattle, Washington.

    • I live in a cozy apartment in downtown Seattle.

    • I have been a resident of Seattle for the past five years.

  • Answered by AI
  • Q2. Can you describe your family background and the members who live in your household?
  • Ans. 

    I come from a close-knit family with my parents and two siblings living in our household.

    • Close-knit family

    • Parents and two siblings

    • Living together in the same household

  • Answered by AI
  • Q3. Is the family income derived from a business or from job holders?
  • Ans. 

    Family income can be derived from both a business and job holders.

    • Family income can come from a business owned by a family member.

    • Family income can also come from salaries earned by family members from their jobs.

    • In some cases, family income may be a combination of income from both business and job holders.

    • Examples: A family may own a small business like a bakery and also have family members working in corporate jobs.

    • A...

  • Answered by AI
  • Q4. What is your motivation for choosing to work in the insurance industry?
  • Ans. 

    I am motivated to work in the insurance industry because of its stability, growth opportunities, and the chance to help individuals and businesses protect themselves financially.

    • Stability: Insurance is a stable industry that is less affected by economic downturns.

    • Growth opportunities: There are various career paths and opportunities for advancement within the insurance industry.

    • Helping others: Working in insurance allo...

  • Answered by AI
  • Q5. Are you willing to relocate to Bengaluru?
  • Ans. 

    Yes, I am willing to relocate to Bengaluru for the Project Manager position.

    • I am open to relocating for the right opportunity

    • I have experience working in different locations

    • I am excited about the prospect of working in Bengaluru

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Digit Insurance Project Manager interview:
  • SQL
  • Statistics
  • Power Bi
Interview preparation tips for other job seekers - You should thoroughly review the job description, prepare by studying the basics and areas of depth where you feel comfortable, and be ready to answer questions confidently.

lead execution Interview Questions & Answers

Zetwerk user image Anonymous

posted on 28 Feb 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What is railways?
  • Q2. How many kinds of weldings are done in Railways?
Round 2 - HR 

(2 Questions)

  • Q1. How you are going through with the current company?
  • Q2. How many days of notice periode you have to serve in current company?
Round 3 - One-on-one 

(2 Questions)

  • Q1. How many years you are working with your current industry?
  • Q2. How is your experience in your current industry and what you learned there?
Round 4 - HR 

(1 Question)

  • Q1. Asking and negotiation about CTC!

Assistant Manager growth marketing Interview Questions & Answers

Swiggy user image Anonymous

posted on 14 Feb 2025

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

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself and workex, One campaign you are proud of and what you did, The interview lasted for 30 mins.
  • Q2. Why are you leaving your current company and details on that.
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Desire for new challenges and opportunities for growth

    • Looking for a company with better work-life balance

    • Seeking a role with more responsibility and leadership opportunities

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

(2 Questions)

  • Q1. Tell me about yourself, 2 digital campaigns that you did and what you learn from them, Logical question on bulb : 3 bulbs are in a room and it's switches are outside the room, and you can only enter the ro...
  • Q2. How many times does whatsapp application gets open in your household?
  • Ans. 

    WhatsApp is opened multiple times daily in my household for communication and sharing updates.

    • WhatsApp is opened multiple times daily for communication with family and friends

    • Used for sharing updates, photos, and videos

    • Helps in coordinating plans and staying connected with loved ones

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Structure your answers well, they analyse your thought process, analysis skills and observation

SDE2 - Android Interview Questions & Answers

Porter user image Anonymous

posted on 22 Feb 2025

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

I was interviewed in Jan 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. Write clean code for api call and DB update and ui update LLD
  • Ans. 

    Design a clean code structure for API call, DB update, and UI update.

    • Separate concerns by creating separate classes or modules for API call, DB update, and UI update.

    • Use interfaces or abstract classes to define contracts for each component.

    • Implement error handling and data validation at each step.

    • Consider using asynchronous programming to prevent blocking the UI thread.

    • Use dependency injection to manage dependencies be

  • Answered by AI
  • Q2. Questions on Kotlin
Round 2 - Technical 

(3 Questions)

  • Q1. Machine coding related to multiple view type recycler view
  • Q2. Further discussion on callback lifecycles of adapter methods when & how many times they will be called
  • Q3. How to sync which item is shown to backend in recycler view using api call . How to optimise it
  • Ans. 

    Use a unique identifier for each item in the recycler view and send it to the backend via API calls. Optimize by batching API calls and implementing pagination.

    • Assign a unique identifier to each item in the recycler view, such as an ID or position

    • Send the unique identifier of the currently shown item to the backend through API calls

    • Optimize by batching API calls to reduce network overhead

    • Implement pagination to load da

  • Answered by AI
Round 3 - Cultural Fit with EM 

(1 Question)

  • Q1. Journey so far what you learned . Reasons for switching company , Incidents of conflicts with. manager
  • Ans. 

    I have learned a lot in my journey so far, leading to my decision to switch companies. I have had conflicts with managers in the past.

    • Learned new technologies and tools in current role

    • Developed strong problem-solving and communication skills

    • Decided to switch companies for career growth opportunities

    • Had conflicts with a manager due to differing opinions on project direction

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - HR 

(4 Questions)

  • Q1. They start with asking what you do
  • Q2. Do you know about collegedunia
  • Q3. Why you want to quit your current job
  • Q4. What's your current salary and how much you are expecting
Round 2 - One-on-one 

(2 Questions)

  • Q1. Starts with Your introduction
  • Q2. Then basic terms like CPC, CTR, ROAS, ROI, CPS, CPV, Affiliate marketing and so on

Interview Preparation Tips

Interview preparation tips for other job seekers - Look for somewhere else, there is no Job Security at all. Still managed to survive 1.5 yrs but honestly speaking there is no learning curve. Managers comes late and takes leaves a lot but when you ask for leave they say "we can't afford it please understand" lmao
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Breakdown of a product you have built
  • Q2. How will you increase AOV of Zepto
  • Q3. Detailed breakdown of a one of the features of Zepto (making combos and selling)
Round 2 - One-on-one 

(2 Questions)

  • Q1. You are a growth PM of Zepto, how will you grow Zepto fresh 5-6x
  • Q2. Breakdown of one of the features answered in the first question

Interview Preparation Tips

Interview preparation tips for other job seekers - Study Zepto and quick commerce well
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - Case Study 

A case study is a detailed examination of a specific individual, group, event, organization, or phenomenon, allowing researchers to analyze a situation deeply and understand its various elements by gathering information through methods like interviews, observations, and document analysis; the goal is to identify patterns, challenges, and potential solutions within the unique context of the case, often used in fields like social science, medicine, business, and education to explore complex situations and develop practical insights.

Round 2 - Assignment 

"case assignment" refers to the process of assigning a specific case, usually a real-world scenario or problem, to an individual or team to analyze, evaluate, and provide solutions within an academic or professional setting; key details include the case subject, relevant background information, key questions to address, expected deliverables, and deadlines, allowing the assignee to apply theoretical knowledge to practical situations and develop critical thinking

Interview Preparation Tips

Interview preparation tips for other job seekers - Job seekers can try these tips to find a job:
Research: Learn about the company's mission, values, products, and culture.
Tailor your application: Customize your resume and cover letter for each job you apply for.
Network: Attend company events and job fairs to meet people in your field.
Build your online presence: Showcase your skills and experience on your LinkedIn profile and other online platforms.
Learn new skills: Consider learning a new skill to stand out from other candidates.
Consider your options: Consider the job title, responsibilities, company culture, and work-life balance.
Use multiple job search resources: Look for jobs on job boards, company websites, and other job search resources.
Prepare for interviews: Research the company and prepare answers to common interview questions.
You can also consider these tips to help someone looking for a job: Offer emotional support, Make introductions, Review and edit their resume and cover letter, Role-play interviews, and Celebrate their successes.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Behavioral 

(3 Questions)

  • Q1. Do you know google sheet
  • Q2. Do you know advance excel
  • Q3. Will you agree while change department
Round 2 - One-on-one 

(2 Questions)

  • Q1. Do you know costing
  • Q2. Will you be flexible

Interview Preparation Tips

Interview preparation tips for other job seekers - There will be no job security, You cant be stable in the same department, if you can manage and tolerate superiors atrocity can move further. Overall company is good, salary good, The founder is awesome.

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

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

₹3.5 L/yr - ₹6.2 L/yr

Web Developer
6 salaries
unlock blur

₹5 L/yr - ₹6 L/yr

Software Engineer
5 salaries
unlock blur

₹4.7 L/yr - ₹9.8 L/yr

Product Advisor
5 salaries
unlock blur

₹5 L/yr - ₹5.9 L/yr

Software Testing Engineer
4 salaries
unlock blur

₹3.5 L/yr - ₹3.8 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