Upload Button Icon Add office photos
Engaged Employer

i

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

HALODOC Verified Tick

Compare button icon Compare button icon Compare
2.8

based on 45 Reviews

Filter interviews by

HALODOC Interview Questions, Process, and Tips

Updated 21 Nov 2024

Top HALODOC Interview Questions and Answers

View all 7 questions

HALODOC Interview Experiences

Popular Designations

12 interviews found

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

I applied via campus placement at National Institute of Engineering (NIE) and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Coding Test 

2 questions, Easy and medium based

Round 2 - Technical 

(1 Question)

  • Q1. Stacks queues and array questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical questions on projects
Round 4 - HR 

(1 Question)

  • Q1. How to tackle any uncertain situations? Behavioural questions

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)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. LLD Round - Notification system

Software Development Engineer II Interview Questions asked at other Companies

Q1. Given 2 large numeric comma seperated strings. You need to calculate their sum along with maintaining the correct position of commas. Example Test Case - s1 - "123,456,788" s2 - "1" output - "123,456,789" constraints - since the strings can... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding question about strings

Round 2 - Technical 

(1 Question)

  • Q1. Complete interview about ci/cd, git, sql, postman etc
Round 3 - Technical 

(1 Question)

  • Q1. Current project
  • Ans. 

    Currently working on developing automated test scripts for a web application using Selenium and Java.

    • Utilizing Selenium for automated testing

    • Writing test scripts in Java

    • Testing web application functionality and performance

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Tell me ab hmm df⅝⅘
  • Ans. 

    The question seems to be incomplete or garbled, please provide more context or clarification.

    • Ask for clarification or more context from the interviewer

    • Confirm if the question was stated correctly

    • Provide a response based on the information provided

  • Answered by AI
Round 5 - Case Study 

Senior Sdet Engineer Interview Questions asked at other Companies

Q1. Optimize an existing system. The system currently makes an API call and stores data in its memory. When it tries to serve a request from another component it refers to the memory location by searching the entire memory.
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. TCP vs OSI MODEL
  • Ans. 

    TCP is a transport layer protocol while OSI model is a conceptual framework for understanding network communication.

    • TCP is a specific protocol used for transmitting data reliably over a network.

    • OSI model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven abstraction layers.

    • TCP operates at the transport layer (Layer 4) of the OSI model.

    • OSI model includes layer...

  • Answered by AI
  • Q2. SSL working methods
  • Ans. 

    SSL (Secure Sockets Layer) is a protocol used to secure communication over the internet by encrypting data.

    • SSL encrypts data transmitted between a client and server to ensure privacy and security.

    • It uses cryptographic algorithms to establish a secure connection, typically using public key infrastructure (PKI).

    • SSL certificates are used to verify the identity of the server and establish trust between the client and serve...

  • Answered by AI

Skills evaluated in this interview

Software Development Engineer II Interview Questions asked at other Companies

Q1. Given 2 large numeric comma seperated strings. You need to calculate their sum along with maintaining the correct position of commas. Example Test Case - s1 - "123,456,788" s2 - "1" output - "123,456,789" constraints - since the strings can... read more
View answer (1)

HALODOC interview questions for popular designations

 Software Developer

 (2)

 Software Development Engineer II

 (2)

 Software Engineer

 (2)

 Engineering Manager

 (1)

 Intern

 (1)

 SDE-2

 (1)

 Sdet Engineer

 (1)

 Senior Data Scientist

 (1)

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was a live coding round where expectation was to come up with a framework in Java from Scratch

Round 2 - Technical 

(1 Question)

  • Q1. It was a DS/Algo Round
Round 3 - Design R 

(1 Question)

  • Q1. Design Round in HLD
  • Ans. 

    Design Round in HLD involves creating a high-level design for a software system.

    • Identify the main components of the system and their interactions

    • Define the architecture of the system including layers, modules, and interfaces

    • Consider scalability, performance, security, and maintainability

    • Use UML diagrams like class diagrams, sequence diagrams, and component diagrams

    • Document the design decisions and rationale

  • Answered by AI

Skills evaluated in this interview

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)

SDE-2 Interview Questions & Answers

user image Anonymous

posted on 22 Jun 2022

I applied via Referral and was interviewed in Dec 2022. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Domain specific interview(Android) - Took 1.10 hrs - They asked why and how in most of the questions
  • Q2. Android architecture like service, activity, most of the topics covered in 1 hrs interview
  • Q3. Jetpack AAC, like work manager, LiveData vs MutableLiveData
Round 2 - Technical 

(3 Questions)

  • Q1. DSPS round - Asked data structure and concepts and then - Ask 2 or 3 data structures and algorithm problems - Give you 15/20 min each It was asked me string manipulations & tree.
  • Q2. Two string manipulation with hashing technique
  • Ans. 

    Hashing technique can be used for efficient string manipulation operations.

    • Hashing can be used for string comparison, substring search, and pattern matching.

    • Rabin-Karp algorithm is a popular hashing-based substring search algorithm.

    • Hash tables can be used for efficient string indexing and searching.

    • Hashing can also be used for string compression and encryption.

  • Answered by AI
  • Q3. Tree related problem
