Upload Button Icon Add office photos

Filter interviews by

Niramai Health Analytix Interview Questions and Answers

Updated 1 Jun 2024

Niramai Health Analytix Interview Experiences

Popular Designations

2 interviews found

SDE Interview Questions & Answers

user image Vikrant Attri

posted on 1 Jun 2024

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

(2 Questions)

  • Q1. How do you handle huge data in an API
  • Ans. 

    Use pagination, caching, and efficient algorithms to handle large data in an API.

    • Implement pagination to limit the amount of data returned in each API call.

    • Use caching to store frequently accessed data and reduce the load on the database.

    • Optimize algorithms for data processing to improve performance.

    • Consider using asynchronous processing for time-consuming tasks.

    • Utilize compression techniques to reduce the size of data

  • Answered by AI
  • Q2. How do you handle huge load in the DB
  • Ans. 

    I handle huge load in the DB by optimizing queries, indexing, partitioning data, and using caching techniques.

    • Optimize queries to reduce the load on the database server

    • Use indexing to speed up data retrieval

    • Partition data to distribute load across multiple servers

    • Implement caching techniques to reduce the number of queries to the database

    • Use sharding to horizontally scale the database

  • Answered by AI

Skills evaluated in this interview

SDE Interview Questions asked at other Companies

Q1. Return Subsets Sum to K Problem Statement Given an integer array 'ARR' of size 'N' and an integer 'K', return all the subsets of 'ARR' which sum to 'K'. Explanation: A subset of an array 'ARR' is a tuple that can be obtained from 'ARR' by r... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2022. 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 - One-on-one 

(3 Questions)

  • Q1. Introduce yourself Are u willing to do this job Are u willing to do over time Salary is low u r ok with it
  • Q2. That's all I write as above like that only
  • Q3. Are u ready to work over time

Interview Preparation Tips

Interview preparation tips for other job seekers - My suggestion is who are completed 10 or inter as nurse or they don't have any job then join in his but not btech or degree persons don't join in his industry as a computer operator.

Computer Operator Interview Questions asked at other Companies

Q1. Which program language do you use regularly in your work
View answer (3)

Jobs at Niramai Health Analytix

View all

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Advanced formulas of Excel
  • Ans. 

    Advanced Excel formulas are complex functions used for data analysis and manipulation.

    • Advanced formulas in Excel include VLOOKUP, INDEX-MATCH, SUMIFS, COUNTIFS, and IFERROR.

    • These formulas are used for tasks like data lookup, conditional calculations, and summarizing data.

    • For example, VLOOKUP is used to search for a value in a table and return a corresponding value from another column.

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

Core HTML, CSS and JS

Round 2 - Coding Test 

JS deep dive and react

Round 3 - Behavioral 

(1 Question)

  • Q1. Mimic Promise.all, Array.flat, OTP Component etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Study core JS concepts and be strong in react fundamentals

Intern Interview Questions & Answers

Vegrow user image Shaik Roshini

posted on 16 May 2024

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

(1 Question)

  • Q1. Languages known
  • Ans. 

    I am fluent in English, Spanish, and French.

    • English

    • Spanish

    • French

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Case Study 

Problem solving approach check

Round 2 - One-on-one 

(2 Questions)

  • Q1. Case study and problem solving
  • Q2. Root cause Analysis
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. How to calculate requirement of Banana is a city like Mumbai
  • Ans. 

    The requirement of bananas in a city like Mumbai can be calculated based on population, consumption habits, and availability.

    • Calculate the population of Mumbai

    • Estimate the average consumption of bananas per person

    • Consider factors like tourism and events that may increase demand

    • Take into account the availability of bananas from local markets and imports

  • Answered by AI
  • Q2. How to know , difference between a good or bad retailer
  • Ans. 

    A good retailer focuses on customer satisfaction, product quality, and efficient operations.

    • Good retailers prioritize customer satisfaction by providing excellent customer service and addressing customer needs.

    • Good retailers offer high-quality products that meet customer expectations.

    • Good retailers have efficient operations, including inventory management, supply chain logistics, and streamlined processes.

    • Bad retailers...

  • Answered by AI
  • Q3. Simple SQL questions

Interview Preparation Tips

