Response Time of the Requests Are Verified Using in Continuous Deployment
Continuous Deployment Fresco Play MCQs Answers
Disclaimer: The main motive to provide this solution is to help and support those who are unable to do these courses due to facing some issue and having a little bit lack of knowledge. All of the material and information contained on this website is for knowledge and education purposes only.
Try to understand these solutions and solve your Hands-On problems. (Not encourage copy and paste these solutions)
Course Path: DevOps/DEVOPS PROCESSES/Continuous Deployment
All Question of the Quiz Present Below for Ease UseCtrl + F to find the Question.
Quiz on CM and CI
1.____________ is an attribute that describes an environment.
- All of the options
- Middleware configuration
- Continuous deployment
- Test configuration
Answer: 2)Middleware configuration
2.Capacity testing _______________.
- is a critical testing and helps to verify technical aspects
- is a critical testing and helps to verify business aspects
- None of the options
- is a critical testing and helps to verify programming aspects
Answer: 1)is a critical testing and helps to verify technical aspects
3.Environment configuration must be integrated only during package creation.
- False
- True
Answer: 1)False
4.Accurev is a _____________________________ system.
- Centralized Version Control
- Stream Based Version Control
- Local Version Control
- All of the Options
- Distributed Version Control
Answer: 2)Stream Based Version Control
5.Continuous deployment must be followed to practice continuous delivery.
- True
- False
Answer: 2)False
6.A build that fails __________ stage will not be deployable.
- None of the options
- Acceptance
- Both the options
- Commit
Answer: 2)Acceptance
7.____________ testing was derived from hardware testing.
- Capacity
- System
- None of the options
- Smoke
Answer: 4)Smoke
8.Configuration management enables ____________ and reproducibility.
- None of the options
- Both traceability and deployability
- traceability
- deployability
Answer: 3)traceability
9.Collection of executable codes is known as ____________.
- Binaries
- build
- Installers
Answer: 1)Binaries
10.Environment configuration must be integrated only during package creation.
- True
- False
Answer: 2)False
11.Environment configuration details can be integrated during build time.
- True
- False
Answer: 1)True
12.Build executables cannot be included as part of version control.
- True
- False
Answer: 2)False
13.Configuration management enables traceability.
- True
- False
Answer: 1)True
- List of Fresco Play Courses without Hands-On | Fresco Play
- HMTL5 Semantics Elements MCQs Answers | Fresco Play
- HMTL5 Semantics Elements Hands-On Solutions | Fresco Play
- Styling with CSS3 Hands-On Solutions | Fresco Play
- Blockchain Intermedio MCQs Answers | Fresco Play
- Blockchain - Potentes Nexus MCQs Answers | Fresco Play
- Azure Essentials MCQs Answers | Fresco Play
- AWS Essentials MCQs Answers | Fresco Play
Quiz on Pipeline, Metrics and Tools
1.Dependencies between components are represented by ______.
- Directed acyclic graph
- Cyclometric dependency
- Both the options
Answer: 1)Directed acyclic graph
2.Continuous deployment focuses on enabling feedback loops as short as possible.
- False
- True
Answer: 2)True
3.Time taken to fix a broken build is measured using ________________.
- Broken Build Time
- Successful build rate
- Total Build time
Answer: 1)Broken Build Time
4.________ dependencies must be present when an application runs in an environment.
- Build time
- Run time
- None of the options
Answer: 2)Run time
5.Component pipeline is an integral part of ________________.
- Both Integration and dependency pipeline
- Dependency pipeline
- None of the options
- Integration pipeline
Answer: 4)Integration pipeline
6.New instance of _________ is created upon every check-in.
- All of the options
- Commit stage
- Deployment pipeline
- Component pipeline
Answer: 3)Deployment pipeline
7.Release candidate is created after the change passes through the ______________.
- Commit Stage
- Acceptance Stage
- Staging environment
Answer: 1)Commit Stage
8.People who perform the deployment should be part of creating the deployment process.
- False
- True
Answer: 2)True
Continuous Deployment: Final Assessment
1.Deployment pipeline enables collaboration.
- False
- True
Answer: 2)True
2.It is suggested to do manual testing across the project phases.
- False
- True
Answer: 2)True
3.New instance of ___________ is created upon every check-in.
- Deployment Pipeline
- Commit Stage
- All of the options
- Component Pipeline
Answer: 1)Deployment Pipeline
4.```_______ testing assesses stability problems.
- Alpha Testing
- Longevity Testing
- Beta Testing
- Scalability Testing
Answer: 2)Longevity Testing
5.The ability of a build system for handling a rise in the amount of code that it blends and analyzes is called ___________.
- None of the options
- Build performance
- Build Integration
- Build scalability
Answer: 2)Build performance
6.It is advised to maintain one to one correlation between codebase and application.
- True
- False
Answer: 1)True
7.A build that fails at ________ stage is not deployable.
- Acceptance
- Both the options
- None of the options
- Commit
Answer: 1)Acceptance
8.Showcases are one of the capacity testing types.
- True
- False
Answer: 2)False
9.Response time of the user requests are verified using __________________.
- Longevity testing
- None of the options
- Throughput testing
- Scalability testing
Answer: 4)Scalability testing
10.Capacity testing _______________.
- None of the options
- is a critical testing and helps to verify business aspects
- is a critical testing and helps to verify programming aspects
- is a critical testing and helps to verify technical aspects
Answer: 4)is a critical testing and helps to verify technical aspects
11.Build-time dependencies must be present when an application is runs in an environment.
- False
- True
Answer: 1)False
12.Automated implementation of an application's build, test, and deployment process is called as _____________________.
- Deployment Pipeline
- Integration Build
- Continuous Integration
Answer: 1)Deployment Pipeline
13.Functional testing is a verification activity.
- False
- True
Answer: 2)True
14._____________________ paradigm is used to move code from check-in to production in a very controlled way.
- Integration Pipeline
- None of the options
- Both the options
- Deployment Pipeline
Answer: 4)Deployment Pipeline
15.MTTR is __________________.
- Mean Time to reduce failures
- Mean time between failures.
- Mean Time to Repair failures.
Answer: 3)Mean Time to Repair failures.
16.User acceptance testing is done in the ______ stage.
- Manual Test
- Acceptance
- None of the options
Answer: 1)Manual Test
17.Build is triggered when a change occurs in the _________.
- Downstream Dependency
- Both upstream and downstream dependency
- Upstream dependency
Answer: 3)Upstream dependency
18.Testing done in a customer's environment is know as ____________ testing.
- alpha
- beta
- All of the options
- contract
Answer: 2)beta
19.______________ is an extension of component pipeline.
- Continuous deployment
- None of the options.
- Integration pipeline
- Continuous integration
Answer: 3)Integration pipeline
20.Component is separated from codebase when ______________.
- part of the codebase must be independently deployed.
- It takes too long to compile and code
- All of the options
- the component provides an interface to another system
Answer: 3)All of the options
- List of Fresco Play Courses without Hands-On | Fresco Play
- HMTL5 Semantics Elements MCQs Answers | Fresco Play
- HMTL5 Semantics Elements Hands-On Solutions | Fresco Play
- Styling with CSS3 Hands-On Solutions | Fresco Play
- Blockchain Intermedio MCQs Answers | Fresco Play
- Blockchain - Potentes Nexus MCQs Answers | Fresco Play
- Azure Essentials MCQs Answers | Fresco Play
- AWS Essentials MCQs Answers | Fresco Play
If you want answers to any of the fresco play courses feel free to ask in the comment section, we will surely help.
Source: https://www.notesbureau.com/2021/07/continuous-deployment-fresco-play-mcqs_12.html