Upload Button Icon Add office photos

Filter interviews by

Nimra Institute of Medical Sciences Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Aug 2020. There were 7 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Normal coading questions, and then apptitude questions which they had in the 1st apptitude round

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview but a very tedious and long process

I applied via Naukri.com and was interviewed in Jul 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Here they have work basically based on windows. So better to have c# and windows related stuff. Like win32, mfc, .net, c# . Here in my case I did not have experience in windows to ki made them clear about ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Two technical rounds were there and one more technical round with US panel were there. They were very cooperative.

I applied via Recruitment Consultant and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic Apti Resoning Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - Very easy

I applied via Referral and was interviewed before Mar 2021. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. What are your salary expectations
  • Ans. I want this job, I have a job of 20000 salary in this company, now whatever salary you want to give me, I will take it, which you like.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - I like this job because in this, children have to be explained to study, which is good and there is not much work, so this job is good and future is also there.

I applied via LinkedIn and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

50 questions 12 mins

Round 2 - Technical 

(1 Question)

  • Q1. Quant based questions (P&C,Averages,probability) followed by case study

Interview Preparation Tips

Interview preparation tips for other job seekers - approach is important more than the answer

I applied via Company Website and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How can you promote coding ninjas courses in your college or anywhere?
  • Ans. 

    I can promote Coding Ninjas courses by organizing coding events, sharing course details on social media, and collaborating with college clubs.

    • Organize coding events in college and invite Coding Ninjas as a sponsor or guest speaker

    • Share course details on social media platforms like Facebook, LinkedIn, and Twitter

    • Collaborate with college clubs like coding clubs, tech clubs, and entrepreneurship clubs to promote the cours...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident, Don't hesitate, give your 100%.
Focus on your speaking skills
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 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 - Technical 

(4 Questions)

  • Q1. They asked me javascript application based questions like 1.) true + true will be what? 2.) what if I write prmopt instead of console.log() 3.) error find out questions
  • Ans. 1.) answer will be 2 2.) prompt is for displaying dialog box alert is for giving output
  • Answered Anonymously
  • Q2. They were me js appliaction based question like error finding and all
  • Q3. What will be the output of this code
  • Ans. 

    The output of the code will be 'Hello World'

    • The code likely contains a simple print statement that outputs 'Hello World'

    • There are no variables or conditions that would change the output

  • Answered by AI
  • Q4. Then tell me the correct answer

Interview Preparation Tips

Interview preparation tips for other job seekers - they were asking application based question so prepare accordingly

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal and was interviewed in 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 - Technical 

(6 Questions)

  • Q1. How do you find the code performance issue in the code deployed in production?
  • Ans. 

    To find code performance issues in production, use monitoring tools and profiling techniques.

    • Use monitoring tools like New Relic, AppDynamics, or Datadog to track performance metrics and identify bottlenecks.

    • Use profiling techniques like CPU profiling, memory profiling, and network profiling to pinpoint specific areas of the code that are causing performance issues.

    • Analyze logs and error messages to identify patterns a...

  • Answered by AI
  • Q2. What is asynchronous programming
  • Ans. 

    Asynchronous programming is a programming paradigm that allows multiple tasks to run concurrently without blocking each other.

    • Asynchronous programming is used to improve the performance of applications that require a lot of I/O operations.

    • It involves the use of callbacks, promises, and async/await keywords in JavaScript.

    • Asynchronous programming can be used in both front-end and back-end development.

    • Examples of asynchro...

  • Answered by AI
  • Q3. Write a program to change background after every 0.5 sec interval to orange,white,green on button click in Angular?
  • Ans. 

    Program to change background color on button click in Angular

    • Create a button in Angular template

    • Add click event listener to the button

    • Use setInterval() function to change background color after every 0.5 sec

    • Use ngStyle directive to change background color dynamically

  • Answered by AI
  • Q4. How to load a component only after 3 of my services are loaded?
  • Ans. 

    Use Angular's 'resolve' property to load component after services are loaded.

    • Create a resolver service that waits for all three services to complete before resolving.

    • Add the resolver service to the 'resolve' property of the component's route.

    • Access the resolved data in the component using the ActivatedRoute service.

    • Example: { path: 'my-component', component: MyComponent, resolve: { data: MyResolverService } }

  • Answered by AI
  • Q5. What is difference between iquerable and ienumrable
  • Ans. 

    IQueryable is for querying data from a source that implements IQueryable interface while IEnumerable is for iterating over a collection of data.

    • IQueryable is used for deferred execution while IEnumerable is used for immediate execution.

    • IQueryable is used for querying data from a remote data source while IEnumerable is used for querying data from an in-memory collection.

    • IQueryable is more efficient for large datasets as...

  • Answered by AI
  • Q6. When you go with entity framework and ado.net
  • Ans. 

    Entity Framework is an ORM while ADO.NET is a data access technology.

    • Entity Framework is easier to use and provides more abstraction than ADO.NET.

    • ADO.NET is faster and more flexible than Entity Framework.

    • Use Entity Framework for simple CRUD operations and ADO.NET for complex queries and performance-critical applications.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared on skills from your resume. Prepare more on Angular,Design patterns. Should have knowledge on Azure.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Oct 2022. There were 6 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 - Aptitude Test 

