Upload Button Icon Add office photos

Filter interviews by

Somnoware Healthcare Systems Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. How do you do security in web api
  • Ans. 

    Security in web API involves implementing authentication, authorization, encryption, and input validation.

    • Implement authentication mechanisms such as OAuth, JWT, or API keys to verify the identity of clients accessing the API.

    • Use authorization to control access to resources based on roles or permissions.

    • Encrypt sensitive data using SSL/TLS to ensure secure communication between clients and the API.

    • Validate and sanitize...

  • Answered by AI
  • Q2. How did you manage your project deadlines

Skills evaluated in this interview

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

(3 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced Front Desk Officer with strong communication skills and a passion for providing excellent customer service.

    • Over 5 years of experience in front desk operations

    • Proficient in handling phone calls, scheduling appointments, and managing office supplies

    • Skilled in greeting and assisting visitors in a professional manner

    • Strong organizational skills and attention to detail

    • Ability to multitask and work effectively in

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

    The company is a leading hospitality company known for its exceptional customer service and luxurious accommodations.

    • Company specializes in providing top-notch hospitality services

    • Known for exceptional customer service

    • Offers luxurious accommodations for guests

    • Has a strong reputation in the industry

  • Answered by AI
  • Q3. We don’t give that much salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Not up to the mark. They take 3 round in second round CEO take the interview and later national cosmetics head doesn’t. Short list and HR says salary cannot be provided that much
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Apr 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. How to work in company
  • Q2. How process in technical
Round 2 - One-on-one 

(2 Questions)

  • Q1. How get in my salary
  • Q2. I needed this company
Round 3 - HR 

(2 Questions)

  • Q1. I keeping in my work
  • Q2. I interset in our job
Round 4 - One-on-one 

(1 Question)

  • Q1. I try for my best
Round 5 - One-on-one 

(2 Questions)

  • Q1. I need a work from home
  • Q2. Connecting with ur company
Round 6 - HR 

(1 Question)

  • Q1. How many days our work in comapny

Interview Preparation Tips

Topics to prepare for Medical Billing Wholesalers Medical Billing Executive interview:
  • Online Marketing

Senior Program Manager Interview Questions & Answers

Quest Diagnostics user image Dr. Dulaari A Rajput Mgmt Doctorate

posted on 8 Apr 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Case study and I
  • Q2. Asked questions about my doctorate and the panel herself did not know and understood anything about my subject and shared negative feedback by listening to my statements in first half only, wasn't interest...
Round 2 - One-on-one 

(2 Questions)

  • Q1. Total rounds were 5 -6 and questioned about my degree where they did not understand single thing from my answer... why you need to ask questions which answers is not understandable by you ..!!!
  • Q2. Already shared above

Interview Preparation Tips

Interview preparation tips for other job seekers - do not waste your time giving interviews to these guys, they just want to play around
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

C,c++ questions and two coding questions. basic mcq

Round 2 - Technical 

(3 Questions)

  • Q1. Treeset, hashset difference
  • Ans. 

    TreeSet and HashSet are both implementations of the Set interface in Java, but they have some key differences.

    • TreeSet is a sorted set that maintains elements in ascending order, while HashSet does not guarantee any specific order.

    • TreeSet uses a Red-Black tree data structure for storage, which allows for efficient retrieval of elements in sorted order.

    • HashSet uses a hash table for storage, which provides constant-time p...

  • Answered by AI
  • Q2. Oops concept, dbms, programming questions
  • Q3. Set and treeset and hashset

Interview Preparation Tips

Topics to prepare for ResMed Software Developer interview:
  • DBMS
  • OOPS
Interview preparation tips for other job seekers - none

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Technical questions on fortinet SDWAN
Round 2 - Technical 

(1 Question)

  • Q1. Traffic shaping in fortinet SDWAN
  • Ans. 

    Traffic shaping in Fortinet SDWAN involves prioritizing and controlling network traffic to optimize performance.

    • Traffic shaping policies can be created to prioritize certain types of traffic over others.

    • Bandwidth limits can be set for different applications or users to ensure fair distribution of resources.

    • Quality of Service (QoS) settings can be configured to guarantee a certain level of performance for critical appli...

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Analytical Reasoning w Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Reasoning , aptitude, mathematical questions also there in interview

Image annotation Interview Questions & Answers

Arkray Healthcare user image Tejashree Dhamale

posted on 7 Jun 2024

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

I applied via LinkedIn and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Tell about your educational background
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 

In 1 hr required to do 30 mcq and 1 coding question

Round 3 - Technical 

(1 Question)

  • Q1. Find 2nd max by sql, do Fibonacci series
  • Ans. 

    SQL query to find 2nd max and Fibonacci series implementation

    • For finding 2nd max, use ORDER BY and LIMIT in SQL query

    • For Fibonacci series, use a loop or recursive function

    • Fibonacci series starts with 0, 1 and each subsequent number is the sum of the previous two

    • Example SQL query: SELECT MAX(column_name) FROM table_name WHERE column_name < (SELECT MAX(column_name) FROM table_name)

    • Example Fibonacci series: 0, 1, 1, 2, 3,

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Question related to project and discussion related to technology in resume in somewhat deep

Interview Preparation Tips

Interview preparation tips for other job seekers - Do basics clear and make shure to revise all technology written in resume

Skills evaluated in this interview

I applied via Walk-in and was interviewed in Oct 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. What is know about QC Department
  • Q2. What is HPLC and it's principal

Interview Preparation Tips

Interview preparation tips for other job seekers - Well known Your Department and It's Role and It Contribution in a Company

Somnoware Healthcare Systems Interview FAQs

How to prepare for Somnoware Healthcare Systems 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 Somnoware Healthcare Systems. The most common topics and skills that interviewers at Somnoware Healthcare Systems expect are Application Support, Customer Handling, Customer Service, Health Management and Management Skills.

Tell us how to improve this page.

Interview Questions from Similar Companies

Apollo Hospitals Interview Questions
4.1
 • 343 Interviews
Max Healthcare Interview Questions
4.1
 • 135 Interviews
Fortis Healthcare Interview Questions
4.0
 • 126 Interviews
UnitedHealth Interview Questions
4.0
 • 83 Interviews
Labcorp Interview Questions
4.1
 • 40 Interviews
View all

Somnoware Healthcare Systems Reviews and Ratings

based on 7 reviews

4.8/5

Rating in categories

4.5

Skill development

4.4

Work-life balance

4.5

Salary

4.4

Job security

4.3

Company culture

4.0

Promotions

4.4

Work satisfaction

Explore 7 Reviews and Ratings
Technical Support Engineer
11 salaries
unlock blur

₹3.8 L/yr - ₹9 L/yr

Senior Software Engineer
5 salaries
unlock blur

₹20 L/yr - ₹30 L/yr

Software Engineer
3 salaries
unlock blur

₹9.6 L/yr - ₹15.3 L/yr

Technical Lead
3 salaries
unlock blur

₹17 L/yr - ₹22.6 L/yr

Product Manager
3 salaries
unlock blur

₹20.2 L/yr - ₹34.3 L/yr

Explore more salaries
Compare Somnoware Healthcare Systems with

Apollo Hospitals

4.1
Compare

Paras Hospital

4.5
Compare

UnitedHealth

4.0
Compare

GeBBS Healthcare Solutions

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