QuestionQ1
IBM API Connect v10.0.3 Solution ImplementationWhich statement is correct about using context variables in GatewayScript policies?
- A context.set('my.vars.amount', 100) generates { "my.vars": { "amount": 100 } }
- B All API context variables are saved in an XML tree.
- C context.message.statusCode = '200 Success' updates the status code of the message object.
- D context.request.statusCode = 400 updates the status code of the request object.
QuestionQ2
IBM API Connect v10.0.3 Solution ImplementationWhat is the impact of enabling Spaces on the management of Consumers (applications, subscriptions, etc.)?
- A There is no visible change.
- B Only analytics is specific per Space.
- C Subscription approvals and analytics are specific per Space.
- D Consumers, applications, subscriptions approvals, and analytics are now specific per Space.
Community Discussion
QuestionQ3
IBM API Connect v10.0.3 Solution ImplementationGiven an API running on an API Gateway service with pre-request, post-request, and error global policies, determine the execution order when processing fails while the post-request policy is running.
Community Discussion
QuestionQ4
IBM API Connect v10.0.3 Solution ImplementationWhich statement is accurate when the admin login has been disabled on the Developer Portal?
- A Registered users will receive email with link to login as admin.
- B Admin login is still accessible by navigating to <siteurl>/user/iogin?registry_url=/admin.
- C All users have admin authority when they login.
- D Published APIs are hidden from all users.
Community Discussion
QuestionQ5
IBM API Connect v10.0.3 Solution ImplementationA GraphQL developer added a field that must not be available to the client for introspection or validation.
How would the API developer obfuscate the field so that clients cannot view it?
- A Click the gear icon and choose Hide on the Show/Hide setting.
- B Apply the @hide directive to the GraphQL schema.
- C Add the Redaction policy to the GraphQL Assemble.
- D Choose the field in the schedule and click the delete icon.
Community Discussion
That's the end of the preview
It's free
100% of the questions are free for all users.
No strings attached.


Community Discussion