Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by DH Healthcare Software Services India Private Limited (Dedalus) Team. If you also belong to the team, you can get access from here

Filter interviews by

DH Healthcare Software Services India Private Limited (Dedalus) Interview Questions, Process, and Tips

Updated 17 Dec 2024

Top DH Healthcare Software Services India Private Limited (Dedalus) Interview Questions and Answers

DH Healthcare Software Services India Private Limited (Dedalus) Interview Experiences

Popular Designations

13 interviews found

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

(1 Question)

  • Q1. What is STLC? Write tc on login page
  • Ans. 

    STLC stands for Software Testing Life Cycle. It is a process used to test software applications from planning to deployment.

    • STLC includes phases like requirement analysis, test planning, test design, test execution, and test closure.

    • Each phase has specific activities and deliverables to ensure the quality of the software.

    • Example: In the test design phase, test cases are created based on requirements and design document

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

(1 Question)

  • Q1. Sceanario base questions
Round 3 - HR 

(1 Question)

  • Q1. Strength and weakness

Software Engineer Professional 1 Interview Questions asked at other Companies

Q1. What is inheritance. Different between overloading and overriding.
View answer (1)

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Object-Oriented Programming (OOP) and Data Structures and Algorithms (DSA) problem-solving skills.

Round 2 - Coding Test 

ADVANCED PROBLEMS IN DSA AND SUBJECT ORIENTED QUESTIONS

Round 3 - Technical 

(1 Question)

  • Q1. BASED ON DEGREE
Round 4 - HR 

(1 Question)

  • Q1. BEHAVIOURAL QUESTIONS AND RELOCATION DISCUSSION

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
DH Healthcare Software Services India Private Limited (Dedalus) Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Define Oops concepts in c#
  • Ans. 

    Oops concepts in C# are the principles of Object-Oriented Programming such as Inheritance, Polymorphism, Encapsulation, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Polymorphism: Allows objects to be treated as instances of their parent class.

    • Encapsulation: Bundles data and methods that operate on the data into a single unit.

    • Abstraction: Hides the complex implementat...

  • Answered by AI
  • Q2. What are solid principles in dotnet
  • Ans. 

    SOLID principles are a set of five design principles in object-oriented programming that help make software more maintainable, flexible, and scalable.

    • Single Responsibility Principle (SRP) - A class should have only one reason to change.

    • Open/Closed Principle (OCP) - Software entities should be open for extension but closed for modification.

    • Liskov Substitution Principle (LSP) - Objects of a superclass should be replaceab...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of language

Skills evaluated in this interview

Application Developer Interview Questions asked at other Companies

