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) Associate Professional Product Developer Interview Questions and Answers

Updated 25 Nov 2024

DH Healthcare Software Services India Private Limited (Dedalus) Associate Professional Product Developer Interview Experiences

2 interviews found

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
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 Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Givn time and google doc

Round 2 - Coding Test 

Asked to code some programs

Round 3 - HR 

(2 Questions)

  • Q1. Discussion on salary
  • Q2. For fresher no salary of our choice they will give the amount

Associate Professional Product Developer Interview Questions Asked at Other Companies

Q1. Object Oriented Programming literal and coding.

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: Written test consisting of aptitude problems and algorithms lasting an hour. The test included 40 marks of aptitude problems and 3 questions on algorithms
Tips: Importance is given to test and programming languages.Not much stress is given on the courses but analytical abilities are testedSolve puzzles and algorithm type questionsKnowledge about probability is very helpful
Duration: 60 minutes

Round: Interview
Experience: Interviewers look how fast you can pick up stuffInterview questions for the technical round were based upon BTP and programming languages.

Round: Interview
Experience: HR round is not intensive and had general HR questions.

College Name: IIT Madras

Interview Questionnaire 

2 Questions

  • Q1. Questions related to programming and workshops related to that
  • Q2. Questions related to family background and job location were discussed

Interview Preparation Tips

Round: Test
Experience: test covers quantitative aptitude , logical
reasoning , maths and geometry. you need to be good in both aptitude and maths

Tips: . The best way to improve your aptitude is to regularly practice online tests available on various sites and also used to solve probability in your free time.
Duration: 45 min minutes
Total Questions: 30

Round: Technical Interview
Experience: i told them directly that i don't have idea about all these . Then they ask me to explain my current project. After that they tell me to draw the block diagram to explain the functioning of washing machine and OLA cab system .
In 2nd tech interview they ask the basic questions related to my branch, asked to explain 2 or 3 questions from their apti paper. They want to check your basic knowledge and how much you think logically.

Tips: . For the interview prepare yourself for the questions from your project and vocational training.Always be frank with your interviewer .

Round: HR Interview
Experience: They want to check your basic knowledge and how much you think logically.
HR round is only of 10 minutes.questions related to family background and job location were discussed."

Tips: Almost all the companies take apti test , you have to prepare for that . For the interview prepare yourself for the questions from your project and vocational training.Always be frank with your interviewer .
CPI FACTOR:
CPI did not matter much but there is a bar for the cpi so people scoring below that range are not eligible to apply


General Tips: They want to check your basic knowledge and how much you think logically.
Skills:
College Name: NIT Raipur
Motivation: high package and perk provided by the company as well as the company and its workplace culture

Interview Questionnaire 

3 Questions

  • Q1. Give a short intro about yourself
  • Ans. 

    I am a recent computer science graduate with experience in software development and a passion for learning new technologies.

    • Graduated with a degree in computer science

    • Experience in software development

    • Passionate about learning new technologies

  • Answered by AI
  • Q2. What do you know about our company?
  • Ans. 

    The company is a software development firm.

    • The company specializes in software development.

    • It has a team of experienced software engineers.

    • The company has worked on various projects for clients in different industries.

    • It is known for delivering high-quality software solutions.

    • The company values innovation and creativity in its work.

  • Answered by AI
  • Q3. Asked if there were any doubts regarding what the company does

Interview Preparation Tips

Round: Test
Experience: Mostly objective type questions were asked.
Tips: CAT and GRE preparation is helpful for such tests.

Round: Test
Experience: Mostly objective type questions were asked.

Round: Group Discussion
Experience: Asked students themselves to choose a topic.

Round: Interview
Experience: Talked about the points in the resume. HR Questions, personal questions were asked.

College Name: IIT MADRAS

Interview Preparation Tips

Round: Test
Experience: The test consisted of Aptitude test for 40 marks and 3 questions from Algorithm.
Tips: Prepare by doing basic Aptitude like Puzzle/Basic Algorithm type problems/probability.
Duration: 60 minutes

Round: Technical Interview
Experience: Questions were asked about programming languages and my B.Tech projects and stuff.

Round: HR Interview
Experience: This round wasn't given much priority. They just asked me about myself.

General Tips: Read all core material given by BC. It won’t take much time and will be very helpful.
College Name: IIT MADRAS

Interview Questionnaire 

