Upload Button Icon Add office photos

Filter interviews by

Practo Interview Questions, Process, and Tips

Updated 29 Jan 2025

Top Practo Interview Questions and Answers

View all 59 questions

Practo Interview Experiences

Popular Designations

74 interviews found

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

I applied via Approached by Company and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - Coding Test 

It was a 1.5-hour coding test. We were given three DSA questions to solve. Two of them were Easy to Medium problems and the third one was Medium to Hard question.

Round 2 - Technical 

(6 Questions)

  • Q1. Kotlin interview questions what you'll find in medium posts. (Medium diff)
  • Q2. Android Interview Questions that you'll find the medium posts. (Medium Diff)
  • Q3. SOLID principle
  • Q4. DSA 1 (Whiteboard): A two-pointer array question.
  • Q5. DSA 2 (Whiteboard): Leetcode jump-game question
  • Q6. Followup on space and time complexity and improvements.
Round 3 - System Design 

(1 Question)

  • Q1. Design a video streaming app's search page
  • Ans. 

    The search page of a video streaming app should allow users to easily search for and discover content.

    • Include a search bar at the top for users to enter keywords or phrases

    • Display relevant search results in a grid or list format

    • Provide filters or sorting options to refine search results

    • Include thumbnails, titles, and brief descriptions of the search results

    • Allow users to click on search results to view more details or

  • Answered by AI
Round 4 - Behavioral 

(2 Questions)

  • Q1. General behavioural questions. No tech questions.
  • Q2. Past experiences/Past projects/Past achievements

Interview Preparation Tips

Topics to prepare for Practo Senior Android Developer interview:
  • Android Basics
  • Java
  • Kotlin
  • solid principles
  • OOPS
  • DSA
  • Problem Solving
Interview preparation tips for other job seekers - The interview process was smooth. Non-virtual. Interviewers were very friendly.

Skills evaluated in this interview

Senior Android Developer Interview Questions asked at other Companies

Q1. Binary Array SortingA binary array is an array consisting of only 0s and 1s. You are given a binary array "arr" of size ‘N’. Your task is to sort the given array and return this array after sorting. Input Format : The first line of input c... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 DSA questions with in one hour.

Round 2 - Technical 

(2 Questions)

  • Q1. Merge two binary trees
  • Ans. 

    Merge two binary trees by summing up the values of corresponding nodes

    • Traverse both trees simultaneously and sum up the values of corresponding nodes

    • If a node exists in only one tree, add it to the merged tree as is

    • Recursively merge the left and right subtrees

  • Answered by AI
  • Q2. Explain project
  • Ans. 

    Developed a web application for tracking personal fitness goals and progress

    • Used HTML, CSS, and JavaScript for front-end development

    • Implemented a RESTful API using Node.js and Express for back-end functionality

    • Utilized MongoDB for database storage and retrieval

    • Incorporated user authentication and authorization using JWT tokens

  • Answered by AI
Round 3 - HR 

(2 Questions)

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

    I am a dedicated and quick learner with strong problem-solving skills and a passion for software development.

    • Strong problem-solving skills demonstrated through previous projects and coding challenges.

    • Quick learner who can adapt to new technologies and tools efficiently.

    • Passionate about software development and constantly seeking to improve my skills.

    • Dedicated to delivering high-quality code and meeting project deadline...

  • Answered by AI

Skills evaluated in this interview

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum Of Max And MinYou are given an array “ARR” of size N. Your task is to find out the sum of maximum and minimum elements in the array. Follow Up: Can you do the above task in a minimum number of comparisons? Input format: The first line ... read more
View answer (8)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How do you scale a business
  • Ans. 

    Scaling a business involves strategic planning, efficient resource allocation, and continuous growth.

    • Identify key growth opportunities and target markets

    • Invest in technology and automation to streamline processes

    • Build a strong team and delegate responsibilities effectively

    • Establish partnerships and collaborations to expand reach

    • Monitor performance metrics and adjust strategies accordingly

  • Answered by AI
  • Q2. PRIOR EXPERIANCE
Round 2 - One-on-one 

(1 Question)

  • Q1. Similar to round one

Interview Preparation Tips

Interview preparation tips for other job seekers - IT s a good company to work for

Zonal Sales Manager Interview Questions asked at other Companies

Q1. How to digital transaction helps in economical growth?
View answer (6)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Self intro and basic questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. About previous company and role and responsibilities
  • Q2. CRM KNOWLEDGE about previous used software

Interview Preparation Tips

Interview preparation tips for other job seekers - Practo is a good company ,you can join and cherish

Business Development Manager Interview Questions asked at other Companies

Q1. If your not getting support from bank or agent, then what will make further to generate business, what is the approach or strategy to be implemented during such cases to convince the customers ?
View answer (14)

