Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Zifo RnD Solutions Project Trainee Interview Questions and Answers

Updated 5 Nov 2022

Zifo RnD Solutions Project Trainee Interview Experiences

1 interview found

I applied via Campus Placement and was interviewed in Oct 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude question from math

Round 2 - Coding Test 

Logical coding reasoning Venn diagram blood relation

Interview Preparation Tips

Interview preparation tips for other job seekers - Please go through aptitude and logical reasoning that's enough for interview no subjective questions at all

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
  • 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

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SQL, BI Reporting related questions asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Good..
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

A question expecting the prod code with out clear instructions

Round 2 - Technical 

(1 Question)

  • Q1. Buy and Sell Stock

I applied via Campus Placement and was interviewed in Jun 2022. There were 2 interview rounds.

Round 1 - Coding Test 

It was average,they asked questions on arrays,linked list and some questions on oops,it was easy and one was average level

Round 2 - Technical 

(2 Questions)

  • Q1. What is oops?describe
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm that uses objects to represent and manipulate data.

    • OOPs focuses on creating reusable code by organizing data and behavior into objects.

    • It provides concepts like encapsulation, inheritance, and polymorphism.

    • Encapsulation hides the internal details of an object and provides a public interface.

    • Inheritance allows creating new classes based on existing ones, inher...

  • Answered by AI
  • Q2. What is dsa?describe
  • Ans. 

    DSA stands for Data Structures and Algorithms.

    • DSA is a field of computer science that deals with the study of data structures and algorithms.

    • It is used to solve complex problems and improve the efficiency of computer programs.

    • Examples of data structures include arrays, linked lists, trees, and graphs.

    • Examples of algorithms include sorting, searching, and graph traversal.

    • DSA is an important topic for software engineers

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare really well,be honest and start preparing early,interviewers are usually chill,so speak with confidence,you can achieve what you deserve

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 Resume 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 experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Good round it was on maths analysis English

Interview Preparation Tips

Interview preparation tips for other job seekers - How much is expected was asked and what are the plans
Round 1 - Aptitude Test 
Round 2 - Group Discussion 
Pro Tip by AmbitionBox:
Don’t treat group discussions as an argument. Group discussion is about reaching a meaningful conclusion.
View all GD tips
Round 3 - Case Study 
Round 4 - HR 

(3 Questions)

  • Q1. Where do you see yourself in 5 years?
  • Q2. What are your strengths and weaknesses?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with subject and be confident with answers

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??
  • Ans. It is medical dictionary for regulatory activities, which is used to code the adverse events
  • Answered Anonymously
  • 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?
  • Ans. 

    ADR stands for Alternative Dispute Resolution. It is a process of resolving disputes outside of the court system.

    • ADR includes methods such as mediation, arbitration, and negotiation.

    • It is often used as a quicker and less expensive alternative to traditional litigation.

    • ADR can be voluntary or mandatory, depending on the situation.

    • Examples of ADR include settling a divorce through mediation, resolving a business dispute ...

  • Answered by AI
  • Q5. What are the minimum criteria for valid case?
  • Ans. 

    Valid case criteria

    • The case must have a clear and specific problem or issue

    • The case must have relevant and reliable data or information

    • The case must have a logical and coherent structure

    • The case must have realistic and feasible solutions

    • The case must have potential for learning and application

    • The case must have ethical and legal considerations

    • The case must have appropriate scope and complexity

  • Answered by AI
  • Q6. When do you consider an event to be serious?
  • Q7. What do you mean by causality?
  • Ans. 

    Causality refers to the relationship between an event (the cause) and a second event (the effect), where the second event is a result of the first.

    • Causality is the principle that everything has a cause and effect.

    • It is the relationship between an action and its consequences.

    • For example, smoking causes lung cancer.

    • Causality is important in scientific research to establish cause-and-effect relationships.

    • It is also import...

  • Answered by AI
  • 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

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

Contribute & help others!
anonymous
You can choose to be anonymous

Zifo RnD Solutions Interview FAQs

How many rounds are there in Zifo RnD Solutions Project Trainee interview?
Zifo RnD Solutions interview process usually has 3 rounds. The most common rounds in the Zifo RnD Solutions interview process are Resume Shortlist, Aptitude Test and Coding Test.

Recently Viewed

CAMPUS PLACEMENT

Guru Nanak College, Chennai

INTERVIEWS

NielsenIQ

No Interviews

INTERVIEWS

Syngene International

No Interviews

SALARIES

Loginware Softtec

REVIEWS

L&T Technology Services

No Reviews

SALARIES

Reliance Industries

SALARIES

Hudson's Bay Company

SALARIES

JConnect Infotech

SALARIES

Loginware Softtec

JOBS

Tech Mahindra

No Jobs

Tell us how to improve this page.

Interview Questions from Similar Companies

IQVIA Interview Questions
3.9
 • 465 Interviews
Piramal Group Interview Questions
3.9
 • 62 Interviews
Magic Edtech Interview Questions
3.0
 • 50 Interviews
Affine Interview Questions
3.3
 • 49 Interviews
IT By Design Interview Questions
3.6
 • 39 Interviews
Jubilant Biosys Interview Questions
3.8
 • 36 Interviews
ConsultAdd Interview Questions
3.7
 • 36 Interviews
View all

Zifo RnD Solutions Project Trainee Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Associate Analyst
190 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Programmer Analyst
55 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Research Analyst
41 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Programmer Analyst
27 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Manager
25 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Zifo RnD Solutions with

Excelra

3.6
Compare

Aragen Life Sciences

4.0
Compare

Syngene International

3.9
Compare

IQVIA

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