Upload Button Icon Add office photos

Filter interviews by

Saharanpur Institute Of Medical Sciences Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

I was interviewed before Feb 2024.

Round 1 - Aptitude Test 

A standard aptitude test consisting of multiple-choice questions that needed to be completed within a specific time frame was administered. It has been four years, so I do not recall the details.

Round 2 - Coding Test 

Samsung's coding test consists of solving a single complex question over a duration of four hours. The time complexity typically holds less significance; some questions can even be tackled with O(n^3) complexity. The emphasis is on our understanding of the problem statement and our approach to coding the solution. Since the solution tends to be quite extensive, requiring substantial code, optimization is not generally the primary focus. It is important to offer a reasonable solution. Topics such as graphs, binary search, and object-oriented programming are commonly featured in the test.

Round 3 - Technical 

(3 Questions)

  • Q1. It was a technical discussion round. Usually Java & Android are a plus to have because Samsung focuses on it a lot. But, becasue I was experienced in Python, Django and Machine Learning instead, I asked i...
  • Q2. I remember only 1 question from Data Structures which is : Detecting a cycle in Linked list. I gave a solution to that. After that, I was asked to write a proof why does this concept works. After soem thin...
  • Q3. There were a lot of questions on Operating Systems like on Deadlock, Partitionn and Scheduling related questions. At the end, I was given a small problem with jobs coming in a queue at certain timestamps, ...
Round 4 - HR 

(1 Question)

  • Q1. I'll never forget this interview. It was a roast session 😂 Interviewer roasted the hell out of me. At that time, I remembered I read about Stress Interviews in the management subject and that exactly was ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be patient, prepare thoroughly and strategically. Never postpone tasks for tomorrow; your opportunity will arrive as well.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

Round 1 was aptitude round, it consisted of java and c++ snippets and we had to guess the output. Apart from that there were problems on speed, velocity, distance and time. Problems on word-letter patterns were also asked. The aptitude round had 30 questions and time given was 30 minutes.

Round 2 - Coding Test 

Aptitude round was the only elimination round. The next following 4 rounds were non-elimination rounds. Coding test included 3 questions - 1 and half hour was given to solve the same. It is fine if you don't perform well here, since it is a non-elimination round. But try to solve 1 and half or 2 questions atleast. The questions were mainly based on 1d arrays, 2D arrays, strings and string arrays.

Round 3 - Technical 