Practo interview questions for popular designations

 Business Development Manager

 (9)

 Software Developer

 (5)

 Software Engineer

 (5)

 Product Support Specialist

 (3)

 Territory Sales Manager

 (3)

 BDM Sales

 (2)

 Business Analyst

 (2)

 Senior Territory Sales Manager

 (2)

Java Developer Interview Questions & Answers

user image atchum naidu kadagala

posted on 5 Jul 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

They have conducted on their own platform

Round 2 - Technical 

(2 Questions)

  • Q1. Spring boot annotations
  • Q2. Java questions , hashmap
Round 3 - System design 

(2 Questions)

  • Q1. Not sure at all
  • Q2. Unable to recollect

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)

Get interview-ready with Top Practo Interview Questions

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

I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Coding Test 

Coding test based on Binary trees, String Manipulation

Top Practo Software Developer Interview Questions and Answers

Q1. Find Intersection of two unsorted arrays.You have been given two integer arrays/list(ARR1 and ARR2) of size N and M, respectively. You need to print their intersection; An intersection for this problem can be defined when both the arrays/li... read more
View answer (2)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Jobs at Practo

View all
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a Salesforce Developer with 5 years of experience in designing and implementing custom solutions.

    • 5 years of experience in Salesforce development

    • Proficient in designing and implementing custom solutions

    • Strong knowledge of Apex, Visualforce, and Lightning components

    • Experience in integrating Salesforce with external systems

    • Certified Salesforce Developer

  • Answered by AI
  • Q2. About your sales revenue

Salesforce Developer Interview Questions asked at other Companies

Q1. Write a trigger to update contact when accounts phone changed.
View answer (5)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 19 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Your overall experience
  • Q2. Why Practo and reason to change the JOB

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)

SDE Interview Questions & Answers

user image Anonymous

posted on 17 Jun 2024

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

I applied via Recruitment Consulltant and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Simple dsa ques and sql too

SDE Interview Questions asked at other Companies

Q1. Longest Increasing SubsequenceFor a given array with N elements, you need to find the length of the longest subsequence from the array such that all the elements of the subsequence are sorted in strictly increasing order. Strictly Increasin... read more
View answer (5)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself?
  • Q2. Introduction about me

Operations Analyst Interview Questions asked at other Companies

Q1. What is the entry of interest received in advance?
View answer (9)

Practo Interview FAQs

How many rounds are there in Practo interview?
Practo interview process usually has 2-3 rounds. The most common rounds in the Practo interview process are One-on-one Round, HR and Resume Shortlist.
How to prepare for Practo 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 Practo. The most common topics and skills that interviewers at Practo expect are Healthcare, Sales, Management, Billing and MS Office.
What are the top questions asked in Practo interview?

Some of the top questions asked at the Practo interview -

  1. You have to write a function for dice which will return number from 1-6 with eq...read more
  2. Given three arrays sorted in non-decreasing order, print all common elements in...read more
  3. Given an array of integers which can be in one of four order – i.Increasing 2...read more
How long is the Practo interview process?

The duration of Practo interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Practo Interview Process

based on 41 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

Tata 1mg Interview Questions
3.6
 • 146 Interviews
PharmEasy Interview Questions
3.7
 • 80 Interviews
HealthifyMe Interview Questions
3.0
 • 46 Interviews
Netmeds.com Interview Questions
3.6
 • 42 Interviews
Portea Medical Interview Questions
4.3
 • 27 Interviews
Medlife Interview Questions
3.7
 • 27 Interviews
Mfine Interview Questions
3.6
 • 24 Interviews
Medgenome Labs Interview Questions
3.8
 • 17 Interviews
Lybrate Interview Questions
3.5
 • 5 Interviews
CURE India Interview Questions
4.7
 • 2 Interviews
View all

Practo Reviews and Ratings

based on 493 reviews

3.2/5

Rating in categories

2.9

Skill development

3.0

Work-life balance

3.0

Salary

2.4

Job security

3.0

Company culture

2.4

Promotions

2.8

Work satisfaction

Explore 493 Reviews and Ratings
Subject Matter Expert

Bangalore / Bengaluru

1-2 Yrs

₹ 4.4-4.4 LPA

Zonal Sales Manager

Mumbai

6-8 Yrs

₹ 1-1.75 LPA

Explore more jobs
Business Development Manager
244 salaries
unlock blur

₹3 L/yr - ₹9.6 L/yr

Product Support Specialist
126 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Territory Sales Manager
109 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Team Lead
62 salaries
unlock blur

₹4 L/yr - ₹12.9 L/yr

Assistant Area Manager
58 salaries
unlock blur

₹5 L/yr - ₹14 L/yr

Explore more salaries
Compare Practo with

Lybrate

3.5
Compare

Mfine

3.6
Compare

DocsApp

3.9
Compare

Portea Medical

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