Upload Button Icon Add office photos

Filter interviews by

Shail Health Care Service Engineer Interview Questions, Process, and Tips

Updated 4 Nov 2024

Shail Health Care Service Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is SMPS ?
  • Ans. 

    SMPS stands for Switched Mode Power Supply, which is a type of power supply that uses switching devices to convert electrical power efficiently.

    • SMPS is more efficient than traditional linear power supplies.

    • It uses high-frequency switching to regulate the output voltage.

    • Examples include laptop chargers and LED drivers.

  • Answered by AI
  • Q2. What is Grounding and Earthing
  • Ans. 

    Grounding and earthing are terms used interchangeably to describe the process of connecting electrical systems to the earth to prevent electric shock and protect equipment.

    • Grounding/earthing involves connecting electrical systems to the earth to provide a path for fault currents to safely dissipate.

    • It helps prevent electric shock by ensuring that any excess current flows into the ground instead of through a person.

    • Grou...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What is Mosfet?
  • Ans. 

    MOSFET stands for Metal-Oxide-Semiconductor Field-Effect Transistor, a type of transistor used in electronic devices.

    • MOSFET is a type of transistor that is commonly used in electronic devices.

    • It is made up of a metal gate, oxide insulator, and semiconductor material.

    • MOSFETs are used for amplifying or switching electronic signals.

    • They are widely used in power amplifiers, voltage regulators, and digital circuits.

    • Examples...

  • Answered by AI
  • Q2. Prepare an formal application?
  • Ans. 

    A formal application should include a cover letter, resume, and any relevant certifications or references.

    • Include a professional cover letter addressing the hiring manager by name.

    • Attach a detailed resume outlining your relevant experience and skills.

    • Include any relevant certifications or references that support your application.

    • Proofread your application for any errors before submitting.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just read some basic concepts of electronics and prepare some practical question like about wiring, plug, Multimeter, ups, etc.

But prepare an formal application it is Mantodary.

Skills evaluated in this interview

Interview questions from similar companies

I was interviewed before Mar 2021.

Round 1 - HR 

(2 Questions)

  • Q1. Why are you looking for a change?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - nice company , work culture ,fairly compansated

I applied via Campus Placement and was interviewed before Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About the basics of c, c++ and java, also asked to explain the project that I developed.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and transparent. Explain your reasons and issues if any they are under standable.

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

(1 Question)

  • Q1. What is n-tier architecture
  • Ans. 

    n-tier architecture is a software design pattern that divides an application into logical layers.

    • It separates presentation, application processing, and data management functions.

    • Each layer can be developed and maintained independently.

    • Examples include 3-tier and 4-tier architectures.

    • It improves scalability, maintainability, and flexibility of the application.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is your expectation from company

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while answering the questions and answers

Interview Questionnaire 

3 Questions

  • Q1. About skilla
  • Q2. Project
  • Q3. Roles in

I applied via Naukri.com and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Tosca basics like dif b/w Tcp and business parameter, buffer and x buffer, Conditions ,Template
  • Q2. Identification mechanism in Tosca
  • Ans. 

    Tosca uses unique identification mechanism called TBox to identify objects and their properties.

    • TBox is a unique identifier used by Tosca to identify objects and their properties

    • It is a combination of the object name and its properties

    • TBox is used to create reusable test cases and reduce maintenance efforts

    • Example: TBox for a button on a webpage could be 'Button_Login_Click'

    • Tosca also uses XScan to identify objects bas

  • Answered by AI
  • Q3. Questions on Table steering

Interview Preparation Tips

Interview preparation tips for other job seekers - I Won't Recommend Tosca automation Role Contract in Wipro
Because they rolled out contractors from the Company With out any Prior intimation
So DO not apply and Attend to Wipro C2h Role.

