Rafael David Ortiz
Test por , creado hace más de 1 año

certificacion

5
0
0
Rafael David Ortiz
Creado por Rafael David Ortiz hace alrededor de 4 años
Cerrar

Rafa certificacion 4

Pregunta 1 de 60

1

Why might an analytic snapshot fail during a scheduled run? Choose 3 answers.

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

  • The source report was not created by an Administrator

  • The target object contains an Apex trigger

  • The running user has been made inactive

  • The target object is a custom object.

  • The source report has been resaved as a matrix report

Explicación

Pregunta 2 de 60

1

Which action is NOT necessary when using the declarative capabilities of the Force.com platform to build custom applications? Choose 3 answers.

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

  • Compile code

  • Build a data model

  • Configure an application server

  • Write SQL queries to create reports

Explicación

Pregunta 3 de 60

1

In a recruiting application, all users should be able to see and edit all candidate records, but interviewers should NOT have access to 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?

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

  • Set the organization wide default for candidates to Edit some fields

  • Set the organization wide defaults for candidates to Read-Only

  • Remove the Edit permission on candidate from the interviewer’s profile

  • Use field-level security to control access to the Address and Birth Date fields

Explicación

Pregunta 4 de 60

1

An organization needs the ability view the value of the Opportunity Stage field on an Opportunity Product related list. Please choose the declarative method of fulfilling the requirement.

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

  • Create an Apex method to replicate the value on the child object, and set the field level security to read-only and expose the new field on the Opportunity Product related list.

  • Create a cross object formula field on the Opportunity Product object and expose the formula field on the Opportunity Product related list.

  • Create a validation rule on the Opportunity Product object.

  • Create a new pick list field called Stage on the Opportunity Product object, and expose the filed on the Opportunity Product related list.

Explicación

Pregunta 5 de 60

1

What elements does a custom object automatically contain when it is created? Choose 2 answers.

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

  • Field Sets

  • Queues

  • Page Layout

  • Standard Controller

  • Record Type

Explicación

Pregunta 6 de 60

1

The organization-wide default settings for Accounts is Private. A manager resides above a team in the role share some of the account data with the team. Which feature can extend the viewing privileges of the team to allow them to see each other’s data? Choose 2 answers.

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

  • Report Folder setting

  • Dashboard Running User

  • Report Running User

  • Dashboard Folder setting

Explicación

Pregunta 7 de 60

1

________lookup relations are allowed per object

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

  • 10

  • 20

  • 30

  • 40

Explicación

Pregunta 8 de 60

1

Which capability does building an application on the force.com platform provide. Choose 3 answers.

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

  • The ability to internationalize and localize the application

  • The ability to run reports on configuration changes

  • The ability to build applications with click and not code.

  • The ability to have applications upgraded without losing customizations.

Explicación

Pregunta 9 de 60

1

What cannot be done with the profiles? Choose 4 answers.

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

  • Control password settings

  • Control the tab access

  • Give access to records by modifying the record types

  • Set the CRUD permissions (create read update delete (crud))

  • Specify Language

  • Revoke sharing permissions

  • Time zone.

Explicación

Pregunta 10 de 60

1

For the Order Management application, the developer has created a custom object to store the product line and
product combination. When creating an order, the product line and product combination needs to be consistent. What is the best option for implementing this?

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

  • Use a workflow to update the product automatically based on the product line.

  • Create a validation rule using IF

  • Create a formula field to enforce the combination

  • Create a validation rule using VLOOKUP

Explicación

Pregunta 11 de 60

1

An organization wishes to have everyone view/edit records on an object except for a single person x who should only
have read-only access to the object. What is the best way to implement the requirement?

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

  • Modify the sharing access for the object to public read/write and remove user x from the role hierarchy

  • Modify the sharing access for the object to private and remove user x from the role hierarchy

  • Modify the sharing access for the object to public read only, create a public group with everyone except user x, and create a sharing rule and define read/write access to the public group.

  • Modify the page layout to be read-only.

