Add office photos
Engaged Employer

Wissen Infotech

3.8
based on 441 Reviews
Filter interviews by

20+ Avaada Energy Interview Questions and Answers

Updated 15 Oct 2024

Q1. How many max and min approvals required in release pipeline

Ans.

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.

Add your answer

Q2. What is SAS in Azure storage

Ans.

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

Add your answer

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.

Ans.

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.

View 1 answer

Q4. What is azure blue print

Ans.

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

Add your answer
Discover Avaada Energy interview dos and don'ts from real experiences

Q5. Q1- Split the array size

Ans.

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

Add your answer

Q6. Explain about Yaml structure

Ans.

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

Add your answer
Are these interview questions helpful?

Q7. Q2-card based problem

Ans.

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

Add your answer

Q8. What are branching strategies in GIT

Ans.

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

Add your answer
Share interview questions and help millions of jobseekers 🌟

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

Ans.

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

Add your answer

Q10. What is different between truncate and delete

Ans.

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

Add your answer

Q11. Terraform use cases and uses of it

Ans.

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

Add your answer

Q12. What is ADR, difference between ADE and ADR

Ans.

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

Add your answer

Q13. Some aspects of pharmacovigilance

Ans.

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

Add your answer

Q14. Why Business Analyst is required in a company

Ans.

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

Add your answer

Q15. Pharmacology of drugs

Ans.

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

Add your answer

Q16. Difference between adr and ade

Ans.

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.

Add your answer

Q17. What is Virtual DOM?

Ans.

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

Add your answer

Q18. What is service account

Ans.

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

Add your answer

Q19. How to configure replication

Ans.

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.

Add your answer

Q20. What is pharmacovigilance

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Avaada Energy

based on 14 interviews in the last 1 year
Interview experience
3.9
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

4.2
 • 386 Interview Questions
3.6
 • 377 Interview Questions
4.1
 • 259 Interview Questions
4.0
 • 242 Interview Questions
4.2
 • 178 Interview Questions
4.2
 • 143 Interview Questions
View all
Top Wissen Infotech Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter