Wissen Infotech
20+ Avaada Energy Interview Questions and Answers
Q1. How many max and min approvals required in release pipeline
The number of max and min approvals required in a release pipeline depends on the organization's policies and the complexity of the release.
The number of approvals required can vary depending on the stage of the pipeline.
Some organizations may require multiple levels of approval for critical releases.
The number of approvals can also depend on the size and complexity of the release.
Automation can help streamline the approval process and reduce the number of required approvals.
Q2. What is SAS in Azure storage
SAS (Shared Access Signature) is a security token used to grant limited access to Azure Storage resources.
SAS can be used to grant access to specific containers, blobs, or queues within Azure Storage
SAS can be time-limited or have specific permissions assigned to it
SAS can be generated using Azure Portal, Azure Storage Explorer, or programmatically using Azure SDKs
SAS can be used for various scenarios such as sharing files with external parties or granting temporary access to...read more
Q3. What is React? Why do we use it? Make a form with 3 different child components and pass props from the parent. There should be Select box, an Input field and a Submit Button.
React is a JavaScript library used for building user interfaces.
React allows for reusable components and efficient rendering.
It uses a virtual DOM to update only the necessary parts of the UI.
React is popular for its simplicity and flexibility.
Examples of companies using React include Facebook, Instagram, and Airbnb.
Q4. What is azure blue print
Azure Blueprint is a service that helps automate the deployment of compliant and secure cloud environments.
Azure Blueprint provides a set of pre-built templates that can be customized to meet specific compliance requirements.
It allows organizations to define and enforce policies for their Azure resources.
Blueprints can be used to deploy and manage resources across multiple subscriptions and regions.
It helps ensure that resources are deployed in a consistent and repeatable man...read more
Q5. Q1- Split the array size
Split the array size
Use the split() method to split the array into smaller arrays
Specify the size of each smaller array
Handle any remaining elements if the original array size is not divisible by the specified size
Q6. Explain about Yaml structure
YAML is a human-readable data serialization format used for configuration files and data exchange.
YAML stands for 'YAML Ain't Markup Language'
It uses indentation to define the structure of data
It supports various data types such as strings, numbers, booleans, arrays, and objects
It allows comments to be added to the data
Example: name: John Doe age: 30 isMarried: true hobbies: - reading - hiking
Q7. Q2-card based problem
Implement a card-based problem solution
Use arrays to represent the cards and their values
Consider different operations like shuffling, sorting, dealing
Implement algorithms for efficient card manipulation
Q8. What are branching strategies in GIT
Branching strategies in GIT are ways to manage code changes and collaboration among team members.
Gitflow - a popular branching model that uses a master branch for production-ready code and a develop branch for ongoing development
Trunk-based development - a strategy where all changes are made directly to the main branch, with frequent merges to keep the codebase up-to-date
Feature branching - a method where each feature or task is developed on a separate branch, then merged bac...read more
Q9. What is AE What is ADR Causlity Medra version ICH GCP guidelines Clinical trials and phases of it MOA of hypertensive drugs What is placebo
A set of questions related to clinical research and pharmacology.
AE refers to Adverse Event, any undesirable experience associated with the use of a medical product.
ADR stands for Adverse Drug Reaction, any response to a drug that is noxious and unintended.
Causality is the relationship between an event (the cause) and a second event (the effect), where the second event is a result of the first.
MedDRA is a medical terminology used to classify adverse event information associat...read more
Q10. What is different between truncate and delete
Truncate is faster and cannot be rolled back, while delete is slower and can be rolled back.
Truncate is a DDL command, while delete is a DML command.
Truncate removes all rows from a table, while delete removes specific rows based on a condition.
Truncate resets identity column values, while delete does not.
Truncate cannot be used with a WHERE clause, while delete can.
Truncate is faster than delete as it does not log individual row deletions.
Delete can be rolled back using a tr...read more
Q11. Terraform use cases and uses of it
Terraform is an infrastructure as code tool used to provision and manage cloud resources.
Automates infrastructure deployment
Supports multiple cloud providers
Enables version control for infrastructure
Allows for modular and reusable code
Facilitates collaboration between teams
Examples: provisioning EC2 instances, creating S3 buckets, managing DNS records
Q12. What is ADR, difference between ADE and ADR
ADR stands for Adverse Drug Reaction. ADE refers to Adverse Drug Event. ADR is a specific type of ADE.
ADR is a harmful reaction to a medication that occurs at normal doses used for treatment.
ADE is a broader term that includes any harm resulting from the use of a medication, including medication errors and adverse drug reactions.
ADE can be intentional or unintentional, while ADR specifically refers to unintended and harmful reactions to medications.
Example: An ADE could be a ...read more
Q13. Some aspects of pharmacovigilance
Pharmacovigilance involves monitoring, evaluating, and preventing adverse effects of drugs.
Collecting and analyzing data on adverse drug reactions
Reporting adverse drug reactions to regulatory authorities
Assessing the risk-benefit ratio of drugs
Identifying and managing safety signals
Ensuring the safe use of drugs in clinical trials and post-marketing surveillance
Developing risk management plans
Providing drug safety information to healthcare professionals and patients
Q14. Why Business Analyst is required in a company
Business Analyst is required in a company to bridge the gap between business needs and technical solutions.
Business Analysts help in defining business requirements and translating them into technical requirements.
They analyze data and provide insights to help make informed business decisions.
Business Analysts act as a liaison between stakeholders, project managers, and development teams.
They assist in identifying opportunities for process improvement and optimization.
Business...read more
Q15. Pharmacology of drugs
Pharmacology of drugs refers to the study of how drugs interact with the body and how they are metabolized.
Pharmacology involves the study of drug action, drug composition, and drug properties.
It includes the study of pharmacokinetics, pharmacodynamics, and pharmacogenetics.
Examples of pharmacology of drugs include understanding how a drug is absorbed, distributed, metabolized, and excreted by the body.
Another example is understanding how a drug interacts with specific recept...read more
Q16. Difference between adr and ade
ADR stands for Adverse Drug Reaction while ADE stands for Adverse Drug Event.
ADR refers to any harmful or unintended reaction to a medication, while ADE refers to any negative event that occurs as a result of medication use.
ADR is a subset of ADE, as not all adverse events are caused by drugs.
Examples of ADRs include nausea, dizziness, and allergic reactions, while examples of ADEs include medication errors and drug interactions.
Q17. What is Virtual DOM?
Virtual DOM is a lightweight copy of the actual DOM that React uses to update the UI efficiently.
Virtual DOM is a JavaScript object that represents the actual DOM.
It allows React to update only the necessary parts of the UI, improving performance.
Changes made to the Virtual DOM are compared with the previous version to determine the minimum number of changes needed to update the actual DOM.
React uses a diffing algorithm to compare the Virtual DOM and actual DOM.
React updates ...read more
Q18. What is service account
A service account is a special account used by a service or application to access resources on a network.
Service accounts are used to run services or applications with the necessary permissions and access rights.
Service accounts are often used in database administration to allow the database service to interact with the operating system.
Service accounts can be configured with specific permissions and restrictions to limit access to resources.
Examples of service accounts inclu...read more
Q19. How to configure replication
Replication can be configured by setting up a publication, creating a subscription, and initializing the subscription.
Set up a publication by selecting the database objects to replicate and defining the publication properties.
Create a subscription by specifying the subscriber server, database, and synchronization schedule.
Initialize the subscription by generating a snapshot of the publication and applying it to the subscriber.
Q20. What is pharmacovigilance
Top HR Questions asked in Avaada Energy
Interview Process at Avaada Energy
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month