Upload Button Icon Add office photos

Parexel International

Compare button icon Compare button icon Compare

Filter interviews by

Parexel International Associate Interview Questions and Answers

Updated 4 Jun 2024

Parexel International Associate Interview Experiences

3 interviews found

Associate Interview Questions & Answers

user image Anonymous

posted on 4 Jun 2024

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

I applied via Referral and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. General information
Round 2 - Technical 

(1 Question)

  • Q1. ECTD, EU Procedures
Round 3 - HR 

(1 Question)

  • Q1. Salary Negotiation

Associate Interview Questions & Answers

user image Anonymous

posted on 24 Sep 2018

I applied via Naukri.com

Interview Questionnaire 

3 Questions

  • Q1. Generally asked about introduction first. Question asked related to pharmacology.
  • Q2. Why you join our organisation. Why do you think that you are best condidate for this position. What is pharmacovigilance and how it's work. Name of the medicines that give a analgesic effect but not in NSA...
  • Q3. Introduction

Interview Preparation Tips

Round: Test
Experience: Given the case study of patient medical history

General Tips: This interview was a technical one but was majorly a stress test. It lasted for one hour. The interviewer tested both my communication skills and technical knowledge . Most of the question asked from pharmacology. I was able to answered all the questions correctly.
Skills: Inter Person Communication Skills, Communication, Body Language
Duration: >3 Months

Associate Interview Questions Asked at Other Companies

Q1. A rat has 3000 grams of rice and needs to travel 3000 meters. It ... read more
asked in UNO Minda
Q2. What is the meaning of TTR and why is it required for the powder ... read more
asked in Eviden
Q3. What is options trading? What are the key takeaways?
asked in Amazon
Q4. What are the differences between online and offline shopping?
asked in Amazon
Q5. Let's do a role-play exercise between a customer and a customer s ... read more

Associate Interview Questions & Answers

user image Anonymous

posted on 9 May 2019

I applied via Referral and was interviewed before May 2018. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic question like describe yourself
  • Q2. As i was fresher when i have joined they mainly ask about the basic Regulatory Affairs question.

Interview Preparation Tips

Round: Test
Experience: Aptitude regarding Regulatory Affairs

General Tips: Crisp and clean process it took about a week to get the offer letter.
Skills: Communication, Body Language, Problem Solving, Analytical Skills, Time Management, Decision Making Skills
Duration: <1 week

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Parexel International?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Feb 2020. There were 5 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. Tell me about yourself
  • Q2. Interest in job role
  • Ans. 

    I'm drawn to this role for its blend of analytical challenges and opportunities to drive impactful decisions.

    • The role offers a chance to work on diverse projects, enhancing my problem-solving skills.

    • I am excited about collaborating with cross-functional teams, as teamwork fosters innovation.

    • The opportunity to analyze data and derive insights aligns with my passion for data-driven decision-making.

    • I appreciate the potent...

  • Answered by AI
  • Q3. Previous work experience if any
  • Ans. 

    I have experience in customer service and project management, enhancing team collaboration and client satisfaction.

    • Worked as a customer service representative, resolving client issues and improving satisfaction scores by 20%.

    • Managed a team project that streamlined internal processes, resulting in a 15% increase in efficiency.

    • Conducted training sessions for new hires, focusing on best practices in customer interaction a...

  • Answered by AI
  • Q4. Hobbies,interests, project details
  • Q5. Family background
  • Q6. Why should we hire you
  • Q7. How much salary you are expecting
  • Ans. 

    I am looking for a competitive salary that reflects my skills and experience, ideally in the range of $X to $Y.

    • Research industry standards: For example, according to Glassdoor, the average salary for this role is $X.

    • Consider my experience: With X years in the field, I believe a salary of $Y is appropriate.

    • Be open to negotiation: I am flexible and willing to discuss a compensation package that includes benefits.

  • Answered by AI
  • Q8. Any questions you can ask

Interview Preparation Tips

Interview preparation tips for other job seekers - Be stick on to your CV and some basic subject details, company details and job details

Interview Questionnaire 

7 Questions

  • Q1. Asked basic questions of sql server & ssis
  • Q2. What are views and will the alter command on table changes anything in views created? Will the values change in views, if the table values changes?
  • Ans. 

    Alter command on table affects views created on the table.

    • Views are virtual tables created from one or more tables.

    • Alter command on a table can change the structure of the table, which can affect the views created on it.

    • If the columns used in the view are altered or dropped, the view will become invalid.

    • If the data in the table is changed, the data in the view will also change accordingly.

  • Answered by AI
  • Q3. What are the data transformations in ssis? What is lookup?
  • Ans. 

    Data transformations in SSIS include Lookup which retrieves data from a source based on a matching condition.

    • Lookup is used to retrieve data from a source based on a matching condition

    • It can be used to perform joins between two data sources

    • Lookup can be used to update or insert data into a destination based on a match

    • Other data transformations in SSIS include sorting, aggregating, and merging data

  • Answered by AI
  • Q4. Difference between drop, truncate & delete?
  • Ans. 

    Drop deletes the table structure and data, truncate deletes only data, and delete deletes specific rows.

    • Drop: removes the table and all its data permanently

    • Truncate: removes all data from the table but keeps the structure

    • Delete: removes specific rows from the table based on a condition

    • Drop and truncate cannot be rolled back, but delete can be

    • Drop and truncate reset the identity of the table, but delete does not

  • Answered by AI
  • Q5. When identity property is inserted in the table. Will the truncate or delete change the identity value? If it changes what will be the value?
  • Ans. 

    Truncate resets identity value, delete does not.

    • Truncate resets the identity value to the original seed value

    • Delete does not change the identity value

    • Example: Truncate table resets identity value to 1

    • Example: Delete from table does not change identity value

  • Answered by AI
  • Q6. What are joins and name the types? Why is self join useful?
  • Ans. 

    Joins are used to combine data from two or more tables based on a related column. Types include inner, outer, left, right, and cross join.

    • Inner join returns only the matching rows from both tables.

    • Outer join returns all rows from both tables, with null values for non-matching rows.

    • Left join returns all rows from the left table and matching rows from the right table.

    • Right join returns all rows from the right table and m...

  • Answered by AI
  • Q7. Write a query using self join to join the employees who are all managers using id in the table.
  • Ans. 

    Query to join employees who are all managers using id in the table.

    • Use self join to join the table on manager id and employee id

    • Filter the result to only include employees who are also managers

    • Example: SELECT e1.name, e2.name FROM employees e1 JOIN employees e2 ON e1.id = e2.manager_id WHERE e2.manager_id IS NOT NULL

    • Ensure that the table has a manager_id column

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview went well. Be confident and tell exactly about your experience so that interview will be based on your experience.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Aug 2023. There were 4 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 

(1 Question)

  • Q1. Basic chemistry
Round 3 - HR 

(1 Question)

  • Q1. General discussion
Round 4 - Technical 

(1 Question)

  • Q1. Chemistry nmr, reaction n mechanism

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Parexel International HR Interview Questions

4 questions and answers

Q. How knowledgeable are you about this role?
Q. What innovations do you believe you can bring to the table?
Q. Have you had any experience working in medical monitoring activities?

I applied via Recruitment Consultant and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. What is meant by MedDRA??
  • Q2. What is hierarchy of MedDRA?
  • Ans. 1. SOC (System Organ Class); 2. HLGT (High level group term); 3. HLT ( high level term); 4. PT (Preferred term); 5. LLT ( lower level term)
  • Answered Anonymously
  • Q3. What is dechallange and rechallange?
  • Q4. What is ADR?
  • Q5. What are the minimum criteria for valid case?
  • Q6. When do you consider an event to be serious?
  • Q7. What do you mean by causality?
  • Q8. What is co-morbid condition

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a technical round which majorly focused on our knowledge of Pharmacovigilance, communication and knee observation towards the subject. And also focused on project we undertaken and medical terminology knowledge.

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

Calculation and Logics

Round 3 - Technical 

(1 Question)

  • Q1. Programming and problem solving

Team Lead Interview Questions & Answers

ICON Plc user image Swarna Pallavi Chaganti

posted on 30 Aug 2022

I applied via Naukri.com and was interviewed before Aug 2021. There were 4 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 

(1 Question)

  • Q1. What is 3 way matching
  • Ans. 

    3 way matching is a process of matching three documents - purchase order, invoice and receiving report - to ensure accuracy of payment.

    • Three documents - purchase order, invoice and receiving report - are matched to ensure accuracy of payment.

    • The purchase order is matched with the receiving report to confirm that the goods have been received.

    • The invoice is matched with the purchase order and receiving report to confirm ...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Explain AP cycle and what is P2P cycle
  • Ans. 

    AP cycle is Accounts Payable cycle which involves processing of vendor invoices and making payments. P2P cycle is Procure to Pay cycle which involves procurement of goods and services and making payments.

    • AP cycle includes receiving invoices, verifying them, recording them in the system, and making payments to vendors.

    • P2P cycle includes identifying the need for goods or services, selecting vendors, creating purchase ord...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. What is salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and have some knowledge on Accounting skills

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

Interview Questionnaire 

3 Questions

  • Q1. All questions are about basic Fundamentals of Accounting. I.e mostly Journal entries
  • Q2. Journal entries for accruals
  • Ans. 

    Journal entries for accruals

    • Accruals are used to record expenses or revenues that have been incurred but not yet paid or received.

    • Accrued expenses are recorded with a debit to the expense account and a credit to the accrued liability account.

    • Accrued revenues are recorded with a debit to the accrued asset account and a credit to the revenue account.

    • Example of an accrued expense: Accrued salaries payable - Debit Salaries...

  • Answered by AI
  • Q3. Adjustment entries

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong on Basics of Accounting

Parexel International Interview FAQs

How many rounds are there in Parexel International Associate interview?
Parexel International interview process usually has 3 rounds. The most common rounds in the Parexel International interview process are HR and Technical.
How to prepare for Parexel International Associate 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 Parexel International. The most common topics and skills that interviewers at Parexel International expect are Auditing, Capa, Management Audit, Operations Leadership and Process Compliance.
What are the top questions asked in Parexel International Associate interview?

Some of the top questions asked at the Parexel International Associate interview -

  1. As i was fresher when i have joined they mainly ask about the basic Regulatory ...read more
  2. eCTD, EU Procedu...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

2-4 weeks 100%
View more
Parexel International Associate Salary
based on 16 salaries
₹4.4 L/yr - ₹8.3 L/yr
19% less than the average Associate Salary in India
View more details

Parexel International Associate Reviews and Ratings

based on 10 reviews

3.2/5

Rating in categories

3.8

Skill development

3.2

Work-life balance

2.0

Salary

3.0

Job security

3.2

Company culture

2.4

Promotions

3.6

Work satisfaction

Explore 10 Reviews and Ratings
Drug Safety Associate
377 salaries
unlock blur

₹2.5 L/yr - ₹7.5 L/yr

Drug Safety Associate 1
282 salaries
unlock blur

₹3.2 L/yr - ₹5.5 L/yr

Drug Safety Associate 2
215 salaries
unlock blur

₹4.1 L/yr - ₹7.7 L/yr

Regulatory Affairs Associate
211 salaries
unlock blur

₹4.4 L/yr - ₹9.5 L/yr

Drug Safety Specialist
162 salaries
unlock blur

₹5.1 L/yr - ₹10 L/yr

Explore more salaries
Compare Parexel International with

IQVIA

3.8
Compare

Syngene International

3.9
Compare

SGS

3.9
Compare

Aragen Life Sciences

4.0
Compare
write
Share an Interview