Topic 1 Question 281
You work for an ecommerce company. You are designing a new Orders API that will be exposed through Apigee. In your Apigee organization, you created two new environments named orders-test and orders-prod. You plan to use unique URLs named test.lnk-42.com/api/v1/orders and Ink-42.com/api/v1/orders for each environment. You need to ensure that each environment only uses the assigned URL. What should you do?
- Attach orders-test and orders-prod to the orders environment group.
- Add each hostname to the appropriate environment.
- Attach orders-test and orders-prod to the orders environment group.
- Add each hostname to the orders environment group.
- Attach orders-test to the test environment group, and attach orders-prod to the production environment group.
- Add each hostname to the appropriate environment.
- Attach orders-test to the test environment group, and attach orders-prod to the production environment group.
- Add each hostname to the appropriate environment group.
ユーザの投票
コメント(2)
- 正解だと思う選択肢: D
environment group can have multiple environments attached to it, but the environments will only respond to requests using the hostnames specified for that group. Attaching environments to environment groups ensures that only those environments use the corresponding hostnames. By attaching orders-test to the test environment group and orders-prod to the production environment group, you are ensuring that each environment is restricted to its appropriate URL.
👍 1anshad6662024/10/11 https://cloud.google.com/apigee/docs/api-platform/fundamentals/environments-overview#:~:text=You%20define%20hostnames%20on%20your,access%20proxies%20deployed%20within%20it. Answer is D. You define hostnames on your environment groups (not on individual environments)
👍 1rsm_exam2024/11/16
シャッフルモード