Upload Button Icon Add office photos

Filter interviews by

BresMed Health Solutions India Graduate Research Associate Interview Questions and Answers

Updated 22 May 2017

BresMed Health Solutions India Graduate Research Associate Interview Experiences

2 interviews found

Interview Questionnaire 

2 Questions

  • Q1. 1st round was telephonic and they asked some technical questions like pharmacology based questions and i got selected.
  • Q2. The 2nd round was written test and they asked regarding diseases referencing and they gave us a paper and we had to do extraction.

Interview Preparation Tips

Round: Technical Interview
Experience: Interview was a bit easy but the job they gave us was bit challenging and the learning I got from this company is really appreciable.
Tips: ready to do hard work and to accept challenges appreciation and criticism.

Round: Technical Interview
Experience: I had basic knowledge regarding my subject so it was little easy for me to grasp the things and they also analyses my speed and accuracy.
Tips: You have to be alert, speedy and must have basic search knowledge regarding the subject.

Interview Questionnaire 

3 Questions

  • Q1. They asked me regarding pharmacological questions very deeply.
  • Q2. There was a written test in 2nd round in which they asked us regarding disease and treatment, They asked to perform referencing and extraction of paper.
  • Q3. In this round they asked me decision based questions like how will you face criticism.

Interview Preparation Tips

Round: Technical Interview
Experience: They took our interview for about 1 hour and was telephonic and i got selected because of of my technical strength regarding my subject
Tips: You must have to clear concepts and have knowledge regarding your subject.

Round: Technical Interview
Experience: Because of having basic search knowledge and syatematic literature concept, the round was bit easy for me.
Tips: Have good speed, try to be accurate and have to practice.

Round: Technical + HR Interview
Experience: This was my final round so i was bit nervous yet confident and they choose me.
Tips: You need to be confident.

Skills: Confidence Levels Of Students

Graduate Research Associate Interview Questions Asked at Other Companies

Interview questions from similar companies

I applied via Referral and was interviewed before Mar 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 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Why are you looking for a change?
Round 3 - Technical 

(1 Question)

  • Q1. About process and total experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be attentive. Always provide answer to the point. Explain your full experience in good and accurate manner. You need to provide full and constrictive information about your process/operation knowledge

Interview Questionnaire 

1 Question

  • Q1. A-Z in MySQL, programming languages(only concepts)

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

Interview Questionnaire 

3 Questions

  • Q1. Typing test speed of 30 words per minute and HR interview round interview
  • Q2. HR interview self introduction and reasons for gap in employment
  • Q3. HR round interview final

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Clam and confident and be honest with your answers and introduce yourself in interview and education and family background

Interview Questionnaire 

1 Question

  • Q1. Basic java , selenium ,APi

I applied via Company Website and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Python data structures
  • Q2. MongoDB database algorithms
  • Ans. 

    MongoDB database algorithms are used for efficient data storage, retrieval, and processing.

    • MongoDB uses various algorithms for indexing, sharding, and aggregation.

    • Indexing algorithms include B-tree, hash, and text search indexes.

    • Sharding algorithms include range-based, hash-based, and zone-based sharding.

    • Aggregation algorithms include map-reduce and aggregation pipeline.

    • MongoDB also uses algorithms for query optimizati

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your basics

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Quants reasoning and English grammar

Round 2 - One-on-one 

(1 Question)

  • Q1. First they asked me about myself. Then the asked few questions from area of interest. Asked for desired salary and location..

Interview Preparation Tips

Topics to prepare for Wipro Analyst interview:
  • Topics you mentioned in your cv
Interview preparation tips for other job seekers - Be confident cool and calm.you will crack it

I applied via Naukri.com and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. General introduction and very few terms related to JD.
  • Q2. Shift flexibility, work from office required, check the communication in English (mainly)
Round 2 - Aptitude Test 

Strong reasoning, good maths, excellent English

Round 3 - One-on-one 

(3 Questions)

  • Q1. About previous organisation experience, behaviour with last managers,
  • Q2. Ask you future goals and how will you achieve them in Wipro as there are very less promotion
  • Q3. Where do you see yourself in 5 years and what are your priorities once join to achieve your 5 year goal.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in all the round, you might say something wrong but if that is not technical, just speak what you have

I applied via Campus Placement and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