Q1. Minimum Cost to Connect All Points Problem Statement Given an array COORDINATES representing the integer coordinates of some points on a 2D plane, determine the minimum cost required to connect all points. The cost to connect two points, (x... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Array based question

Round 2 - Technical 

(1 Question)

  • Q1. Array based coding question

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep searching

Senior Software Engineer 1 Interview Questions asked at other Companies

Q1. Architecture Design for an e2e system that takes input from user to the response shown to the user
View answer (1)

DH Healthcare Software Services India Private Limited (Dedalus) interview questions for popular designations

 Senior Software Engineer

 (2)

 Associate Professional Product Developer

 (2)

 Application Developer

 (1)

 Software Engineer

 (1)

 Full Stack Software Developer

 (1)

 Professional 1 Product Developer

 (1)

 Technical Intern

 (1)

 Senior Software Engineer 1

 (1)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Servlets based questions
  • Q2. Java 8 features

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Object Oriented Programming literal and coding.
  • Ans. 

    Object Oriented Programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOP focuses on creating objects that interact with each other to solve problems

    • Encapsulation, inheritance, and polymorphism are key principles of OOP

    • Examples of OOP languages include Java, C++, and Python

  • Answered by AI
  • Q2. Some basic programs in String and Array
Round 2 - HR 

(2 Questions)

  • Q1. How long you will work in this company?
  • Q2. How will you face the problems in development?
  • Ans. 

    I will approach problems in development by analyzing the root cause, collaborating with team members, seeking input from stakeholders, and implementing solutions.

    • Analyze the root cause of the problem before taking any action

    • Collaborate with team members to brainstorm potential solutions

    • Seek input from stakeholders to ensure the proposed solution meets their needs

    • Implement solutions in a timely and efficient manner

    • Regul...

  • Answered by AI

Associate Professional Product Developer Interview Questions asked at other Companies

Q1. Object Oriented Programming literal and coding.
View answer (1)

Jobs at DH Healthcare Software Services India Private Limited (Dedalus)

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

I applied via Naukri.com and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Angular Basic Questions
  • Q2. Javascript and Logic Coding
Round 2 - Technical 

(2 Questions)

  • Q1. Translation in Angular How we wil do ? CSS
  • Ans. 

    Translation in Angular can be done using ng-translate or ngx-translate libraries. CSS can be applied using Angular's built-in styles or external stylesheets.

    • Use ng-translate or ngx-translate libraries for translation in Angular

    • Apply CSS using Angular's built-in styles or external stylesheets

    • Utilize Angular's ngClass directive for dynamic CSS classes

  • Answered by AI
  • Q2. Coding and desigining
Round 3 - HR 

(2 Questions)

  • Q1. Overall Work Experience
  • Ans. 

    I have 5 years of experience in product development, including creating prototypes, conducting market research, and collaborating with cross-functional teams.

    • 5 years of experience in product development

    • Proficient in creating prototypes and conducting market research

    • Collaborated with cross-functional teams to bring products to market

  • Answered by AI
  • Q2. Reason for Job change
  • Ans. 

    Seeking new challenges and growth opportunities in a dynamic work environment.

    • Looking for a new challenge to further develop my skills and knowledge

    • Seeking growth opportunities that align with my career goals

    • Interested in working in a more dynamic and innovative environment

  • Answered by AI

Skills evaluated in this interview

Professional 1 Product Developer Interview Questions asked at other Companies

Q1. How to exit without executing the final?
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Mar 2023.

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

Revs string, for loop.

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical 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 (196)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Project overview
  • Q2. EJB related questions
  • Q3. Core Java question
Round 2 - Technical 

(2 Questions)

  • Q1. Related to project
  • Q2. System design related questions
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2022. 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 - Aptitude Test 

Aptitude questions 50

Round 3 - Technical 

(1 Question)

  • Q1. 1 hr fully on html css any one language and live coding pen and paper and some logical questions and some java question and basic questions
Round 4 - HR 

(1 Question)

  • Q1. Why dedalus Why should we hire you About our school and hobbies
  • Ans. 

    I am a dedicated and skilled technical intern with a passion for problem-solving and a strong background in Dedalus.

    • I have extensive knowledge and experience in working with Dedalus, which makes me a valuable asset to your team.

    • I am highly motivated and eager to learn, which allows me to quickly adapt to new technologies and challenges.

    • I have a proven track record of successfully completing technical projects and deliv...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best prepare well

Technical Intern Interview Questions asked at other Companies

Q1. Coding question: Find the 2nd lowest and 2nd highest elements in an array
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

DH Healthcare Software Services India Private Limited (Dedalus) Interview FAQs

How many rounds are there in DH Healthcare Software Services India Private Limited (Dedalus) interview?
DH Healthcare Software Services India Private Limited (Dedalus) interview process usually has 2-3 rounds. The most common rounds in the DH Healthcare Software Services India Private Limited (Dedalus) interview process are Technical, HR and Coding Test.
How to prepare for DH Healthcare Software Services India Private Limited (Dedalus) 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 DH Healthcare Software Services India Private Limited (Dedalus). The most common topics and skills that interviewers at DH Healthcare Software Services India Private Limited (Dedalus) expect are Java, Spring Boot, J2Ee, SQL and Angular.
What are the top questions asked in DH Healthcare Software Services India Private Limited (Dedalus) interview?

Some of the top questions asked at the DH Healthcare Software Services India Private Limited (Dedalus) interview -

  1. Translation in Angular How we wil do ? ...read more
  2. What are solid principles in dot...read more
  3. Object Oriented Programming literal and codi...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Pando

No Interviews

Tell us how to improve this page.

DH Healthcare Software Services India Private Limited (Dedalus) Interview Process

based on 19 interviews

Interview experience

4.4
  
Good
View more

Sopra Steria

Rated 4 for Job Security by our employees on AmbitionBox

Interview Questions from Similar Companies

Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Apollo Hospitals Interview Questions
4.1
 • 342 Interviews
Philips Interview Questions
3.9
 • 157 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
GE Healthcare Interview Questions
4.0
 • 72 Interviews
Veradigm Interview Questions
4.0
 • 41 Interviews
McKesson Interview Questions
4.5
 • 1 Interview
View all

DH Healthcare Software Services India Private Limited (Dedalus) Reviews and Ratings

based on 79 reviews

3.7/5

Rating in categories

3.8

Skill development

3.9

Work-life balance

3.1

Salary

3.9

Job security

3.6

Company culture

2.7

Promotions

3.7

Work satisfaction

Explore 79 Reviews and Ratings
Powerbuilder Programmer

Chennai

4-6 Yrs

Not Disclosed

Senior Java Developer

Chennai

6-9 Yrs

Not Disclosed

Senior Oracle PL/SQL Developer

Noida

6-9 Yrs

Not Disclosed

Explore more jobs
Compare DH Healthcare Software Services India Private Limited (Dedalus) with

Siemens Healthineers

4.0
Compare

Philips

3.9
Compare

GE Healthcare

4.0
Compare

Oracle Cerner

3.7
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