Complete Question Index

Browse through all 2134 assessment questions (Page 2 of 15)

Agile & DevOps04 Devsecops

InSpec tests can be easily added to act as a quality gate for compliance.

Agile & DevOps04 Devsecops

With Chef Automate, you can run your InSpec compliance tests on demand, see the results on the dashboard, and remediate the problem.

Agile & DevOps04 Devsecops

ServerSpec lets you to include metadata about your compliance rules.

Agile & DevOps04 Devsecops

Vulnerability scanning tools can be used to identify specific local users and groups.

Agile & DevOpsBusiness Analytics And Design Thinking

_____ helps to uncover unexpected patterns and associations from all data within an organization

Agile & DevOpsBusiness Analytics And Design Thinking

______ is the Process of discovering various models, summaries and derived values from a given collection of data

Agile & DevOpsBusiness Analytics And Design Thinking

To understand the best course of action for a problem is ____

Agile & DevOpsBusiness Analytics And Design Thinking

____ layer describes what could happen

Agile & DevOpsBusiness Analytics And Design Thinking

Analytics reveal hidden patterns in _____

Agile & DevOpsBusiness Analytics And Design Thinking

____ layer in busness analytics indicate what is happening or what has happened

Agile & DevOpsBusiness Analytics And Design Thinking

_____ Allows decision makers at virtually all levels of the organization to gain insight into business performance and data to support and guide actio...

Agile & DevOpsBusiness Analytics And Design Thinking

A metric should be time bound

Agile & DevOpsBusiness Analytics And Design Thinking

____ is an important measure of how well an organization meets or exceeds a customer's expectations

Agile & DevOpsBusiness Analytics And Design Thinking

Units per hour is an example of what KPI

Agile & DevOpsBusiness Analytics And Design Thinking

_____ is the subject matter area on which reports revolve around.

Agile & DevOpsBusiness Analytics And Design Thinking

The most common form of KPI reporting is ____

Agile & DevOpsBusiness Analytics And Design Thinking

Which is not a KPI

Agile & DevOpsBusiness Analytics And Design Thinking

_____ helps an organization to define and measure progress towards organizational goals.

Agile & DevOpsBusiness Analytics And Design Thinking

____ reflect the success or failure after an event has been consumed

Agile & DevOpsBusiness Analytics And Design Thinking

Expand KSI

Agile & DevOpsBusiness Analytics And Design Thinking

Challenge Assumptions and Create Ideas is done in

Agile & DevOpsBusiness Analytics And Design Thinking

Analyzing how users interact with their environment is a ____ activity in Empathize

Agile & DevOpsBusiness Analytics And Design Thinking

Researching Your Users' Needs is done in which phase

Agile & DevOpsBusiness Analytics And Design Thinking

_______in design thinking is a written, actionable statement that expresses the problem that the design team is trying to address.

Agile & DevOpsBusiness Analytics And Design Thinking

Stating Your Users' Needs and Problems is done in which phase

Agile & DevOpsBusiness Analytics And Design Thinking

____ is an iterative process in which we understand the users clearly

Agile & DevOpsBusiness Analytics And Design Thinking

Which is not a phase in design thinking

Agile & DevOpsBusiness Analytics And Design Thinking

Design Thinking is focusing on the stated problem than to arrive at a solution immediately

Agile & DevOpsDevops

In GitLab, pipes are agents that run the CI/CD Jobs

Agile & DevOpsDevops

You can either define the pipeline using YAML syntax or through the user interface in Azure pipeline

Agile & DevOpsDevops

Pipe uses a script that lives in a Docker container

Agile & DevOpsDevops

Which of the following CI/CD tools is designed to handle anything from a simple CI server to a complete CD hub?

Agile & DevOpsDevops

The __________is used to record the code changes made by developers so that these changes can be shared to others

Agile & DevOpsDevops

In _________, developed code is continuously delivered until the programmer considers it is ready to ship.

Agile & DevOpsDevops

Which of the following uses a version control system and a central code repository for tracking the code changes made by developers?

Agile & DevOpsDevops

In Continuous Integration, build status is reported to developers when they are changing the code.

Agile & DevOpsDevops

Which of the following CI/CD tools is suitable for small projects?

Agile & DevOpsDevops

In which of the following, there is no human intervention and only a failed test will prevent a new change to be deployed to production?

Agile & DevOpsDevops

Which of the following is the final phase of the DevOps cycle?

Agile & DevOpsDevops

In YAML file used for BitBucket pipeline, you can use different types of container for each step by selecting different images

Agile & DevOpsDevops

Which of the following CI/CD tools is a continuous integration server developed by Atlassian?

Agile & DevOpsDevops

Which of the following CI/CD tools is known for its ease of setup, out-of-the-box usability, and beautiful user interface?

Agile & DevOpsDevops

Before DevOps, there is a significant delay between development and operations

Agile & DevOpsDevops

The applications with Azure CI/CD pipelines can be deployed to multiple target environments

Agile & DevOpsDevops

In which of the following pipelines, all the new changes run through a consistent set of quality checks?

