Rafa certificacion 4

Description

certificacion
Rafael David Ortiz
Quiz by Rafael David Ortiz, updated more than 1 year ago
Rafael David Ortiz
Created by Rafael David Ortiz about 4 years ago
5
0

Resource summary

Question 1

Question
Why might an analytic snapshot fail during a scheduled run? Choose 3 answers.
Answer
  • 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

Question 2

Question
Which action is NOT necessary when using the declarative capabilities of the Force.com platform to build custom applications? Choose 3 answers.
Answer
  • Compile code
  • Build a data model
  • Configure an application server
  • Write SQL queries to create reports

Question 3

Question
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?
Answer
  • 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

Question 4

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

Question 5

Question
What elements does a custom object automatically contain when it is created? Choose 2 answers.
Answer
  • Field Sets
  • Queues
  • Page Layout
  • Standard Controller
  • Record Type

Question 6

Question
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.
Answer
  • Report Folder setting
  • Dashboard Running User
  • Report Running User
  • Dashboard Folder setting

Question 7

Question
________lookup relations are allowed per object
Answer
  • 10
  • 20
  • 30
  • 40

Question 8

Question
Which capability does building an application on the force.com platform provide. Choose 3 answers.
Answer
  • 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.

Question 9

Question
What cannot be done with the profiles? Choose 4 answers.
Answer
  • 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.

Question 10

Question
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?
Answer
  • 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

Question 11

Question
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?
Answer
  • 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.

Question 12

Question
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?
Answer
  • Tabular
  • Pivot
  • Summary
  • Analytic Snapshot

Question 13

Question
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?
Answer
  • 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

Question 14

Question
In which Salesforce environments will the Force.com record IDs be identical?
Answer
  • 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

Question 15

Question
Which of the following cannot be used on a User page Layout? Choose 2 answers
Answer
  • Tags
  • Links
  • Buttons
  • Custom Fields
  • Inline Visual force

Question 16

Question
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?
Answer
  • 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

Question 17

Question
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?
Answer
  • Workflow
  • Approval Processes
  • Parallel Approvers
  • Dynamic Approval Routing

Question 18

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

Question 19

Question
Which statement is TRUE about master-detail relationship in the Force.com platform? Choose 2 answers.
Answer
  • 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

Question 20

Question
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?
Answer
  • Position Page layout
  • Position Mini view
  • Position Record Types
  • Position Mini page layout
  • Position Field dependencies

Question 21

Question
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?
Answer
  • 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

Question 22

Question
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
Answer
  • 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

Question 23

Question
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.
Answer
  • Available for custom fields
  • Available for standard fields
  • Applied at data model level
  • Applied at individual page layout level

Question 24

Question
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?
Answer
  • 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.

Question 25

Question
What is not true about Case Teams Choose 2 answers.
Answer
  • 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

Question 26

Question
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?
Answer
  • 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

Question 27

Question
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.
Answer
  • Junction object
  • Parent object
  • Lookup object
  • Standard object

Question 28

Question
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?
Answer
  • 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.

Question 29

Question
Which statement is true regarding a Force.com domain name? Choose 3 answers
Answer
  • 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

Question 30

Question
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?
Answer
  • 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.

Question 31

Question
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?
Answer
  • 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.

Question 32

Question
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?
Answer
  • 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.

Question 33

Question
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:
Answer
  • 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.

Question 34

Question
Enhanced list views are available for profiles. Use a list of profiles to: 2 answers
Answer
  • 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

Question 35

Question
What must a developer consider when inserting records using an API-based tool? Choose 2 Answers
Answer
  • Universally required field settings are respected
  • Apex triggers are ignored
  • Required fields on page layouts are enforced
  • Validation rules are respected

Question 36

Question
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?
Answer
  • 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

Question 37

Question
When performing an update with the Data Loader, the comma-delimited file must contain a column with which values?
Answer
  • 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

Question 38

Question
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?
Answer
  • 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

Question 39

Question
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
Answer
  • Custom fields
  • Custom tabs
  • Custom relationships
  • Custom objects
  • Custom applications

Question 40

Question
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
Answer
  • 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

Question 41

Question
What can be viewed using the process visualizer?
Answer
  • Support processes
  • Sales processes
  • Approval processes
  • Workflow Rule

Question 42

Question
Which dashboard component displays a grand total across a set of data? Choose 2 answers
Answer
  • Table
  • Chart
  • Pivot
  • Metric
  • Gauge

Question 43

Question
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?
Answer
  • 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

Question 44

Question
Which standard profile has the "View Encrypted Data" permission by default?
Answer
  • Solution manager profile
  • System administrator profile
  • No profile has the permission active by default
  • Standard user pro file

Question 45

Question
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?
Answer
  • 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

Question 46

Question
If a change is made to an approval process, how can a developer determine the user that made the change? Choose 2 answers.
Answer
  • 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

Question 47

Question
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?
Answer
  • Use custom summary formulas
  • Use matrix reports
  • Use conditional highlighting
  • Use charts

Question 48

Question
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?
Answer
  • Custom summary formulas
  • Dashboards
  • Analytic snapshots
  • Custom report types

Question 49

Question
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
Answer
  • 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

Question 50

Question
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
Answer
  • Bug History related list
  • Debug Log
  • Time-based workflow queue
  • Acitivity History related list

Question 51

Question
When loading Account, Contact and User data, what represents the recommended order to load the data?
Answer
  • Load Accounts, then Contacts, then Users
  • The order does not matter
  • Load Contacts, then Accounts, then Users
  • Load Users, then Accounts, then Contacts

Question 52

Question
Encrypted fields allow for masking data for all users except those with the _____permissions
Answer
  • Read all data
  • View Encrypted Data
  • View all data
  • Administrator permissions

Question 53

Question
You can upgrade your Apps of the following types:
Answer
  • Managed Packages
  • Unmanaged Packages
  • You can’t upgrade the Apps once published
  • Installed Packages

Question 54

Question
What is a feature of custom report types? Choose 2 answers
Answer
  • 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

Question 55

Question
Which relationship type should be used to capture a user’s manager on each user record in the application?
Answer
  • Man-to-many
  • Master-detail
  • Parent-child
  • Hierarchical

Question 56

Question
Upon final rejection of a record that has been through an approval process, which action is NOT allowed?
Answer
  • 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

Question 57

Question
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?
Answer
  • Chart
  • Metric
  • Table
  • Gauge

Question 58

Question
Which aspect of an application is addressed in the business logic layer? Choose 2 answers
Answer
  • Customized user interface
  • Process automation
  • Extensible data model
  • Data entry validation rules

Question 59

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

Question 60

Question
What occurs in an upsert operation if the external ID is matched on more than one record?
Answer
  • 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
Show full summary Hide full summary

Similar

Rafa Certification 2
Rafael David Ortiz
KEE2
harrym
Geometry Formulas (Perimeters)
PatrickNoonan
OCR AS Biology - Lipids
Chris Osmundse
A-Level Physics: Course Overview
cian.buckley+1
Organic Chemistry Functional Groups
linpubotwheeds
History - Germany 1918 - 1945
Grace Evans
Of Mice and Men Characters - Key essay points
Lilac Potato
Mapas mentales con ExamTime
julii.perci
Atomic numbers and mass numbers quiz
Sarah Egan
2PR101 1.test - 7. část
Nikola Truong