exam questions

Exam SY0-601 All Questions

View all questions & answers for the SY0-601 exam

Exam SY0-601 topic 1 question 404 discussion

Actual exam question from CompTIA's SY0-601
Question #: 404
Topic #: 1
[All SY0-601 Questions]

Which of the following secure application development concepts aims to block verbose error messages from being shown in a user’s interface?

  • A. OWASP
  • B. Obfuscation/camouflage
  • C. Test environment
  • D. Prevention of information exposure
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
sdc939
Highly Voted 2 years, 4 months ago
Selected Answer: D
Prevention of information exposure. This concept focuses on ensuring that sensitive information, such as stack traces, debug output, and detailed error messages, are not disclosed to unauthorized parties through the user interface.
upvoted 21 times
...
i_luv_stoneface
Highly Voted 2 years, 4 months ago
Selected Answer: D
My boy Du told me its D
upvoted 9 times
...
durel
Most Recent 1 year, 1 month ago
Selected Answer: D
D is right
upvoted 1 times
...
memodrums
1 year, 4 months ago
Selected Answer: D
The correct answer should be Error handling but D is the closets imo.
upvoted 3 times
...
je123
1 year, 10 months ago
Selected Answer: D
OWASP is not a "concept"... The Open Web Application Security Project, or OWASP, is an international non-profit organization dedicated to web application security... So how can the answer ever be "A" unless COMPTIA's English Language is rubbish... "Error Handling and Logging" is listed as one of the secure coding practice by OWASP and the closest available choice in the question is "D. Prevention of information exposure".
upvoted 3 times
...
ApplebeesWaiter1122
2 years ago
Selected Answer: D
Prevention of information exposure is a secure application development concept that aims to block verbose error messages from being shown in a user's interface. Verbose error messages can potentially reveal sensitive information about the application's underlying infrastructure, code, or data, which can be exploited by attackers. OWASP (Option A) stands for the Open Web Application Security Project, which is a community-driven organization focused on improving the security of software. While OWASP provides guidelines and resources for secure application development, it is not specifically focused on blocking verbose error messages.
upvoted 5 times
...
JAMBER
2 years, 1 month ago
Selected Answer: C
Verbose error messages are good for developers in helping them find errors. However, it is bad because verbose is wordy and can give to much info to the wrong ppl. Verbose messages are best in testing environments since if seen in the testing and development stages it isn't yet public facing and those wrong eyes will never see them. Blocked via a proper rollout.
upvoted 1 times
MortG7
1 year, 2 months ago
Test environment is NOT an "application development concept"
upvoted 1 times
...
...
lowkey_nerd
2 years, 1 month ago
Prevention of information exposure isn't an application development concept, but obfuscation is. "Here’s an example of code obfuscation. This is a single line of code in PHP that puts on the screen a message that says, Hello world, so it’s echo, a quote sign, Hello World, in the quotes, and a semicolon. This exact same function can be represented by this amount of code. This is obfuscated code, that has taken a very simple echo message and put this on the screen, and turned it into something that’s extremely difficult for a human to look at, and understand that that’s what’s going to happen."....."Fortunately, the computer understands the obfuscated code perfectly. It only prevents human beings from being able to read through that code and understand what’s going on. The obfuscated code makes it more difficult for someone to look at the software, and determine where any security vulnerabilities might be." -professor messer
upvoted 1 times
...
hieptran
2 years, 2 months ago
Selected Answer: D
D is the correct anwser. Explaination: 1. The question state that "application" in general, so we could understand that it's referring to both web-application and desktop application. 2. The best option (with the most information) is D, since OWASP is a standard for web security -> we could rule this out, although it also have prevention controls for information exposure.
upvoted 1 times
...
Nishkurup
2 years, 2 months ago
Which Owasp top 10 security flaw is considered the most prevalent? 6. Security Misconfiguration. Security misconfiguration is the most common vulnerability on the list, and is often the result of using default configurations or displaying excessively verbose errors. https://www.calendar-uk.co.uk/faq/which-owasp-top-10-security-flaw-is-considered-the-most-prevalent
upvoted 1 times
...
[Removed]
2 years, 2 months ago
OWASP (The Open Worldwide Application Security Project) is a community that provides resources, etc. for web applicate security. This question is asking for a "secure application development concept." OWASP is not a 'concept.' Or am I wrong? CompTIA kills me with these vague questions.
upvoted 2 times
NerdAlert
2 years, 2 months ago
Thats a great point. If they said "which IT concept provides the stupidest questions" and CompTIA was one of the answers, I would be tempted to choose it. But it's not just a concept, is it?
upvoted 3 times
...
...
BrunoLu
2 years, 3 months ago
Selected Answer: A
D,The information is mean the data about the production information, not include the verbose error messages,so I perfer A
upvoted 3 times
...
Nick40
2 years, 3 months ago
Selected Answer: A
I guess A? OWASP...
upvoted 3 times
...
Nick40
2 years, 3 months ago
I don't know, the answer could be both A and D. Someone explain.
upvoted 1 times
...
NeoSam999
2 years, 4 months ago
Selected Answer: A
https://owasp.org/www-community/Improper_Error_Handling
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...