Agile & DevOpsDevops

Each service runs in its own process and communicates with other services through a well-defined interface in Microservices

Agile & DevOpsDevops

Which of the following CI/CD toolsprovides support for .Net framework?

Agile & DevOpsDevsecops

Using a blue/green deployment strategy increases application availability and reduces deployment risk by simplifying the rollback process if a deploym...

Agile & DevOpsDevsecops

In the Blue/Green deployment, once testing has been completed on the blue environment, live application traffic is directed to the blue environment an...

Agile & DevOpsDevsecops

DevOps culture is about agility, scalability, continuous improvements in the delivery of services.

Agile & DevOpsDevsecops

With Continuous Delivery, production happens automatically without explicit approval.

Agile & DevOpsDevsecops

A Blue/Green deployment is a deployment strategy in which you create two separate, but identical environments.

Agile & DevOpsDevsecops

DevOps bridges the gap between development and operations teams.

Agile & DevOpsDevsecops

Unit Testing tests individual units or components of a code written by the developer to validate if they perform as expected.

Agile & DevOpsDevsecops

An Elastic stack can be created to automatically monitor the application and logs.

Agile & DevOpsDevsecops

Infrastructure-as-Code tools are used to create software environments using predefined templates.

Agile & DevOpsDevsecops

Replacing or modifying older apps with newer microservices architecture can open up the doors to faster development and quicker innovation.

Agile & DevOpsDevsecops

Runtime protection means securing software against threats that can arise when your application starts running.

Agile & DevOpsDevsecops

Use a SAST tool to ensure that your code is secure, safe, and reliable.

Agile & DevOpsDevsecops

Vulnerability Scanning ensures that code is checked for vulnerabilities at every major stage of the delivery pipeline from the time it is written to, ...

Agile & DevOpsDevsecops

DSOMM strives to incrementally increase the effectiveness of a security program from Level 1 to Level 4.

Agile & DevOpsDevsecops

Employing both SAST and DAST in a pipeline would cover both codebase and runtime vulnerabilities.

Agile & DevOpsDevsecops

Security issues can be addressed in the SDLC pipeline well before deployment to production.

Agile & DevOpsDevsecops

During the development phase in secure SDLC, teams need to make sure that they use secure coding standards.

Agile & DevOpsDevsecops

DSOMM Level 1 calls for the execution of static analysis tools without any changes to the tools or settings.

Agile & DevOpsDevsecops

SAC tools can both spot any security weak points and suggest potential solutions based on the entire code base.

Agile & DevOpsDevsecops

Implementing SCA ensures that all of the components in your applications are secure and compliant.

Agile & DevOpsDevsecops

Bill Of Materials (BOM) describe the components included in applications, the version of the components used, and the license types for each.

Agile & DevOpsDevsecops

Any component that has the potential to adversely impact cyber supply-chain risk is a candidate for Component Analysis.

Agile & DevOpsDevsecops

Static code analyzers help to define project specific rules to ensure that all developers follow them without any manual intervention or sidetracking.

Agile & DevOpsDevsecops

Static Application Security Testing (SAST) is also known as 'black box testing.

Agile & DevOpsDevsecops

SAST tools examine the source code at rest to detect and report on potential security vulnerabilities.

Agile & DevOpsDevsecops

SAST is performed at the static level ensuring that code guidelines are followed without actually executing the application.

Agile & DevOpsDevsecops

Ansible leverages SSH to communicate between servers.

Agile & DevOpsDevsecops

Ansible is an example of a pull based configuration management tool.

Agile & DevOpsDevsecops

You can also use Ansible Automation Platform for configuration management to maintain your systems in the desired state.

Agile & DevOpsDevsecops

In Push Based Configuration Management System, nodes pull the configuration information from the server.

Agile & DevOpsDevsecops

Configuration drift occurs when ad-hoc configuration changes and updates result in a mismatched development, test, and deployment environments.

Agile & DevOpsDevsecops

Chef Automate is an integrated solution for managing and deploying infrastructure and applications.

Agile & DevOpsDevsecops

InSpec can also run as a series of automated tests that execute as part of your standard release pipelines.

Agile & DevOpsDevsecops

Once you have categorized and prioritized vulnerabilities, break down your remediation process into bite- size chunks to make them more manageable and...

Agile & DevOpsDevsecops

Inspec uses a client-server model.

Agile & DevOpsDevsecops

ServerSpec lets you to include metadata about your compliance rules.

Agile & DevOpsDevsecops

With Chef Automate, you can run your InSpec compliance tests on demand, see the results on the dashboard, and remediate the problem.

Agile & DevOpsDevsecops

Vulnerability scanning tools can be used to identify specific local users and groups.

Agile & DevOpsDevsecops

InSpec tests can be easily added to act as a quality gate for compliance.

Agile & DevOpsGeneral

State true or false. During agile development more emphasis is given for documentation.

Agile & DevOpsGeneral

Which agile methodology divides the development into sprint cycles, in which a specified set of features are delivered?

Agile & DevOpsGeneral