Be prepared on your previous project and challenges u faced in that

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Describe yourself
  • Q2. What is difference between c and c++
  • Ans. 

    C++ is an extension of C with object-oriented programming features.

    • C++ supports classes and objects while C does not.

    • C++ has better support for polymorphism and inheritance.

    • C++ has a standard template library (STL) while C does not.

    • C++ allows function overloading while C does not.

    • C++ has exception handling while C does not.

  • Answered by AI
  • Q3. What is oops?
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.

    • OOPs focuses on creating objects that contain both data and functions to manipulate that data.

    • It emphasizes on encapsulation, inheritance, and polymorphism.

    • Examples of OOPs languages are Java, C++, Python, etc.

  • Answered by AI
  • Q4. What is polymorphism
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • It allows objects of different classes to be treated as if they were objects of the same class.

    • It is achieved through method overriding and method overloading.

    • Example: A shape class can have different subclasses like circle, square, triangle, etc. and all of them can be treated as shapes.

    • Example: A method can have different implementations in different clas...

  • Answered by AI
  • Q5. What is data abstraction
  • Ans. 

    Data abstraction is the process of hiding implementation details and showing only the necessary information to the user.

    • It is a way of organizing complex systems

    • It allows users to interact with complex systems without needing to understand the underlying details

    • It helps to reduce complexity and increase efficiency

    • Examples include object-oriented programming and APIs

  • Answered by AI
  • Q6. String reverse c program
  • Ans. 

    A C program to reverse a given string.

    • Declare a character array to store the input string.

    • Use a loop to iterate through the string and swap the characters.

    • Print the reversed string.

  • Answered by AI
  • Q7. Swap number in macro
  • Ans. 

    Swapping two numbers using macro in C language

    • Use a temporary variable to store the value of one number

    • Assign the value of the second number to the first number

    • Assign the value of the temporary variable to the second number

    • Define a macro for swapping the numbers

    • Example: #define SWAP(a,b) {int temp; temp=a; a=b; b=temp;}

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and need to be prepared for c and c++

Skills evaluated in this interview

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

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

(1 Question)

  • Q1. Information of JD and client and process
Round 3 - Technical 

(1 Question)

  • Q1. Technical question
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare our knowledge as per the JD
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jun 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. Backup process flow and daemons
  • Q2. Cli commands and restore types
Round 3 - Technical 

(2 Questions)

  • Q1. Prepare dpa, data domain
  • Q2. Policies, bare metal restore

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and attend confidently. Focus more on failures and troubleshooting
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How we find MHR
  • Q2. Different Manufacturing Process selection
  • Ans. 

    Different manufacturing processes are selected based on factors like cost, quality, production volume, and material properties.

    • Consider cost implications of each manufacturing process

    • Evaluate quality requirements and capabilities of each process

    • Take into account production volume and efficiency of each process

    • Analyze material properties and compatibility with each process

    • Examples: Injection molding for high volume plas...

  • Answered by AI

Shail Health Care Interview FAQs

How many rounds are there in Shail Health Care Service Engineer interview?
Shail Health Care interview process usually has 2 rounds. The most common rounds in the Shail Health Care interview process are Technical and HR.
How to prepare for Shail Health Care Service Engineer 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 Shail Health Care. The most common topics and skills that interviewers at Shail Health Care expect are CCTV Monitoring, Customer Complaints, Healthcare, Instrumentation Engineering and Preventive Maintenance.
What are the top questions asked in Shail Health Care Service Engineer interview?

Some of the top questions asked at the Shail Health Care Service Engineer interview -

  1. What is Grounding and Earth...read more
  2. What is SMP...read more
  3. What is Mosf...read more

Tell us how to improve this page.

Shail Health Care Service Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Wipro Interview Questions
3.7
 • 5.6k Interviews
IQVIA Interview Questions
3.9
 • 464 Interviews
Apollo Hospitals Interview Questions
4.1
 • 342 Interviews
Aurobindo Pharma Interview Questions
4.0
 • 238 Interviews
Abbott Interview Questions
4.1
 • 146 Interviews
Max Healthcare Interview Questions
4.1
 • 135 Interviews
View all
Shail Health Care Service Engineer Salary
based on 17 salaries
₹1.7 L/yr - ₹4.2 L/yr
36% less than the average Service Engineer Salary in India
View more details

Shail Health Care Service Engineer Reviews and Ratings

based on 6 reviews

1.9/5

Rating in categories

2.1

Skill development

2.0

Work-life balance

1.9

Salary

1.8

Job security

1.7

Company culture

1.4

Promotions

2.2

Work satisfaction

Explore 6 Reviews and Ratings
Service Engineer
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Field Service Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Service Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Executive
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Service Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Shail Health Care with

Apollo Hospitals

4.1
Compare

Fortis Healthcare

4.0
Compare

Max Healthcare

4.1
Compare

Narayana Health

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