Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Lambda Therapeutic Research Team. If you also belong to the team, you can get access from here

Lambda Therapeutic Research Verified Tick

Compare button icon Compare button icon Compare
4.5

based on 547 Reviews

Filter interviews by

Lambda Therapeutic Research Senior Manager Interview Questions and Answers

Updated 9 Jun 2023

Lambda Therapeutic Research Senior Manager Interview Experiences

1 interview found

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

I applied via Walk-in and was interviewed before Jun 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 tips
Round 2 - HR 

(1 Question)

  • Q1. Expected salary
Round 3 - Technical 

(2 Questions)

  • Q1. Expertise details asked
  • Ans. Any medical emergency can be handled
  • Answered Anonymously
  • Q2. About Govt guidelines for pollution control

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep high esteem and spirit , never under estimate your self,be positive,be prepared every moment, just enjoy the interview , always be in fresh mood,, accept the challenges,God helps those who help themselves

Senior Manager Jobs at Lambda Therapeutic Research

View all

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What was your profile
  • Ans. 

    I have over 10 years of experience in project management, leading cross-functional teams to successful project completion.

    • Led cross-functional teams to successfully complete projects on time and within budget

    • Developed and implemented project plans, timelines, and budgets

    • Managed stakeholder relationships and communicated project updates regularly

    • Identified and mitigated project risks to ensure successful delivery

  • Answered by AI
  • Q2. Explained
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. What is present c to c
  • Ans. 

    Present c to c refers to the current customer to customer interactions within a business.

    • Present c to c focuses on the direct interactions between customers in a business setting.

    • It involves analyzing customer behavior, preferences, and feedback to improve customer experience.

    • Examples include customer reviews, complaints, referrals, and interactions on social media platforms.

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Technical discussions to assess the capability and fitment
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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There were two question on DSA

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What are the OOPs concept
  • Ans. 

    OOPs concepts are fundamental principles of Object-Oriented Programming, including Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex imple...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2023. 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 tips
Round 2 - HR 

(2 Questions)

  • Q1. Asking about my self and experience
  • Q2. I explained myself and my experience
Round 3 - Technical 

(1 Question)

  • Q1. Based my CV asking technical questions
  • Ans. As per my experience I will given answer to technical person
  • Answered Anonymously

Interview Preparation Tips

Topics to prepare for Aizant Drug Research Solutions Senior Executive interview:
  • Related my experience
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
-
Result
Selected Selected

I applied via Walk-in and was interviewed in Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Personal details and education details current organisation and CTC
  • Ans. Asking about job responsibilities and which department you are working
  • Answered Anonymously
  • Q2. Asking the equipment safety precautions
  • Q3. Which equipments you are handling pervious
  • Ans. 

    I have handled various equipments in my previous roles.

    • I have experience in handling heavy machinery such as cranes and forklifts.

    • I have also worked with specialized equipment such as MRI machines and X-ray machines in the medical field.

    • In my previous role, I managed a team responsible for maintaining and repairing manufacturing equipment such as conveyor belts and robotic arms.

    • I am familiar with various software and h...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why are you changing the your company what is the notice period of your organisation

Interview Preparation Tips

Interview preparation tips for other job seekers - Talk with them with confidentiality and politely one more don't say imagine
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.

Lambda Therapeutic Research Interview FAQs

How many rounds are there in Lambda Therapeutic Research Senior Manager interview?
Lambda Therapeutic Research interview process usually has 3 rounds. The most common rounds in the Lambda Therapeutic Research interview process are Resume Shortlist, HR and Technical.
How to prepare for Lambda Therapeutic Research Senior Manager 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 Lambda Therapeutic Research. The most common topics and skills that interviewers at Lambda Therapeutic Research expect are Clinical Research, Analytical Chemistry, Budgeting, Clinical Trials and Data Analysis.

Tell us how to improve this page.

Lambda Therapeutic Research Senior Manager Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

IQVIA Interview Questions
3.9
 • 459 Interviews
ICON Plc Interview Questions
4.2
 • 68 Interviews
Syneos Health Interview Questions
3.9
 • 44 Interviews
Equinox Labs Interview Questions
3.9
 • 33 Interviews
View all
Lambda Therapeutic Research Senior Manager Salary
based on 20 salaries
₹12 L/yr - ₹25.4 L/yr
At par with the average Senior Manager Salary in India
View more details

Lambda Therapeutic Research Senior Manager Reviews and Ratings

based on 10 reviews

4.9/5

Rating in categories

4.7

Skill development

4.7

Work-life balance

4.7

Salary

4.6

Job security

4.6

Company culture

4.8

Promotions

4.7

Work satisfaction

Explore 10 Reviews and Ratings
Senior Manager

Ahmedabad

7-15 Yrs

₹ 22-20 LPA

Senior Manager

Kolkata,

Mumbai

+5

8-10 Yrs

₹ 23-25.3 LPA

Explore more jobs
Research Associate
201 salaries
unlock blur

₹1.8 L/yr - ₹6.7 L/yr

Clinical Research Associate
85 salaries
unlock blur

₹3 L/yr - ₹9.1 L/yr

Senior Research Associate
61 salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

Clinical Trial Assistant
32 salaries
unlock blur

₹2.4 L/yr - ₹4.5 L/yr

Assistant Manager
27 salaries
unlock blur

₹7.5 L/yr - ₹13.1 L/yr

Explore more salaries
Compare Lambda Therapeutic Research with

IQVIA

3.9
Compare

ICON Plc

4.2
Compare

PPD

Compare

Syneos Health

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