Which two approaches optimize test maintenance and support future declarative configuration changes? Choose 2 answers Create a m
ethod that performs a callout for valid records, then call this method within test methods. Create a method that creates valid records, then call this method within test methods. Create a method that loads valid Account records from a static resource, then call this method within test methods. Create a method that queries for valid records, then call this method within test methods.
The principle of least privilege an important principle in computer security.
It limits the access rights for users and only grant them with the rights that are sufficient for them to perform their required task.
For example a user is granted privilege to execute a file or manipulate data or use only the resources that are required for them to perform a particular task.
This principle can be used only to limit and control access rights to system resources and applications.
The least privilege is beneficial as it reduces the risk of unauthorized access.
For example a user whose task is data entry and has nothing to do with controlling access or granting access rights to users, will only be allowed to enter data to the DB by the principle of least privilege.