Filipe Lopes
Test por , creado hace más de 1 año

Test sobre salesforce certified sharing and visibility designer, creado por Filipe Lopes el 24/08/2018.

423
7
0
Filipe Lopes
Creado por Filipe Lopes hace casi 6 años
Cerrar

salesforce certified sharing and visibility designer

Pregunta 1 de 45

1

T/F Customer Portal and Partner Portal users can create content deliveries?

Selecciona una de las siguientes respuestas posibles:

  • True

  • False

Explicación

Pregunta 2 de 45

1

How much bandwidth is allocated to content deliveries within a 24-hour period?

Selecciona una de las siguientes respuestas posibles:

  • 5

  • 10

  • 15

  • 20

Explicación

Pregunta 3 de 45

1

What happens when there are no record types in common between a user profile and a library?

Selecciona una de las siguientes respuestas posibles:

  • The default record type of the library becomes available to the users with that user profile who are sharing files with the library.

  • The default record type of the library becomes do not available to the users with that user profile who are sharing files with the library.

  • The default record type of the library becomes available to the users with that profile who are sharing files with the library.

Explicación

Pregunta 4 de 45

1

What are the available library tagging rules?
3 correct

Selecciona una o más de las siguientes respuestas posibles:

  • Open Tagging - no restrictions

  • Guided Tagging - contributors may enter any tag they would like, but a list of suggested tags are offered.

  • Restricted Tagging - contributors must select from a list of suggested tags

  • Guided Tagging - contributors may not enter any tag they would like, but a list of suggested tags are offered.

  • Open Tagging - some restrictions

Explicación

Pregunta 5 de 45

1

Which file type of content delivery are not supported for online views?

Selecciona una de las siguientes respuestas posibles:

  • Any document over 15 MB is not supported.

  • Any document over 25 MB is not supported.

  • Any document over 50MB is not supported.

  • Any document over 100 MB is not supported.

Explicación

Pregunta 6 de 45

1

Sharing rows : Grant users or groups access to a specific record.

Selecciona una de las siguientes respuestas posibles:

  • True

  • False

Explicación

Pregunta 7 de 45

1

T/F Removing someone from an Account Team removes them from the Opportunity Team?

Selecciona una de las siguientes respuestas posibles:

  • True

  • False

Explicación

Pregunta 8 de 45

1

What is the Partner Community license best used for?

Selecciona una de las siguientes respuestas posibles:

  • B2B that need access to sales data (up to 5 thousand users)

  • B2B that need access to sales data (up to 1 thousand users)

  • B2B that need access to sales data (up to 1 million users)

  • B2B that need access to sales data (up to 100 thousand users)

Explicación

Pregunta 9 de 45

1

T/F Do records have viewer permission for files posted to their feeds?

Selecciona una de las siguientes respuestas posibles:

  • True

  • False

Explicación

Pregunta 10 de 45

1

T/F You can share an opportunity or case to users without Read access on the Account and where you do not have the ability to share the Account.

Selecciona una de las siguientes respuestas posibles:

  • True

  • False

Explicación

Pregunta 11 de 45

1

How many content-delivery views are allowed within a 24-hour period?

Selecciona una de las siguientes respuestas posibles:

  • 10 000

  • 5 000

  • 20 000

  • 1 000

Explicación

Pregunta 12 de 45

1

If you have access to an account's child record, you have read only permission to the account?

Selecciona una de las siguientes respuestas posibles:

  • True

  • False

Explicación

Pregunta 13 de 45

1

T/F Objects on the detail side of a Master-Detail object do not have a sharing table?

Selecciona una de las siguientes respuestas posibles:

  • True

  • False

Explicación

Pregunta 14 de 45

1

T/F The "With Sharing" keyword enforces the user's permission, FLS, and sharing rules?

Selecciona una de las siguientes respuestas posibles:

  • False. "With Sharing" only enforces sharing rules.

  • True. "With Sharing" only enforces sharing rules.

Explicación

Pregunta 15 de 45

1

T/F A class declared as "with sharing" will never call code that operates as "without sharing".

Selecciona una de las siguientes respuestas posibles:

  • True. If an inner class is declared as "Without Sharing", it will execute without enforcing the sharing rules that apply to the context user.

  • False. If an inner class is declared as "Without Sharing", it will execute without enforcing the sharing rules that apply to the context user.

Explicación

Pregunta 16 de 45

1

T/F Custom sharing reasons can be defined for standard and custom objects.

Selecciona una de las siguientes respuestas posibles:

  • False. Custom sharing reasons can only be written for custom objects.

  • True. Custom sharing reasons can only be written for custom objects.

Explicación

Pregunta 17 de 45

1

T/F Object shares can be written for standard and custom objects.

Selecciona una de las siguientes respuestas posibles:

  • True

  • False

Explicación

Pregunta 18 de 45

1

T/F Objects with a default sharing setting of "Public Read/Write" have a share table?

Selecciona una de las siguientes respuestas posibles:

  • True

  • False

Explicación

Pregunta 19 de 45

1

T/F The UserOrGroupID can be assigned to a Role ID.

Selecciona una de las siguientes respuestas posibles:

  • True. The UserOrGroupID should instead be assigned to the matching Group ID from the Group table.

  • False. The UserOrGroupID should instead be assigned to the matching Group ID from the Group table.

Explicación

Pregunta 20 de 45

1

How do you check the field-level read permission of the contact's email field before querying the field?

Selecciona una de las siguientes respuestas posibles:

  • if (Schema.sObjectType.Contact.Fields.isAccessible()){
    Contact c = SELECT Email FROM Contact;
    }

  • if (Schema.sObjectType.Contact.Fields.isAccessible){
    Contact c = [SELECT Email FROM Contact WHERE IF== :ID];
    }

  • if (Schema.sObjectType.Contact.Fields.isAccessible()){
    Contact c = [SELECT Email FROM Contact WHERE IF= :ID];
    }

  • if (Contact.Fields.isAccessible()){
    Contact c = [SELECT Email FROM Contact WHERE IF= :ID];
    }

Explicación

Pregunta 21 de 45

1

A Account Data Skew is A situation where an Account's parent object has more than 10,000 child objects.

Selecciona una de las siguientes respuestas posibles:

  • True

  • False

Explicación

Pregunta 22 de 45

1

Apex sharing reason is a method to track why a record is shared with ...

Selecciona una de las siguientes respuestas posibles:

  • user

  • group

  • user or group

Explicación

Pregunta 23 de 45

1

What two things make up an Apex sharing reason?
2 Answers

Selecciona una o más de las siguientes respuestas posibles:

  • Label, which displays the reason

  • Name, which displays the reason

  • Name, which is used when referencing the reason through the API and Apex

  • Label, which is used when referencing the reason through the API and Apex

Explicación

Pregunta 24 de 45

1

How would an apex sharing reason called Recruiter for a custom object Job be called?

Selecciona una de las siguientes respuestas posibles:

  • Schema.Job__Share.rowCause.Recruiter__c

  • Schema.Job__Share.rowCause.Recruiter

  • Job__Share.rowCause.Recruiter__c

  • Schema.Job__Share

Explicación

Pregunta 25 de 45

1

The best way to avoid accidentally revealing secured info through Apex classes is using the "With Sharing" keyword to enforce sharing rules

Selecciona una de las siguientes respuestas posibles:

  • True

  • False

Explicación

Pregunta 26 de 45

1

How can you enforce CRUD/FLS in Apex web services, Lightning components, and controllers?

Selecciona una de las siguientes respuestas posibles:

  • Call isAccessible() on all SObject fields after returning data to the user

  • Call isAccessible() on all SObject fields before returning data to the user

  • Call isAccessible() on all SObject fields before returning data to the profile

  • Call isAccessible() on all SObject fields after returning data to the profile

Explicación

Pregunta 27 de 45

1

How do you check the field-level update permission of the contact's email field before updating it?

