Ignacio Gonzalez7192
Test por , creado hace más de 1 año

Test sobre Salesforce 2, creado por Ignacio Gonzalez7192 el 24/11/2014.

471
1
0
Sin etiquetas
Ignacio Gonzalez7192
Creado por Ignacio Gonzalez7192 hace más de 9 años
Cerrar

Salesforce 2

Pregunta 1 de 20

1

In a recruiting application, salary requirements are tracked in a custom object. An approval process is built that will route all salary requirements less than 100,000 USD to the recruiting for automatic approval. In that same approval process, salary requirements greater than 100,000 USD are routed directly to the vice president of human resources.
What must be done to initiate the approval process that will route the appropriate records to the vice president for approval?

Selecciona una de las siguientes respuestas posibles:

  • Execute the approval process by clicking on the Submit for Approval button on the record’s detail page layout

  • Save the record so it will automatically be entered into the approval process

  • Create a workflow rule that will evaluate salary amount and send a notification to the vice president if the salary is greater than 100,000 USD

  • Create a workflow rule that will evaluate salary amount and trigger the approval process if the salary is greater than 100,000 USD

Explicación

Pregunta 2 de 20

1

When performing an update with the Data Loader, the comma-delimited file must contain a column with which values?

Selecciona una de las siguientes respuestas posibles:

  • The created time and date of the records

  • The logical names of the records

  • The profile names of the record owners

  • The Force.com record ID values of the records

Explicación

Pregunta 3 de 20

1

Object B has a lookup relationship to Object A. Object c has a lookup relationship to Object B. A developer needs to run a report on A records with C records.
How can the developer accomplish this?

Selecciona una de las siguientes respuestas posibles:

  • Run a report using the standard report type: A with B with C

  • Create a summary report with a custom summary formula summarizing by A, then B, then C

  • Create a custom report type that includes A with B with C

  • Create a matrix report with A and B records as column headings and C records as row headings

Explicación

Pregunta 4 de 20

1

Which portion of the Model-View-Controller paradigm is represented in Force.com as a standard or custom object?

Selecciona una de las siguientes respuestas posibles:

  • Model

  • Controller

  • View

Explicación

Pregunta 5 de 20

1

Given a three tier model (UI layer, business logic layer, data layer), which feature of the Force.com platform is associated with the data layer?
Choose 3 answers

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

  • Custom fields

  • Custom objects

  • Custom tabs

  • Custom applications

  • Custom relationships

Explicación

Pregunta 6 de 20

1

In a master-detail relationship, what happens to the child records if the parent record is deleted?

Selecciona una de las siguientes respuestas posibles:

  • child records are deleted.

  • child records are not deleted.

  • Parent record deletion fails.

  • A subset of the child records is deleted.

Explicación

Pregunta 7 de 20

1

Universal Container has built a recruiting application with two custom objects, Job Applications and Reviews, that have a master-detail relationship. Users should NOT be allowed to delete review records after job application records have been approved.
How would a developer meet this requirement?

Selecciona una de las siguientes respuestas posibles:

  • Use a validation rule in conjunction with a roll-up summary field

  • Use workflow to change the page layout to Read-only

  • Change the interviewer’s profile to Read-only for the review object

  • Remove the Delete button from the job application page layout

Explicación

Pregunta 8 de 20

1

A business requirement can be met by using either a formula field or an Apex trigger.
Why would a developer use a formula field instead of an Apex trigger?
Choose 2 answers

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

  • Formula fields allow greater control and flexibility than Apex triggers.

  • Formula fields can be created by users who cannot author Apex code.

  • Formula fields can be created and deployed using only a browser.

  • Formula fields do not require test methods to deploy.

Explicación

Pregunta 9 de 20

1

Universal Containers tracks Positions as a custom object in a recruiting application. All positions with a priority of critical should NOT be open for more than two weeks. If a position remains open for more than 14days, the priority should be re-examined.
How would a developer automate this process?

Selecciona una de las siguientes respuestas posibles:

  • Create a time-dependent workflow action that sends an email to the recruiter if the position is still open 14days after record creation.

  • Create a workflow action to clone the position, assigned to the owner of the position record, that is due 14 days after record creation.

  • Create a time-dependent workflow action that updates the position status to Closed 14 days after record creation.

  • Create a validation rule that compares today’s date and the record’s creation date to determine if the difference is greater than 14 days.

Explicación

Pregunta 10 de 20

1

Which statement is TRUE about the custom object import wizard?

Selecciona una de las siguientes respuestas posibles:

  • It can import, upsert, update, delete, and export data.

  • It can prevent the import of duplicate records.

  • It can perform matching based on record ID only.

  • It can provide success and error files in .csv format.

Explicación

Pregunta 11 de 20

1

Which developer tool can be used to create a data model?
Choose 2 answers

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

  • Webservices API

  • Application Setup menu

  • Force.com IDE

  • Force.com Data Loader

Explicación

Pregunta 12 de 20

1

A developer needs to support multiple currencies for a custom object in an application. The multi-currency feature has been enabled for the organization.
What does the developer need to know in order to successfully support this application?
Choose 2 answers

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

  • Currency ISO code will need to be supplied when inserting records in different currencies.

  • Roll-up summary fields on a parent record will calculate incorrectly if the child records have multiple currencies

  • Administrators can add additional currencies after the application has been built.

  • The multi-currency feature will automatically track historical exchange rates.

Explicación

Pregunta 13 de 20

1

Which standard profile has the “View Encrypted Data” permission by default?

Selecciona una de las siguientes respuestas posibles:

  • No profile has the permission active by default

  • Standard User Profile

  • Solution Manager Profile

  • System Administrator Profile

Explicación

Pregunta 14 de 20

1

A user can only see the fields A, B, and C on a record of Object X until the Stage field value on the record changes from New to Working. Once the Stage field value is updated to Working and the record is saved, the user should be able to see fields A, B, C, and D.
How would an application developer configure this?

Selecciona una de las siguientes respuestas posibles:

  • Use multiple Visualforce pages

  • Use workflow to change the field-level security

  • Use workflow to change the record type

  • Use validation rules to expose the field

Explicación

Pregunta 15 de 20

1

What a junction object?

Selecciona una de las siguientes respuestas posibles:

  • A standard object with a master-detail relationship

  • A standard object with two master-detail relationships

  • A custom object with a master-detail relationship

  • A custom object with two master-detail relationships

Explicación

Pregunta 16 de 20

1

What is NOT a component of a custom Force.com application?

Selecciona una de las siguientes respuestas posibles:

  • Default landing page

  • Custom tab

  • Data warehouse

  • Custom object

Explicación

Pregunta 17 de 20

1

Which property of a field can be edited within the page layout editor?
Choose 2 answers

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

  • Controller

  • Always displayed

  • Required

  • Field dependency

  • Read-only

Explicación

Pregunta 18 de 20

1

In a recruiting application, a custom object called Position requires approval. When a Position record is submitted for approval, the requirements below must be met:
·The hiring manager must approval the record
·The approval must be forwarded to all members of the executive team, but only one executive needs to approve the record
·The VP of human resources must approve the record
How would a developer meet this requirement?

Selecciona una de las siguientes respuestas posibles:

  • Create an approval process which utilizes parallel approvers, but does not require unanimous approval.

  • Create parallel workflow rules. Requiring at least one executive team member to complete their assigned task

  • Create multiple approval processes, one for each executive team member, and utilize parallel submission.

  • Create an approval process with a step for each executive team member, allowing approval steps to be skipped.

Explicación

Pregunta 19 de 20

1

For objects where data access is granted though the role hierarchy, how is access granted?

Selecciona una de las siguientes respuestas posibles:

  • Users are only granted read access to data owned by users above them in the role hierarchy.

  • Users are granted access to data accessible by users below them in the role hierarchy,

  • Users are granted access to data accessible to users in the same role in the role hierarchy.

  • Users are only granted access to data owned by users below them in the role hierarchy.

Explicación

Pregunta 20 de 20

1

Which type of custom field can be an external ID?

Selecciona una de las siguientes respuestas posibles:

  • Text, Number, or Formula fields only

  • Text, Email, or Number fields only

  • Custom field of an type

  • Phone Number, Email, URL and Text-based fields

Explicación