Which of these is NOT an Agile methodology?

Agile & DevOpsGeneral

Scrum divides the development into short cycles called as ______.

Agile & DevOpsGeneral

Which methodology focuses on visualizing flow?

Agile & DevOpsGeneral

DSDM is iterative and incremental.

Agile & DevOpsGeneral

Collaborative and co-operative approach among all stakeholders is a feature of which Agile methodology?

Agile & DevOpsGeneral

Which agile methodology depends most on team cohesiveness and individual commitment?

Agile & DevOpsGeneral

_____ methodology is useful when the client requirements are not clear and stable.

Agile & DevOpsGeneral

Which statement best reflects the Agile Manifesto?

Agile & DevOpsGeneral

Who is responsible for maximizing product value in Scrum?

Agile & DevOpsGeneral

Which event inspects the Increment and adapts the Product Backlog?

Agile & DevOpsGeneral

Time-box of the Daily Scrum is:

Agile & DevOpsGeneral

Definition of Done (DoD) ensures:

Agile & DevOpsGeneral

A Product Backlog item should follow INVEST. What does I stand for?

Agile & DevOpsGeneral

Velocity in Scrum is:

Agile & DevOpsGeneral

Which chart shows remaining work against time in a sprint?

Agile & DevOpsGeneral

During Sprint Planning, the team commits to:

Agile & DevOpsGeneral

Who removes impediments in Scrum?

Agile & DevOpsGeneral

Backlog prioritization technique often used in Agile:

Agile & DevOpsGeneral

Which practice is core to Extreme Programming?

Agile & DevOpsGeneral

Lean Software Development focuses primarily on:

Agile & DevOpsGeneral

Kanban limits WIP to:

Agile & DevOpsGeneral

DSDM prioritization uses:

Agile & DevOpsGeneral

Crystal methodology adapts based on:

Agile & DevOpsGeneral

Feature-Driven Development (FDD) emphasizes:

Agile & DevOpsGeneral

In XP, TDD stands for:

Agile & DevOpsGeneral

Continuous Integration helps to:

Agile & DevOpsGeneral

Kanban board typical columns are:

Agile & DevOpsGeneral

Lean concept “Build quality in” means:

Agile & DevOpsGeneral

A good User Story format is:

Agile & DevOpsGeneral

Story points measure:

Agile & DevOpsGeneral

Planning Poker is used for:

Agile & DevOpsGeneral

Timeboxing means:

Agile & DevOpsGeneral

Spikes are used to:

Agile & DevOpsGeneral

Which is best when requirements are unclear?

Agile & DevOpsGeneral

Risk-driven model primarily associated with:

Agile & DevOpsGeneral

Minimum Viable Product (MVP) focuses on:

Agile & DevOpsGeneral

Definition of Ready (DoR) ensures:

Agile & DevOpsGeneral

Acceptance Criteria are used to:

Agile & DevOpsGeneral

Which configuration concept ensures change happens in a controlled and authorized way?

Agile & DevOpsGeneral

Tom updates local work back to the configuration server. This process is called:

Agile & DevOpsGeneral

Which ensures parallel updates do not overwrite each other?

Agile & DevOpsGeneral

________ is the process to implement changes in a controllable manner following a predefined model.

Agile & DevOpsGeneral

Which of the following is NOT a characteristic of cloud computing?

Agile & DevOpsGeneral

Agile prioritization often values:

Agile & DevOpsGeneral

In version control, Check-out means:

Agile & DevOpsGeneral

Configuration Audit verifies:

Agile & DevOpsGeneral

SVN is a:

Agile & DevOpsGeneral

Scrum Master primarily serves:

Agile & DevOpsGeneral

Sprint Retrospective focuses on:

Agile & DevOpsGeneral

Which is a pull-based system?

Agile & DevOpsGeneral

WSJF (Weighted Shortest Job First) prioritizes by:

Agile & DevOpsGeneral

Agile teams should be:

Agile & DevOpsGeneral

Burndown chart trending flat indicates:

Agile & DevOpsGeneral

Refactoring aims to:

Agile & DevOpsGeneral

Which ceremony is time-boxed and for planning the next iteration?

Agile & DevOpsGeneral

Minimum marketable feature (MMF) is:

Agile & DevOpsGeneral

A good Kanban WIP limit effect is:

Agile & DevOpsIntroduction To Agile

Which agile methodology divides the development into sprint cycles, in which a Specified set of features are delivered? Choose from the following:

Agile & DevOpsIntroduction To Agile

State true or false. During agile development more emphasize is given for documentation

Agile & DevOpsIntroduction To Agile

__________ is an iterative and incremental approach that embraces principles of agile development, including continuous user/customer involvement.

Agile & DevOpsIntroduction To Agile

What are the roles in dynamic system development method? Choose from the following: Select one or more: a. System Analyst b. Scribe Facilitator c. Tec...

Agile & DevOpsIntroduction To Agile

_____ methodology focus on visualization flow a. Kanban b. Scrum c. DSDM

PreviousPage 2 of 15Next