Round 3 - Coding Test 

Coding round with domain
- It was asked me paging, searching, MVVM, listing with RV and coding standards

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare well in your domain, DSPS, and technically good

Skills evaluated in this interview

SDE-2 Interview Questions asked at other Companies

Q1. Maximum Frequency NumberNinja is given an array of integers that contain numbers in random order. He needs to write a program to find and return the number which occurs the maximum times in the given input. He needs your help to solve this ... read more
View answer (6)

Intern Interview Questions & Answers

user image Anonymous

posted on 9 Apr 2024

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

I applied via Campus Placement and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding questions were easy, not clear about shortlisting process

Round 2 - Technical 

(1 Question)

  • Q1. Basic DSA questions on arrays, linked lists
Round 3 - HR 

(1 Question)

  • Q1. Self introduction

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Dsa. , oops and basics of database management

Round 2 - Technical 

(2 Questions)

  • Q1. System design questions basics
  • Q2. Hiring managers questions

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
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 - Coding Test 

Practise data structures based problems, should be able to explain the code and optimizations etc

Round 3 - Case Study 

Design system for e-commerce. How to scale the system with the demand

Round 4 - One-on-one 

(2 Questions)

  • Q1. Building ML ops platform from scratch.
  • Ans. 

    Building a ML ops platform involves designing infrastructure, tools, and processes to streamline machine learning workflows.

    • Design scalable infrastructure to support ML model training and deployment

    • Implement version control for ML models and data

    • Automate testing and monitoring of ML models

    • Integrate with CI/CD pipelines for continuous deployment

    • Provide collaboration tools for data scientists and engineers

  • Answered by AI
  • Q2. Data governance strategy
Round 5 - Behavioral 

(2 Questions)

  • Q1. Team management. Conflict resolution
  • Q2. Stakeholder management. Planning

Skills evaluated in this interview

Engineering Manager Interview Questions asked at other Companies

Q1. Which contactor connected first in star delta starter?
View answer (1)

Sdet Engineer Interview Questions & Answers

user image Anonymous

posted on 13 Sep 2024

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

I applied via Campus Placement and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Coding Test 

2 coding question on arrays and strings

Sdet Engineer Interview Questions asked at other Companies

Q1. Tell me about the projects and knowledge on selenium api and etc?
View answer (2)

HALODOC Interview FAQs

How many rounds are there in HALODOC interview?
HALODOC interview process usually has 3 rounds. The most common rounds in the HALODOC interview process are Technical, Coding Test and One-on-one Round.
How to prepare for HALODOC 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 HALODOC. The most common topics and skills that interviewers at HALODOC expect are B2B Marketing, Backend, Continuous Integration, Data Structures and Java.
What are the top questions asked in HALODOC interview?

Some of the top questions asked at the HALODOC interview -

  1. Two string manipulation with hashing techni...read more
  2. building ML ops platform from scrat...read more
  3. Tell me ab hmm df⅝...read more
How long is the HALODOC interview process?

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

Tell us how to improve this page.

HALODOC Interview Process

based on 7 interviews in last 1 year

Interview experience

4.6
  
Excellent
View more

People are getting interviews through

based on 8 HALODOC interviews
Campus Placement
Job Portal
Referral
50%
25%
25%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

Tata 1mg Interview Questions
3.7
 • 141 Interviews
PharmEasy Interview Questions
3.7
 • 79 Interviews
MedPlus Interview Questions
3.6
 • 77 Interviews
Practo Interview Questions
3.1
 • 73 Interviews
HealthifyMe Interview Questions
3.0
 • 45 Interviews
Netmeds.com Interview Questions
3.6
 • 40 Interviews
Medlife Interview Questions
3.7
 • 27 Interviews
Portea Medical Interview Questions
4.3
 • 26 Interviews
Lybrate Interview Questions
3.5
 • 5 Interviews
CURE India Interview Questions
4.7
 • 2 Interviews
View all

HALODOC Reviews and Ratings

based on 45 reviews

2.8/5

Rating in categories

3.0

Skill development

2.4

Work-Life balance

3.2

Salary & Benefits

2.5

Job Security

2.8

Company culture

2.6

Promotions/Appraisal

2.7

Work Satisfaction

Explore 45 Reviews and Ratings
Engineering Manager
16 salaries
unlock blur

₹51 L/yr - ₹70 L/yr

Sde1
14 salaries
unlock blur

₹10 L/yr - ₹14 L/yr

Software Development Engineer
13 salaries
unlock blur

₹12 L/yr - ₹20 L/yr

Software Development Engineer II
13 salaries
unlock blur

₹25 L/yr - ₹35 L/yr

Software Developer
12 salaries
unlock blur

₹10 L/yr - ₹16 L/yr

Explore more salaries
Compare HALODOC with

Practo

3.1
Compare

Lybrate

3.5
Compare

Portea Medical

4.3
Compare

PharmEasy

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview