Upload Button Icon Add office photos

Parexel International

Compare button icon Compare button icon Compare

Filter interviews by

Parexel International Salesforce Administrator Interview Questions and Answers

Updated 17 May 2024

Parexel International Salesforce Administrator Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Admin scenario based questions

Interview questions from similar companies

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

Salesforce Administrator Interview Questions Asked at Other Companies

asked in Vijay Sales
Q1. Man power management, what was the procedure for handling , stori ... read more
asked in MetLife
Q2. What validations can be implemented in the login feature of Sales ... read more
asked in HCLTech
Q3. What is the difference between a workflow and an approval process ... read more
asked in MetLife
Q4. What do you know about the Data Security module in Salesforce?
asked in MetLife
Q5. What do you know about layouts?

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
  • Q4. Hobbies,interests, project details
  • Q5. Family background
  • Q6. Why should we hire you
  • Q7. How much salary you are expecting
  • 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 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

What people are saying about Parexel International

View All
lavenderstarling
Verified Icon
1w
works at
Centre for Cellular and Molecular Biology
Academia to Industry
Hi everyone, I’m currently working at CCMB, a research institute in Hyderabad, where I have been for the past 3 years. In total, I have 4 years of work experience. My educational background is an MSc in Biotechnology. I have been looking to transition from academia into the biotech industry, specifically with multinational companies such as Thermo Fisher Scientific, Novartis, Aurobindo, Parexel, Sanofi, Aurigene, and others. Despite refining my CV to highlight my skills and accomplishments, I haven’t been successful in advancing my applications. At this point, I’m unsure where I might be going wrong and would greatly appreciate any advice, suggestions, or recommendations on how to improve my chances. Thank you very much in advance for your support!
Got a question about Parexel International?
Ask anonymously on communities.
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

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.

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

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 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
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Role check
  • Q2. Tech stackP
Round 2 - Technical 

(2 Questions)

  • Q1. Project based questions
  • Q2. AWS related questions

Senior Engineer Interview Questions & Answers

IQVIA user image Qhairunnisa Syed

posted on 8 Jun 2024

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

I applied via Naukri.com and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic topics of plsql
  • Q2. One query to fetch max n min of salary from emp table
  • Ans. 

    Use SQL query to fetch maximum and minimum salary from emp table

    • Use SELECT MAX(salary) FROM emp to fetch maximum salary

    • Use SELECT MIN(salary) FROM emp to fetch minimum salary

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Performance tuning
  • Q2. Indexes and exceptions used
  • Ans. 

    Indexes and exceptions are used to optimize database performance and handle errors in code.

    • Indexes are used to quickly retrieve data from a database by creating a sorted list of values.

    • Exceptions are used to handle errors in code and prevent the program from crashing.

    • Examples: Creating indexes on frequently queried columns like 'id' or 'timestamp'. Using try-catch blocks to handle exceptions like divide by zero.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Jun 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Steel and super structure (pile,girder,ms excell,steel reconslation,auto cad,planning ,) Core design type pile quiestion and prestressing process and calculation etc
Round 2 - HR 

(1 Question)

  • Q1. Roles and responsibilities in present company Salary negotiations

Interview Preparation Tips

Interview preparation tips for other job seekers - If u not capable English conversation, no problems ,u conversation in Hindi.

Parexel International Interview FAQs

How many rounds are there in Parexel International Salesforce Administrator interview?
Parexel International interview process usually has 1 rounds. The most common rounds in the Parexel International interview process are Technical.
How to prepare for Parexel International Salesforce Administrator 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 Agile Coaching, CRM, Communication Skills, Customer Service and ESIC.

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

IQVIA Interview Questions
3.8
 • 499 Interviews
ICON Plc Interview Questions
4.1
 • 107 Interviews
SGS Interview Questions
3.9
 • 104 Interviews
Syneos Health Interview Questions
3.7
 • 50 Interviews
Equinox Labs Interview Questions
4.0
 • 42 Interviews
View all
Parexel International Salesforce Administrator Salary
based on 4 salaries
₹6.5 L/yr - ₹12 L/yr
73% more than the average Salesforce Administrator Salary in India
View more details
Drug Safety Associate
371 salaries
unlock blur

₹3 L/yr - ₹7.4 L/yr

Drug Safety Associate 1
275 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Regulatory Affairs Associate
234 salaries
unlock blur

₹4.4 L/yr - ₹9.5 L/yr

Drug Safety Associate 2
212 salaries
unlock blur

₹4.1 L/yr - ₹7.7 L/yr

Drug Safety Specialist
163 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