Font size
WorksheetsAsdm-midquiz
Total questions: 20
Worksheet time: 15mins
This phase of the SDLC is known as the “ongoing phase” where the system is periodically evaluated and updated as needed.
preliminary investigation
system design
system implementation
system maintenance
After implementation of the system, system maintenance could be done for
Minor changes in the processing logic
Errors detected during the processing
Revision of the formats of the reports
All of the above
The final step of the system analysis phase in the SDLC is to
gather data
write system analysis report
propose changes
analyze data
During which phase of the SDLC are users trained to use the new system?
preliminary investigation
systems implementation
systems development
systems maintenance
Using the ………. approach, a new system is tested in one part of the organization before being implemented in others.
direct
parallel
phased
pilot
Find out which phase is not available in SDLC?
Coding
Testing
Maintenance
Abstraction
What is the meaning of Functional Cohesion?
Operations are part of single functional task and are placed in same procedures.
All operations that access the same data are defined within one class.
All operations that access the data from outside the module.
None of the above.
Software is divided into separately Named and Addressable Components, and it is called as ________
Software
Cohesion
Module
None of the above
________ is an indication of the relative interdependence among modules.
Cohesion
Coupling
Modularity
Cohesion and coupling.
Which of the property of software modularity is incorrect withrespect to benefits of software modularity?
Modules are robust
Modules can use other modules
Modules can be separately compiled and stored in a library
Module are mostly dependent
Which of these Git client commands creates a copy of the repository and a working directory in the client’s workspace. (Choose one.)
update
checkout
clone
import
None of the above
In Git, if you want to make your local repository reflect changes that have been made in a remote (tracked) repository, you should run the pull command.
True
False
In Git, which error would you get if you try to push master-branch changes to a remote repository, and someone else pushed changes to that same branch while you were making your changes? (Choose one.)
Rejected
404
500
Access denied
400 Bad request
If you want to make radical changes to your team’s project and don’t want to impact the rest of the team, you should implement your changes in …
… a tag.
… the trunk.
. … the root.
… a branch.
None of the above
Imagine that you just joined a development team that uses Git for version control and collaboration. To start contributing to the project, what Git operation would you most likely invoke first?
checkout
clone
export
revert
update
What is a Sprint Review?
Activity to Introspect and Adapt
Activity to improve Scrum Processes
Activity to seek approval for the work done
Activity to plan for the next Sprint
Activity to plan for the release
Who should necessarily attend the Daily Standup meeting?
The Development Team
The Scrum Team
The Development Team and the Product Owner
The Development Team and the Scrum Master
The Scrum Team and the Stakeholders
What happens when all the Sprint Items cannot be completed?
The Sprint should be extended
The Sprint ends with the done items
The Sprint should be canceled
The unfinished Sprint items should be removed from the Sprint Backlog
Start the next Sprint with the unfinished items first
Which of the following activity is not timeboxed?
Sprint Retrospective
Sprint
Product Backlog Refinement
Daily Scrum
Sprint Review
When is a Sprint Retrospective ceremony performed?
Whenever the team suggests
At the end of each Sprint
Whenever needed
Whenever the Product Owner suggests
Whenever the Scrum Master suggests
