Repetisjonsspørsmål fra Astri Flashcards
Which portion of the Model-View-Controller is represented in Force.com as a Standard ofCustom Object?
A. Controller
B. Model
C. View
B. Model
In the MVC-Model (UI, Business Logic, Data) which are associated with data layer?
(3 answers)
A. Relationships B. Validation Rules C. Fields D. Workflow Rules E. Objects
A. Relationships
C. Fields
E. Objects
A developer is building a custom application using the declarative framework.The developer would like to customize the application user interface Which customization is available on the page layout?
(2 answers)
A. Create a three-column section
B. Add an existing visualforce page to an inline section
C. Add custom detail and list buttons
D. Make a field required based on a data value in another field.
B. Add an existing visualforce page to an inline section
C. Add custom detail and list buttons
Which action is NOT necessary when using declarative capabilities to the force.com platform to build custom app (3 answers)
A. Configure an application server
B. Build a data model
C. Write SQL queries to create reports
D. Compile Code
A. Configure an application server
C. Write SQL queries to create reports
D. Compile Code
A business requirement can be met by either a formula field or an APEX trigger. Why would you want to use a formula field over an APEX trigger?
(2 answers)
A. Formula fields can be created and deployed using only a browser
B. Formula fields do not require test matches to deploy
C. Formula fields allow access to resources external to force.com platform
D. Formula fields allow greater control and flexibility than APEX Triggers
A.Formula fields can be created and deployed using only a browser
B. Formula fields do not require test matches to deploy
What is a capability of Salesforce Communities?
Chose 2
A. VisualForce or Force.com sites must be used for an admin to enable communities
B. Customer portal users and customer community users can log into a community
C. Communities can be customized by defining members, tabs, branding and email settings
D. Community members can control what contact information is visible to external users.
B. Customer portal users and customer community users can log into a community
C. Communities can be customized by defining members, tabs, branding and email settings
Which statement is true regarding force.com domain name?
(3 answers)
A. It is usually the name of your company
B. It cannot be mapped to your company’s domain
C. It cannot be changed once it is registered to your organization
D. It must be unique
A. It is usually the name of your company
C. It cannot be changed once it is registered to your organization
D. It must be unique
Which of the following is not process or data intensive?
A. Human resource management
B. Word processing
C. Time entry application
D. Inventory management
B. Word processing
What is capability of Sandbox templates?
Choose 2
A. Save a template for re-use when creating a full sandbox environment
B. Specify the objects whose data should be replicated in a full sandbox environment
C. Create a config only sandbox from a full sandbox environment
D. Specify the date range for data being replicated in a full sandbox environment
A. Save a template for re-use when creating a full sandbox environment
B. Specify the objects whose data should be replicated in a full sandbox environment
Which two features are supported by Salesforce in developer mode?
A. Developer mode allows developers to create new pages by just entering the page name
B. Developer mode provides a debugger that is used to perform step by step execution.
C. Developer mode allows a default user interface to be created for objects
D. Developer mode allows developers to create dashboards from reports
E. Developer mode allows split screen where user can view Visual Force editor and user interface together
A. Developer mode allows developers to create new pages by just entering the page name
E. Developer mode allows split screen where user can view Visual Force editor and user interface together
A developer wants to build an application on force.com platform. The data model that the users need access to applications, and the application business logic have been considered. The report and dashboard requirements have not been considered, which is true?
A. Developer will not be able to load data
B. Data model may not be support the business logic
C. Data model may not support the required reports
D. Dashboard may not be visible to management users
C. Data model may not support the required reports
What is a feature of the improved setup user interface ? Choose 2
A. Personal settings are available through a link on a user’s Home Tab
B. The setup link appears as an option within the Force.com app menu
C. The setup menu items are organized into goal-based categories(Missed)
D. Admins can enable or disable the new setup user interface at any time
C. The setup menu items are organized into goal-based categories
D. Admins can enable or disable the new setup user interface at any time
Which feature is available for custom objects?
3 answers
A. Queues
B. Assignment Rules
C. Sharing
D. Field History Tracking
A. Queues
C. Sharing
D. Field History Tracking
What elements does a custom object automatically contain when it is created?
Choose 2
A. Standard controller B. Page Layout C. Field Sets D. Queues E. Record types
A. Standard controller
B. Page Layout
Which standard fields are added when a custom object is created?
Select all that apply.
A. Name B. Last modified by C. Type D. Description E. ID
A. Name
B. Last modified by
E. ID
Which statements are true about Master-Detail relationships
A. The lookup field on page layout is required
B. Access to parent determines access to children
C. The parent field on child is required
D. Can be multiple layers deep
E. Up to 25 allowed per object
A. The lookup field on page layout is required
B. Access to parent determines access to children
C. The parent field on child is required
Which of the following is true about Roll-up summary fields?
A. Roll-up summary can only be set on the parent of a Master-Detail or Lookup relationship.
B. The results of the roll-up summary is displayed on the child in a master-detail relationship
C. Roll-up summary can be used to compute SUM,MIN,MAX,AVG over a set of records
D. Roll-up summary fields are read only
D. Roll-up summary fields are read only
The number of Lookup relationship that an object can have are? A.1 B.2 C.25 D.300
C.25
In a custom recruiting application, custom objects are used to track Positions and Job Posting sites (e.g: Monster.com, HotJobs.com). Each position is typically posted to many job posting sites. Which additional object is required to relate Position and Job Posting sites so that a user can report on the number of Positions associated with a given Job Posting site?
A. Junction Object
B. Standard object
C. Parent Object
D. Lookup object
A. Junction Object
A developer wants to ensure that when a parent record is deleted, child records are not deleted. Whichrelationship should the developer choose?
A. lookup
B. master-detail
C. master-to-master
D. many-to-many
A. lookup
Which is a required step for creating a many-to-many relationship
(2 answers)
A. create a custom object to join two objects
B. create two relationships
C. create the related list on the page layout of the junction object
D. create a many-to-many relationship between two objects
A. create a custom object to join two objects
B. create two relationships
Which relationship type should be used to capture a user’s manager on each user record in the application?
A. Many-to-many
B. Master-detail
C. Parent-child
D. Hierarchical
D. Hierarchical
Which statement is TRUE about a profile?
A. It can revoke access granted by sharing
B. It enables object level permissions and grants access to all data
C. It controls use passwords settings
D. It can grant access to records using record types
B. It enables object level permissions and grants access to all data
All users of a Recruiting Application should be able to edit all positions, except for users X. User X should be able to see,but NOT edit all positions. How can a developer meet this requirement?
A. Set the organization wide default for positions to Public Read-only and remove user X from the role hierarchy.
B. Set the organization wide default for position to Public Read-only and use a Sharing Rule to grant edit access to everyone except user X.
C. Set the organization wide default for positions to public Read/Write and use a Sharing Rule to restrict user X from editing any position records.
D. Set the organization wide default for position to Public Read/Write and remove user X from role hierarchy.
B. Set the organization wide default for position to Public Read-only and use a Sharing Rule to grant edit access to everyone except user X.
An organization has two custom objects to track job positions and salaries for those positions. Everyone in the organization should be able to view the positions however, only select users can view the salary records. What steps should a developer take to ensure the requirement is fulfilled?
A. Create a lookup relationship between positions and salaries; define public access on position and private access on salary
B. Create a master-detail relationship between positions and salaries; define private access on position and create sharing rules on salary.
C. Create a master-detail relationship between positions and salaries; define public access on position and private access on salary.
D. Create a lookup relationship between positions and salaries; define public access on position and public access on salary; create sharing rules on salary to restrict visibility.
A. Create a lookup relationship between positions and salaries; define public access on position and private access on salary
OWD default setting for accounts is private, a manager resides above the team in role hierarchy, manager wants to share some of the account details with the team. Which feature can extend the viewing privileges to the team to allow them to see each other’s data
(2 answers)
A. Dashboard folder access
B. Running user of a dashboard
C. Running user of a report
D. Report Folder access
A. Dashboard folder access
B. Running user of a dashboard
In a recruiting application, all users should be able to see and edit all candidate records,but interviewers should not be able to modify the address of a candidate and should NOT be able to see the birthdate of a candidate. How would a developer meet this requirement?
A. Remove the Edit permission on the candidate from the interviewers profile
B. Use field-level security to control access to the address and birth date fields
C. Set the organization wide defaults for candidates to Edit some fields
D. Set the organization wide default for candidate to Read-Only
B. Use field-level security to control access to the address and birth date fields
When is a Cross-Object formula field calculated?
A. When the record is created or updated
B. When an update is scheduled
C. When the related object is created or updated
D. When it is viewed
D. When it is viewed
When is a Roll-up summary field calculated?
A. When it is viewed
B. When the related object record is created or updated
C. When an update is schedules
D. When the record is created or updated
B. When the related object record is created or updated