Upload Button Icon Add office photos

Filter interviews by

Sri Venkateswara Institute of Medical Sciences Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview Questionnaire 

5 Questions

  • Q1. What is server side state management
  • Ans. 

    Server side state management is the process of storing and managing data on the server side of a web application.

    • It involves storing data on the server instead of the client side

    • It helps maintain consistency and security of data

    • Examples include session management and database management

  • Answered by AI
  • Q2. What is page life cycle
  • Ans. 

    Page life cycle refers to the series of events that occur between the time a user requests a web page and the time the page is rendered on the user's browser.

    • Page life cycle consists of several stages such as initialization, loading, rendering, and unloading.

    • During initialization, the page is created and controls are initialized.

    • During loading, the page is loaded with data and controls are populated.

    • During rendering, t...

  • Answered by AI
  • Q3. What is components of dot net
  • Ans. 

    The components of .NET include the Common Language Runtime, Framework Class Library, and ASP.NET.

    • Common Language Runtime (CLR) - manages memory, security, and execution of code

    • Framework Class Library (FCL) - collection of reusable classes, interfaces, and value types

    • ASP.NET - web application framework for building dynamic web pages and web services

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

    Cookies are small text files stored on a user's computer by a website to remember user preferences and login information.

    • Cookies are used to track user activity on a website

    • They can be used to store user preferences and login information

    • Cookies can be either session cookies or persistent cookies

    • Session cookies are deleted when the user closes their browser

    • Persistent cookies remain on the user's computer until they expi

  • Answered by AI
  • Q5. What is clr
  • Ans. 

    CLR stands for Common Language Runtime, a component of .NET framework that manages execution of .NET programs.

    • CLR is responsible for memory management, security, and exception handling.

    • It compiles code into an intermediate language (IL) and then executes it.

    • CLR allows for language interoperability, meaning that code written in different languages can be compiled to the same IL and run on the same runtime.

    • Examples of la...

  • Answered by AI

Skills evaluated in this interview

Intern Interview Questions & Answers

FICCI user image Anonymous

posted on 11 Oct 2023

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Apr 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Could you share any insights any industry or sector of your choice?
  • Q2. How much comfortable are you in MS Office

Interview Preparation Tips

Interview preparation tips for other job seekers - Always keep your Industry knowledge high

Intern Interview Questions & Answers

FICCI user image Anonymous

posted on 27 Jul 2023

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

I applied via LinkedIn and was interviewed before Jul 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

General Aptitude, English and Reasoning

Round 3 - Technical 

(4 Questions)

  • Q1. What do you know about FTIR and it's uses?
  • Ans. 

    FTIR stands for Fourier Transform Infrared Spectroscopy, a technique used to analyze the chemical composition of materials.

    • FTIR measures the absorption of infrared light by a sample to determine its chemical composition.

    • It is commonly used in chemistry, pharmaceuticals, food science, and material analysis.

    • FTIR can identify functional groups in organic compounds, determine polymer structures, and analyze contaminants in...

  • Answered by AI
  • Q2. What do you know about HPLC and LC-MS? How much have you used them? What are the different components of it?
  • Ans. 

    HPLC and LC-MS are analytical techniques used in chemistry to separate, identify, and quantify components in a mixture.

    • HPLC stands for High Performance Liquid Chromatography, used to separate and quantify components in a mixture based on their interactions with a stationary phase and mobile phase.

    • LC-MS stands for Liquid Chromatography-Mass Spectrometry, combines the separation capabilities of liquid chromatography with...

  • Answered by AI
  • Q3. What do you know about chromatography? What are it's types? What is the principle? What type of chromatography have you used and what were it's components.
  • Ans. 

    Chromatography is a technique used to separate and analyze mixtures based on their different interactions with a stationary phase and a mobile phase.

    • Chromatography is used in various industries such as pharmaceuticals, food and beverage, environmental analysis, and forensics.

    • Types of chromatography include gas chromatography, liquid chromatography, thin-layer chromatography, and paper chromatography.

    • The principle of ch...

  • Answered by AI
  • Q4. Tell us about your projects and what were the outcomes of it?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Topics like ratios,number systems

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 - Selected 

(1 Question)

  • Q1. Where are you from and college name

Interview Preparation Tips

Interview preparation tips for other job seekers - Just make a fine resume and send it to the mail id of NSIC technical centre
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Nov 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. AboutcTOR,experience
  • Q2. Your choice of posting
  • Ans. 

    I prefer a posting that allows me to work remotely and travel occasionally for client meetings.

    • Remote work flexibility is important to me

    • Ability to travel for client meetings is a plus

    • Prefer a mix of remote and in-person work

  • Answered by AI
Round 3 - Technical 

(4 Questions)

  • Q1. Self introduction and Experience sharing
  • Q2. Good and bad qualities
  • Q3. Situational decisions
  • Q4. Strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be genuine,honest and feel free to sayiof you don't know
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Easy to medium level coding

Round 2 - Technical 

(1 Question)

  • Q1. What is pointer
  • Ans. 

    A pointer is a variable that stores the memory address of another variable.

    • Pointers allow direct manipulation of memory and efficient memory management.

    • They are commonly used in programming languages like C and C++.

    • Example: int* ptr; // declares a pointer to an integer variable

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is mean by java
  • Ans. 

    Java is a high-level programming language known for its platform independence and object-oriented approach.

    • Java is a general-purpose programming language.

    • It was developed by Sun Microsystems and released in 1995.

    • Java programs are compiled into bytecode that can run on any Java Virtual Machine (JVM).

    • It supports automatic memory management through garbage collection.

    • Java is widely used for developing web, desktop, and mo...

  • Answered by AI
  • Q2. What about your skills

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Aptitude test has been conducted

Round 2 - HR 

(2 Questions)

  • Q1. Introduction about yourself
  • Q2. Why do you choose us
  • Ans. 

    I choose your company because of its reputation for innovative projects and collaborative work environment.

    • Reputation for innovative projects

    • Collaborative work environment

    • Opportunities for growth and learning

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good environment
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Newspaper Ad and was interviewed before Dec 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 - Assignment 

Excel and bi data chart prepared smoothly and present companies.

Interview Preparation Tips

Interview preparation tips for other job seekers - Many future in data analytics. Like MS BI ,EXCEL, SQL and python. Be prepared and grow up

Tell us how to improve this page.

Sri Venkateswara Institute of Medical Sciences Reviews and Ratings

based on 28 reviews

3.8/5

Rating in categories

3.7

Skill development

3.2

Work-life balance

3.1

Salary

3.1

Job security

3.3

Company culture

2.6

Promotions

3.2

Work satisfaction

Explore 28 Reviews and Ratings
Clinical Pharmacist
7 salaries
unlock blur

₹2.8 L/yr - ₹5 L/yr

Assistant Professor
6 salaries
unlock blur

₹14.4 L/yr - ₹51 L/yr

Staff Nurse
6 salaries
unlock blur

₹1.6 L/yr - ₹5 L/yr

Data Entry Operator
4 salaries
unlock blur

₹0.6 L/yr - ₹5 L/yr

Senior Resident
4 salaries
unlock blur

₹8.5 L/yr - ₹12 L/yr

Explore more salaries
Compare Sri Venkateswara Institute of Medical Sciences with

National Informatics Centre

3.9
Compare

Csc E Governance Services

3.9
Compare

Common Service Centres

4.3
Compare

Deen Dayal Upadhyaya Grameen Kaushalya Yojana

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