Topics to prepare for Vegrow Data Analyst interview:
  • Guess Estimate
  • SQL

Software Engineer Interview Questions & Answers

Meddo user image Nishant Srivastava

posted on 31 May 2021

Interview Questionnaire 

1 Question

  • Q1. JS questions are asked
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before May 2022. 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 - One-on-one 

(3 Questions)

  • Q1. How python dictionary is implemented internally ?
  • Ans. 

    Python dictionary is implemented using hash tables.

    • Python dictionary is a collection of key-value pairs.

    • The keys in a dictionary must be unique and immutable.

    • The values in a dictionary can be of any data type.

    • Python dictionary is implemented using hash tables.

    • Hash tables provide constant time complexity for insertion, deletion and retrieval of elements.

    • The hash function used in Python dictionary is based on the key's h...

  • Answered by AI
  • Q2. What is heap sort
  • Ans. 

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

    • It divides the input into a sorted and an unsorted region.

    • It repeatedly extracts the maximum element from the unsorted region and inserts it into the sorted region.

    • It has a time complexity of O(n log n) and is not stable.

    • Example: [8, 5, 3, 1, 9, 6, 0, 7, 4, 2] -> [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]

  • Answered by AI
  • Q3. Coding question to sort array based on a custom filter

Skills evaluated in this interview

Senior Associate Interview Questions & Answers

Elevate user image Shital Santosh Badgujar

posted on 13 May 2024

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

I applied via Approached by Company and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Assignment 

Contracts review and abstraction

Round 2 - One-on-one 

(1 Question)

  • Q1. Contracts and essential elements

Niramai Health Analytix Interview FAQs

How many rounds are there in Niramai Health Analytix interview?
Niramai Health Analytix interview process usually has 1-2 rounds. The most common rounds in the Niramai Health Analytix interview process are Resume Shortlist, One-on-one Round and Technical.
How to prepare for Niramai Health Analytix 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 Niramai Health Analytix. The most common topics and skills that interviewers at Niramai Health Analytix expect are Healthcare, Computer science, Diagnostics, Machine Learning and Web Technologies.
What are the top questions asked in Niramai Health Analytix interview?

Some of the top questions asked at the Niramai Health Analytix interview -

  1. How do you handle huge data in an ...read more
  2. How do you handle huge load in the...read more
  3. That's all I write as above like that o...read more

Tell us how to improve this page.

Niramai Health Analytix Interview Process

based on 4 interviews

Interview experience

4.8
  
Excellent
View more

Interview Questions from Similar Companies

InsanelyGood Interview Questions
4.1
 • 19 Interviews
Vegrow Interview Questions
4.0
 • 17 Interviews
Pepper Content Interview Questions
2.5
 • 11 Interviews
Elevate Interview Questions
3.5
 • 9 Interviews
ParallelDots Interview Questions
4.0
 • 8 Interviews
FloCareer Interview Questions
4.3
 • 8 Interviews
Meddo Interview Questions
3.1
 • 8 Interviews
Kisan Network Interview Questions
3.4
 • 6 Interviews
Silverpush Interview Questions
3.9
 • 5 Interviews
View all

Niramai Health Analytix Reviews and Ratings

based on 8 reviews

3.1/5

Rating in categories

2.9

Skill development

3.4

Work-life balance

3.0

Salary

3.1

Job security

3.3

Company culture

2.2

Promotions

2.8

Work satisfaction

Explore 8 Reviews and Ratings
Talent Acquisition Executive

Bangalore / Bengaluru

2-7 Yrs

Not Disclosed

Explore more jobs
Test Engineer
7 salaries
unlock blur

₹3 L/yr - ₹3.6 L/yr

Business Development Manager
4 salaries
unlock blur

₹10.4 L/yr - ₹15 L/yr

Zonal Sales Head
4 salaries
unlock blur

₹10 L/yr - ₹12 L/yr

Chief Operating Officer
4 salaries
unlock blur

₹40 L/yr - ₹40 L/yr

Sr BDM
4 salaries
unlock blur

₹25 L/yr - ₹25 L/yr

Explore more salaries
Compare Niramai Health Analytix with

InsanelyGood

4.1
Compare

Vegrow

4.0
Compare

Pepper Content

2.5
Compare

Elevate

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