(11 Questions)

  • Q1. Introduce yourself.
  • Ans. 

    I am a recent graduate with a degree in engineering, eager to learn and grow in the field.

    • Recent graduate with a degree in engineering

    • Passionate about learning and growing in the field

    • Eager to apply theoretical knowledge to practical projects

  • Answered by AI
  • Q2. Difference between Structure and object oriented languages
  • Ans. 

    Structure languages focus on procedures and functions, while object-oriented languages focus on objects and classes.

    • Structure languages use functions and procedures to manipulate data

    • Object-oriented languages use objects and classes to encapsulate data and behavior

    • Structure languages are more procedural in nature, while object-oriented languages are more modular and reusable

    • Examples of structure languages include C and...

  • Answered by AI
  • Q3. Explain of OOPS concepts and their real life examples.
  • Ans. 

    OOPS concepts are fundamental to object-oriented programming and include inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: A child class inherits properties and behaviors from a parent class. Example: Animal class can be a parent class with child classes like Dog and Cat inheriting its attributes.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: A car ob...

  • Answered by AI
  • Q4. What is static keyword and it's usage.
  • Ans. 

    The static keyword in programming is used to declare variables, functions, or classes that retain their values or state throughout the program's execution.

    • Static variables retain their values between function calls

    • Static functions can only be accessed within the same file

    • Static classes cannot be instantiated and have limited visibility

    • Static keyword can also be used in C++ to declare class members shared among all inst

  • Answered by AI
  • Q5. System architecture diagram for web application project.
  • Ans. 

    The system architecture diagram for a web application project visually represents the components and their interactions.

    • Include components like client-side interface, server-side application, database, and external services

    • Show how these components communicate with each other

    • Consider scalability, security, and performance in the design

    • Use standard symbols and notations for clarity

  • Answered by AI
  • Q6. Access Modifiers in java
  • Ans. 

    Access modifiers in Java control the visibility of classes, methods, and variables.

    • There are four types of access modifiers in Java: public, private, protected, and default.

    • Public: accessible from any other class.

    • Private: only accessible within the same class.

    • Protected: accessible within the same package and subclasses.

    • Default: accessible only within the same package.

    • Example: public class MyClass { private int myVar; p

  • Answered by AI
  • Q7. What OOPS concepts are implemented in my project
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction

    • Encapsulation: Data hiding and bundling of data with methods. Example: Using private variables and public methods.

    • Inheritance: Reusing code and creating a hierarchy of classes. Example: Subclass inheriting properties and methods from a superclass.

    • Polymorphism: Ability to present the same interface for different data types. Example: Method overloading and overriding.

    • A...

  • Answered by AI
  • Q8. DBMS core concepts
  • Q9. Overloading and Overriding
  • Q10. Approach to the coding questions asked in coding round.
  • Q11. Questions on what is cloud and what are some cloud platforms you know?
Round 4 - Case Study 

A project is assigned to a group of students and we need to come up with an idea on how to implement that project as a team.

Round 5 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a recent graduate with a degree in engineering, eager to learn and grow in the field.

    • Recent graduate with a degree in engineering

    • Passionate about learning and growing in the field

    • Eager to apply theoretical knowledge to practical projects

  • Answered by AI
  • Q2. Family background

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was completely resume-based. All the rounds were conducted on-campus within a single day. Aptitude round is the only elimination round. If you don't do well in any coding round, you can make it up in other rounds. Morning they started with the process and by evening all rounds were completed and results were declared.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - HR 

(4 Questions)

  • Q1. It's a good job but time taking
  • Q2. It's not giving a correct
  • Q3. Salary, and it's a payment job how to return that money
  • Q4. When the interview process, when u call me iam legally waiting for ur call
Round 2 - Technical 

(2 Questions)

  • Q1. I Intrested join to our company, is a collaboration to students it's give a good future so iam soo excited joined next wave.
  • Q2. When we call the interview process, iam eagle waiting.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good opportunity, for paye job after joined company

Career Coach Interview Questions & Answers

upGrad user image Pramosh Arvind Bhagat

posted on 10 Feb 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Case Study 

Comprehending and presenting a Technical Article on Data science

Round 2 - One-on-one 

(2 Questions)

  • Q1. General Background questions
  • Q2. About the company and role understanding
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How much experience you have into froud management?
  • Q2. H uch money you can take from parents?
  • Ans. 

    The amount of money that can be taken from parents should be reasonable and within their means.

    • It is important to consider the financial situation of the parents before asking for money.

    • Discuss the specific amount needed and the purpose for which it will be used.

    • Ensure that the parents are comfortable with the amount and are willing to provide support.

    • Avoid pressuring or manipulating parents into giving more money than...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. State Head sis equal to Business Development Executive.
  • Q2. State Head is not aware about the product.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Sales marketing event management

Round 2 - One-on-one 

(6 Questions)

  • Q1. How to generate lids
  • Ans. 

    Generating leads involves identifying potential customers and engaging with them to convert into sales opportunities.

    • Identify target market and ideal customer profile

    • Utilize digital marketing strategies such as SEO, social media, and email campaigns

    • Attend industry events and network with potential leads

    • Offer valuable content through blogs, webinars, and whitepapers

    • Utilize lead generation tools such as CRM software and

  • Answered by AI
  • Q2. How to convince parents
  • Ans. 

    Convince parents by highlighting benefits, addressing concerns, and providing evidence.

    • Highlight the benefits of the product or service to the parents, such as improved academic performance or safety features.

    • Address any concerns or objections they may have, such as cost or potential risks.

    • Provide evidence or testimonials from other parents who have had positive experiences with the product or service.

    • Offer a trial or ...

  • Answered by AI
  • Q3. First of all I visit capable societies malls and parks to generate leads and visit new apartments transfer parents visit and convince for admissions
  • Q4. First of all I said many facilities in school and showing different curriculum extra curriculum activities other school not providing I said to parent than conveyance and solve parents problem
  • Q5. How do achieve target
  • Ans. 

    Achieve target by setting clear goals, creating a strategic plan, monitoring progress, adjusting strategies as needed, and staying motivated.

    • Set clear and achievable goals

    • Create a strategic plan outlining steps to reach the target

    • Monitor progress regularly to track performance

    • Adjust strategies as needed based on feedback and results

    • Stay motivated and focused on the end goal

  • Answered by AI
  • Q6. How to find genuinely in field
  • Ans. 

    Finding genuinely in field requires networking, research, and building relationships.

    • Attend industry events and conferences to meet professionals in the field

    • Utilize social media platforms like LinkedIn to connect with industry experts

    • Join relevant professional organizations and associations to expand your network

    • Conduct informational interviews with professionals to learn more about the field

    • Stay updated on industry t...

  • Answered by AI
Round 3 - Assignment 

Sales and marketing events marketing team management how to calculate lid how to collect positive data

Interview Preparation Tips

Interview preparation tips for other job seekers - Only discipline
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about yourself.
  • Q2. What do you mean by sales?
  • Q3. What skills are required for a career in sales?
Round 2 - Technical 

(3 Questions)

  • Q1. What do you mean by sales?
  • Q2. Why do you want to join Ed Tech?
  • Q3. How will you convince an aspirant to buy our course?

Interview Preparation Tips

Interview preparation tips for other job seekers - Research the company thoroughly and practice basic questions about sales and convincing skills.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. What is a typical day like for you at the company?
  • Ans. 

    A typical day at the company involves overseeing daily operations, managing staff, handling customer inquiries, and ensuring targets are met.

    • Start the day by reviewing the previous day's performance and setting goals for the current day

    • Hold a morning meeting with staff to delegate tasks and address any issues

    • Monitor inventory levels and place orders as needed

    • Assist customers with inquiries or complaints

    • Conduct performa...

  • Answered by AI
  • Q2. Team spirit is seen best here.
  • Q3. What is the work environment and culture like at the company?
  • Ans. 

    The work environment at the company is collaborative, fast-paced, and focused on continuous improvement.

    • Collaborative team atmosphere where employees work together towards common goals

    • Fast-paced environment with opportunities for growth and development

    • Culture of continuous improvement and innovation

    • Open communication and feedback channels to encourage employee engagement

  • Answered by AI
  • Q4. What is the best part of working at the company?
  • Ans. 

    The best part of working at the company is the supportive and collaborative work environment.

    • Supportive and collaborative work environment

    • Opportunities for growth and development

    • Strong company culture

    • Recognition for hard work

    • Great team dynamics

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - A typical day there is 9 hour's work including taking meal brakes.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Nothing useless 

(2 Questions)

  • Q1. Salary will not be fixed properly
  • Q2. If we leave in between no experience letter will be shared

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't join this company unpredictable and unprofessional behaviour with employee your hard work will not be recognised and no manpower will be provided you have to work extra if an employee leave no employee will be recruited in that place they will speak in different manner and tone showing their attitudes if your willing to work you can or else you can leave the job we can search other alternative employees our hard work will not be recognised.
Only mental torchoring, work pressure, health issues will be there often because you will be not able to manage the workload three people job one person should do .
The salary will be changed automatically when you join to the hospital after receiving the offer letter

Words can't be expressed how the employees suffering there per month many employees are left the job without informing after taking the salary you will be terminated without intimation immediately informing that you can leave the hospital we don't have a money and patient to pay your affordable salary.

Even they are charging more bill for the patient human rights and other organization should interfere and save the other employees please do the needful.

Only 3% of our salary will be hiked only one time it depends on your manager remarks
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Next company name
  • Q2. What are you post
  • Ans. 

    Backend and office assistant

  • Answered Anonymously
  • Q3. What is your salary expectations
  • Ans. 

    2lakh annual income

  • Answered Anonymously
  • Q4. What is your qualifications
  • Ans. 

    Qualification graduate

  • Answered Anonymously
  • Q5. What is you post

Interview Preparation Tips

Interview preparation tips for other job seekers - Always make 100 persent on your job

Tell us how to improve this page.

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.2k Interviews
Whitehat jr Interview Questions
3.5
 • 311 Interviews
upGrad Interview Questions
3.7
 • 208 Interviews
Unacademy Interview Questions
3.0
 • 208 Interviews
Vedantu Interview Questions
3.4
 • 193 Interviews
NxtWave Interview Questions
3.8
 • 176 Interviews
Chegg Interview Questions
4.1
 • 154 Interviews
View all

Saharanpur Institute Of Medical Sciences Reviews and Ratings

based on 2 reviews

4.0/5

Rating in categories

4.0

Skill development

3.5

Work-life balance

4.0

Salary

3.5

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 2 Reviews and Ratings
Compare Saharanpur Institute Of Medical Sciences with

BYJU'S

3.1
Compare

Whitehat jr

3.5
Compare

Sahrudaya Healthcare (Medicover Hospitals)

4.6
Compare

Extramarks Education

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