Explicación

Pregunta 12 de 60

1

Positions is a custom object in a recruiting application built on the Force.com platform. Department is a field on the
Position object. Which type of report should a developer create to show hiring managers the number of positions grouped by department?

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

  • Tabular

  • Pivot

  • Summary

  • Analytic Snapshot

Explicación

Pregunta 13 de 60

1

Job Applications is a custom object with a lookup relationship to the custom object Positions. A developer would like to
modify the Position fields displayed in the console mini view when a job application record is viewed in the console detail view. What would a developer customize to accomplish this?

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

  • The mini page layout on the job application page layout

  • The related objects on the job application page layout

  • The mini page layout of the position page layout

  • The related objects on the position page layout

Explicación

Pregunta 14 de 60

1

In which Salesforce environments will the Force.com record IDs be identical?

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

  • Production and Full Copy Sandbox only

  • Production and Full Copy Sandbox, and Developer Sandbox

  • Force.com record IDs are never identical

  • Production and Developer Sandbox only

Explicación

Pregunta 15 de 60

1

Which of the following cannot be used on a User page Layout? Choose 2 answers

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

  • Tags

  • Links

  • Buttons

  • Custom Fields

  • Inline Visual force

Explicación

Pregunta 16 de 60

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 approve 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 o más de las siguientes respuestas posibles:

  • 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

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

Explicación

Pregunta 17 de 60

1

Universal containers would like to enforce a new policy for job offers. Any job offer with a salary greater than $50,000
is approved by hiring manager. Any job offer with a salary greater than $100,000 is approved first by the hiring manager, then by the senior manager. After these approvals, all offers must finally be approved by the VP of HR. How would a developer meet this requirement?

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

  • Workflow

  • Approval Processes

  • Parallel Approvers

  • Dynamic Approval Routing

Explicación

Pregunta 18 de 60

1

In a recruiting application using an approval process on a custom object called Positions. A position record requires
simultaneous approvers in the approval process step. When can the position record advance to the next step in the process? Choose 2 answers.

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

  • When the first approval is received if unanimous approval is not required

  • When all approvals are received if unanimous approval is required

  • When a majority of approvals is received when a majority approval is required

  • When one of the approvers skips the final step in the process.

Explicación

Pregunta 19 de 60

1

Which statement is TRUE about master-detail relationship in the Force.com platform? Choose 2 answers.

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

  • The security settings for the master record control the detail record.

  • When a master record is deleted, the child records remain in the system without a master record

  • The master-detail relationship field is required on the page layout of the detail record

  • When defining a master-detail relationship, the custom object on which you are working is the master

Explicación

Pregunta 20 de 60

1

A developer would like to modify the contents of the hover details for a custom object called Position. What would a developer customize to accomplish this?

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

  • Position Page layout

  • Position Mini view

  • Position Record Types

  • Position Mini page layout

  • Position Field dependencies

Explicación

Pregunta 21 de 60

1

In a recruiting application, salary is the child object to parent position object via master-detail relationship. The min
pay and max pay fields of salary object cannot be modified when position status on the parent is approved. How would a developer design this?

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

  • Create a visual force component on position detail page

  • Roll up summary field

  • Validation rule on position object

  • Formula field on the salary object

  • Validation rule on the salary object

Explicación

Pregunta 22 de 60

1

Universal containers tracks Positions as a custom object in a recruiting application. When position records are created, they have a status of New and are visible to only the position owner. Once a position goes through an approval process,
the status is changed to Approved. Approved positions should be visible to the entire organization. How can a developer meet this requirement? Choose 2 answers

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

  • Create a criteria-based sharing rule that states that Approved positions are shared with the entire organization

  • Create a workflow field update that updates a custom field called Sharing on a position once the status is Approved

  • Create an Apex trigger that automatically updates sharing on a position once the status is Approved.

  • Create a formula field that updates the sharing on a position once the status changes to Approved

Explicación

Pregunta 23 de 60

1

