Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by Practo Team. If you also belong to the team, you can get access from here

Practo Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Practo Interview Questions and Answers

Updated 21 May 2025
Popular Designations

Practo Interview Experiences

77 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.
  • Ans. 

    Two-pointer technique efficiently solves array problems by using two indices to traverse and manipulate elements.

    • The two-pointer technique is useful for problems involving sorted arrays, such as finding pairs that sum to a target.

    • Example: Given an array [1, 2, 3, 4, 5] and target 6, use pointers to find pairs (1, 5), (2, 4), (3, 3).

    • It can also be used for removing duplicates from a sorted array by maintaining one point...

  • Answered by AI
  • Q5. DSA 2 (Whiteboard): Leetcode jump-game question
  • Ans. 

    Determine if you can jump to the last index of an array based on jump lengths.

    • The problem involves an array where each element represents the maximum jump length from that position.

    • You can use a greedy approach to track the furthest index you can reach as you iterate through the array.

    • Example: For array [2,3,1,1,4], you can jump to index 4 (last index) from index 0.

    • If at any point the current index exceeds the furthest...

  • Answered by AI
  • Q6. Followup on space and time complexity and improvements.
  • Ans. 

    Understanding space and time complexity is crucial for optimizing algorithms in Android development.

    • Time complexity measures the time an algorithm takes to complete as a function of input size. Example: O(n) for linear search.

    • Space complexity measures the amount of memory an algorithm uses relative to input size. Example: O(1) for in-place sorting.

    • Improving time complexity can involve using more efficient algorithms, l...

  • Answered by AI
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

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

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. What is your role in the company?
  • Ans. 

    As a Senior iOS Developer, I lead app development, mentor junior developers, and ensure high-quality code and user experience.

    • Lead the design and development of iOS applications, ensuring they meet user needs and business goals.

    • Mentor junior developers, providing guidance on best practices and code reviews to enhance team skills.

    • Collaborate with cross-functional teams, including designers and product managers, to defin...

  • Answered by AI
  • Q2. Automatic Reference Counting
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
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

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
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. Could you provide details about your past performance?
  • Ans. 

    Consistently exceeded sales targets, built strong client relationships, and drove revenue growth in previous roles.

    • Achieved 120% of annual sales target in 2022 by securing key enterprise accounts.

    • Developed a strategic account plan that increased client retention by 30%.

    • Led a cross-functional team to implement a new CRM system, improving sales tracking and reporting efficiency.

    • Successfully negotiated a multi-year contra...

  • Answered by AI
  • Q2. What is the reason for changing your last job?
  • Ans. 

    I sought new challenges and opportunities for growth that my previous role could not provide.

    • Desire for professional growth: I wanted to expand my skill set and take on more responsibilities.

    • Seeking a better cultural fit: The company culture didn't align with my values and work style.

    • Pursuing new industry opportunities: I was interested in exploring a different sector that aligns with my career goals.

    • Looking for a role...

  • Answered by AI
Are these interview questions helpful?
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

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

Assistant Manager HRD Interview Questions & Answers

user image Urmeetanaya Tripathy

posted on 13 Mar 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Previous experience
  • Ans. 

    I have over five years of experience in HRD, focusing on talent acquisition, employee engagement, and performance management.

    • Led a team of 5 in a successful recruitment drive, increasing talent pool by 30%.

    • Implemented an employee engagement program that improved retention rates by 15%.

    • Conducted performance reviews and provided feedback, resulting in a 20% increase in team productivity.

    • Facilitated training sessions that...

  • Answered by AI
  • Q2. Other hobbies to do

Top trending discussions

View All
Indian Startups
2w
a senior executive
One of the best sources for Startup investment: DAHEJ(DOWRY)
You won't believe my senior has a good corporate job with over 10 years of experience. But suddenly resigned just a few days after his wedding. We all thought maybe he got married and wants to spend his time with his wife, and decided to go to his place to give him a proper farewell. All of us got shocked after knowing that he left because his father-in-law gifted him a fat cash amount and a car in the name of "blessings." He’s using the money to fund his startup and the car for "business movement." I mean seriously? People are now using dowry as startup capital and walking around acting like CEOs, playing boss with someone else’s money. Bas, shaadi karo aur apne sapne chalu karo, courtesy sasural. I don't know feeling inspired? Or disgusted?
Got a question about Practo?
Ask anonymously on communities.

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. iven a table “student” of with columns Name and Marks. You have to write a ...read more
  2. You have to write a function for dice which will return number from 1-6 with eq...read more
  3. Given a table “student” of with columns Name and Marks. You have to write a...read more
What are the most common questions asked in Practo HR round?

The most common HR questions asked in Practo interview are -

  1. Why are you looking for a chan...read more
  2. What are your salary expectatio...read more
  3. What is your family backgrou...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.

Overall Interview Experience Rating

3.9/5

based on 47 interview experiences

Difficulty level

Easy 39%
Moderate 61%

Duration

Less than 2 weeks 74%
2-4 weeks 22%
4-6 weeks 4%
View more

Interview Questions from Similar Companies

MagicBricks Interview Questions
4.2
 • 335 Interviews
Tracxn Interview Questions
3.1
 • 105 Interviews
Zolo Interview Questions
3.3
 • 57 Interviews
Netmeds.com Interview Questions
3.6
 • 47 Interviews
Uplers Interview Questions
3.9
 • 43 Interviews
Carwale Interview Questions
3.5
 • 43 Interviews
Impact Guru Interview Questions
3.6
 • 43 Interviews
Yahoo Interview Questions
4.6
 • 30 Interviews
BookMyShow Interview Questions
3.9
 • 27 Interviews
View all

Practo Reviews and Ratings

based on 521 reviews

3.1/5

Rating in categories

2.9

Skill development

3.0

Work-life balance

3.0

Salary

2.4

Job security

2.9

Company culture

2.4

Promotions

2.8

Work satisfaction

Explore 521 Reviews and Ratings
Enterprise Sales Manager

Chennai,

Bangalore / Bengaluru

+1

3-7 Yrs

₹ 7-11 LPA

Explore more jobs
Business Development Manager
245 salaries
unlock blur

₹3 L/yr - ₹9.6 L/yr

Product Support Specialist
118 salaries
unlock blur

₹2 L/yr - ₹4.4 L/yr

Territory Sales Manager
109 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Team Lead
64 salaries
unlock blur

₹4 L/yr - ₹14 L/yr

Software Engineer2
51 salaries
unlock blur

₹14 L/yr - ₹30 L/yr

Explore more salaries
Compare Practo with

Lybrate

3.5
Compare

Mfine

3.7
Compare

DocsApp

3.8
Compare

MagicBricks

4.2
Compare
write
Share an Interview