New Year Sale 2026! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Scrum PSD Exam - Topic 1 Question 27 Discussion

Actual exam question for Scrum's PSD exam
Question #: 27
Topic #: 1
[All PSD Questions]

You are asked to refactor part of the codebase for an application. When you are done, all unit tests pass with 50% code coverage. What can you infer from this?

Show Suggested Answer Hide Answer
Suggested Answer: D

You can't really say anything because you don't know what the unit tests are testing and whether they are correctly representing whether the application is working correctly. However, if all the tests passes you didn't break any already existing tests. Also, if none tests existed yet, you did not break them.


Contribute your Thoughts:

0/2000 characters
Jodi
4 months ago
Totally agree with C, at least half is working!
upvoted 0 times
...
Amber
4 months ago
A is misleading; coverage doesn't equal correctness.
upvoted 0 times
...
Ernest
4 months ago
Surprised that 50% coverage means anything at all!
upvoted 0 times
...
Gladys
4 months ago
I think D makes more sense, though.
upvoted 0 times
...
Corrie
4 months ago
C is definitely the right choice.
upvoted 0 times
...
Kirk
5 months ago
I guess option D could be true since all existing tests passed, but I'm not completely confident about the implications of 50% coverage.
upvoted 0 times
...
Kati
5 months ago
I feel like just passing tests doesn't guarantee there are no bugs, so option B seems off to me.
upvoted 0 times
...
Jolene
5 months ago
I think I saw a similar question in practice exams, and it seems like option C makes the most sense.
upvoted 0 times
...
Peggy
5 months ago
I remember discussing code coverage in class, but I'm not sure if 50% means half the app is working correctly.
upvoted 0 times
...
Mike
5 months ago
I'm a bit unsure how to approach this - should I use a specific example or just talk about the general effects of organizational behavior?
upvoted 0 times
...
Laurel
5 months ago
This is a great question to test our understanding of Meraki API usage. I'm confident I can identify the correct line of code to complete the request.
upvoted 0 times
...
Carri
5 months ago
This seems like a straightforward question about capacity planning. I'll think through the options carefully and choose the one that best fits the description.
upvoted 0 times
...
In
5 months ago
Alright, let me walk through this step-by-step. We have an existing alpine image, and we need to create a new container from it. The key is the "-p" option, which maps the container's port 8080 to the host's port 80. I think the answer is "docker run -p 8080:80 alpine:latest".
upvoted 0 times
...

Save Cancel