History, asked by Alekya5127, 11 months ago

What is an important consideration when developing in a multi-tenant environment?

Answers

Answered by aman3495
0
an important consideration ar1) A developer creates an Apex helper class to handle complex trigger logic. How can the helper class warn users when the trigger exceeds DML governor limits?
A) By using ApexMessage.Message() to display an error message after the number of DML statements is exceeded.
B) By using Messaging.SendEmail() to conthtinue the transaction and send an alert to the user after the number DML statements is exceeded.
C) By using PageReference.setRedirect() to redirect the user to a custom Visualforce page before the number DML statements is exceeded.
D) By using Limits.getDMLRows() and then displaying an error message before the number of DML statements exceeded.

2) Where can debug log filter settings be set Choose 2 answers?
A) The Filters link by the monitored user's name within the web UI.
B) The Show more link on the debug log's record.
C) On the monitored user's name.
D) The Log Filters tab on a class or trigger detail page.

3) When can a developer use a custom Visualforce page in a Force.com application? Choose 2 answers
A) To create components for dashboards and layouts.
B) To deploy components between two organizations.
C) To generate a PDF document with application data.
D) To modify the page layout settings for a custom object.

4) What is an important consideration when developing in a multi-tenant environment?
A) Polyglot persistence provides support for a global, multilingual user base in multiple orgs on multiple instances.
B) Governor limits prevent tenants from impacting performance in multiple orgs on the same instance.
C) Unique domain names take tile place of namespaces for code developed for multiple orgs on multiple instances.
D) Org-wide data security determines whether other tenants can see data in multiple orgs on the same instancee as follow plzz mark me brainliest ans
Similar questions