Frage 1
Frage
What layer of model-view-controller paradigm are standard or custom objects associated with?
Antworten
-
Model
-
View
-
Controller
-
View and Controller
Frage 2
Frage
An organization wants to create a field to store manager data on the user object. The manager field is a reference to another user record. What type of relationship should be used?
Antworten
-
Many-to-many
-
Master-Detail
-
Lookup
-
Hierarchical
Frage 3
Frage
What must a developer consider when inserting data via an API based tool?
(Choose 2)
Antworten
-
Validation Rules are Respected
-
APEX Triggers are ignored
-
Required fields on page layouts are enforced
-
Universally required field settings are respected
Frage 4
Frage
Which Salesforce Formula Function can return a value based on more than two different field parameters?
Antworten
-
Beings
-
CASE Statement
-
IF Statement
-
Contains
Frage 5
Frage
A user’s profile does not have any permissions to view a custom object. However, the Organization Wide Defaults for the custom object are set to Public Read/Write. Users with this profile will still be able to access the custom object.
Frage 6
Frage
Which of the following is true about Roll-up summary fields?
Antworten
-
Roll-up summary can only be set on the parent of a Master-Detail or Lookup relationship.
-
Roll-up summary can be used to compute SUM,MIN,MAX,AVG over a set of records
-
The results of the roll-up summary is displayed on the child in a master-detail relationship.
-
Roll-up summary fields are read only.
Frage 7
Frage
Which edition of Salesforce is API access not available for by default?
Antworten
-
Unlimited
-
Professional
-
All Editions
-
Developer
Frage 8
Frage
What are the three different custom tabs you can create?
(Choose 3)
Antworten
-
APEX Tab
-
Web Tab
-
Custom Object Tab
-
Standard Object Tab
-
Visualforce Tab
Frage 9
Frage
What do the first 3 characters of a Salesforce Record ID identify?
e.g. 00Q2400000198J8
Antworten
-
The location on the storage pod
-
The serial number in the data centre
-
The storage field identifier
-
The Object type
Frage 10
Frage
What type of field needs to be wrapped in a function (In a formula) to be accessed?
Antworten
-
Picklist
-
Date/Time
-
Long Text Field
-
Currency
Frage 11
Frage
What is true about a custom tab?
Antworten
-
It can be included in as many applications as desired
-
It can only be included in one application
-
It can only be included in custom applications
-
It can only be included in standard applications
Frage 12
Frage
If a child record in a master detail relationship is deleted, the parent is deleted.
Frage 13
Frage
When would a developer use upsert and external IDs?
(Choose 2)
Antworten
-
To migrate customizations from a sandbox to production
-
To load related records without knowing Salesforce record IDs
-
To integrate with an external system
-
To use Web Services API to query for data
Frage 14
Frage
What is the maximum number of master-detail lookup relationships allowable per object?
Frage 15
Frage
When building a custom application, a developer can include a custom icon for the app?
Frage 16
Frage
What are required pieces of a validation rule?
(Choose 3)
Antworten
-
Error Message
-
Condition Formula
-
Return Value
-
Description
-
Rule Name
Frage 17
Frage
Which feature sets the base level of access to an object?
Frage 18
Frage
Which of the following is not a valid return type of a custom formula?
Frage 19
Frage
Which of the following statements are true about Record ID’s?
(Choose 2)
Antworten
-
The 15 character ID is case-sensitive
-
The 18 character ID is case-sensitive
-
The 15 character ID is case-insensitive
-
The 18 character ID is case-insensitive
Frage 20
Frage
Standard picklist fields can be controlling or dependent?
Frage 21
Frage
You have Custom Object A & Custom Object B, a record has to be created on B once a certain criteria is met A, how can this be achieved?
Antworten
-
Workflow Rule
-
Apex Trigger on Object B
-
Apex Trigger on Object A
-
Visualforce page
Frage 22
Frage
Name the language Force.com uses to support full-text search in Objects
Antworten
-
SOSL
-
Visualforce
-
SQL
-
SOQL
Frage 23
Frage
A Developer wants to make sure that all fields on his new custom object are editable to all profiles, what should be checked on field level security?
Antworten
-
Disable Visible and Read-Only
-
Enable Visible but Disable Read-Only
-
Disable Visible but Enable Read-Only
-
Enable Visible and Read-Only
Frage 24
Frage
Before code can be deployed in production, what percentage of test coverage must be achieved?
Frage 25
Frage
There is more than 1 version of a Salesforce Record ID?
Frage 26
Frage
Currently defined picklist values are retained when you change a picklist to a multi-select picklist?
Frage 27
Frage
Which of the following is not a sandbox type?
Antworten
-
Developer
-
Partial Data
-
Professional
-
Full
Frage 28
Frage
An organization needs to create a public website that displays data from Salesforce.com organization without user registration.
Antworten
-
Visualforce
-
Apex
-
Salesforce Knowledgebase
-
Force.com sites
Frage 29
Frage
The organization IDs of your sandboxes remain same each time your sandbox is refreshed
Frage 30
Frage
How can you make a field mandatory?
(Choose 3)
Antworten
-
Creating a validation rule for the field
-
Check the required field box for the field on the record type
-
Create a Workflow Rule
-
Check the required field box on the page layout.
-
Check the required field box on the field definition
Frage 31
Frage
How many components can a Dashboard have?
Frage 32
Frage
Roll-up Summaries are only available on what type of relationship?
Frage 33
Frage
Which of the following represent correct syntax to display first name from global variable user?
Antworten
-
{User.FirstName}
-
{!User.FirstName}
-
$User.FirstName
-
{!$User.FirstName}
Frage 34
Frage
Your manager has asked you to create an object with radio buttons that track a rating of 1-5, how will you achieve this?
Antworten
-
Create a Visualforce page with radio buttons.
-
Create a radio button with 5 options
-
Create a formula field
-
Create a dependant picklist that feeds the radio button type field
Frage 35
Frage
What is API Access?
Antworten
-
Is required to be able to deploy APEX Code in Force.com
-
Provides direct access to all data stored in Force.com from virtually any platform.
-
Can be given to users to allow them to access all Apps.
-
Allows developers to write test classes within Salesforce.
Frage 36
Frage
Object A has a lookup to object B. Which of the following statements are true?
(Chosse 2)
Antworten
-
Fields of both B and A are accessible from object A
-
Fields of object A can be accessed from object B
-
Fields of object B can be accessed from object A
-
Fields of both A and B are accessible from object B
Frage 37
Frage
Which of these is true about the Lookup Relationship?
Antworten
-
Parent is not a required field and may be omitted
-
Deleting an object deletes its children
-
Roll-up summary field can be used to perform basic operations over all children of a parent record
-
Security access of the child record is dependent upon the parent record
Frage 38
Frage
Which of the following cannot be included in a VisualForce page?
Antworten
-
HTML
-
Flash
-
Javascript
-
Java
Frage 39
Frage
What is the name for an object that enables a many-to-many relationship between two other objects?
Antworten
-
Child Object
-
Parent Object
-
Junction Object
-
Connector Object
-
Schema Object
Frage 40
Frage
What is true about Master-Detail relationships?
(Choose 2)
Antworten
-
You have to expose the master-detail field on the child object page layout
-
You cannot delete a child object
-
When the parent record is deleted, all child records will be deleted
-
You can have a child record without the parent record
Frage 41
Frage
What can a cross-object formula reference?
Frage 42
Frage
Customer services wish to analyse how many open cases there are each day over a period of time. How can they achieve this?
Antworten
-
Summary Reports
-
Matrix Reports
-
Tabular Reports
-
Analytic Snapshot
Frage 43
Frage
Which of the following cannot be done via a Workflow?
Frage 44
Frage
What is true about a junction object?
Antworten
-
A standard object that has two Master-Detail relationships
-
A custom object that has two Master-Detail relationships
-
A standard object that has one Master-Detail relationship
-
A custom object that has one Master-Detail relationship
Frage 45
Frage
In a master-detail relationship scenario, the fields of the parent object need to be displayed in the related list. How will a developer achieve this design?
Frage 46
Frage
In a data model object A is related to B, B is related to C. How will a developer create a report to include fields of A & C?
Antworten
-
Create a custom report type with A,B and C, and use it in the report.
-
Create a custom report with A and C fields as relationships already exist
-
Report cannot be created
-
Create lookup relationships between A,B and C
Frage 47
Frage
A field designated as required, is only required when it is added to a user’s page layout
Frage 48
Frage
Which of these is not a valid report type?
Antworten
-
Detailed
-
Summary
-
Tabular
-
Matrix
Frage 49
Frage
Select the data types that are supported by formula fields
(Choose 3)
Antworten
-
E-mail
-
Text
-
Currency
-
Percent
-
Phone
Frage 50
Frage
What language is used to query Salesforce for specific information?
Frage 51
Frage
Can you use an IF statement in a formula field?
Frage 52
Frage
How do you highlight totals in a report?
Antworten
-
Custom summary field
-
Formula Field
-
Roll-up summary field
-
Summary totals
Frage 53
Frage
What type of data cannot be imported using the import wizard?
Antworten
-
Users
-
Accounts and Contacts
-
Leads
-
Custom Objects
Frage 54
Frage
What is a self relationship?
Antworten
-
A lookup field to the user object
-
A lookup field to the same object
-
A lookup to global search
-
A relationship of account to opportunity owned by same owner
Frage 55
Frage
Name the prefix used by standard Visualforce markup tags.
Frage 56
Frage
To create a new VisualForce page HelloWorld in development mode, which URL should be appended to the server address?
Antworten
-
/HelloWorld
-
/apex/HelloWorld
-
/vf/HelloWorld
-
/home/HelloWorld
Frage 57
Frage
What is the maximum number of fields that can be added to an object?
Frage 58
Frage
What type of field cannot be used in a formula field?
Antworten
-
Date/Time
-
Text Area (Long)
-
Standard Fields
-
Other Formula Fields
Frage 59
Frage
What is the maximum number of external IDs an object may have?
Frage 60
Frage
Which functionality is NOT available on a custom object?
Antworten
-
Validation Rules
-
Workflows
-
Assignment Rules
-
Record Types
Frage 61
Frage
A developer creates a method in an Apex class and needs to ensure that errors are handled properly.
(Choose 3)
Frage 62
Frage
In the Lightning Component framework, where is client-side controller logic contained?
Antworten
-
Apex
-
Visualforce
-
HTML
-
JavaScript
Frage 63
Frage
Which three use case requires a partial copy or full sandbox?
(Choose 3)
Frage 64
Frage
Which two are valid in the where clause of a SOQL query?
(Choose 2)
Antworten
-
A geolocation field
-
An encrypted field.
-
An aggregate function.
-
An alias notation
Frage 65
Frage
What is the correct way to describe how Model-View-Controller (MVC) architecture is implemented on the Salesforce platform?
Antworten
-
Model: Standard and Custom Objects; View: Visualforce Pages; Controller: sControls
-
Model: Schema Builder; View: List Views; Controller: Setup Console
-
Model: Standard and Custom Objects; View: Visualforce Pages; Controller: Apex
Code
-
Model: Apex Code; View: List Views; Controller: Setup Console
Frage 66
Frage
What is the maximum size of a VisualForce page?