Senior Quiz: Operations and Architecture¶
#
Question 2
An introspection endpoint is unavailable. Should the API accept tokens it cannot verify?
#
Question 4
A CI job builds untrusted pull requests and has production publishing credentials available. What is the core problem?
#
Question 6
A rate limiter in an API starts to fail and cannot calculate the remaining quota. Should it stop traffic or allow it?
#
Question 7
An external policy engine times out while evaluating a money-transfer request. Which design questions must already be answered?
#
Question 8
A troubleshooting team enables full HTTP logging and captures bearer tokens, cookies, and SAML responses. What is the correct remediation?
#
Question 9
A service allows users to supply any URL for an avatar import, and the server fetches it. Which controls address the trust boundary?