What is a benefit of developing applications in a multi-tenant environment?
What is a benefit of developing applications in a multi-tenant environment?
In a multi-tenant environment, multiple tenants share the same computing resources, which leads to efficient resource allocation and management. This approach eliminates the need for each tenant to maintain and manage their own infrastructure, offering access to predefined computing resources. This makes it easier for tenants to scale and utilize resources as needed without the overhead of individual resource management.
Why not 'D'? Because enforcing of best practices is not serious for me
Because the question is specific to developing ... "What is a benefit of developing applications in a multi-tenant environment?" That's why the B is the right one.
Multi tenant does not imply out-of-the-box... And having multiple tenants (multiple orgs) in your landscape is actually a good practice (orgs for dev, test, production). Anyway... Question is poorly written... But I'd stick with B in this case
I think the correct answer is A , here is why : In a multi-tenant environment, tenants share the same computing resources, such as processing power, memory, and storage, provided by the host. This predefined access allows for efficient resource allocation and management without the need for each tenant to manage their own infrastructure.