Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by International Drug Discovery and Clinical Research Team. If you also belong to the team, you can get access from here

Filter interviews by

International Drug Discovery and Clinical Research Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Round 1 - Coding Test 

Array, String are core point for interview, html css , sql will be plus point

Round 2 - HR 

(1 Question)

  • Q1. What if you stuck in middle of assign task? how you gonna tackle it
  • Ans. 

    If stuck in the middle of an assigned task, I would follow a systematic approach to tackle it.

    • Analyze the problem and identify the specific issue causing the blockage

    • Break down the task into smaller subtasks and prioritize them

    • Seek help or guidance from colleagues or seniors if necessary

    • Research and gather relevant information or resources to overcome the obstacle

    • Experiment with different solutions and evaluate their e...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - question are based on Array and string
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Regulatory affairs
  • Q2. ICH guidelines questions

I applied via Naukri.com and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Got detailed interview on payroll and llc

Interview Preparation Tips

Interview preparation tips for other job seekers - Bee prepare well on subject to crack
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Why do you want to join in genesys
  • Ans. Don't join here no career growth
  • Answered Anonymously
  • Q2. Ggfujn trjnetkj rhufshn drkntgg

Interview Preparation Tips

Interview preparation tips for other job seekers - Search some good place to join other than this
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

(2 Questions)

  • Q1. Explain Behaviour subject in Angular.
  • Ans. 

    Behaviour subject in Angular is a special type of subject that allows both subscribing and emitting values.

    • BehaviourSubject is a type of subject in RxJS library.

    • It has an initial value that will be emitted to new subscribers.

    • It stores the latest value and emits it immediately to new subscribers.

    • Example: const subject = new BehaviorSubject('initial value');

    • Example: subject.next('new value');

  • Answered by AI
  • Q2. Explain Design Principles
  • Ans. 

    Design principles are guidelines for designing software solutions that are maintainable, scalable, and efficient.

    • Design principles help in creating software that is easy to understand, modify, and maintain.

    • They promote code reusability, modularity, and flexibility.

    • Examples of design principles include SOLID principles, DRY (Don't Repeat Yourself), KISS (Keep It Simple, Stupid), and YAGNI (You Aren't Gonna Need It).

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the interview questions which are asked in portals.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There were two question on DSA

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Difference between Phase 1 and Phase 3?

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. What is azure PAAS , IAAS , SAAS ?
  • Ans. 

    Azure PAAS, IAAS, and SAAS are different cloud service models provided by Microsoft Azure.

    • PAAS (Platform as a Service) - Provides a platform for developers to build, deploy, and manage applications without worrying about infrastructure.

    • IAAS (Infrastructure as a Service) - Provides virtualized computing resources over the internet, such as virtual machines, storage, and networking.

    • SAAS (Software as a Service) - Delivers...

  • Answered by AI
  • Q2. What is Dependency Injection ? How is dependency Injection achieved ?
  • Ans. 

    Dependency Injection is a design pattern in which a class receives its dependencies from external sources rather than creating them itself.

    • Dependency Injection helps in achieving loose coupling between classes.

    • It allows for easier testing and maintenance of code.

    • There are three common ways to achieve Dependency Injection: Constructor Injection, Setter Injection, and Interface Injection.

  • Answered by AI
  • Q3. Difference between dotnet 6 and dotnet 5
  • Ans. 

    Dotnet 6 is the latest version with new features and improvements over Dotnet 5.

    • Dotnet 6 has improved performance and reduced memory usage compared to Dotnet 5.

    • Dotnet 6 introduces Hot Reload feature for faster development iteration.

    • Dotnet 6 includes support for MAUI (Multi-platform App UI) for building cross-platform apps.

    • Dotnet 6 has enhanced support for cloud-native applications and microservices.

    • Dotnet 6 includes im...

  • Answered by AI
  • Q4. What is azure functions ? what is the difference between azure functions and logic apps
  • Ans. 

    Azure Functions is a serverless compute service that allows you to run event-triggered code without managing infrastructure.

    • Azure Functions is used for running small pieces of code or 'functions' in the cloud.

    • It is event-driven and can be triggered by various Azure services or external sources.

    • Azure Logic Apps is a workflow automation tool that allows you to automate business processes by connecting various services an...

  • Answered by AI
Round 2 - Technical 

(4 Questions)

  • Q1. Explain the use of interfaces . when will you use interface vs when will you use abstract class ?
  • Ans. 

    Interfaces define a contract for classes to implement, while abstract classes provide partial implementation.

    • Use interfaces when you want to define a contract that multiple classes can implement.

    • Use abstract classes when you want to provide some common functionality to multiple classes.

    • Interfaces support multiple inheritance, while classes can only inherit from one abstract class.

    • Interfaces are used for loose coupling ...

  • Answered by AI
  • Q2. Explain Solid principles
  • Ans. 

    Solid principles are a set of five design principles for writing clean, maintainable, and scalable code.

    • Single Responsibility Principle (SRP) - A class should have only one reason to change.

    • Open/Closed Principle (OCP) - Software entities should be open for extension but closed for modification.

    • Liskov Substitution Principle (LSP) - Objects of a superclass should be replaceable with objects of its subclasses without affe...

  • Answered by AI
  • Q3. Test driven Development , azure Deployment , mocking test in dot net applications
  • Q4. Explain your own use of Logic apps and service bus .
  • Ans. 

    I use Logic Apps for automating workflows and Service Bus for reliable messaging.

    • I use Logic Apps to create automated workflows for integrating various systems and services.

    • I leverage Service Bus for reliable messaging between different components of a distributed system.

    • For example, I have used Logic Apps to automate data transfers between CRM systems and databases, and Service Bus for decoupling microservices in a cl

  • Answered by AI

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Bio data and qualification
  • Q2. Technical discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself

International Drug Discovery and Clinical Research Interview FAQs

How to prepare for International Drug Discovery and Clinical Research 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 International Drug Discovery and Clinical Research. The most common topics and skills that interviewers at International Drug Discovery and Clinical Research expect are .Net, ADO.Net, ASP, ASP.Net and C#.

Tell us how to improve this page.

Interview Questions from Similar Companies

Equinox Labs Interview Questions
3.8
 • 35 Interviews
ClinChoice Interview Questions
4.0
 • 14 Interviews
Clario Interview Questions
4.1
 • 14 Interviews
Perceptive Interview Questions
3.5
 • 9 Interviews
View all

International Drug Discovery and Clinical Research Reviews and Ratings

based on 4 reviews

4.9/5

Rating in categories

4.9

Skill development

4.8

Work-life balance

4.9

Salary

4.9

Job security

4.9

Company culture

4.9

Promotions

4.9

Work satisfaction

Explore 4 Reviews and Ratings
Statistical Programmer
8 salaries
unlock blur

₹4.5 L/yr - ₹6.8 L/yr

Clinical SAS Programmer
5 salaries
unlock blur

₹2.4 L/yr - ₹8.4 L/yr

SAS Programmer
4 salaries
unlock blur

₹3.8 L/yr - ₹6 L/yr

Citrix Administrator
3 salaries
unlock blur

₹4 L/yr - ₹4.1 L/yr

Clinical Data Analyst
3 salaries
unlock blur

₹4.2 L/yr - ₹4.2 L/yr

Explore more salaries
Compare International Drug Discovery and Clinical Research with

Aizant Drug Research Solutions

3.8
Compare

Veeda Clinical Research

3.8
Compare

Rubicon Research

3.5
Compare

Equinox Labs

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