Upload Button Icon Add office photos

Filter interviews by

Saral Health Software Developer Interview Questions and Answers

Updated 31 Aug 2024

Saral Health Software Developer Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Reverse Linked list
  • Q2. Merge two sorted array
  • Ans. 

    Merge two sorted arrays into a single sorted array

    • Create a new array to store the merged result

    • Use two pointers to iterate through the two input arrays

    • Compare elements at the pointers and add the smaller one to the result array

    • Move the pointer of the array from which the element was added

    • Repeat until all elements are merged

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Api development related questions
  • Q2. Core Java & collection related questions
Round 3 - HR 

(2 Questions)

  • Q1. General question related your previous organisation
  • Q2. Salary discussion

Skills evaluated in this interview

Interview questions from similar companies

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

I was interviewed in Sep 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Can you provide information about yourself and your background?
  • Ans. 

    I am a passionate software developer with a strong background in full-stack development and a keen interest in innovative technologies.

    • Bachelor's degree in Computer Science from XYZ University.

    • 5 years of experience in web development using JavaScript, React, and Node.js.

    • Worked on a project that improved user engagement by 30% through UI enhancements.

    • Contributed to open-source projects, including a popular library for d...

  • Answered by AI
  • Q2. What is your past experience and what roles have you held?
  • Ans. 

    I have over 5 years of experience in software development, focusing on web applications and team collaboration.

    • Worked as a Full Stack Developer at XYZ Corp, where I led a team to develop a responsive web application using React and Node.js.

    • Served as a Software Engineer at ABC Inc., enhancing existing systems and implementing new features that improved user engagement by 30%.

    • Interned at DEF Solutions, where I gained han...

  • Answered by AI
Round 2 - Coding Test 

Take on one assignment task.

Round 3 - Coding Test 

Code testing and ask a few questions.

Round 4 - Technical 

(2 Questions)

  • Q1. Can you describe your project and your contributions, including what you have developed?
  • Q2. How did you start developing your project?
  • Ans. 

    I began my project by identifying a problem, researching solutions, and planning the development process step-by-step.

    • Identified a specific problem: For example, I noticed that users struggled with task management.

    • Conducted thorough research: I explored existing solutions and gathered user feedback to understand their needs.

    • Defined project scope: I outlined the features and functionalities that would address the identi...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I was interviewed in Sep 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Java coding questions with microservices design patterns.
Round 2 - Technical 

(1 Question)

  • Q1. System design and nfr discussion
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Sql basic questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

String and arrays duplicate and sorting questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Project details
  • Q2. Project deployment
Round 3 - HR 

(2 Questions)

  • Q1. Previous company details
  • Q2. CTC discussion and company review
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is object oriented programming
  • Ans. 

    Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • Objects are instances of classes, which define the structure and behavior of the objects.

    • Encapsulation, inheritance, and polymorphism are key principles of object oriented programming.

    • Example: In a banking application, a 'Customer' class may have attributes like name and account balance, and methods li

  • Answered by AI
  • Q2. React vs angular
  • Ans. 

    React is a lightweight library for building user interfaces, while Angular is a full-fledged framework for web development.

    • React is more flexible and allows for easier integration with other libraries and frameworks.

    • Angular provides more out-of-the-box features and a more opinionated structure.

    • React uses a virtual DOM for better performance, while Angular uses two-way data binding for easier data manipulation.

    • React is ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Coding Test 

Concentrate on an array of strings and fundamental coding knowledge.

Round 2 - Coding Test 

Core concepts and coding involve integrating and understanding processes from the beginning to successfully complete projects.

Round 3 - HR 

(2 Questions)

  • Q1. Can you provide some basic information about yourself and describe the projects you have worked on?
  • Ans. 

    I am a software developer with 5 years of experience. I have worked on projects involving web development, mobile app development, and database management.

    • 5 years of experience in software development

    • Proficient in web development, mobile app development, and database management

    • Worked on projects involving e-commerce websites, iOS and Android apps, and SQL database optimization

  • Answered by AI
  • Q2. Culture fit
Round 4 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Communication

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand how the code workflow operates and learn to integrate AI into the existing project, focusing on effective communication and comprehension of the tasks at hand.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is difference between inner join and full join
  • Ans. 

    Inner join returns only the matching rows between two tables, while full join returns all rows from both tables.

    • Inner join only includes rows that have a match in both tables

    • Full join includes all rows from both tables, filling in NULL values for non-matching rows

    • Inner join is more commonly used than full join in practice

    • Example: Inner join - SELECT * FROM table1 INNER JOIN table2 ON table1.id = table2.id

    • Example: Full ...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Anagram of two strings in java
  • Ans. 

    Java program to check if two strings are anagrams

    • Create a function that takes two strings as input

    • Convert both strings to character arrays and sort them

    • Check if the sorted arrays are equal to determine if they are anagrams

  • Answered by AI
  • Q2. Insert and select query in MySQL
  • Ans. 

    Insert and select data in MySQL using SQL queries

    • Use INSERT INTO table_name (column1, column2, ...) VALUES (value1, value2, ...); to insert data

    • Use SELECT * FROM table_name; to select all data from a table

    • Use SELECT column1, column2 FROM table_name WHERE condition; to select specific data based on a condition

  • Answered by AI
  • Q3. Get and Post APIs in rest
  • Ans. 

    GET and POST are HTTP methods used in REST APIs for retrieving and sending data.

    • GET method is used to retrieve data from a server

    • POST method is used to send data to a server

    • GET requests are idempotent, while POST requests are not

    • GET requests should only be used for retrieving data, not for modifying data

    • Example: GET request to retrieve a list of users - GET /users

    • Example: POST request to create a new user - POST /users

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was technical round and there were three panelists. Started with alot of database questions and core java question. Prepare well about your project working in the company. I couldn't clear this round recieved rejection mail after two weeks.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Two coding questions, one is easy and the other is difficult. Who solved 2nd question was shortlisted for an interview.

Round 2 - Interview 

(1 Question)

  • Q1. Introduce yourself—questions from OS, DBMS, DSA, Project, and one coding problem.

Saral Health Interview FAQs

How many rounds are there in Saral Health Software Developer interview?
Saral Health interview process usually has 3 rounds. The most common rounds in the Saral Health interview process are Technical and HR.
What are the top questions asked in Saral Health Software Developer interview?

Some of the top questions asked at the Saral Health Software Developer interview -

  1. Merge two sorted ar...read more
  2. Core Java & collection related questi...read more
  3. Api development related questi...read more

Tell us how to improve this page.

Saral Health Software Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Hetero Interview Questions
3.9
 • 224 Interviews
HCL Healthcare Interview Questions
4.5
 • 59 Interviews
Meril Interview Questions
3.7
 • 55 Interviews
ZoomRx Interview Questions
3.0
 • 34 Interviews
View all
Compare Saral Health with

Hetero

3.9
Compare

Sahrudaya Healthcare (Medicover Hospitals)

4.6
Compare

Parexel International

3.9
Compare

London Stock Exchange Group

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