Selecciona una de las siguientes respuestas posibles:

  • Schema.sObjectType.Contact.fields.Email.isUpdateable())

  • if (Schema.sObjectType.Contact.fields.Email.isUpdateable()) {
    //Update contact email
    }

  • Schema.sObjectType.Contact.fields.Email.isUpdateable(//Update contact email))

Explicación

Pregunta 28 de 45

1

Configure child objects to be Controlled by Parent whenever possible can you avoid creating implicit shares?

Selecciona una de las siguientes respuestas posibles:

  • True

  • False

Explicación

Pregunta 29 de 45

1

Company's can't benefit from deferred sharing

Selecciona una de las siguientes respuestas posibles:

  • True

  • False

Explicación

Pregunta 30 de 45

1

Customers can benefit from granular locking

Selecciona una de las siguientes respuestas posibles:

  • True

  • False

Explicación

Pregunta 31 de 45

1

Security Health Check is...

Selecciona una de las siguientes respuestas posibles:

  • A free application you can use to check your security related settings but don't make recommendations for improving security

  • A paid application you can use to check your security related settings and that will make recommendations for improving security

  • A paid application you can use to check your security related settings and that will make recommendations for improving healt

  • A free application you can use to check your security related settings and that will make recommendations for improving security

Explicación

Pregunta 32 de 45

1

T/F If a user with the "View encrypted data" permissions grant login access to another user, the user will view the encrypted data in plain text.

Selecciona una de las siguientes respuestas posibles:

  • True

  • False

Explicación

Pregunta 33 de 45

1

T/F You can use validation rules or Apex to validate encrypted fields data

Selecciona una de las siguientes respuestas posibles:

  • True

  • False

Explicación

Pregunta 34 de 45

1

T/F Encrypted fields can be converted into another data type and other data types can be converted into encrypted fields.

Selecciona una de las siguientes respuestas posibles:

  • True

  • False

Explicación

Pregunta 35 de 45

1

People can't see everyone else in the community and vice versa.

Selecciona una de las siguientes respuestas posibles:

  • True

  • False

Explicación

Pregunta 36 de 45

1

You can define access checks in Apex that make a button a VF page available only if a user has the appropriate custom permission , is an example of a custom permission?

Selecciona una de las siguientes respuestas posibles:

  • True

  • False

Explicación

Pregunta 37 de 45

1

Role groups gives users assigned to a role access to records owned by or shared to members of subordinate roles, and records shared to the subordinate roles themselves.

Selecciona una de las siguientes respuestas posibles:

  • True

  • False

Explicación

Pregunta 38 de 45

1

What's the recommended max depth of a role hierarhy?

Selecciona una de las siguientes respuestas posibles:

  • 5

  • 8

  • 3

  • 10

Explicación

Pregunta 39 de 45

1

How Much Visibility Do Managers Get To Standard Objects Their Subordinates Own or have Shared With Them?

Selecciona una de las siguientes respuestas posibles:

  • Less level of access.

  • The same level of access.

  • More level of access.

Explicación

Pregunta 40 de 45

1

Create a "dummy" or "integration" user to own the data, then use sharing rules or apex to share data to the appropriate groups is a possible security tactic that you should employ if you don't want anyone including the record owner, to be able to delete or share the record.

Selecciona una de las siguientes respuestas posibles:

  • True

  • False

Explicación

Pregunta 41 de 45

1

Page layout and field-level security settings don't determine which fields are visible and editable.

Selecciona una de las siguientes respuestas posibles:

  • True

  • False

Explicación

Pregunta 42 de 45

1

Share groups are used to specify the other external users that should have access to HVC owned records.

Selecciona una de las siguientes respuestas posibles:

  • True

  • False

Explicación

Pregunta 43 de 45

1

The permission that is needed to sync files is sync files

Selecciona una de las siguientes respuestas posibles:

  • True

  • False

Explicación

Pregunta 44 de 45

1

Which permission/s does a File Viewer have?

Selecciona una de las siguientes respuestas posibles:

  • View or Preview

  • Download

  • Share

  • Attach a File to a Post

  • Sync a File

  • All from the answers are correct

Explicación

Pregunta 45 de 45

1

Privately Shared file --> Only the file owner, users with "Modify All Data" or "View all Data" permission, and specific file viewers can find and view this file.

Selecciona una de las siguientes respuestas posibles:

  • True

  • False

Explicación