Posts

Showing posts from April, 2021

API Academy API Security Architect Certification exam answers

Image
Get Certificate : API Designer Certification Exam Answers – API Academy Question 1 out of 25: Evaluate the following statement. The UserInfo endpoint is an OAuth 2.0 protected resource that lives in the authorization server. TRUE FALSE Question 2 out of 25: Which of the following is part of JWT best practices? Never letting the header alone drive verification All options are correct Setting a shorter timeout Using claims to the fullest extent Question 3 out of 25: Which statement about OAuth 2.0 is correct? (Select all that apply) OAuth 2.0 has a reputation to be complicated and difficult to implement, not only because of the various grant types but also because the specification itself is less prescriptive. OAuth 2.0 authentication was designed to address vulnerabilities in OpenID Connect authorization protocol. The OAuth 2.0 core framework has not really been evolving as contributors are not allowed to publish additional specificat

API Academy API Product Manager Certification exam answers

Image
Get Certificate : API Designer Certification Exam Answers – API Academy   Question 1 out of 26: Design-time for APIs is described as a business relationship between several entities that enable the building of an application with a technical specification that is acceptable to all parties. One entity is described as the technical contract creator, the second entity as the business contract, and the third entity as the one that accepts the terms of that contract. Which entities are involved in this relationship? Select all that apply.  API Scrummaster API Owner API Consumer (developer) API Plans Question 2 out of 26: Evaluate the following statement. APIs benefit from a repeatable build and deployment process. FALSE TRUE Question 3 out of 26: Select all that apply. The use of snippets when creating API usage examples...   Show request and response Uses familiar programming language(s) Demonstrate a small part of the API Are located in close proximity to the