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
chanbasha nbskchanbasha nbsk 

could anyone correct the answers?

Hi,
 
   Anyone could help on the below questions for certification.

1. A user’s profile does not have any permissions to view a custom object. However, the Organization Wide Defaults for the custom object are set to Public Read/Write. Users with this profile will still be able to access the custom object.
1. False
2. True

2.In a recruiting application all users should be able to see and edit the candidate records, but interviewers should NOT be able to modify the address of a candidate and should NOT be able to see the birth date of a candidate.
How would a developer meet this requirement?
A.      Set the Organization wide default for candidates to Read only
B.      Use field level security to control access to the Address and Birth date fields
C.      Set the Organization wide default for candidates to Edit Some fields
D.      Remove the edit permission on candidates from the interviewers profile

3..All users of a recruiting application should be able to edit all positions, except the User X. User X should be able to see, but NOT edit all positions.How can a developer meet this requirement?
 A.Set the organization-wide default for positions to Public Read/Write and use a Sharing rule to restrict user X from editing any position records
B.Set the organization-wide default for positions to Public Read/Write and use a Sharing rule to grant edit access to everyone except user X
C.Set the organization-wide default for positions to Public Read-only and remove user X from the role hierarchy
D.Set the organization-wide default for positions to Public Read/Write and remove user X from the role hierarchy

4.Which of the following is NOT a Standard Salesforce.com Functionality?
Email to Lead
Email to Case
Web to Lead
Web to case

5.Which statement about change set deployments is accurate? choose 3 answers

1. They require a deployment connection
2. They can be used only between related organizations
3. They can be used to deploy custom settings data
4. They can be used to transfer Contact records
5. They use an all or none deployment model

6.1)A company has a custom object named Warehouse.Each warehouse record has a distinct record owner,and is related to parent Account in salesforce.

A.One-to-Many
B.Lookup
C.Master-Detail
D.Parent-Child

Thanks in Advance
 
SandhyaSandhya (Salesforce Developers) 
Hi,

1.False
2. B Use field-level security to control access to the address and birth date fields (Answer)

3.C. set the OWD for positions to Public Read-only and remove X from the role
4.A
Email to Lead is not a standard functionality in Salesforce.com. There is, however, a third party Email-to-Lead app in app exchange.
5.
1,2,3 is correct. You cannot deploy part of change set and can't deploy object data (include custom settings data)
6. B 
Lookup - As the requirement is to have a distinct ownership.

Hope this helps you!

If this helps you,mark it as solved.

Thanks and Regards
Sandhya