Reasoning and calculative questions, current affairs, regular questions, hobbies .

Round 3 - Group Discussion 

A particular topic related to a market up and downs.

Round 4 - HR 

(2 Questions)

  • Q1. Recruitment process , of Hr Planning and processing how to recruit a best employee
  • Q2. HR rights and powers, HR directing an interview whole process.
Round 5 - One-on-one 

(2 Questions)

  • Q1. Personal interview, Introduction, job related questions company profile
  • Q2. Skill development, market index
Round 6 - Assignment 

Giving a particular tast which employee can do to prove this how eligible for this job opportunity

Interview Preparation Tips

Topics to prepare for Echobooom Management & Entrepreneurial Solutions Sales Executive interview:
  • Marketing mix
  • Service Quality Management
Interview preparation tips for other job seekers - Best questions to best answers . Recruitment of knowledgeable employee
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jun 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

It was a 45 mins online aptitude test

Round 3 - Group Discussion 

We had 2 rounds in Group discussion

Round 4 - One-on-one 

(1 Question)

  • Q1. The interviewer asked to solve the question live in a video call
Round 5 - Technical 

(1 Question)

  • Q1. The interviewer asked to explain by final year project

Nimra Institute of Medical Sciences Interview FAQs

How to prepare for Nimra Institute of Medical Sciences 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 Nimra Institute of Medical Sciences. The most common topics and skills that interviewers at Nimra Institute of Medical Sciences expect are Bulk Hiring and Doctor Activities.

Tell us how to improve this page.

Interview Questions from Similar Companies

Internshala Interview Questions
3.9
 • 56 Interviews
Lido Learning Interview Questions
2.3
 • 55 Interviews
Coding Ninjas Interview Questions
3.7
 • 49 Interviews
Doubtnut Interview Questions
3.4
 • 38 Interviews
ZoomRx Interview Questions
3.0
 • 36 Interviews
Acies Interview Questions
3.4
 • 31 Interviews
View all

Nimra Institute of Medical Sciences Reviews and Ratings

based on 9 reviews

4.2/5

Rating in categories

3.8

Skill development

4.3

Work-life balance

3.9

Salary

4.1

Job security

3.4

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 9 Reviews and Ratings
Assistant Professor
6 salaries
unlock blur

₹3.6 L/yr - ₹10 L/yr

Pharmacist
4 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Associate Professor
3 salaries
unlock blur

₹12 L/yr - ₹15 L/yr

Desktop Support Engineer
3 salaries
unlock blur

₹1.2 L/yr - ₹2.3 L/yr

Consultant Physiotherapist
3 salaries
unlock blur

₹0.2 L/yr - ₹0.2 L/yr

Explore more salaries
Compare Nimra Institute of Medical Sciences with

Quality Austria Central Asia

3.5
Compare

Intellipaat Software Solutions

3.1
Compare

Becton Dickinson

4.0
Compare

Vidal Health Insurance

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