Upload Button Icon Add office photos

Filter interviews by

Pravara Institute Of Medical Sciences Interview Questions and Answers

Updated 24 Apr 2023

Pravara Institute Of Medical Sciences Interview Experiences

1 interview found

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

I applied via Job Portal and was interviewed in Mar 2023. 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 - One-on-one 

(3 Questions)

  • Q1. 1.Management for THR and TKR 2.How to convince patient 3. Management for spondylosis
  • Q2. 1. Management for THR 2. Management for spondylosis
  • Q3. Management for frozen shoulder

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Top trending discussions

View All
Interview Hub
6d
a client servicing executive
FeedCard Image
Got a question about Pravara Institute Of Medical Sciences?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Apr 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 - One-on-one 

(1 Question)

  • Q1. Previous experience, job profile, why you left your last job,

Interview Preparation Tips

Interview preparation tips for other job seekers - Study website of company. Prepare interview
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Dec 2023. There were 4 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Self interdiction
  • Q2. About my skills
Round 2 - One-on-one 

(2 Questions)

  • Q1. About my skills & Knowledge
  • Q2. About skills
Round 3 - One-on-one 

(2 Questions)

  • Q1. About my qualification
  • Q2. Work expression
Round 4 - One-on-one 

(2 Questions)

  • Q1. Work experience
  • Q2. Discuss about travelling & time
  • Ans. 

    Travelling allows us to explore new places, cultures, and experiences while managing our time effectively.

    • Travelling can help us broaden our perspectives and learn about different cultures.

    • Time management is crucial when planning trips to ensure we make the most of our time at each destination.

    • Travelling can also help us relax and rejuvenate, allowing us to return to work with a fresh perspective.

    • Exploring new places c...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Salaam Bombay Foundation Team Lead interview:
  • about students handle
Interview preparation tips for other job seekers - improver you knowledge
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is Your Qualification?
  • Q2. Where are you staying?

Interview Preparation Tips

Interview preparation tips for other job seekers - Improve Your Current Knowledge.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What are your experiences and learnings?
  • Ans. 

    I have over 5 years of experience in retail management, leading teams and driving sales. I have learned the importance of effective communication, problem-solving, and strategic planning.

    • Managed a team of 20+ employees in a retail store, resulting in a 15% increase in sales over the past year

    • Implemented new training programs to improve employee performance and customer satisfaction

    • Developed and executed strategic marke...

  • Answered by AI
  • Q2. In which area have you managed projects or responsibilities?
  • Ans. 

    I have managed projects in the marketing and sales department.

    • Led a team in launching a new product campaign

    • Managed budget and resources for various marketing initiatives

    • Implemented sales strategies to increase revenue

    • Collaborated with cross-functional teams to achieve project goals

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Simply be honest and true to yourself.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. What are the implementations done in the project
  • Ans. 

    Implemented data cleaning, visualization, and predictive modeling to enhance decision-making and insights from the dataset.

    • Data Cleaning: Removed duplicates and handled missing values using techniques like mean imputation.

    • Data Visualization: Created dashboards using Tableau to present key metrics and trends.

    • Predictive Modeling: Developed a regression model to forecast sales based on historical data.

    • Collaboration: Worke...

  • Answered by AI
  • Q2. What libraries are used
  • Ans. 

    Data analysts use various libraries for data manipulation, analysis, and visualization, enhancing their workflow and insights.

    • Pandas: Essential for data manipulation and analysis, providing data structures like DataFrames.

    • NumPy: Used for numerical computing, offering support for large, multi-dimensional arrays and matrices.

    • Matplotlib: A plotting library for creating static, animated, and interactive visualizations in P...

  • Answered by AI
  • Q3. How output is generated
  • Ans. 

    Output generation involves processing data through various stages to produce meaningful results.

    • Data Collection: Gathering raw data from various sources, e.g., surveys, databases.

    • Data Cleaning: Removing inaccuracies and inconsistencies, e.g., correcting typos in datasets.

    • Data Analysis: Applying statistical methods to interpret data, e.g., using regression analysis to find trends.

    • Data Visualization: Creating charts and ...

  • Answered by AI
  • Q4. Provide any alternative code
  • Ans. 

    Explore alternative code solutions for data analysis tasks to enhance efficiency and readability.

    • Use vectorized operations in NumPy instead of loops for faster computations. Example: np.sum(array) vs. for loop.

    • Leverage pandas' built-in functions like groupby() for aggregating data instead of manual calculations.

    • Consider using list comprehensions for concise and readable code. Example: [x*2 for x in range(10)] instead o...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you work better your future will be bright
