01. Developers have applications that are currently subscribed to Products. At which stage can the developers call the APIs, but no new subscriptions to the Plans in the Product are possible?
a) Deprecated
b) Staged
c) Retired
d) Published
02. Which roles are involved in the lifecycle of an API in IBM API Connect?
(Select two)
a) API Developer
b) Database Administrator
c) API Product Manager
d) Network Security Specialist
03. After creating an API definition, testing shows the response as "301 Moved Permanently". How can this be resolved?
a) Use the map-policy to map the old location to the new one.
b) Use the redirect-policy.
c) Enable "follow redirects" in the Invoke policy.
d) Redirects are not supported, the invoke-policy needs to be recreated.
04. What happens if an error case applies to multiple catches?
a) The first one in the list will be applied.
b) All catches where the case fits will be applied.
c) None will be applied as they are conflicting.
d) An error will be thrown saying the error cannot be assigned to a catch.
05. At which level can custom roles be created and deleted?
a) Provider organization level
b) Catalog level
c) Space level
d) Consumer organization level
06. What happens to the Consumer organization applications when it is removed from a group specified in the custom visibility settings for a Product?
a) Any existing subscriptions are not affected. Applications in that Consumer organization can no longer subscribe to the Product.
b) Any existing subscriptions are deleted. Applications in that Consumer organization can no longer subscribe to the Product.
c) Any existing subscriptions are deleted. Applications in that Consumer organization can subscribe to the Product only if it has a previous deleted subscription.
d) Any existing subscriptions are not affected. Applications in that Consumer organization can no longer delete the subscription to the Product.
07. A developer has created a REST API using OpenAPI 3.0 and would like to add additional policies to the definition. Where are the policies added?
a) Assemble tab
b) Gateway tab => Gateway and portal settings
c) Design tab
d) Gateway tab => Policies section
08. When designing API Documentation as an admin, what elements are important to include?
(Select two)
a) Detailed request and response examples
b) The admin's personal contact information for direct support
c) API rate limits and pricing plans
d) A list of all developers who have access to the API
09. An app developer has recently created an app and would like to change the display image of the app. How is this accomplished?
a) Image updates are not allowed.
b) Have the API developer add the image to the Product meta data.
c) Update the app developer's portal profile to include images.
d) Select the app and use the Upload image menu item.
10. How are the variables on the notification email used?
a) Enclosed in double curly braces {{ }}, but can be enclosed in triple curly braces {{{ }}} to disable HTML escaping
b) Enclosed in curly braces { }, but can be enclosed in double curly braces {{ }} to disable HTML escaping
c) Beginning with the dollar $ symbol and the variable name, but can be enclosed in double quotation marks $" " to write text without a space after the variable
d) Beginning with the dollar symbol and enclosed in round brackets $( ), but can be enclosed in single quotation marks '$( )' to avoid the variable replacement for its value