Bookmark this page

Quiz: Creating a Developer Portal

    Choose the correct answers to the following questions:

  1. 1.

    Consider that you want to create a new page in your Developer Portal, which is only visible to a restricted number of developers. Which of the following is the most appropriate? (Choose one.)

    A

    You create a new public page with a difficult and long path. Then, you share the URL with the corresponding developers.

    B

    You create a new private page and a new group called restricted-developers.

    C

    You create a new public page and a new group called restricted-developers. Then, you assign the corresponding users to the group.

    D

    You create a new private page and a new group called restricted-developers. Then, you assign the corresponding users to the group.

  2. 2.

    Which of the following are correct about the Developer Portal? (Choose two.)

    A

    Layouts are reusable elements that you can embed in pages.

    B

    When you sign up in the Developer Portal, an account with a developer user and an application are created specifically for you.

    C

    You can create pages by using Markdown instead of HTML.

    D

    RSS is not supported.

  3. 3.

    Consider the following code snippet from a layout of the Developer Portal. Which of the following statements are correct? (Choose two.)

    {% if provider.name == "Red Hat" %}
        <img src="{{ provider.logo_url }}" height="32px" />
    {% else %}
        <div style="width: 100px; height: 100px; background-color: black; position: relative; color: white;">
            {{ request.path }}
        </div>
    {% endif %}
    A

    If the name of the Developer Portal is Red Hat, then the logo of the Developer Portal is rendered.

    B

    If the name of the Developer Portal is NOT Red Hat, then a black square with the logo of the Developer Portal is rendered.

    C

    If the name of the Developer Portal is Red Hat, then a black square is rendered.

    D

    If the name of the Developer Portal is NOT Red Hat, then a black square with the current path is rendered.

  4. 4.

    Consider the following 3scale Toolbox CLI command. Which of the following statements are correct about the command? (Choose two.)

    [user@host ~]$ 3scale import openapi \
      --target_system_name=redhat \
      --destination=3scale \
      /local/folder/definition.json
    A

    A product and a backend are created in the redhat tenant.

    B

    A product and a backend with the system name redhat are created.

    C

    A product and a backend are created in the 3scale tenant.

    D

    A product and a backend called 3scale are created.

Revision: do240-2.11-40390f6