function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Lakshmi SLakshmi S 

Questions from developer exam ?

HI Team,

1. Validation rules apply to new and updated records for an object, even if the fields referenced in the validation rule are not included in a page layout or an API call
 a) True
 b) False

2. When is cross object formula calculated?
 a). When it is viewed.
 b). When related object record created or updated.
 c). When the record is created or updated.
 d). When an update is scheduled.

3. soap webservices commonly used for ?
 a). simple light weight services that are typically stateless
 b). Public APIs that use HTTP and JSON
 c). Enterprise apps that require a formal exchange format or stateful operations.
 d). No one uses SOAP any longer.. it's four letter word.

4. The setup audit trail tracks changes to which of the following items?
 a). email address changes.
 b). approval processes completion.
 c). page layout changes.
 d). record updates.
 e).chatter posts

5. which of the following salesforce 1 app requirements would be most likely to push you in the direction of using programmatic tools like visualforce ? (Choose the best answer)
 a). Governor limits.
 b). A need to use custom objects and fields to track data specific to your business.
 c). A need to support a complex business process with a highly customized user interface and click through path.
 d). A need for full access to all data stored in salesforce.

Please give me the reply to above questions....


Regards
Lakshmi
Suraj TripathiSuraj Tripathi

Hi Laxmi,
right options are:
1. b) False
2. b) When related object record created or updated.
3. c) Enterprise apps that require a formal exchange format or stateful operations.
4. c) page layout changes.
5. c) A need to support a complex business process with a highly customized user interface and click through path.

Regards,
Suraj

Ankur Saini 9Ankur Saini 9
Hi Laxmi,

Right options are:
1. a) True
2. b) When related object record created or updated.
3. c) Enterprise apps that require a formal exchange format or stateful operations.
4. c) page layout changes.
5. c) A need to support a complex business process with a highly customized user interface and click through path.

Thanks,
Ankur Saini
Lakshmi SLakshmi S
Thank you Suraj and Ankur.