Upload Button Icon Add office photos

Filter interviews by

SSPM Medical College & Lifetime Hospital Engineer Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

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.

Engineer Interview Questions & Answers

TCS user image Anonymous

posted on 1 Jul 2015

Interview Preparation Tips

Round: Other Interview
Experience: They were core interviews basically and highly focused on Resume points.
Tips: Projects and internships were given significant importance and they grilled students on these aspects.

General Tips: Interview questions were mostly core sprinkled with a few HR questions. They asked a lot of questions on Heat,mass transfer. They look for students who have good conceptual knowledge of fundamentals of core courses.
Skill Tips: High importance was given to all courses basics.
Skills: Core courses concepts., Project and internship experiences.
College Name: IIT MADRAS

Interview Questionnaire 

1 Question

  • Q1. Basic of network

Interview Preparation Tips

Interview preparation tips for other job seekers - work on basic of network

Interview Questionnaire 

1 Question

  • Q1. Basics of verification.

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

Interview Questionnaire 

1 Question

  • Q1. Technical only from EPC, Packet Core

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and always prepare for basic questions

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 Questionnaire 

3 Questions

  • Q1. How make the current in transformer?
  • Ans. 

    The current in a transformer is made by inducing voltage across the primary coil.

    • The primary coil of a transformer is connected to an alternating current (AC) source.

    • The alternating current in the primary coil creates a changing magnetic field.

    • This changing magnetic field induces a voltage across the secondary coil.

    • The induced voltage in the secondary coil causes a current to flow through it.

    • The current in the secondar...

  • Answered by AI
  • Q2. Explain the dc shunt motors
  • Ans. 

    DC shunt motors are a type of direct current motor that have a parallel field winding and a series armature winding.

    • DC shunt motors have a parallel field winding and a series armature winding.

    • They are commonly used in applications that require constant speed and moderate starting torque.

    • The speed of a DC shunt motor can be controlled by varying the field current or the armature voltage.

    • DC shunt motors are widely used i...

  • Answered by AI
  • Q3. Characteristics of dc shunt motor
  • Ans. 

    A DC shunt motor is a type of direct current motor that has a shunt field winding connected in parallel with the armature winding.

    • The field winding and armature winding are connected in parallel

    • The shunt motor has a relatively constant speed-torque characteristic

    • The speed of the motor can be controlled by varying the field current

    • The motor provides good starting torque

    • The shunt motor is commonly used in applications wh...

  • Answered by AI

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

(2 Questions)

  • Q1. What is AD dns dhcp?
  • Ans. 

    AD DNS DHCP are Microsoft technologies used for network management and authentication.

    • Active Directory (AD) is a directory service used for authentication and authorization of users and computers in a network.

    • Domain Name System (DNS) is used for name resolution of network resources.

    • Dynamic Host Configuration Protocol (DHCP) is used for automatic IP address assignment to network devices.

    • AD, DNS, and DHCP are often used ...

  • Answered by AI
  • Q2. What is IaaS SaaS PaaS?
  • Ans. 

    IaaS, SaaS, and PaaS are cloud computing models that provide different levels of infrastructure, software, and platform services.

    • IaaS (Infrastructure as a Service) provides virtualized computing resources over the internet, such as servers, storage, and networking.

    • SaaS (Software as a Service) delivers software applications over the internet, eliminating the need for local installation and maintenance.

    • PaaS (Platform as ...

  • Answered by AI
Round 3 - Aptitude Test 

General questions for 1 hors online exams

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident in your role and select which role you want to work

Skills evaluated in this interview

Senior Engineer Interview Questions & Answers

HCLTech user image raja reddy duggi reddy

posted on 27 Apr 2021

Interview Questionnaire 

2 Questions

  • Q1. Engineering Technical
  • Q2. Mainly on Engineering Design

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
BYJU'S Interview Questions
3.1
 • 2.1k Interviews
IQVIA Interview Questions
3.9
 • 473 Interviews
TCS iON Interview Questions
3.9
 • 373 Interviews
Whitehat jr Interview Questions
3.4
 • 262 Interviews
Aurobindo Pharma Interview Questions
4.0
 • 245 Interviews
View all
Associate Professor
4 salaries
unlock blur

₹15 L/yr - ₹16 L/yr

Lab Technician
4 salaries
unlock blur

₹2 L/yr - ₹3.5 L/yr

Assistant Professor
3 salaries
unlock blur

₹1 L/yr - ₹16.1 L/yr

Administrator
3 salaries
unlock blur

₹8.4 L/yr - ₹8.4 L/yr

Explore more salaries
Compare SSPM Medical College & Lifetime Hospital with

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

BYJU'S

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