A universally required field is a custom field that must have a value whenever a record is saved within salesforce. This property is: Choose 2 answers.

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

  • Available for custom fields

  • Available for standard fields

  • Applied at data model level

  • Applied at individual page layout level

Explicación

Pregunta 24 de 60

1

Universal containers tracks candidates as a custom object in a recruiting application. On a candidate record, the city entered in the City field must be in the state selected in the state field. How would a developer meet this requirement
using declarative (point and click) means?

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

  • Create a dependency on the address field that ensures only valid cities are selected for a given state.

  • Create a formula field on the address object that looks up the state for the entered city

  • Create validation rule that checks the city entered against an object to validate the state for the entered city

  • Create a workflow outbound message that sends city and state information to an external global database of known states.

Explicación

Pregunta 25 de 60

1

What is not true about Case Teams Choose 2 answers.

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

  • You can add team of users to cases

  • You can create a workflow for case teams

  • You can predefine case teams for users

  • Determine level of access to read/only, read/write and read/write/transfer

Explicación

Pregunta 26 de 60

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 held 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 o más 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 27 de 60

1

In a custom recruiting application, custom objects are used to track Positions and Job Postings site (e.g. Each position
is typically posted to many job posting sites) Which additional object is required to relate Positions and Job Postings sites so that a user can report or associated with a given Job Posting site.

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

  • Junction object

  • Parent object

  • Lookup object

  • Standard object

Explicación

Pregunta 28 de 60

1

In a recruiting application, a Position custom object is related to Salary custom object. Sensitive information such as current salary is stored on the salary object. All users should be able to at least view position information. However
only select individuals should be able to view salary records. How would a developer accomplish this?

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

  • Create a master-detail relationship between Position and Salary and set OWD to public read-only for position and private for salary

  • Create a lookup relationship between Position and Salary and set OWD to public read only for position and for salary

  • Create a lookup relationship between Position and Salary and set organization-wide defaults to Public Read-Only for Position and Private for Salary.

  • Create a master-detail relationship between Position and Salary and set OWD to private for position and salary.

Explicación

Pregunta 29 de 60

1

Which statement is true regarding a Force.com domain name? Choose 3 answers

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

  • It must be unique

  • It is usually the name of your company

  • It cannot be changed once it is registered to your organization

  • It cannot be mapped to your company’s domain

Explicación

Pregunta 30 de 60

1

Universal Containers has built a recruiting application with 2 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 o más de las siguientes respuestas posibles:

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

  • Remove the delete button from the job application page layout

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

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

Explicación

Pregunta 31 de 60

1

Universal containers tracks Offers as an object in a recruiting application. Once an offer has been accepted by a
candidate, there must be a value in a currency field called Actual Salary. How would a developer meet this requirement?

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

  • Create a validation rule to make sure the actual salary is not null whenever an offer is accepted

  • Create a workflow field update to set the property of the actual salary field to required

  • Create a field dependency between the salary amount and status of accepted

  • Create a validation rule to make actual salary required each time the offer records is saved.

Explicación

Pregunta 32 de 60

1

Universal containers tracks positions in a custom object as part of recruiting application, New positions must be approved to be filled. Only recruiting managers can submit new positions for approval?

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

  • Create a recruiting managers group, set approvals to private, and create a sharing exception for recruiting manager

  • Create a workflow rule whereby only users with recruiting manager profile are allowed to submit positions for approval

  • Create a validation rule that checks whether a user with the recruiting manager profile is saving new positions for the record

  • Create an approval process where users with the role of recruiting manager role are allowed to submit the position.

Explicación

Pregunta 33 de 60

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 that
application? Select 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

  • The multi currency will automatically track historical exchange rates

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

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

Explicación

Pregunta 34 de 60

1

Enhanced list views are available for profiles. Use a list of profiles to: 2 answers

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

  • Compare profile settings

  • Create, edit, delete custom list views

  • Print list of profiles

  • Export list of profiles to excel

  • Make mass updates across multiple profiles

