Which of the following best describes Emergent Architecture?

Which of the following best describes Emergent Architecture?A . The Software Architecture emerges solely decisions the Developers make from a technical perspective. B. The desire to make decisions easier to change in the future and find the best possible point in time to make decisions. C. Enterprise Architects must be...

March 8, 2023 No Comments READ MORE +

What can you infer from this?

You are asked to refactor part of the codebase for Application X. When you are done all Unit Tests pass with 50% Code Coverage. What can you infer from this?A . At least 50% of Application X functions correctly. B. You did not break any existing Unit Tests. C. There...

March 8, 2023 No Comments READ MORE +

Who is responsible for creation of the Definition of Done?

Who is responsible for creation of the Definition of Done?A . The Scrum Master. B. The Scrum Team. C. The Product Owner. D. The Development Team.View AnswerAnswer: B

March 8, 2023 No Comments READ MORE +

Does delivering changes frequently and directly into Production help to reduce risk? (choose two)

Does delivering changes frequently and directly into Production help to reduce risk? (choose two)A . Yes because the changes you make are much smaller and it is easier to fix problems. B. No because each release means a risk to break something so releasing more frequently would increase the risk....

March 7, 2023 No Comments READ MORE +

Which is the most reliable form of technical documentation?

Which is the most reliable form of technical documentation?A . A spreadsheet of passing manual tests. B. The Developer's whiteboard. C. Release notes. D. A passing test harness with clear naming and vocabulary. E. A help file. F. UML model.View AnswerAnswer: D

March 7, 2023 No Comments READ MORE +

What will likely happen if this is done?

An organization has decided to adopt Scrum but Management wants to change the terminology to fit with terminology already used. What will likely happen if this is done? (choose the best answer)A . Management may feel less anxious. B. The organization may not understand what has changed with Scrum and...

March 7, 2023 No Comments READ MORE +

Which of the following describes the focus of the first way of DevOps?

Which of the following describes the focus of the first way of DevOps?A . Using automated build and release pipelines. B. A tool-focused way of introducing DevOps compared to a mindset way (second way) and organizational structure (third way). C. The first set of practices a team should apply before...

March 7, 2023 No Comments READ MORE +

Why might Developers choose to do Pair Programming?

Why might Developers choose to do Pair Programming?A . It can be a fun way to work. B. Efficiency. C. All of the above. D. Information sharing and learning. E. Improving Code Quality.View AnswerAnswer: C

March 7, 2023 No Comments READ MORE +

Continuous Integration (CI) provides the following advantages: (select all that apply)

Continuous Integration (CI) provides the following advantages: (select all that apply)A . Stop waiting to find out if your code’s going to work. B. Less back-tracking to discover where things went wrong so you can spend more time building features. C. Automatically eliminates all integration issues. D. Allows teams to...

March 7, 2023 No Comments READ MORE +

What factor should be considered when establishing the Sprint length?

What factor should be considered when establishing the Sprint length?A . The organization has mandated similar length Sprints. B. The need of the team to learn on doing work and measuring results. C. The frequency at which team formation can be changed. D. The organization release schedule.View AnswerAnswer: B

March 7, 2023 No Comments READ MORE +