Rafael David Ortiz
Quiz by , created more than 1 year ago

certificacion

5
0
0
Rafael David Ortiz
Created by Rafael David Ortiz about 4 years ago
Close

Rafa certificacion 4

Question 1 of 60

1

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

Select one or more of the following:

  • 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

Explanation

Question 2 of 60

1

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

Select one or more of the following:

  • Compile code

  • Build a data model

  • Configure an application server

  • Write SQL queries to create reports

Explanation

Question 3 of 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?

Select one or more of the following:

  • 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

Explanation

Question 4 of 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.

Select one or more of the following:

  • 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.

Explanation

Question 5 of 60

1

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

Select one or more of the following:

  • Field Sets

  • Queues

  • Page Layout

  • Standard Controller

  • Record Type

Explanation

Question 6 of 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.

Select one or more of the following:

  • Report Folder setting

  • Dashboard Running User

  • Report Running User

  • Dashboard Folder setting

Explanation

Question 7 of 60

1

________lookup relations are allowed per object

Select one or more of the following:

  • 10

  • 20

  • 30

  • 40

Explanation

Question 8 of 60

1

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

Select one or more of the following:

  • 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.

Explanation

Question 9 of 60

1

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

Select one or more of the following:

  • 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.

Explanation

Question 10 of 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?

Select one or more of the following:

  • 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

Explanation

Question 11 of 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?

Select one or more of the following:

  • 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.

Explanation

Question 12 of 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?

Select one or more of the following:

  • Tabular

  • Pivot

  • Summary

  • Analytic Snapshot

Explanation

Question 13 of 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?

Select one or more of the following:

  • 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

Explanation

Question 14 of 60

1

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

Select one or more of the following:

  • 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

Explanation

Question 15 of 60

1

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

Select one or more of the following:

  • Tags

  • Links

  • Buttons

  • Custom Fields

  • Inline Visual force

Explanation

Question 16 of 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?

Select one or more of the following:

  • 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

Explanation

Question 17 of 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?

Select one or more of the following:

  • Workflow

  • Approval Processes

  • Parallel Approvers

  • Dynamic Approval Routing

Explanation

Question 18 of 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.

Select one or more of the following:

  • 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.

Explanation

Question 19 of 60

1

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

Select one or more of the following:

  • 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

Explanation

Question 20 of 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?

Select one or more of the following:

  • Position Page layout

  • Position Mini view

  • Position Record Types

  • Position Mini page layout

  • Position Field dependencies

Explanation

Question 21 of 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?

Select one or more of the following:

  • 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

Explanation

Question 22 of 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

Select one or more of the following:

  • 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

Explanation

Question 23 of 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.

Select one or more of the following:

  • Available for custom fields

  • Available for standard fields

  • Applied at data model level

  • Applied at individual page layout level

Explanation

Question 24 of 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?

Select one or more of the following:

  • 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.

Explanation

Question 25 of 60

1

What is not true about Case Teams Choose 2 answers.

Select one or more of the following:

  • 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

Explanation

Question 26 of 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?

Select one or more of the following:

  • 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

Explanation

Question 27 of 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.

Select one or more of the following:

  • Junction object

  • Parent object

  • Lookup object

  • Standard object

Explanation

Question 28 of 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?

Select one or more of the following:

  • 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.

Explanation

Question 29 of 60

1

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

Select one or more of the following:

  • 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

Explanation

Question 30 of 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?

Select one or more of the following:

  • 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.

Explanation

Question 31 of 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?

Select one or more of the following:

  • 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.

Explanation

Question 32 of 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?

Select one or more of the following:

  • 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.

Explanation

Question 33 of 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:

Select one or more of the following:

  • 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.

Explanation

Question 34 of 60

1

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

Select one or more of the following:

  • 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

Explanation

Question 35 of 60

1

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

Select one or more of the following:

  • Universally required field settings are respected

  • Apex triggers are ignored

  • Required fields on page layouts are enforced

  • Validation rules are respected

Explanation

Question 36 of 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?

Select one or more of the following:

  • 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

Explanation

Question 37 of 60

1

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

Select one or more of the following:

  • 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

Explanation

Question 38 of 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?

Select one or more of the following:

  • 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

Explanation

Question 39 of 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

Select one or more of the following:

  • Custom fields

  • Custom tabs

  • Custom relationships

  • Custom objects

  • Custom applications

Explanation

Question 40 of 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

Select one or more of the following:

  • 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

Explanation

Question 41 of 60

1

What can be viewed using the process visualizer?

Select one or more of the following:

  • Support processes

  • Sales processes

  • Approval processes

  • Workflow Rule

Explanation

Question 42 of 60

1

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

Select one or more of the following:

  • Table

  • Chart

  • Pivot

  • Metric

  • Gauge

Explanation

Question 43 of 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?

Select one or more of the following:

  • 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

Explanation

Question 44 of 60

1

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

Select one or more of the following:

  • Solution manager profile

  • System administrator profile

  • No profile has the permission active by default

  • Standard user pro file

Explanation

Question 45 of 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?

Select one or more of the following:

  • 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

Explanation

Question 46 of 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.

Select one or more of the following:

  • 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

Explanation

Question 47 of 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?

Select one or more of the following:

  • Use custom summary formulas

  • Use matrix reports

  • Use conditional highlighting

  • Use charts

Explanation

Question 48 of 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?

Select one or more of the following:

  • Custom summary formulas

  • Dashboards

  • Analytic snapshots

  • Custom report types

Explanation

Question 49 of 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

Select one or more of the following:

  • 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

Explanation

Question 50 of 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

Select one or more of the following:

  • Bug History related list

  • Debug Log

  • Time-based workflow queue

  • Acitivity History related list

Explanation

Question 51 of 60

1

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

Select one or more of the following:

  • Load Accounts, then Contacts, then Users

  • The order does not matter

  • Load Contacts, then Accounts, then Users

  • Load Users, then Accounts, then Contacts

Explanation

Question 52 of 60

1

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

Select one or more of the following:

  • Read all data

  • View Encrypted Data

  • View all data

  • Administrator permissions

Explanation

Question 53 of 60

1

You can upgrade your Apps of the following types:

Select one or more of the following:

  • Managed Packages

  • Unmanaged Packages

  • You can’t upgrade the Apps once published

  • Installed Packages

Explanation

Question 54 of 60

1

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

Select one or more of the following:

  • 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

Explanation

Question 55 of 60

1

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

Select one or more of the following:

  • Man-to-many

  • Master-detail

  • Parent-child

  • Hierarchical

Explanation

Question 56 of 60

1

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

Select one or more of the following:

  • 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

Explanation

Question 57 of 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?

Select one or more of the following:

  • Chart

  • Metric

  • Table

  • Gauge

Explanation

Question 58 of 60

1

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

Select one or more of the following:

  • Customized user interface

  • Process automation

  • Extensible data model

  • Data entry validation rules

Explanation

Question 59 of 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

Select one or more of the following:

  • 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.

Explanation

Question 60 of 60

1

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

Select one or more of the following:

  • 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

Explanation