About the Exam

This intermediate-level certification is intended for developers responsible for implementing IBM API Connect v10.0.3 solutions. Passing demonstrates that the candidate can perform IBM API Connect v10.0.3 solution implementation work at the level IBM defines for this certification.

Exam Topics

  • IBM API Connect v10.0.3 Solution Implementation100%

How to Use This Practice Exam

  1. Browse — Read each question, select your answer, and reveal the explanation.
  2. Exam Mode — Simulate real exam conditions with a timed session and score report.
  3. Learn Mode — Spaced repetition schedules questions you struggle with for long-term retention.

Download the Full Exam PDF

Get every question and answer in a clean, printable PDF built for offline study. Purchase once, keep permanent access, and re-download the latest version anytime.

Last updated July 13, 2026 at 12:38 AM

Topic filter
Retired questions
Question sort

QuestionQ1

IBM API Connect v10.0.3 Solution Implementation

Which 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.
Explanation

The context.message.statusCode property sets the status code and reason phrase of the current message. IBM documents assignments such as context.message.statusCode = "501 Custom Error" to override the HTTP status returned by the API gateway.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ2

IBM API Connect v10.0.3 Solution Implementation

What 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.
Explanation

In IBM API Connect, each Space maintains its own subscription-approval and analytics data. Consumer-facing catalog access remains coordinated across Spaces, so Consumers, applications, and subscriptions are not individually scoped to a Space. Using syndication in API Connect

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ3

IBM API Connect v10.0.3 Solution Implementation

Given 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.

Drag & Drop
API assembly
Pre-request global policy
Post-request global policy
Error global policy
Explanation

The pre-request global policy executes before the API assembly. The post-request global policy executes after the API assembly; if it fails, execution is routed to the error global policy.

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ4

IBM API Connect v10.0.3 Solution Implementation

Which 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.
Explanation

Hiding the admin registry removes it from the Developer Portal login form but does not disable administrator access. The admin registry remains available directly through <site_url>/user/login?registry_url=/admin.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ5

IBM API Connect v10.0.3 Solution Implementation

A 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.
Explanation

In IBM API Connect, selecting Hide for a field in the GraphQL schema editor’s Show/hide settings removes the field from the effective schema. The field is therefore unavailable through introspection and cannot be used in requests that are validated against that schema.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!

That's the end of the preview

It's free

100% of the questions are free for all users.
No strings attached.

Topics covered
IBM API Connect v10.0.3 Solution Implementation
Know a question that should be here? Contribute to this exam
Back home