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) Software Engineer Interview Questions and Answers

Updated 17 Apr 2023

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

1 interview found

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 tips
Round 2 - Coding Test 

Revs string, for loop.

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical questions

Interview questions from similar companies

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

(2 Questions)

  • Q1. Tell me something about your projects
  • Ans. 

    I have worked on various projects including a mobile app for tracking fitness goals and a web application for managing inventory.

    • Developed a mobile app using React Native to track fitness goals and provide workout plans

    • Built a web application using Angular for managing inventory and tracking sales

    • Implemented RESTful APIs for communication between frontend and backend systems

  • Answered by AI
  • Q2. OS,DBMS questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Binary search Merg sorting algorithm Minimum n maximum number in an array list Core java question Oops tricky code snippets Architecture questions about restful and Microservices
  • Q2. Deep copy and shallow copy Interviewer test your problem solving attitude and response not the perfect output
  • Q3. Array in descending order code
  • Ans. 

    Sort an array of strings in descending order

    • Use the sort() method with a custom compare function to sort the array in descending order

    • Example: ['apple', 'banana', 'cherry'].sort((a, b) => b.localeCompare(a)) will result in ['cherry', 'banana', 'apple']

  • Answered by AI
  • Q4. Comparator and comparable interface
Round 1 - Case Study 

C programming

Interview Preparation Tips

Interview preparation tips for other job seekers - software development
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 coding questions and 10 mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Sorting algorithms and oops concept in details.
  • Ans. 

    Sorting algorithms and OOPs concepts

    • Sorting algorithms are used to arrange data in a specific order.

    • OOPs concepts provide a way to structure and organize code using classes and objects.

    • Examples of sorting algorithms include bubble sort, insertion sort, and quicksort.

    • OOPs concepts include encapsulation, inheritance, and polymorphism.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Introduction and why you want to join the organization.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test is based on English test, Quantative, Logical reasoning

Round 2 - Coding Test 

Pseudo codes with your preferred language

Round 3 - Technical 

(1 Question)

  • Q1. Situation based coding question asked
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2023. There were 2 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 

(2 Questions)

  • Q1. First Technical Interview: All the C# basic and OOP's questions with written examples 1. Boxing and unboxing 2. Abstraction 3. Polymorphism 4. Delegate 5. Generic 6. Interface Logical question 1. Memory ...
  • Q2. Second Technical Interview: C# based interview: 1. Ask to make reverse pyramid design pattern. 2. Factorial 3. A lot of questions on Interface with example of my current project. Why we use interface, and ...

Interview Preparation Tips

Interview preparation tips for other job seekers - They were looking for the candidate who worked on WPF and had strong C# skills.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Aws full project flow chart
  • Ans. 

    An AWS full project flow chart outlines the entire process of a project using AWS services.

    • Start with defining project requirements and goals

    • Design architecture using AWS services like EC2, S3, RDS, etc.

    • Implement the design by setting up resources and configuring services

    • Test the project to ensure functionality and performance

    • Deploy the project on AWS cloud

    • Monitor and maintain the project for optimal performance

  • Answered by AI
  • Q2. Simple dsa question

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Jul 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

2 coding questions ( 1 easy , 1 medium) along with some mcqs on Hackerearth.
The test was for c++.

Round 3 - Technical 

(2 Questions)

  • Q1. The technical round was of 1 hour. He asked OOPS concepts and 4 coding questions.(3 easy, 1 medium)
  • Q2. Core OOPS concepts. Polymorphism and it's types Constructors , copy constructors, etc.. along with implementations. Deadlocks and how to prevent it. 1. Given n-1 positive numbers all from 1 to n, find t...
Round 4 - Behavioral 

(1 Question)

  • Q1. Went through the resume and asked questions related to it. Since I mentioned DSA, he asked one question related to BST. Rest were just conversation.
Round 5 - HR 

(1 Question)

  • Q1. Just talked over phone about salary negotiations.

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn OOPS and practice all its implementations to demonstrate OOPS concepts.

Practice easy and easy-medium DSA problems.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(5 Questions)

  • Q1. What is the iterator, generator in python. Write an example of it. What is .pyc file, when is it generate, generate and show it.
  • Ans. 

    Iterator and generator are used in Python to iterate over a sequence of elements. .pyc files are compiled Python files.

    • Iterator in Python is an object that enables a programmer to traverse a container, like a list.

    • Generator in Python is a function that returns an iterator. It generates values using the yield keyword.

    • Example of iterator: for num in range(5): print(num)

    • Example of generator: def square_numbers(n): for i i...

  • Answered by AI
  • Q2. Coding Questions: 1) Reversing a number eg:1234 to 4321 2) Perform sorting in list using any sort algorithm 3) list1, list2 - both are mapped to each other, based on the traget value in list1, return th...
  • Q3. Technical questions : OS module, .pyc file, git commands,
  • Q4. What is bug life cycle? which project management methodolgy are you following in your current project.
  • Ans. 

    Bug life cycle is the process of identifying, reporting, fixing, retesting, and closing bugs in a software project.

    • Bug is identified by a tester during testing phase

    • Bug is reported to the development team

    • Development team fixes the bug

    • Tester retests the bug to ensure it is fixed

    • Bug is closed once confirmed fixed

  • Answered by AI
  • Q5. Questions on OOPS . What is polymorphism, write an example for that . Why do we use OOP's

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up on python basics as the role was for Python developer

Skills evaluated in this interview

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

How many rounds are there in DH Healthcare Software Services India Private Limited (Dedalus) Software Engineer interview?
DH Healthcare Software Services India Private Limited (Dedalus) interview process usually has 3 rounds. The most common rounds in the DH Healthcare Software Services India Private Limited (Dedalus) interview process are One-on-one Round, Resume Shortlist and Coding Test.

Tell us how to improve this page.

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

based on 1 interview

Interview experience

5
  
Excellent
View more
18% more than the average Software Engineer Salary in India
View more details
Associate Professional Product Developer
118 salaries
unlock blur

₹3.3 L/yr - ₹8.5 L/yr

Professional 1 Product Developer
45 salaries
unlock blur

₹5.4 L/yr - ₹10 L/yr

Product Developer
35 salaries
unlock blur

₹4.2 L/yr - ₹12.3 L/yr

Associate Software Engineer
26 salaries
unlock blur

₹5 L/yr - ₹7.3 L/yr

Associate Professional Product Test
25 salaries
unlock blur

₹4.3 L/yr - ₹6.7 L/yr

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

Siemens Healthineers

4.0
Compare

Philips

3.9
Compare

GE Healthcare

4.1
Compare

Oracle Cerner

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