Explicación

Pregunta 35 de 60

1

What must a developer consider when inserting records using an API-based tool? Choose 2 Answers

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

  • Universally required field settings are respected

  • Apex triggers are ignored

  • Required fields on page layouts are enforced

  • Validation rules are respected

Explicación

Pregunta 36 de 60

1

Universal containers tracks reviews as a custom object in a recruiting application. An interview score is tracked on each review record and should be numerical, so that hiring managers can perform score calculations. The scores
should be restricted to integer values 1 through 5 and displayed as a set of radio buttons. How can a developer meet this requirement?

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

  • Create a formula field that displays the interview score as a set of radio buttons

  • Create a visualforce component to display the interview score as a set of radio buttons

  • Create the Interview Score field with a data type of radio button

  • Create the interview score field as a picklist, displayed as a radio button on the pane layout

Explicación

Pregunta 37 de 60

1

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

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

  • The profile names of the record owners

  • The created time and date of the records

  • The Force.com record ID values of the records

  • The logical names of the records

Explicación

Pregunta 38 de 60

1

A developer would like to enable end users to filter the data displayed on the related list of an object detail page How could a developer accomplish this?

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

  • Customize the search filter fields layout for that object

  • Enable Advanced Search on the object’s related list

  • Create a Visualforce page to replace the object detail view

  • Configure the object’s related list to add a filter

Explicación

Pregunta 39 de 60

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 tabs

  • Custom relationships

  • Custom objects

  • Custom applications

Explicación

Pregunta 40 de 60

1

In a recruiting application, a master-detail relationship has been defined between two custom objects, Job Applications (master) and Reviews (detail). Which statement is TRUE? Choose 2 answers

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

  • Review records may exist without an associated job application

  • The master-detail relationship between Job Applications and Reviews is defined on the Job Application object

  • Deleting a Job application record will delete associated review records

  • Review records will inherit ownership from the associated job application

Explicación

Pregunta 41 de 60

1

What can be viewed using the process visualizer?

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

  • Support processes

  • Sales processes

  • Approval processes

  • Workflow Rule

Explicación

Pregunta 42 de 60

1

Which dashboard component displays a grand total across a set of data? Choose 2 answers

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

  • Table

  • Chart

  • Pivot

  • Metric

  • Gauge

Explicación

Pregunta 43 de 60

1

In a custom order management application, universal containers requires that the product name and product code are consistent according to a custom object set up with valid product name and product code combinations. When a user
enters an order, the system should check to ensure that the product name and product code entered are valid Which feature would a developer use to accomplish this?

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

  • A validation rule with the VLOOKUP function

  • A validation rule with the REGEX function

  • A formula field with the IF function

  • A formula field with the VALIDATE function

Explicación

Pregunta 44 de 60

1

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

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

  • Solution manager profile

  • System administrator profile

  • No profile has the permission active by default

  • Standard user pro file

Explicación

Pregunta 45 de 60

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 14 days, the priority
should be re-examined. How would a developer automate this process?

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

  • 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 validation rule that compares today’s date and the record’s creation date to determine if the difference is greater than 14 days

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

  • Create a time-dependant workflow action that updates the position status to closed 14 days after record creation

Explicación

Pregunta 46 de 60

1

If a change is made to an approval process, how can a developer determine the user that made the change? Choose 2 answers.

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

  • By examining the Debug Log

  • By looking at "Modified By" on the approval definition

  • By checking the field history on the associated record

  • By examining the setup audit trail

Explicación

Pregunta 47 de 60

1

Hiring managers at Universal containers would like a visual mechanism for determining review score outliers. Review scores are captured as a custom field on a custom Review object and can range from 1 to 10. Any review score that is
>8 should be highlighted in green. Any review score that is < 4 should be highlighted in red. Choose 2 answers. How would a developer accomplish this?

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

  • Use custom summary formulas

  • Use matrix reports

  • Use conditional highlighting

  • Use charts

Explicación

