Complete Subject Question Bank (Dumps)
________ is the process during which the changes of a system are implemented in a controllable manner by following a predefined model, with some reasonable modifications.
The source marks the correct answer as: Change Management.
From the options select the configuration items that are eligible for configuration management
The source marks the correct answer as: Source code document; Test Report; SRS; Design Document.
Which is the software configuration concept that ensures that change should be done in a controlled and authorized environment
The source marks the correct answer as: Baseline.
Tom and Peter works on the same project. Tom does his work and update the local copy back to the configuration management server. This process is called as
The source marks the correct answer as: Check-in.
____________ ensures that when two different people does the work and update parallelly, one should not over write the other
The source marks the correct answer as: Synchronization control.
Collaborative and co-operative approach among all the stake holders is important. This is a feature of the _______________ Agile Methodology
The source marks the correct answer as: Dynamic system development method,.
Which of these is not an agile methodology
The source marks the correct answer as: SPIRAL.
Scrum divides the development into short cycles called as ______
The source marks the correct answer as: Sprint Cycles.
________ methodology is useful when the client requirements are not clear and stable
The source marks the correct answer as: Agile Methodology.
DSDM is iterative and incremental
The source marks the correct answer as: True.
following: Which agile methodology divides the development into sprint cycles, in which a Specified set of features are delivered? Choose from the
The source marks the correct answer as: SCRUM.
What are the roles in dynamic system development method? Choose from the following:
The source marks the correct answer as: Scribe Facilitator; Technical Coordinator.
_____ methodology focus on visualization flow
The source marks the correct answer as: Kanban.
State true or false. During agile development more emphasize is given for documentation
The source marks the correct answer as: False.
__________ is an iterative and incremental approach that embraces principles of agile development, including continuous user/customer involvement.
The source marks the correct answer as: Dynamic System Development Method.
Which of the following agile methodologies depends on the cohesiveness of the team and individual commitment of the team members?
The source marks the correct answer as: Lean Software Development.
____ layer in busness analytics indicate what is happening or what has happened
The source marks the correct answer as: Descriptive Layer.
An optimal solution is based on ___
The source marks the correct answer as: Targets; Limits; Choices.
____ layer describes what could happen
The source marks the correct answer as: Predictive Layer.
_____ Allows decision makers at virtually all levels of the organization to gain insight into business performance and data to support and guide actions.
The source marks the correct answer as: BPM.
Analytics reveal hidden patterns in _____
The source marks the correct answer as: Data.
The challenge faced in Business Analytics are
The source marks the correct answer as: Volume of data; Variety of data; Velocity of data.
_____ helps to uncover unexpected patterns and associations from all data within an organization
The source marks the correct answer as: Predictive Layer.
______ is the Process of discovering various models, summaries and derived values from a given collection of data
The source marks the correct answer as: Data Mining.
To understand the best course of action for a problem is ____
The source marks the correct answer as: Cognitive Layer.
By working to plan an information agenda, master information, and apply Business Analytics, organizations can take advantage of the following areas
The source marks the correct answer as: Information Management; ECM.
Which is not a KPI
The source marks the correct answer as: Effort KPI.
_____ helps an organization to define and measure progress towards organizational goals.
The source marks the correct answer as: KPI.
Which of these are attributes of performance measure
The source marks the correct answer as: Strategic; Holistic; Relevant; Timely.
Expand KSI
The source marks the correct answer as: Key Success Indicator.
____ reflect the success or failure after an event has been consumed
The source marks the correct answer as: Lagging KPI.
A metric should be time bound
The source marks the correct answer as: True.
____ is an important measure of how well an organization meets or exceeds a customer's expectations
The source marks the correct answer as: Customer Satisfaction.
The most common form of KPI reporting is ____
The source marks the correct answer as: Dashboarding.
_____ is the subject matter area on which reports revolve around.
The source marks the correct answer as: Content.
Units per hour is an example of what KPI
The source marks the correct answer as: Quantitative KPI.
Design Thinking is focusing on the stated problem than to arrive at a solution immediately
The source marks the correct answer as: True.
Which is not a phase in design thinking
The source marks the correct answer as: Model.
Stating Your Users' Needs and Problems is done in which phase
The source marks the correct answer as: Define.
Sub phases of understand phase is ___
The source marks the correct answer as: Empathize; Define.
____ is an iterative process in which we understand the users clearly
The source marks the correct answer as: Design Thinking.
_______in design thinking is a written, actionable statement that expresses the problem that the design team is trying to address.
The source marks the correct answer as: POV.
Which of the following is mapped by an empath map
The source marks the correct answer as: Says; Thinks; Does; Feels.
Analyzing how users interact with their environment is a ____ activity in Empathize
The source marks the correct answer as: Observer.
Researching Your Users' Needs is done in which phase
The source marks the correct answer as: Empathize.
Challenge Assumptions and Create Ideas is done in
The source marks the correct answer as: Ideate.
Before DevOps, there is a significant delay between development and operations
The source marks the correct answer as: True.
Which of the following CI/CD tools is a continuous integration server developed by Atlassian?
The source marks the correct answer as: Bamboo.
Which of the following CI/CD tools is known for its ease of setup, out-of-the-box usability, and beautiful user interface?
The source marks the correct answer as: TeamCity.
In YAML file used for BitBucket pipeline, you can use different types of container for each step by selecting different images
The source marks the correct answer as: True.
Which of the following is the final phase of the DevOps cycle?
The source marks the correct answer as: Monitor.
Which of the following CI/CD toolsprovides support for .Net framework?
The source marks the correct answer as: TeamCity.
Each service runs in its own process and communicates with other services through a well-defined interface in Microservices
The source marks the correct answer as: True.
The applications with Azure CI/CD pipelines can be deployed to multiple target environments
The source marks the correct answer as: True.
In which of the following pipelines, all the new changes run through a consistent set of quality checks?
The source marks the correct answer as: AWS codpipeline.
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?
The source marks the correct answer as: Continuous Deployment.
In GitLab, pipes are agents that run the CI/CD Jobs
The source marks the correct answer as: False.
Pipe uses a script that lives in a Docker container
The source marks the correct answer as: True.
In Continuous Integration, build status is reported to developers when they are changing the code.
The source marks the correct answer as: True.
Which of the following uses a version control system and a central code repository for tracking the code changes made by developers?
The source marks the correct answer as: Continuous Integration.
Which of the following CI/CD tools is designed to handle anything from a simple CI server to a complete CD hub?
The source marks the correct answer as: Jenkins.
You can either define the pipeline using YAML syntax or through the user interface in Azure pipeline
The source marks the correct answer as: True.
The __________is used to record the code changes made by developers so that these changes can be shared to others
The source marks the correct answer as: Version control system.
Which of the following are the services provided by Azure DevOps?
The source marks the correct answer as: Azure Boards; Azure Artifacts; Azure Repos.
Which of the following CI/CD tools is suitable for small projects?
The source marks the correct answer as: CircleCI.
In _________, developed code is continuously delivered until the programmer considers it is ready to ship.
The source marks the correct answer as: Continuous Delivery.
DevOps bridges the gap between development and operations teams.
The source marks the correct answer as: True.
Which of the following is a a software development practice where members of a team use a version control system and frequently integrate their work to the same location like the main branch?
The source marks the correct answer as: Continuous Integration.
A Blue/Green deployment is a deployment strategy in which you create two separate, but identical environments.
The source marks the correct answer as: True.
With Continuous Delivery, production happens automatically without explicit approval.
The source marks the correct answer as: False.
CAMS Stands for Culture, Automation, _________ and ________.
The source marks the correct answer as: Measurement; Sharing.
In CAMS Model, ________ is all about monitoring and tracking the progress of various activities involved in the DevOps environment.
The source marks the correct answer as: Measurement.
DevOps culture is about agility, scalability, continuous improvements in the delivery of services.
The source marks the correct answer as: True.
Using a blue/green deployment strategy increases application availability and reduces deployment risk by simplifying the rollback process if a deployment fails.
The source marks the correct answer as: True.
In the Blue/Green deployment, once testing has been completed on the blue environment, live application traffic is directed to the blue environment and the green environment is deprecated.
The source marks the correct answer as: False.
Which of the following refers to automatically releasing a developer’s changes from the repository to production, where it is usable by customers?
The source marks the correct answer as: Continuous Deployment.
Which of the following are the Test Automation tools?
The source marks the correct answer as: Selenium.
Replacing or modifying older apps with newer microservices architecture can open up the doors to faster development and quicker innovation.
The source marks the correct answer as: True.
Which of the following are the Software Configuration Management tools?
The source marks the correct answer as: Git; CVS.
Infrastructure-as-Code tools are used to create software environments using predefined templates.
The source marks the correct answer as: True.
version tag.
The source marks the correct answer as: Build phase.
Which of the following phases in the CI/CD pipeline get all the features of that code from various branches of the repository, merge them and finally use a
The source marks the correct answer as: Build phase.
Unit Testing tests individual units or components of a code written by the developer to validate if they perform as expected.
The source marks the correct answer as: True.
Which of the following are Infrastructure-As-Code tools?
The source marks the correct answer as: AWS CloudFormation; Terraform.
_________ and ________ are CI/CD software that automates tasks starting from development pipeline to deployment.
The source marks the correct answer as: Jenkins; Bamboo.
An Elastic stack can be created to automatically monitor the application and logs.
The source marks the correct answer as: True.
A _________ is an application security solution that can help to find certain vulnerabilities in web applications while they are running in production.
The source marks the correct answer as: Dynamic Analysis Security Testing.
Vulnerability Scanning ensures that code is checked for vulnerabilities at every major stage of the delivery pipeline from the time it is written to, when it is deployed into production.
The source marks the correct answer as: True.
Use a SAST tool to ensure that your code is secure, safe, and reliable.
The source marks the correct answer as: True.
Which of the following DevSecOps tools allows an All-in-One website security scanner to support developers to detect problems at the most advanced stage?
The source marks the correct answer as: Acunetix.
__________ refers to the process of tracking the identified vulnerabilities, the steps taken to mitigate and/or eliminate those vulnerabilities, and the overall status of the application’s security.
The source marks the correct answer as: Monitor.
_________ is an enterprise-grade automated code review solution that uses static code analysis to provide comprehensive vulnerability reporting.
The source marks the correct answer as: Codacy.
_______ is a web-based DevOps program that gives a full CI/CD toolchain out-of-the-box in one particular application.
The source marks the correct answer as: GitLab.
Runtime protection means securing software against threats that can arise when your application starts running.
The source marks the correct answer as: False.
__________ provides a summary of possible attack scenarios, outlines the flow of sensitive data, and identifies vulnerabilities and offers potential mitigation options.
The source marks the correct answer as: Threat Modeling.
___________ is an application security methodology for managing open source components.
The source marks the correct answer as: Software Composition Analysis.
DSOMM Level 1 calls for the execution of static analysis tools without any changes to the tools or settings.
The source marks the correct answer as: True.
_________ is incorporated in the implementation phase of Secure SDLC.
The source marks the correct answer as: Static Analysis.
Which of the following are considered as the 4-Axes in DSOMM?
The source marks the correct answer as: Static Depth; Intensity.
Security issues can be addressed in the SDLC pipeline well before deployment to production.
The source marks the correct answer as: True.
During the development phase in secure SDLC, teams need to make sure that they use secure coding standards.
The source marks the correct answer as: True.
Employing both SAST and DAST in a pipeline would cover both codebase and runtime vulnerabilities.
The source marks the correct answer as: True.
Which of the following are the three critical areas focused by Security Monitoring/Compliance in Secure SDLC?
The source marks the correct answer as: Shifting security left in the SDLC; Building security into policies; Creating an audit trail throughout the development.
DSOMM strives to incrementally increase the effectiveness of a security program from Level 1 to Level 4.
The source marks the correct answer as: True.
Which of the following are the steps of Threat Modeling?
The source marks the correct answer as: Decomposing the application; Ranking Threats; Mitigation.
In which of the following phases of Secure SDLC, teams follow architecture and design guidelines to address risk?
The source marks the correct answer as: Architecture And Design.
Which of the following are the Software Composition Analysis tools?
The source marks the correct answer as: WhiteSource; Dependency Checker.
Bill Of Materials (BOM) describe the components included in applications, the version of the components used, and the license types for each.
The source marks the correct answer as: True.
Any component that has the potential to adversely impact cyber supply-chain risk is a candidate for Component Analysis.
The source marks the correct answer as: True.
SAC tools can both spot any security weak points and suggest potential solutions based on the entire code base.
The source marks the correct answer as: True.
Implementing SCA ensures that all of the components in your applications are secure and compliant.
The source marks the correct answer as: True.
__________is the process of identifying potential areas of risk from the use of third-party and open-source software and hardware components.
The source marks the correct answer as: Component Analysis.
Which of the following rules comes under comprehensive rulesets while embedding SAST tools into the pipeline?
The source marks the correct answer as: XML external entity; Header injection.
__________ is an approach to detect dependency bugs in build systems.
The source marks the correct answer as: VeriBuild.
SAST is performed at the static level ensuring¬ that code guidelines are followed without actually executing the application.
The source marks the correct answer as: True.
Which of the following SAST tools is specifically built for NodeJS?
The source marks the correct answer as: Reshift.
Which of the following problems can be identified by using static analysis?
The source marks the correct answer as: Dead or unused code; Violation of code style guidelines.
________ is designed for optimizing the performance for analyzing typestate problem
The source marks the correct answer as: Smoke.
Static code analyzers help to define project specific rules to ensure that all developers follow them without any manual intervention or sidetracking.
The source marks the correct answer as: True.
Which of the following SAST tools is designed for web applications?
The source marks the correct answer as: HCL AppScan.
Static Application Security Testing (SAST) is also known as 'black box testing’.
The source marks the correct answer as: False.
SAST tools examine the source code at rest to detect and report on potential security vulnerabilities.
The source marks the correct answer as: True.
In Push Based Configuration Management System, nodes pull the configuration information from the server.
The source marks the correct answer as: False.
You can also use Ansible Automation Platform for configuration management to maintain your systems in the desired state.
The source marks the correct answer as: True.
Configuration drift occurs when ad-hoc configuration changes and updates result in a mismatched development, test, and deployment environments.
The source marks the correct answer as: True.
___________ is a list of tasks that runs repeatedly in an order.
The source marks the correct answer as: Playbook.
Which of the following is an open-source configuration management tool based on Python?
The source marks the correct answer as: SaltStack.
Ansible is an example of a pull based configuration management tool.
The source marks the correct answer as: False.
Which of the following services natively integrates Role-Based Access Control (RBAC) into the management platform?
The source marks the correct answer as: Azure Resource Manager.
________ allows you to create “recipes” and “cookbooks” using its Ruby-based DSL.
The source marks the correct answer as: Chef.
Ansible leverages SSH to communicate between servers.
The source marks the correct answer as: True.
_________ are the components required to operate and manage enterprise IT environments.
The source marks the correct answer as: Infrastructure.
Vulnerability scanning tools can be used to identify specific local users and groups.
The source marks the correct answer as: True.
ServerSpec lets you to include metadata about your compliance rules.
The source marks the correct answer as: False.
______ is a set of security tools that can be used to validate compliance against a set of policies.
The source marks the correct answer as: OpenSCAP.
With Chef Automate, you can run your InSpec compliance tests on demand, see the results on the dashboard, and remediate the problem.
The source marks the correct answer as: True.
InSpec tests can be easily added to act as a quality gate for compliance.
The source marks the correct answer as: True.
Once you have categorized and prioritized vulnerabilities, break down your remediation process into bite-size chunks to make them more manageable and effective.
The source marks the correct answer as: True.
InSpec can also run as a series of automated tests that execute as part of your standard release pipelines.
The source marks the correct answer as: True.
Inspec uses a client-server model.
The source marks the correct answer as: True.
Chef Automate is an integrated solution for managing and deploying infrastructure and applications.
The source marks the correct answer as: True.
_________ was created to provide a standardized approach to maintain the security of systems.
The source marks the correct answer as: OpenSCAP.
Based on our question bank analysis, master these concepts to score high in Agile, DevOps and DevSecOps.
"Focus on understanding the logic behind pseudocode loops and selection statements, as they form the bulk of technical assessments."