Upload Button Icon Add office photos

Filter interviews by

Apex Kidney Care Service Engineer Interview Questions and Answers

Updated 10 Sep 2021

Apex Kidney Care Service Engineer Interview Experiences

1 interview found

I applied via Recruitment Consultant and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Some ask for qquestion related for biomedical machine
  • Ans. How does working dialysis machine and RO plant
  • Answered by Prashant Gupta
  • Q2. What should be the TDS and what is the hardness of water?
  • Ans. 

    TDS should be less than 500 ppm and hardness of water varies depending on location.

    • TDS (Total Dissolved Solids) should be less than 500 ppm (parts per million) for safe consumption.

    • Hardness of water varies depending on location and can be measured in terms of calcium and magnesium ions.

    • Water with high levels of calcium and magnesium ions is considered hard water and can cause scaling in pipes and appliances.

    • Water softe...

  • Answered by AI
  • Q3. How to determine the dosage of antisclent
  • Q4. What is filled in the vessel
  • Ans. 

    The vessel can be filled with various substances depending on the application.

    • The vessel can be filled with liquids such as water, oil, or chemicals.

    • It can also be filled with gases such as air, nitrogen, or oxygen.

    • In some cases, the vessel may be filled with solids such as sand or gravel.

    • The substance filled in the vessel depends on the purpose of the vessel and the industry it is used in.

    • For example, a vessel used in...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Till the tender is there, the job is limited.

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Introduction and basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Walk through resume
  • Ans. 

    I have a Bachelor's degree in Civil Engineering and 5 years of experience in project management and construction.

    • Graduated with a Bachelor's degree in Civil Engineering

    • 5 years of experience in project management and construction

    • Managed multiple construction projects from planning to completion

    • Led a team of engineers and contractors to ensure project deadlines were met

  • Answered by AI
  • Q2. Why are you interested in this role
  • Ans. 

    I am interested in this role because of my passion for project management and engineering.

    • Passion for project management and engineering

    • Excited about the opportunity to work on challenging projects

    • Desire to contribute to the success of the team

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your experience in project management.
  • Ans. 

    I have 5 years of experience in project management, leading cross-functional teams to successful project completion.

    • Led multiple projects from initiation to completion, ensuring adherence to timelines and budgets

    • Managed stakeholder expectations and communicated project updates regularly

    • Utilized project management tools such as Gantt charts and Kanban boards to track progress

    • Resolved conflicts within teams and facilitat

  • Answered by AI
  • Q2. How do you deal with conflict in teamwork?
  • Ans. 

    I address conflict in teamwork by actively listening, seeking compromise, and promoting open communication.

    • Actively listen to all parties involved to understand their perspectives

    • Seek compromise by finding common ground and brainstorming solutions together

    • Promote open communication by encouraging team members to express their concerns and feedback

    • Mediate discussions to ensure all voices are heard and work towards a res...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Important to really be invested in J&J culture and research CREDO!Good luck!
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 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 - Technical 

(2 Questions)

  • Q1. Related to my job profile
  • Q2. What kind of exposure I have in my engineering field?
Round 3 - HR 

(2 Questions)

  • Q1. Salary related questions along with past experiences
  • Q2. How much salary i need

Interview Preparation Tips

Interview preparation tips for other job seekers - Good platform healthcare professionals.

I applied via Approached by company and was interviewed before Jan 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Your future goals and ambitions,
  • Q2. Five year goals, Strengths, weakness, why apollo,

Interview Preparation Tips

Interview preparation tips for other job seekers - Be versed with the Resume forwarded, dont bluff as HR is not a fool. Be well dressed
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Mar 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 - HR 

(2 Questions)

  • Q1. Salary expectation Question related job location
  • Q2. Your expectations for salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and know the job you done...they want to know how suitable you are for this job

I appeared for an interview before Apr 2021.

Round 1 - Video Call 

(5 Questions)

Round duration - 60 minutes
Round difficulty - Medium

