Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam CIPT All Questions

View all questions & answers for the CIPT exam

Exam CIPT topic 1 question 105 discussion

Actual exam question from IAPP's CIPT
Question #: 105
Topic #: 1
[All CIPT Questions]

Which of the following CANNOT be effectively determined during a code audit?

  • A. Whether access control logic is recommended in all cases.
  • B. Whether data is being incorrectly shared with a third-party.
  • C. Whether consent is durably recorded in the case of a server crash.
  • D. Whether the differential privacy implementation correctly anonymizes data.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Ssourav
3 months, 2 weeks ago
Selected Answer: C
C. Whether consent is durably recorded in the case of a server crash: This involves not just reviewing code but also assessing how the system handles data persistence and recovery. A code audit alone may not be able to fully test the durability of consent records in scenarios involving server crashes or other failure conditions. This requires more comprehensive testing of the system’s data storage and recovery mechanisms beyond just code inspection.
upvoted 1 times
...
Stants
8 months, 4 weeks ago
The option that CANNOT be effectively determined during a code audit is C. Whether consent is durably recorded in the case of a server crash. A code audit can review the code to check for access control logic (A), data sharing practices (B), and the implementation of differential privacy (D). However, whether consent is durably recorded in the case of a server crash © is more of a system resilience and data durability issue, which typically involves infrastructure and system design rather than just the code itself. This would be better evaluated through system testing and review of infrastructure design rather than a code audit. It’s also worth noting that the durability of consent recording in the event of a server crash would also depend on factors like backup and recovery strategies, which are outside the scope of a code audit.
upvoted 1 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 ...