i
Navitas Life Sciences
Filter interviews by
I applied via LinkedIn and was interviewed before May 2022. There were 6 interview rounds.
General aptitude and communication skill check
Skill check, 5-10 programs
Top trending discussions
JAVA is a high-level programming language used for developing applications and software.
Object-oriented programming language
Platform-independent
Used for web development, mobile apps, enterprise software
Has a large standard library
Supports multithreading and networking
Oracle in software refers to Oracle Corporation, a multinational computer technology corporation known for its database management systems.
Oracle is a leading provider of relational database management systems (RDBMS).
It offers a wide range of products and services for data management, cloud applications, and more.
Oracle databases are widely used in enterprise applications for storing and managing data efficiently.
Exam...
Simple code to print 'Hello World'
Use a print statement to display 'Hello World'
In Python: print('Hello World')
In Java: System.out.println('Hello World')
Code for printing algorithm in software development.
Use loops to iterate through the data to be printed.
Consider formatting options such as spacing and alignment.
Handle edge cases like empty input or invalid data.
Example: for (int i = 0; i < array.length; i++) { System.out.println(array[i]); }
Arrays of string types are collections of strings stored in a single variable.
Arrays can be declared and initialized with string values like ['apple', 'banana', 'cherry'].
Access individual strings in the array using index like array[0] for 'apple'.
Perform operations like sorting or filtering on arrays of strings.
Comparing different strings in an array of texts.
Iterate through the array and compare each string with the others.
Use a nested loop to compare each pair of strings.
Consider using a hash map to store the frequency of each unique string for efficient comparison.
Different design patterns in software engineering
Creational patterns (e.g. Singleton, Factory)
Structural patterns (e.g. Adapter, Decorator)
Behavioral patterns (e.g. Observer, Strategy)
Different types of string test types include equality, containment, length, case sensitivity, and pattern matching.
Equality test: comparing two strings to see if they are exactly the same
Containment test: checking if a string contains a specific substring
Length test: determining the length of a string
Case sensitivity test: checking if two strings are equal while considering case
Pattern matching test: using regular expr
posted on 31 Jul 2024
I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.
Java program to check if two strings are anagrams
Create a function that takes two strings as input
Convert both strings to character arrays and sort them
Check if the sorted arrays are equal to determine if they are anagrams
Insert and select data in MySQL using SQL queries
Use INSERT INTO table_name (column1, column2, ...) VALUES (value1, value2, ...); to insert data
Use SELECT * FROM table_name; to select all data from a table
Use SELECT column1, column2 FROM table_name WHERE condition; to select specific data based on a condition
GET and POST are HTTP methods used in REST APIs for retrieving and sending data.
GET method is used to retrieve data from a server
POST method is used to send data to a server
GET requests are idempotent, while POST requests are not
GET requests should only be used for retrieving data, not for modifying data
Example: GET request to retrieve a list of users - GET /users
Example: POST request to create a new user - POST /users
I applied via Walk-in and was interviewed in Dec 2024. There was 1 interview round.
It was good test with mathematical learning
I applied via Approached by Company and was interviewed in Jul 2023. There were 2 interview rounds.
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...
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.
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...
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...
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 ...
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...
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
There were two question on DSA
Coding Test- Average standard questions
posted on 7 Jun 2020
I applied via Naukri.com and was interviewed in Dec 2019. There were 4 interview rounds.
posted on 30 Sep 2024
About full stack, and personal development
Coding and skill based test
I applied via Approached by Company and was interviewed in Aug 2023. There were 2 interview rounds.
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');
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).
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Regulatory Associate
51
salaries
| ₹3.5 L/yr - ₹8 L/yr |
Junior Regulatory Associate
40
salaries
| ₹3 L/yr - ₹5.5 L/yr |
Drug Safety Associate 2
36
salaries
| ₹3 L/yr - ₹5.3 L/yr |
Senior Regulatory Associate
34
salaries
| ₹5.1 L/yr - ₹11 L/yr |
Software Developer
33
salaries
| ₹2.8 L/yr - ₹6 L/yr |
IQVIA
Parexel International
ICON Plc
Fortrea Development India Private Limited