13 Questions

  • Q1. What technologies you are familiar with?
  • Ans. 

    I am familiar with a wide range of technologies used in software development.

    • Java

    • Python

    • C++

    • JavaScript

    • HTML/CSS

    • SQL

    • Git

    • Linux

    • RESTful APIs

    • Agile methodologies

  • Answered by AI
  • Q2. What are the OOPs concept in Java?
  • Ans. 

    OOPs concepts in Java include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods together in a class.

    • Inheritance: Creating new classes from existing ones, inheriting their properties and behaviors.

    • Polymorphism: Objects of different classes can be treated as objects of a common superclass.

    • Abstraction: Hiding complex implementation details and providing a simplified interfa

  • Answered by AI
  • Q3. What are the ways to achieve abstraction?
  • Ans. 

    Abstraction can be achieved through interfaces, abstract classes, and encapsulation.

    • Using interfaces to define a set of methods that a class must implement

    • Using abstract classes to provide a base implementation that can be extended by subclasses

    • Encapsulating implementation details to hide complexity and provide a simpler interface

    • Using design patterns such as Factory and Strategy to abstract away implementation details

  • Answered by AI
  • Q4. Difference between class and Interface object and fucntion instance and all the differences?
  • Ans. 

    Class is a blueprint for creating objects while interface defines a contract for implementing classes.

    • Class is a template for creating objects with properties and methods.

    • Interface is a contract that defines a set of methods and properties that a class must implement.

    • Object is an instance of a class that has its own set of properties and methods.

    • Function instance is a reference to a function that can be called with arg...

  • Answered by AI
  • Q5. Some graph question and some more questions from data structure like about linkedlist queue.
  • Q6. Inheritance
  • Q7. Scope of access modifiers
  • Ans. 

    Access modifiers control the visibility and accessibility of class members.

    • Access modifiers include public, private, protected, and internal.

    • Public members can be accessed from anywhere.

    • Private members can only be accessed within the same class.

    • Protected members can be accessed within the same class and its subclasses.

    • Internal members can be accessed within the same assembly.

    • Access modifiers help enforce encapsulation ...

  • Answered by AI
  • Q8. Some tree questions
  • Q9. Some graph question
  • Q10. What do you know about cloud
  • Ans. 

    Cloud refers to the delivery of computing services over the internet.

    • Cloud computing allows users to access data and applications from anywhere with an internet connection.

    • Cloud services can be categorized into three main types: Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as a Service (SaaS).

    • Cloud providers include Amazon Web Services (AWS), Microsoft Azure, and Google Cloud Platform.

    • ...

  • Answered by AI
  • Q11. Some basic question like which things come in Iaas
  • Q12. What are the ways to achieve some task on aws
  • Ans. 

    There are multiple ways to achieve tasks on AWS depending on the specific task.

    • Using AWS Management Console

    • Using AWS CLI

    • Using AWS SDKs

    • Using AWS CloudFormation

    • Using AWS Elastic Beanstalk

    • Using AWS Lambda

    • Using AWS Step Functions

    • Using AWS Batch

  • Answered by AI
  • Q13. About ec2 and many more

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be honest about what you know and how much you know tell them very clearly you do not know much about this do not try to make stories they know more than you

Skills evaluated in this interview

BresMed Health Solutions India Interview FAQs

What are the top questions asked in BresMed Health Solutions India Graduate Research Associate interview?

Some of the top questions asked at the BresMed Health Solutions India Graduate Research Associate interview -

  1. There was a written test in 2nd round in which they asked us regarding disease ...read more
  2. The 2nd round was written test and they asked regarding diseases referencing an...read more
  3. 1st round was telephonic and they asked some technical questions like pharmacol...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Wipro Interview Questions
3.7
 • 5.7k Interviews
IQVIA Interview Questions
3.9
 • 472 Interviews
Aurobindo Pharma Interview Questions
4.0
 • 242 Interviews
Hetero Interview Questions
3.9
 • 230 Interviews
Abbott Interview Questions
4.1
 • 150 Interviews
Max Healthcare Interview Questions
4.1
 • 141 Interviews
View all
Research Associate
19 salaries
unlock blur

₹5 L/yr - ₹6.9 L/yr

Manager
3 salaries
unlock blur

₹22 L/yr - ₹26.5 L/yr

HR Manager
3 salaries
unlock blur

₹13 L/yr - ₹19 L/yr

Network Executive
3 salaries
unlock blur

₹3.3 L/yr - ₹4.4 L/yr

Senior Research Associate
3 salaries
unlock blur

₹6 L/yr - ₹10.9 L/yr

Explore more salaries
Compare BresMed Health Solutions India with

Wipro

3.7
Compare

Hindustan Unilever

4.2
Compare

Sun Pharmaceutical Industries

4.0
Compare

Aurobindo Pharma

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