Be interview-ready. Browse the most asked HR questions.
illustration image
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. What methods can you use to clean and modify a large dataset containing null values and duplicates in SQL?
  • Ans. 

    Methods to clean large datasets in SQL include handling nulls, removing duplicates, and transforming data types.

    • Use the COALESCE function to replace null values: SELECT COALESCE(column_name, 'default_value') FROM table_name;

    • Identify and remove duplicates using the DISTINCT keyword: SELECT DISTINCT * FROM table_name;

    • Use the ROW_NUMBER() function to identify duplicates: WITH CTE AS (SELECT *, ROW_NUMBER() OVER (PARTITION...

  • Answered by AI
  • Q2. How can you analyze sales data from different regions to identify performance trends and propose actionable insights?
  • Ans. 

    Analyze regional sales data to identify trends and derive actionable insights for improved performance.

    • Collect sales data from various regions and organize it in a centralized database.

    • Use data visualization tools like Tableau or Power BI to create dashboards that highlight sales trends over time.

    • Segment the data by region, product category, and time period to identify specific performance patterns.

    • Conduct comparative ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Review the fundamentals while being open to acquiring new skills.
Are these interview questions helpful?

Intern Interview Questions & Answers

Zaalima Development user image T.Chandra Sekhar reddy

posted on 25 Jun 2025

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Full form of LDR sensor
  • Ans. 

    LDR stands for Light Dependent Resistor, a sensor that changes resistance based on light intensity.

    • LDRs are used in automatic street lighting systems.

    • They are commonly found in light-sensitive devices like cameras.

    • LDRs can be used in alarm systems to detect changes in light.

    • They are often used in solar garden lights to turn on at dusk.

  • Answered by AI
  • Q2. What are the compnents in Aurdino
  • Ans. 

    Arduino consists of hardware and software components for building interactive electronic projects.

    • Microcontroller: The brain of the Arduino, e.g., ATmega328 in Arduino Uno.

    • Digital I/O Pins: Used for connecting sensors and actuators, e.g., LEDs.

    • Analog Input Pins: Read analog signals, e.g., temperature sensors.

    • Power Supply: Provides power to the board, can be USB or battery.

    • USB Interface: For programming the board and se...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Donot trust unnecessary companies
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
  • Q1. What would you like to work on?
  • Q2. What is the learning in your tenure?
  • Ans. 

    My tenure has been a journey of growth, learning new skills, and understanding the importance of teamwork and adaptability.

    • Developed strong communication skills by collaborating with diverse teams on projects.

    • Learned to adapt quickly to changing environments, especially during project pivots.

    • Gained technical skills in software tools that improved my efficiency, such as mastering Excel for data analysis.

    • Understood the i...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Dec 2024, where I was asked the following questions.

  • Q1. UI/UX design related interview questions
  • Q2. Easy and simple questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Thank you for this internship opportunity at Zaalima Development.

Pravara Institute Of Medical Sciences Interview FAQs

How many rounds are there in Pravara Institute Of Medical Sciences interview?
Pravara Institute Of Medical Sciences interview process usually has 2 rounds. The most common rounds in the Pravara Institute Of Medical Sciences interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in Pravara Institute Of Medical Sciences interview?

Some of the top questions asked at the Pravara Institute Of Medical Sciences interview -

  1. 1.Management for THR and TKR 2.How to convince patient 3. Management for spondy...read more
  2. 1. Management for THR 2. Management for spondylo...read more
  3. Management for frozen shoul...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 3 interview experiences

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Zidio Development Interview Questions
4.5
 • 116 Interviews
Prepca Eduserv Interview Questions
4.0
 • 45 Interviews
Z X Learning Interview Questions
4.4
 • 44 Interviews
Schoolnet India Interview Questions
3.9
 • 19 Interviews
View all

Pravara Institute Of Medical Sciences Reviews and Ratings

based on 29 reviews

4.3/5

Rating in categories

4.4

Skill development

4.4

Work-life balance

3.9

Salary

3.7

Job security

4.0

Company culture

3.7

Promotions

4.4

Work satisfaction

Explore 29 Reviews and Ratings
Assistant Professor
11 salaries
unlock blur

₹9.6 L/yr - ₹15.3 L/yr

Staff Nurse
5 salaries
unlock blur

₹3 L/yr - ₹4.2 L/yr

Intern
4 salaries
unlock blur

₹4 L/yr - ₹6 L/yr

Senior Resident Doctor
4 salaries
unlock blur

₹5.3 L/yr - ₹12 L/yr

Cssd Technician
4 salaries
unlock blur

₹1.1 L/yr - ₹2.4 L/yr

Explore more salaries
Compare Pravara Institute Of Medical Sciences with

Z X Learning

4.4
Compare

Zidio Development

4.5
Compare

Schoolnet India

3.9
Compare

Adda 247

3.2
Compare
write
Share an Interview