Upload Button Icon Add office photos

Filter interviews by

Quantys Clinical Interview Questions and Answers

Updated 3 Nov 2022

Quantys Clinical Interview Experiences

1 interview found

I applied via LinkedIn

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 

(2 Questions)

  • Q1. What was your job profile in the last organisation
  • Q2. What enhanced you to work and switch in the CRO

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself with a good mindset to work in yhe

Research Associate Interview Questions asked at other Companies

Q1. Tell any name reactions to form new c-c bond without metal catalyst?
View answer (15)

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

English, quants, reasoning

Round 2 - Technical 

(1 Question)

  • Q1. Logical based questions for the problem in any language

Interview Preparation Tips

Interview preparation tips for other job seekers - I wouldn't suggest this company because I had terrible experience since I got rejected even though I cleared every round I wasted one month for this. They said They wanted to fill it with on campus students. I attended through off campus. Maybe if you are attending on campus, you can attend. the company interview questions was moderate
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 

(2 Questions)

  • Q1. What is Real World Evidence?
  • Q2. How to get frequency counts?
  • Ans. 

    Frequency counts can be obtained by counting the number of occurrences of each unique value in a dataset.

    • Use the COUNTIF function in Excel to count occurrences of a specific value in a column

    • Use the value_counts() function in Python's pandas library to get frequency counts of unique values in a dataframe column

    • Use the table() function in R to get frequency counts of unique values in a vector or dataframe column

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to get certification for the job applying. Get a good understanding on theoretical side

Skills evaluated in this interview

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

Interview Questionnaire 

2 Questions

  • Q1. What is pharmacovigilance?
  • Q2. Which programing languages do you know?
  • Ans. 

    I know Python, R, SQL, and Java.

    • Python

    • R

    • SQL

    • Java

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Due to corona crises most companies prefer for telephonic interview. But when company reach student on phone call then their may be chance that student may not well prepared to face questions. And most of companies call students without notificaton. So student should be aware of basic knowledge of pharmacovigilance, clinical trials and offcourse the communication tricks. If student can manage this, then the possibility of getting selected increase. All the best.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Nov 2023. There were 4 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 

They send an mail which have the link about assessment test

Round 3 - Group Discussion 

In hall all are discussed and written an interview test

Round 4 - HR 

(1 Question)

  • Q1. Self details, antidiabetis drugs,project ,ect

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't too panic on the point of interview...good karma on his way..🙌
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Anagram of two strings in java
  • Ans. 

    Java program to check if two strings are anagrams

    • Create a function that takes two strings as input

    • Convert both strings to character arrays and sort them

    • Check if the sorted arrays are equal to determine if they are anagrams

  • Answered by AI
  • Q2. Insert and select query in MySQL
  • Ans. 

    Insert and select data in MySQL using SQL queries

    • Use INSERT INTO table_name (column1, column2, ...) VALUES (value1, value2, ...); to insert data

    • Use SELECT * FROM table_name; to select all data from a table

    • Use SELECT column1, column2 FROM table_name WHERE condition; to select specific data based on a condition

  • Answered by AI
  • Q3. Get and Post APIs in rest
  • Ans. 

    GET and POST are HTTP methods used in REST APIs for retrieving and sending data.

    • GET method is used to retrieve data from a server

    • POST method is used to send data to a server

    • GET requests are idempotent, while POST requests are not

    • GET requests should only be used for retrieving data, not for modifying data

    • Example: GET request to retrieve a list of users - GET /users

    • Example: POST request to create a new user - POST /users

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was technical round and there were three panelists. Started with alot of database questions and core java question. Prepare well about your project working in the company. I couldn't clear this round recieved rejection mail after two weeks.

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is Excel what is vlookup what is your strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and bold

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1. Why do you want to change?
  • Q2. 2. What is your goal?
  • Q3. 3. Critical project you have handled?

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be yourself and provide short and to the point answer

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

Quantys Clinical Interview FAQs

How many rounds are there in Quantys Clinical interview?
Quantys Clinical interview process usually has 2 rounds. The most common rounds in the Quantys Clinical interview process are Resume Shortlist and Technical.
How to prepare for Quantys Clinical 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 Quantys Clinical. The most common topics and skills that interviewers at Quantys Clinical expect are HPLC, Method Development, Method Validation and PH METER.

Tell us how to improve this page.

Quantys Clinical Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
IQVIA Interview Questions
3.9
 • 466 Interviews
ICON Plc Interview Questions
4.1
 • 73 Interviews
Syneos Health Interview Questions
3.8
 • 45 Interviews
View all

Quantys Clinical Reviews and Ratings

based on 25 reviews

3.4/5

Rating in categories

3.7

Skill development

3.3

Work-life balance

2.9

Salary

2.9

Job security

3.1

Company culture

2.7

Promotions

2.8

Work satisfaction

Explore 25 Reviews and Ratings
Research Associate
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer Trainee
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Medical Writer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Research Associate II
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Quantys Clinical with

IQVIA

3.9
Compare

Syneos Health

3.8
Compare

Parexel International

3.9
Compare

ICON Plc

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