Upload Button Icon Add office photos
Engaged Employer

i

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

Nirvasa Healthcare Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Nirvasa Healthcare Senior PHP Developer Interview Questions and Answers

Updated 11 May 2023

Nirvasa Healthcare Senior PHP Developer Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(5 Questions)

  • Q1. Ask to rate yourself in different technologies.
  • Ans. Interviewer you have to rate yourself carefully because he will only ask questions from the technology you have rated yourself best I rated mysql
  • Answered by promptasparagus
  • Q2. What are different storage engines?
  • Ans. 

    Different storage engines are used in databases to manage data storage and retrieval efficiently.

    • InnoDB: ACID-compliant, supports transactions and foreign keys

    • MyISAM: Fast and efficient for read-heavy workloads, no transaction support

    • Memory: Stores data in memory for fast access, but data is lost on restart

    • CSV: Stores data in CSV files, suitable for importing and exporting data

    • Archive: Optimized for high compression, s

  • Answered by AI
  • Q3. Aggregate functions
  • Q4. What is difference between group by and distinct function
  • Ans. 

    Group by is used to group rows based on a column, while distinct function is used to remove duplicate values from a column.

    • Group by is used with aggregate functions like count, sum, avg, etc.

    • Distinct function is used to retrieve unique values from a column.

    • Group by can be used with multiple columns to create groups based on multiple criteria.

    • Distinct function can be used with multiple columns to retrieve unique combina...

  • Answered by AI
  • Q5. Second highest salary
  • Ans. 

    To find the second highest salary, we can use the SQL query 'SELECT MAX(salary) FROM employees WHERE salary < (SELECT MAX(salary) FROM employees)'.

    • Use the MAX() function to find the highest salary in the table

    • Use a subquery to find the maximum salary excluding the highest salary

    • Use the WHERE clause to filter out the highest salary

    • Use the MAX() function again to find the second highest salary

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Computer fundamentals

Round 2 - Technical 

(1 Question)

  • Q1. Technical questions of projects ,dsa
Round 3 - HR 

(2 Questions)

  • Q1. What is ur background
  • Q2. Manegarial and behavioral questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well
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

I applied via Recruitment Consulltant and was interviewed in Aug 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. C++ related basic questions
Round 2 - Behavioral 

(1 Question)

  • Q1. C++ and project related advanced questions
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't pretend like you know everything. Just tell your skills and work experience truely.

I applied via Approached by Company and was interviewed before Nov 2021. There were 4 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 

Basic problem solving easy to medium level

Round 3 - One-on-one 

(1 Question)

  • Q1. Coding questions based on loops, arrays
Round 4 - One-on-one 

(1 Question)

  • Q1. Coding a sorting algorithm
  • Ans. 

    Sorting algorithm arranges elements in a specific order.

    • Choose an appropriate sorting algorithm based on the data size and type.

    • Common sorting algorithms include bubble sort, insertion sort, merge sort, quicksort, and selection sort.

    • Implement the chosen algorithm in the programming language of choice.

    • Test the algorithm with various input sizes and types to ensure correctness and efficiency.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good with what is in resume, decent problem solving skills + some basic design patterns will help you clear the interview

Skills evaluated in this interview

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
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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement 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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

They asked easy to medium DSA . It includes arrays, strings, recursion.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was easy process

I applied via Company Website and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Concepts of Oops. Ex: Encapsulation, Abstraction, Polymorphism with real time examples.
  • Q2. Multithreading concepts in Java
  • Ans. 

    Multithreading in Java allows multiple threads to execute concurrently within a single program.

    • Java provides built-in support for multithreading through the java.lang.Thread class.

    • Threads can be created by extending the Thread class or implementing the Runnable interface.

    • Synchronization is used to prevent race conditions and ensure thread safety.

    • Java also provides several classes and interfaces for managing thread exec...

  • Answered by AI
  • Q3. 2 Coding Questions were asked. first was easy and was medium type.
  • Q4. Questions related to my project in detail.

Interview Preparation Tips

Interview preparation tips for other job seekers - They had asked Questions according to my resume. So, be confident with the skills you mentioned. Be Confident and cool. The interviewers were very friendly.

Skills evaluated in this interview

Nirvasa Healthcare Interview FAQs

How many rounds are there in Nirvasa Healthcare Senior PHP Developer interview?
Nirvasa Healthcare interview process usually has 2 rounds. The most common rounds in the Nirvasa Healthcare interview process are Resume Shortlist and One-on-one Round.
How to prepare for Nirvasa Healthcare Senior PHP Developer 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 Nirvasa Healthcare. The most common topics and skills that interviewers at Nirvasa Healthcare expect are GIT, PHP, API, CRM and CakePHP.
What are the top questions asked in Nirvasa Healthcare Senior PHP Developer interview?

Some of the top questions asked at the Nirvasa Healthcare Senior PHP Developer interview -

  1. What is difference between group by and distinct funct...read more
  2. What are different storage engin...read more
  3. Aggregate functi...read more

Tell us how to improve this page.

Nirvasa Healthcare Senior PHP Developer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

Max Healthcare Interview Questions
4.1
 • 141 Interviews
Dr Lal PathLabs Interview Questions
4.2
 • 125 Interviews
Paras Hospital Interview Questions
4.4
 • 81 Interviews
Pacific BPO Interview Questions
3.5
 • 79 Interviews
GE Healthcare Interview Questions
4.0
 • 72 Interviews
Advantmed Interview Questions
3.6
 • 51 Interviews
View all
Team Lead
17 salaries
unlock blur

₹2.7 L/yr - ₹5.2 L/yr

Sales Executive
15 salaries
unlock blur

₹1.7 L/yr - ₹2.6 L/yr

Assistant Manager
6 salaries
unlock blur

₹4.1 L/yr - ₹13.1 L/yr

BPO Executive
5 salaries
unlock blur

₹1.8 L/yr - ₹2.1 L/yr

Customer Service Executive
5 salaries
unlock blur

₹2.2 L/yr - ₹2.6 L/yr

Explore more salaries
Compare Nirvasa Healthcare with

Max Healthcare

4.0
Compare

Paras Hospital

4.4
Compare

Dr Lal PathLabs

4.2
Compare

Johnson & Johnson

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