C_CPE_2409 · Question #28
In SAP BTP, Cloud Foundry, what is the function of an organization?
The correct answer is B. To manage users and spaces under a common resource poo! In SAP BTP's Cloud Foundry environment, an organization (org) is the top-level grouping construct that holds users, spaces, quotas, and resource allocations under a shared administrative boundary - making B correct. Think of it as a company or department container: admins…
Question
In SAP BTP, Cloud Foundry, what is the function of an organization?
Options
- ATo define specific API endpoints for applications
- BTo manage users and spaces under a common resource poo!
- CTo deploy applications
- DTo allocate memory for applications
How the community answered
(24 responses)- A4% (1)
- B92% (22)
- C4% (1)
Explanation
In SAP BTP's Cloud Foundry environment, an organization (org) is the top-level grouping construct that holds users, spaces, quotas, and resource allocations under a shared administrative boundary - making B correct. Think of it as a company or department container: admins assign roles to users at the org level, and spaces (like dev, test, prod) live inside it.
Why the distractors are wrong:
- A - API endpoints are defined by routes bound to individual applications, not by orgs.
- C - Deployments happen at the space level (inside an org), not at the org level itself.
- D - Memory allocation is controlled by quotas assigned to orgs or spaces, not by the org construct itself.
Memory tip: Think Org = Oversight - it oversees who (users) and where (spaces), but doesn't do the actual running or routing of apps itself.
Topics
Community Discussion
No community discussion yet for this question.