This was a technical Interview round with questions on C#, .NET and DBMS.

  • Q1. What is the difference between the Ref and Out keywords in C#?
  • Ans. 

    Ref is used for passing arguments by reference, Out is used for returning multiple values.

    • Ref keyword is used for passing arguments by reference, allowing the method to modify the original value.

    • Out keyword is used for returning multiple values from a method, as it does not require the variable to be initialized before being passed.

  • Answered by AI
  • Q2. What is the difference between ViewData, ViewBag, and TempData in C#?
  • Ans. 

    ViewData, ViewBag, and TempData are ways to pass data between controllers and views in ASP.NET MVC.

    • ViewData is a dictionary object used to pass data from controller to view. It requires typecasting.

    • ViewBag is a dynamic property used to pass data from controller to view. No typecasting is required.

    • TempData is a dictionary object used to pass data from one controller to another or from one action to another.

  • Answered by AI
  • Q3. What is the difference between managed and unmanaged code in C#?
  • Ans. 

    Managed code is executed by the CLR with memory management, while unmanaged code is executed directly by the operating system without memory management.

    • Managed code is executed by the Common Language Runtime (CLR) in .NET framework.

    • Unmanaged code is executed directly by the operating system without CLR.

    • Managed code provides automatic memory management through garbage collection.

    • Unmanaged code requires manual memory man...

  • Answered by AI
  • Q4. What are the different types of triggers in SQL Server?
  • Ans. 

    Triggers in SQL Server are special types of stored procedures that are automatically executed when certain events occur in a database.

    • Types of triggers include DML triggers (for INSERT, UPDATE, DELETE operations), DDL triggers (for CREATE, ALTER, DROP operations), and Logon triggers.

    • Triggers can be set to fire before or after the triggering event.

    • Examples of triggers include auditing changes to a table using an INSERT ...

  • Answered by AI
  • Q5. What are generic and non-generic collections in C#?
  • Ans. 

    Generic collections in C# allow for type-safe collections, while non-generic collections do not enforce type safety.

    • Generic collections use type parameters to specify the type of elements they can contain, ensuring type safety.

    • Non-generic collections do not specify the type of elements they can contain, leading to potential runtime errors if incorrect types are used.

    • Example of generic collection: List<string> nam...

  • Answered by AI
Round 2 - HR 

Round duration - 30 minutes
Round difficulty - Easy

This was a typical managerial round.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAUnitedHealth Group interview preparation:Topics to prepare for the interview - C#, .NET, DBMS, Data Structures, Algorithms, Aptitude, OOPSTime required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Walk-in and was interviewed in Jul 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Self introduction and most of the questions based on u r technical skills.java based questions and sql queries,DBMS questions related mostly

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and dont hesitate to sayu r answer whether it is right or wrong.

I applied via Referral and was interviewed in Jan 2018. There were 4 interview rounds.

Interview Preparation Tips

General Tips: I went through two phases of interview, first was HR round which lasted for 10 minutes. After this a technical interview was taken. Interviewer asked me about MS Excel and told me to wait for the result.
But after 2 hours it turns out that i was free for the day and the result will be conveyed to me via call.
Skills: Excel Skills, Communication
Duration: <1 week

Interview Preparation Tips

Round: Test
Experience: Written test consisting of aptitude problems and algorithms lasting an hour. The test included 40 marks of aptitude problems and 3 questions on algorithms
Tips: Importance is given to test and programming languages.Not much stress is given on the courses but analytical abilities are testedSolve puzzles and algorithm type questionsKnowledge about probability is very helpful
Duration: 60 minutes

Round: Interview
Experience: Interviewers look how fast you can pick up stuffInterview questions for the technical round were based upon BTP and programming languages.

Round: Interview
Experience: HR round is not intensive and had general HR questions.

College Name: IIT Madras

Apex Kidney Care Interview FAQs

What are the top questions asked in Apex Kidney Care Service Engineer interview?

Some of the top questions asked at the Apex Kidney Care Service Engineer interview -

  1. What should be the TDS and what is the hardness of wat...read more
  2. How to determine the dosage of antiscl...read more
  3. what is filled in the ves...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Apollo Hospitals Interview Questions
4.1
 • 357 Interviews
Max Healthcare Interview Questions
4.0
 • 143 Interviews
Fortis Healthcare Interview Questions
4.0
 • 132 Interviews
Dr Lal PathLabs Interview Questions
4.2
 • 126 Interviews
UnitedHealth Interview Questions
4.0
 • 83 Interviews
View all
Apex Kidney Care Service Engineer Salary
based on 7 salaries
₹2.7 L/yr - ₹5.8 L/yr
26% less than the average Service Engineer Salary in India
View more details
Dialysis Technician
77 salaries
unlock blur

₹1 L/yr - ₹4.2 L/yr

Dialysis Technologist
12 salaries
unlock blur

₹1.4 L/yr - ₹2.5 L/yr

Executive Accountant
8 salaries
unlock blur

₹2 L/yr - ₹3.5 L/yr

Service Engineer
7 salaries
unlock blur

₹2.7 L/yr - ₹5.8 L/yr

System Administrator
7 salaries
unlock blur

₹3 L/yr - ₹3.9 L/yr

Explore more salaries
Compare Apex Kidney Care with

Apollo Hospitals

4.1
Compare

GeBBS Healthcare Solutions

3.7
Compare

UnitedHealth

4.0
Compare

Max Healthcare

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