Which of these actions is allowed?
Answer : A
In IBM API Connect v10.0.3, it is possible to link the same API and version inside different Products. This flexibility allows an API to be offered under multiple Products, each potentially having different plans, pricing, or rate limits, depending on the business needs.
Other options are incorrect:
Option B: Linking the same Product and version inside different APIs does not apply.
Option C: Plans are linked to Products, not directly to APIs.
Option D: Linking the same Product and version multiple times in the same space is not allowed.
IBM API Connect v10.0.3 Documentation: Managing APIs and Products
Which statement is correct about API Manager?
Answer : B
The API Manager in IBM API Connect v10.0.3 manages the connection to the user registries that validate users of Provider and Consumer organizations. This functionality ensures that the appropriate user authentication and authorization mechanisms are in place, allowing users to access various services and resources in the API Management environment.
Other options are incorrect:
Option A: Data retention of API event data is handled by API Analytics.
Option C: Configuring analytics data offloading is related to the API Analytics component.
Option D: Invoking requests to the backend services is the role of the API Gateway, not the API Manager.
Which statement is true if the admin login has been disabled on the Developer portal?
Answer : B
If the admin login has been disabled on the Developer Portal, you can still access the admin login page by navigating to <siteurl>/user/login?registry_url=/admin. This URL bypasses the normal login process and allows you to directly access the admin login screen.
IBM API Connect: Developer Portal Security
IBM API Connect: Managing Developer Portal Settings
What can be done to make sure all errors are caught within an assembly?
Answer : B
To ensure that all errors are caught within an assembly in API Connect, you can add a default catch policy to the assembly. This catch policy will capture any errors that are not handled by other policies in the assembly, providing a centralized location for error handling and logging.
IBM API Connect: Designing and Building Assemblies
IBM API Connect: Handling Errors in Assemblies
Who creates applications that use the APIs available in the Developer Portal?
Answer : C
A member of the Consumer organization creates applications that use the APIs available in the Developer Portal. Consumer organizations represent the entities that will be consuming the APIs, and their members are responsible for developing and managing applications that utilize those APIs.
IBM API Connect: Developer Portal Roles
IBM API Connect: Creating and Managing Applications
How are Gateway extensions packaged to upload to the Gateways?
Answer : C
Packaging Format: Gateway extensions in IBM API Connect v10.0.3 are packaged as .zip files. This format is used to bundle all necessary files and configurations required for the extension.
Upload Process: These .zip files are then uploaded to the Gateway through the API Manager interface. The API Manager handles the deployment and integration of these extensions into the Gateway.
1:IBM Certified Solution Implementer - API Connect v10.0.3 Documentation
How can a Consumer see their API usage?
Answer : B
In IBM API Connect v10.0.3, consumers can see their API usage on their application page within the Developer Portal. This page provides details about the number of requests made by their application to different APIs, allowing consumers to monitor their API consumption directly. This feature helps consumers track their usage metrics without needing to keep track themselves or request reports from the API provider.
Other options are incorrect:
Option A: The calling application does not need to track API usage manually.
Option C: Consumers are not typically given access to the API Manager analytics directly.
Option D: API providers do not need to generate a separate report; usage details are automatically available to consumers.
IBM API Connect v10.0.3 Documentation: Consumer Access to API Usage
IBM Community Blog: Developer User Experience with API Connect