Pregunta 48 de 60

1

Universal Containers has built a recruiting application on the Force.com platform. In the application, recruiting
managers need to see how the number and status of candidates in the pipeline changes month over month. which
feature enables this land of analysis?

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

  • Custom summary formulas

  • Dashboards

  • Analytic snapshots

  • Custom report types

Explicación

Pregunta 49 de 60

1

In a recruiting application, all users should be able to see positions with a status of Open. If the status is anything other that Open, the position should be visible only to the record owner. How would a developer accomplish this? Choose 2
answers

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

  • Set the organization-wide default for position to private, then use a criteria based sharing rule to automatically share open positions

  • Set the organization-wide default for position to public read-only, then use a sharing rule to restrict access to closed positions

  • Set the organization-wide default for position to private, allowing owners to use manual sharing to add or remove access as positions change status

  • Specify view only access for open positions on users profiles

Explicación

Pregunta 50 de 60

1

In a bug tracking application, Universal Containers has created a timebased workflow action that will execute 30 days after a Bug record is created. The developer would like to test to make sure that rule is working the way that it should.
Which feature is available for testing? Choose 2 answers

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

  • Bug History related list

  • Debug Log

  • Time-based workflow queue

  • Acitivity History related list

Explicación

Pregunta 51 de 60

1

When loading Account, Contact and User data, what represents the recommended order to load the data?

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

  • Load Accounts, then Contacts, then Users

  • The order does not matter

  • Load Contacts, then Accounts, then Users

  • Load Users, then Accounts, then Contacts

Explicación

Pregunta 52 de 60

1

Encrypted fields allow for masking data for all users except those with the _____permissions

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

  • Read all data

  • View Encrypted Data

  • View all data

  • Administrator permissions

Explicación

Pregunta 53 de 60

1

You can upgrade your Apps of the following types:

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

  • Managed Packages

  • Unmanaged Packages

  • You can’t upgrade the Apps once published

  • Installed Packages

Explicación

Pregunta 54 de 60

1

What is a feature of custom report types? Choose 2 answers

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

  • The ability to customize the output layout of a report

  • The ability to customize the available list of columns displayed in the report builder interface

  • The ability to create an exception report or anti-join

  • The ability to join related objects within a report

Explicación

Pregunta 55 de 60

1

Which relationship type should be used to capture a user’s manager on each user record in the application?

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

  • Man-to-many

  • Master-detail

  • Parent-child

  • Hierarchical

Explicación

Pregunta 56 de 60

1

Upon final rejection of a record that has been through an approval process, which action is NOT allowed?

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

  • Locking the record from being edited

  • Sending an email to the record owner

  • Sending the record to the recycle bin

  • Creating a task for the record owner

Explicación

Pregunta 57 de 60

1

Positions and Job Applications are custom objects in a recruiting application. There is a lookup relationship on Job Applications to Positions. A developer wants to see a list of the top ten positions with the greater number of related job
applications. Which dashboard component should the developer choose?

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

  • Chart

  • Metric

  • Table

  • Gauge

Explicación

Pregunta 58 de 60

1

Which aspect of an application is addressed in the business logic layer? Choose 2 answers

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

  • Customized user interface

  • Process automation

  • Extensible data model

  • Data entry validation rules

Explicación

Pregunta 59 de 60

1

A developer wants to build an application on the Force.com platform. The data model, the business logic and the
requirements have been considered. The user access requirements have not been considered. What is the implication
of building the application given the available information? Choose 2 Answers

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

  • The data model may not support the required security controls

  • The developer will not be able to build any reports or dashboards if the security controls have not been considered

  • The security controls may not support the approval process requirements

  • The developer cannot establish security controls if not completed upon initial setup.

Explicación

Pregunta 60 de 60

1

What occurs in an upsert operation if the external ID is matched on more than one record?

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

  • An error is reported

  • Duplicate records will be created with matching external Ids

  • The upsert operation fails

  • Only the first matching record will be updated

Explicación