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 

Salesforce developer written test questions?

Hi Team,

1. What does the salesforce.com sharing model determines? (select all that apply)
 a) who has access to records
 b) which tabs that can access records through
 c) what level of access to records
 d) why they have access to records

2) A log of the last 20 changes will be kept when a custom objects 'Track field history' checkbox is checked?
 a) True
 b) False

3) You want to configure your app to handle your company's warranty policy. which kind of custom metadata type most closely fits this scenario?
 a) Business ruels
 b) Master data
 c) Mapping
 d) This solution is not a good application for custom metadata types

4) Which statements are true about modifiable system fields? (Select all tthat apply)
 a ) works for all custom objects
 b) only available for users with the standard system admin profile
 c) only accessble through api
 d) modifiable systemfields setting can be turned on and off by administrator
 e) read-only for existing records.

5) Field types for history tracking? (select all that apply)
 a) text (encrypted)
 b) lookup relation ship
 c) text area (long)
 d) text area (rich)
 e) picklist (multi select)

Please give me the answers for above questions?

Regards
Lakshmi

 
Bhaswanthnaga vivek vutukuriBhaswanthnaga vivek vutukuri

1) a,c

2) b there is not certain number

3) d

4) c,d

5) we can enable history tacking on any type of field, but the old/new values won't be recorded for fields with length more 255

SharmaVishalSharmaVishal
For 3 Answer is - Business Rules.