Upload Button Icon Add office photos
Engaged Employer

i

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

Cloudnine Hospital Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Cloudnine Hospital Software Developer Interview Questions and Answers

Updated 22 Oct 2024

Cloudnine Hospital Software Developer Interview Experiences

3 interviews found

Software Developer Interview Questions & Answers

user image Pratik Kumar

posted on 22 Oct 2024

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

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

Round 1 - HR 

(1 Question)

  • Q1. Basic introduction and soo on.
Round 2 - Coding Test 

Question related to profile.

Round 3 - Aptitude Test 

Aptitude test questions

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

(1 Question)

  • Q1. Explain about pagination
  • Ans. 

    Pagination is the process of dividing content into separate pages to improve user experience and optimize performance.

    • Pagination is commonly used in websites to display a large amount of data in manageable chunks.

    • It allows users to navigate through different pages of content, typically with options like 'Next' and 'Previous'.

    • Pagination can also include features like page numbers, page size selection, and total item cou...

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

(1 Question)

  • Q1. General Managerial questions

Skills evaluated in this interview

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more

Software Developer Interview Questions & Answers

user image Gajendra Singh

posted on 19 May 2024

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

(1 Question)

  • Q1. Javascript, React, hooks , life-cycle methods,
Round 2 - Coding Test 

Problem solving, binary search, shorting technique

Interview questions from similar companies

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

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

Round 1 - Aptitude Test 

Normal questions (technical and logical question)

Round 2 - Technical 

(2 Questions)

  • Q1. On technology only
  • Q2. Some logical wuesrion also
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Prepare well on arrays, lists and its operations
  • Q2. Get to know well about your current project
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Oops related insharitance encapsulation
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
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Anna University and was interviewed in Aug 2022. There were 3 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 - Coding Test 

Two Easy questions to be solved

Round 3 - Technical 

(3 Questions)

  • Q1. Some Technical based questions
  • Q2. It was amazing . Interviewer asked me to code for heap sort and asked me to explain.
  • Q3. Write a code for heap sort algorithm and explain it?
  • Ans. 

    Heap sort is a comparison-based sorting algorithm that uses a binary heap data structure.

    • Heap sort works by building a binary heap from the array and then repeatedly extracting the maximum element and placing it at the end of the array.

    • The heap is maintained as a complete binary tree, where each parent node is greater than or equal to its children.

    • The time complexity of heap sort is O(n log n) and it is an in-place sor...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for GE Healthcare Software Developer interview:
  • C++
  • C
  • Python
Interview preparation tips for other job seekers - Learn very well and expertise in one coding language. To be have a clear vision on theory concepts like OS, DBMS, OOPS, CN...etc.

Skills evaluated in this interview

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

Round 1 - Coding Test 

C++ related aptitude test. OOPs questions.

Round 2 - Coding Test 

Questions related to linked list. Virtual functions and virtual destructor.
Reversing a LinkedIn list.

Round 3 - Technical 

(3 Questions)

  • Q1. Project related interview.
  • Q2. Which stack used?
  • Ans. 

    We primarily use the MERN stack for our web development projects.

    • MERN stack includes MongoDB, Express.js, React, and Node.js

    • MongoDB is used as the database to store data

    • Express.js is used as the backend framework for building APIs

    • React is used for building the user interface

    • Node.js is used as the server-side runtime environment

  • Answered by AI
  • Q3. How threads were handled?
  • Ans. 

    Threads are handled by creating and managing lightweight processes within a program to improve performance and responsiveness.

    • Threads are managed by the operating system or a thread library.

    • Threads share the same memory space within a process.

    • Threads can communicate with each other through shared memory or message passing.

    • Thread synchronization is important to prevent race conditions and ensure data consistency.

    • Example...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference b/w full and partial selectors
  • Ans. 

    Full selectors select all descendants of a specified element, while partial selectors select only direct children.

    • Full selectors use a space between the parent and child elements, while partial selectors use the > symbol.

    • Full selectors are more general and can target multiple levels of descendants, while partial selectors are more specific and target only direct children.

    • Example of full selector: div p selects all

      ele...

  • Answered by AI
  • Q2. What is Screen scraping and data scraping
  • Ans. 

    Screen scraping is extracting data from a website's HTML code, while data scraping is extracting data from various sources.

    • Screen scraping involves extracting data from the visual representation of a website, usually using automation tools like web scrapers.

    • Data scraping involves extracting data from various sources such as databases, APIs, and documents.

    • Both screen scraping and data scraping are used to collect and an...

  • Answered by AI

Skills evaluated in this interview

Cloudnine Hospital Interview FAQs

How many rounds are there in Cloudnine Hospital Software Developer interview?
Cloudnine Hospital interview process usually has 2-3 rounds. The most common rounds in the Cloudnine Hospital interview process are Technical, Coding Test and One-on-one Round.
What are the top questions asked in Cloudnine Hospital Software Developer interview?

Some of the top questions asked at the Cloudnine Hospital Software Developer interview -

  1. Explain about paginat...read more
  2. Javascript, React, hooks , life-cycle metho...read more
  3. Basic introduction and soo ...read more

Tell us how to improve this page.

Cloudnine Hospital Software Developer Interview Process

based on 4 interviews

Interview experience

4.8
  
Excellent
View more
Cloudnine Hospital Software Developer Salary
based on 9 salaries
₹6 L/yr - ₹9 L/yr
10% less than the average Software Developer Salary in India
View more details

Cloudnine Hospital Software Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Staff Nurse
167 salaries
unlock blur

₹1.3 L/yr - ₹5 L/yr

Assistant Manager
82 salaries
unlock blur

₹3 L/yr - ₹9.2 L/yr

Guest Relation Executive
80 salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

Senior Executive
64 salaries
unlock blur

₹3 L/yr - ₹5.8 L/yr

Nursing Staff
38 salaries
unlock blur

₹0.8 L/yr - ₹4 L/yr

Explore more salaries
Compare Cloudnine Hospital with

Motherhood Hospital

3.7
Compare

Apollo Hospitals

4.1
Compare

Fortis Healthcare

4.0
Compare

Columbia Asia

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