Upload Button Icon Add office photos

Jubilant Biosys

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Jubilant Biosys Project Intern Interview Questions and Answers

Updated 3 Oct 2023

Jubilant Biosys Project Intern Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed before Oct 2022. 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 Resume tips
Round 2 - Telephonic Call 

(1 Question)

  • Q1. About college and project. interest in the department EQ questions
Round 3 - Technical 

(1 Question)

  • Q1. Questions from our research interest questions from the previous project questions from the role-related skills and techniques

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to showcase your skillset

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: Test was completely technical and subjective.
Test was based on data structures
• 1 question was related to probability
• 1 question was based on Linux ( fork function )
• 1 question was to write code to merge 2 linked lists
• They asked to write proper codes not just algorithms
• Test was good related to other companies but easy if comfortable with data structures.
Duration: 60 minutes
Total Questions: 6

Round: Technical -2
Experience: Panel of two and 45 minute duration. 4-5 questions discussed.
• They want to know how you proceed for a question
• Time was given to write the solution on paper so that can be explained properly
• 1 question was to tell them an algorithm to find loop in a linked list.
• Given a real number line with two fixed integers on it and many more line segments lying on the number line tell an algorithm to find whether a given segment lies on the segment formed by the 2 fixed integers on the line.

General Tips: • Since the work in this company is totally related to coding you must be very good in coding
• Only 1 person was selected.
• You must revise digital electronics if want to go in a core company it would hardly take a week if read thoroughly.
• You must know VERILOG if want to go in core company.
• Must solve puzzles whenever you get time.
Skills: Data Structures
College Name: IIT- Kanpur

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
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
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. How do you manage stress
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 Resume tips
Round 2 - Aptitude Test 

Calculation and Logics

Round 3 - Technical 

(1 Question)

  • Q1. Programming and problem solving

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
3
Average
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 Resume tips
Round 2 - Assignment 

Depend upon role and designation assignment will be given

Round 3 - One-on-one 

(2 Questions)

  • Q1. Na na na na
  • Q2. Current role profile and bases

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

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

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

Jubilant Biosys Interview FAQs

How many rounds are there in Jubilant Biosys Project Intern interview?
Jubilant Biosys interview process usually has 3 rounds. The most common rounds in the Jubilant Biosys interview process are Resume Shortlist, Telephonic Call and Technical.

Recently Viewed

INTERVIEWS

LifeCell International

No Interviews

JOBS

LifeCell International

No Jobs

INTERVIEWS

LifeCell International

No Interviews

SALARIES

Jubilant Biosys

SALARIES

Jubilant Biosys

SALARIES

Jubilant Biosys

SALARIES

LifeCell International

SALARIES

QUICK HEAL TECHNOLOGIES

JOBS

Indiamart Intermesh

No Jobs

DESIGNATION

Tell us how to improve this page.

Jubilant Biosys Project Intern Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Cipla Interview Questions
4.1
 • 482 Interviews
IQVIA Interview Questions
3.9
 • 465 Interviews
Biocon Limited Interview Questions
3.9
 • 152 Interviews
Piramal Group Interview Questions
3.9
 • 62 Interviews
Panacea Biotec Interview Questions
3.7
 • 56 Interviews
View all

Fast track your campus placements

View all
Jubilant Biosys Project Intern Salary
based on 8 salaries
₹2.1 L/yr - ₹4 L/yr
37% less than the average Project Intern Salary in India
View more details

Jubilant Biosys Project Intern Reviews and Ratings

based on 4 reviews

3.7/5

Rating in categories

3.9

Skill development

3.4

Work-life balance

2.9

Salary

3.6

Job security

3.6

Company culture

3.3

Promotions

3.9

Work satisfaction

Explore 4 Reviews and Ratings
Research Associate
489 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Research Associate
134 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Research Scientist
127 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Research Scientist
51 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Trainee Research Associate
48 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Jubilant Biosys with

Syngene International

3.9
Compare

Glenmark Pharmaceuticals

3.9
Compare

Piramal Group

3.9
Compare

Biocon Limited

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