9 Questions

  • Q1. Whole database design of one of my project. Asked some SQL queries also
  • Q2. You are given a triangle with height h and base length b and a square of side length a. How many squares can you fit in triangle? Need to derive formula
  • Ans. 

    Formula to calculate number of squares that can fit inside a triangle

    • Calculate the area of the triangle and the area of the square

    • Divide the area of the triangle by the area of the square to get the number of squares that can fit inside the triangle

    • Formula: (h*b)/(a*a)

  • Answered by AI
  • Q3. A pattern matching problem with special characters. He wanted the full working code. Similar question: -----/
  • Q4. What is SVM (Support Vector Machines
  • Ans. 

    SVM is a machine learning algorithm used for classification and regression analysis.

    • SVM finds the best hyperplane that separates data into different classes.

    • It works by maximizing the margin between the hyperplane and the closest data points.

    • SVM can handle both linear and non-linear data using kernel functions.

    • It is widely used in image classification, text classification, and bioinformatics.

    • SVM has been shown to be ef...

  • Answered by AI
  • Q5. ANN(Artificial Neural Networks)
  • Q6. GP(Genetic Programming)
  • Q7. Differences between them and how it is better than linear regression
  • Ans. 

    Logistic regression is used for classification while linear regression is used for regression analysis.

    • Logistic regression predicts the probability of an event occurring, while linear regression predicts the value of a continuous variable.

    • Logistic regression uses a sigmoid function to map input values to a probability between 0 and 1.

    • Linear regression assumes a linear relationship between the independent and dependent ...

  • Answered by AI
  • Q8. Questions related to AI and Machine Learning
  • Q9. He also asked few java OOPS questions

Interview Preparation Tips

Round: Test
Experience: Contained basic logic based questions. 30 problems. Difficulty Level ->Medium
Duration: 60 minutes
Total Questions: 30

Round: Test
Experience: 1) 15 multiple choice questions. Difficulty level -> Medium-Hard

2) 3 programming problems: Difficulty level -> Easy

a) You have an array of integers. Find that index for which sum of all the elements before it will be equal to sum of all elements after it.

b) Implement queue using stacks.

c) Find minimum value in a binary tree.

3) There were 2 networking related questions. We need to write the answers in detail. I don’t remember the questions.
Duration: 30 minutes
Total Questions: 15

College Name: NA

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Sep 2019. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Why u want to be part of this company?
  • Q2. What motivates u to get a job?
  • Q3. How u manage urself in hectic environment?
  • Ans. 

    I manage myself in a hectic environment by prioritizing tasks, staying organized, and practicing stress management techniques.

    • Prioritize tasks based on urgency and importance

    • Break down complex tasks into smaller, manageable steps

    • Use tools like to-do lists, calendars, and reminders to stay organized

    • Practice time management techniques, such as setting deadlines and allocating specific time slots for different tasks

    • Take s...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Not be so Over confident, Employer might trick u with his questions, But stick to u r opinion

I applied via Walk-in and was interviewed in Jul 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Self introduction and most of the questions based on u r technical skills.java based questions and sql queries,DBMS questions related mostly

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and dont hesitate to sayu r answer whether it is right or wrong.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via unstop and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Coding Test 

It was medium to difficult level test

Round 2 - Technical 

(2 Questions)

  • Q1. Questions about core subjects like oops pillars
  • Q2. Questions about projects, technologies used
Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to join this
  • Q2. Your previous experience and questions about your background

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

How many rounds are there in DH Healthcare Software Services India Private Limited (Dedalus) Associate Professional Product Developer 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 HR, Aptitude Test and Coding Test.
What are the top questions asked in DH Healthcare Software Services India Private Limited (Dedalus) Associate Professional Product Developer interview?

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

  1. Object Oriented Programming literal and codi...read more
  2. For fresher no salary of our choice they will give the amo...read more
  3. Some basic programs in String and Ar...read more

Tell us how to improve this page.

DH Healthcare Software Services India Private Limited (Dedalus) Associate Professional Product Developer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Apollo Hospitals Interview Questions
4.1
 • 365 Interviews
Max Healthcare Interview Questions
4.0
 • 144 Interviews
Fortis Healthcare Interview Questions
4.0
 • 133 Interviews
Dr Lal PathLabs Interview Questions
4.2
 • 128 Interviews
UnitedHealth Interview Questions
4.0
 • 84 Interviews
View all
5% more than the average Associate Professional Product Developer Salary in India
View more details

DH Healthcare Software Services India Private Limited (Dedalus) Associate Professional Product Developer Reviews and Ratings

based on 18 reviews

3.5/5

Rating in categories

3.7

Skill development

3.6

Work-life balance

2.7

Salary

4.4

Job security

3.4

Company culture

2.2

Promotions

3.6

Work satisfaction

Explore 18 Reviews and Ratings
Associate Professional Product Developer
135 salaries
unlock blur

₹3.3 L/yr - ₹8.5 L/yr

Professional 1 Product Developer
48 salaries
unlock blur

₹5.4 L/yr - ₹10 L/yr

Product Developer
40 salaries
unlock blur

₹4.2 L/yr - ₹12.8 L/yr

Associate Software Engineer
32 salaries
unlock blur

₹5 L/yr - ₹7.3 L/yr

Associate Professional Product Test
24 salaries
unlock blur

₹4.3 L/yr - ₹6.7 L/yr

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

Apollo Hospitals

4.1
Compare

GeBBS Healthcare Solutions

3.7
Compare

UnitedHealth

4.0
Compare

Max Healthcare

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