Pregunta 1
Pregunta
Universal Containers has built a recruiting application with two 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.
Respuesta
-
Change the interviewer's profile to Read-only for the review object
-
Use workflow to change the page layout to Read-only
-
Remove the Delete button from the job application page layout
-
Use a validation rule in conjunction with a roll-up summary field
Pregunta 2
Pregunta
What can cross-object formulas reference?
Respuesta
-
Both parent and child object records
-
Parent object records only
-
Child object records only
-
Other records of the same object
Pregunta 3
Pregunta
Universal Containers requires that all job applications have a unique code that is auto-populated
when records are created. The code must be different from the record ID.
What would a developer use to accomplish this declaratively?
Respuesta
-
Custom auto number field
-
Custom master-detail field
-
Custom read-only number field
-
Custom lookup relationship field
Pregunta 4
Pregunta
Which is a valid formula return type for a custom formula field? Choose 3 answers
Respuesta
-
Date
-
Percent
-
Email
-
Phone
-
Currency
Pregunta 5
Pregunta
A business requirement can be met by using either a formula field or an Apex trigger. Why would a
developer use a formula field Instead of an Apex trigger? Choose 2 answers
Respuesta
-
Formula fields can aggregate data from child records.
-
Formula fields can be created and deployed using only a browser.
-
Formula fields do not require test methods to deploy.
-
Formula fields allow greater control and flexibility than Apex triggers
Pregunta 6
Pregunta
What can be viewed using the process visualizer?
Respuesta
-
Approval processes
-
Support processes
-
Workflow rules
-
Sales processes
Pregunta 7
Pregunta
In the Universal Containers recruiting app, there is a master-detail relationship between the Job
Application and Review objects. Job Application is the master object.
If a Job Application record is deleted, what will happen to any associated Review records?
Respuesta
-
The Review record is also deleted
-
The owner of the Review record changes
-
No change to the Review record
-
An error message is displayed
Pregunta 8
Pregunta
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 field 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?
Respuesta
-
Use workflow to change the field-level security
-
Use validation rules to expose the field
-
Use multiple Visualforce pages
-
Use workflow to change the record type
Pregunta 9
Pregunta
Which type of custom field can be an external ID?
Respuesta
-
Custom field of any type
-
Phone Number, Email, URL and Text-based fields
-
Text, Number, or Formula fields only
-
Text, Email, or Number fields only
Pregunta 10
Pregunta
Why might a reporting snapshot fail during a scheduled run? Choose 3 answers
Respuesta
-
The target object is a custom object.
-
The target object contains an Apex trigger.
-
The running user has been made inactive.
-
The source report has been resaved as a matrix report.
-
The source report was not created by an Administrator.
Pregunta 11
Pregunta
When do users have the option to manually share records they own from the record detail page?
Respuesta
-
When a developer adds the Sharing button to the page layout.
-
When a developer grants the users the Share Records permission.
-
When the organization wide default for the object is set to private or read-only.
-
When the organization wide default for the object is set to public read/write.
Pregunta 12
Pregunta
Which dashboard component displays a grand total across a set of data? Choose 2 answers
Pregunta 13
Pregunta
In which Salesforce environments will the Force.com record IDs be identical?
Respuesta
-
Production and Full Copy Sandbox only
-
Production and Developer Sandbox only
-
Production, Full Copy Sandbox, and Developer Sandbox
-
Force.com record IDs are never identical.
Pregunta 14
Pregunta
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?
Pregunta 15
Pregunta
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 l through 5 and
displayed as a set of radio buttons.
How can a developer meet this requirement?
Respuesta
-
Create the Interview Score field as a picklist, displayed as a radio button on the page layout
-
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
Pregunta 16
Pregunta
Which statement is TRUE about field-level security? Choose 2 answers
Respuesta
-
It is specified for each profile.
-
It can be controlled at the record level.
-
It Is enforced in the SOAP API.
-
It determines the values displayed in a visible picklist field.
Pregunta 17
Pregunta
If a change is made to an approval process, how can a developer determine the user that made
the change? Choose 2 answers
Respuesta
-
By examining the setup audit trail
-
By checking the field history on the associated record
-
By looking at "Modified By" on the approval definition
-
By examining the Debug Log
Pregunta 18
Pregunta
What is NOT a component of a custom Force.com application?
Respuesta
-
Data warehouse
-
Custom object
-
Custom tab
-
Default landing tab
Pregunta 19
Pregunta
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?
Respuesta
-
Create multiple approval processes, one for each executive team member, and utilize parallel
submission.
-
Create an approval process which utilizes parallel approvers, but does not require unanimous
approval.
-
Create parallel workflow rules, requiring at least one executive team member to complete their
assigned task.
-
Create an approval process with a step for each executive team member, allowing approval
steps to be skipped.
Pregunta 20
Pregunta
Which standard profile has the "View Encrypted Data" permission by default?
Pregunta 21
Pregunta
Which developer tool can be used to create a data model? Choose 2 answers
Pregunta 22
Pregunta
Which statement is TRUE about master-detail relationships in the Force.com platform? Choose 2
answers
Respuesta
-
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.
-
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.
Pregunta 23
Pregunta
In a recruiting application, all users should be able to see positions with a status of Open. If the
status is anything other than Open, the position should be visible only to the record owner.
How would a developer accomplish this? Choose 2 answers
Respuesta
-
Set the organization-wide default for positions to public read-only, then use a sharing rule to
restrict access to closed positions.
-
Specify view only access for open positions on users' profiles.
-
Set the organization-wide default for positions to private, then use a criteria-based sharing rule
to automatically share open positions.
-
Set the organization-wide default for positions to private, allowing owners to use manual
sharing to add or remove access as positions change status.
Pregunta 24
Pregunta
What is Development?
Respuesta
-
tools and environments used to develop Force.com application
-
controls application's appearance
-
defines objects, fields and relationships
-
create tasks, assigns records, does time-based actions
Pregunta 25
Respuesta
-
tools and environments used to develop Force.com application
-
controls application's appearance
-
defines objects, fields and relationships
-
create tasks, assigns records, does time-based actions
Pregunta 26
Respuesta
-
tools and environments used to develop Force.com application
-
controls application's appearance
-
defines objects, fields and relationships
-
create tasks, assigns records, does time-based actions
Pregunta 27
Respuesta
-
tools and environments used to develop Force.com application
-
controls application's appearance
-
defines objects, fields and relationships
-
create tasks, assigns records, does time-based actions
Pregunta 28
Pregunta
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?
Respuesta
-
Summary
-
Pivot
-
Reporting Snapshot
-
Tabular
Pregunta 29
Pregunta
A developer is loading data, in CSV format, into a custom application from a legacy system. The
developer would like to load users into the user object, and positions and job applications owned
by named users into related custom objects.
Which obstacle will the developer encounter when using the import wizard?
Respuesta
-
The import wizards cannot Import data from CSV files.
-
The import wizards do not support custom objects.
-
The import wizards do not import files to specify record owner.
-
The import wizards do not support the User object.
Pregunta 30
Pregunta
What must a developer consider when inserting records using an API-based tool? Choose 2
answers
Respuesta
-
Required fields on page layouts are enforced.
-
Universally required field settings are respected.
-
Apex triggers are ignored.
-
Invalidation rules are respected.
Pregunta 31
Pregunta
A developer needs to support multiple currencies for a custom object in an application. The multicurrency
feature has been enabled for the organization.
What does the developer need to know in order to successfully support this application? Choose 2
answers
Respuesta
-
Administrators 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.
-
The multi-currency feature will automatically track historical exchange rates.
-
Currency ISO code will need to be supplied when inserting records in different currencies.
Pregunta 32
Pregunta
Which feature is available for custom objects? Choose 3 answers
Respuesta
-
Queues
-
Field history tracking
-
Assignment rules
-
Criteria-based sharing
Pregunta 33
Pregunta
In a bug tracking application. Universal Containers has created a time-based 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
Pregunta 34
Pregunta
Object B has a lookup relationship to Object A. Object C has a lookup relationship to Object B. A
developer needs to run a report on A records with C records.
How can the developer accomplish this?
Respuesta
-
Create a matrix report with A and B records as column headings and C records as row
headings
-
Create a custom report type that includes A with B with C
-
Create a summary report with a custom summary formula summarizing by A, then B, then C
-
Run a report using the standard report type: A with B with C
Pregunta 35
Pregunta
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?
Respuesta
-
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 sure that the Actual Salary is not null whenever an offer is
accepted.
-
Create a validation rule to make Actual Salary required each time the offer record is saved.
Pregunta 36
Pregunta
For objects where data access is granted through the role hierarchy, how is access granted?
Respuesta
-
Users are granted access to data accessible by users below them in the role hierarchy.
-
Users are only granted access to data owned by users below them In the role hierarchy.
-
Users are only granted read access to data owned by users above them in the role hierarchy.
-
Users are granted access to data accessible to users in the same role in the role hierarchy.
Pregunta 37
Pregunta
In a recruiting application, a Position custom object is related to a 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 read salary
records.
How should a developer accomplish this?
Respuesta
-
Create a lookup relationship between Position and Salary; set organization-wide defaults to
Public Read-Only for Position and Private for Salary
-
Create a master-detail relationship between Position and Salary; set organization-wide defaults
to Private for Position and Salary
-
Create a master-detail relationship between Position and Salary; set organization-wide defaults
to Public Read only for Position and Private for Salary
-
Create a lookup relationship between Position and Salary; set organization-wide defaults to
Private for Position and Salary
Pregunta 38
Pregunta
Which field is available as part of the translation workbench for a validation rule?
Respuesta
-
Formula
-
Description
-
Error Message
-
Rule Criteria
Pregunta 39
Pregunta
Which statement is true regarding Force.com Sites? Choose 3 answers
Respuesta
-
Sites can leverage declarative page layouts as web pages.
-
Sites enables developers to build public, unauthenticated websites.
-
Sites are built with Visualforce pages.
-
Sites leverage data and content in a Salesforce org.
Pregunta 40
Pregunta
Object X has a lookup field to Object Y. X needs to display a text value from a Text field on Y. To
ensure data Integrity, how would a developer implement this?
Respuesta
-
Create a roll-up summary field on Object X that retrieves the value from Y.
-
Create a text field on Object X and use a workflow rule to fill in the value upon the creation of X
-
Create a cross-object formula field on Object X that retrieves the value from Y.
-
Create a text field on Object X and use Apex to populate the value.
Pregunta 41
Pregunta
Which mechanism allows for authenticated access to a Force.com Site? Choose 2 answers
Respuesta
-
It is not possible to provide authentication for a Force.com Site
-
An active Customer Portal
-
An active Partner Portal
-
Setting restricted IP ranges for your site
Pregunta 42
Pregunta
Universal Containers requires that some employees are able to view and edit records of a custom
object called Positions, but no users can delete them.
How can Universal Containers accomplish this goal?
Respuesta
-
Assign the Read-only profile to all users
-
Set the organization wide default for positions to Read-only
-
Remove the Delete permission for positions from all profiles
-
Remove the Delete Access for positions from all user roles
Pregunta 43
Pregunta
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
Respuesta
-
Review records will inherit ownership from the associated job application.
-
Deleting a job application record will delete associated review records.
-
The master-detail relationship between Job Applications and Reviews is defined on the Job
Application object.
-
Review records may exist without an associated job application.
Pregunta 44
Pregunta
How can a wireless device user approve a record? Choose 3 answers
Pregunta 45
Pregunta
Which portion of the Model-View-Controller paradigm is represented in Force.com as a standard
or custom object?
Pregunta 46
Pregunta
In a master-detail relationship, what happens to the child records if the parent record is deleted?
Respuesta
-
Parent record deletion fails.
-
Child records are not deleted.
-
A subset of the child records is deleted.
-
Child records are deleted.
Pregunta 47
Pregunta
Which action is available to a developer when two objects are connected by a lookup relationship?
Choose 2 answers
Respuesta
-
create a roll-up summary field on the parent object to count child records
-
create a custom report type that allows customization of fields displayed from both parent and
child objects
-
create a cross-object formula field on the child object to reference fields on the parent object
-
create a cross-object formula field on the parent object to reference fields on the child object
Pregunta 48
Pregunta
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?
Respuesta
-
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
-
Recreate a time-dependent workflow action that sends an email to the recruiter if the position is
still open 14 days after record creation
-
Create a time-dependent workflow action that updates the position status to Closed 14 days
after record creation
Pregunta 49
Pregunta
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
Respuesta
-
Custom applications
-
Custom relationships
-
Custom fields
-
Custom objects
-
Custom tabs
Pregunta 50
Pregunta
What is a Junction object?
Respuesta
-
A standard object with a master-detail relationship
-
A custom object with two master-detail relationships
-
A standard object with two master-detail relationships
-
A custom object with a master-detail relationship
Pregunta 51
Pregunta
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?
Respuesta
-
Enable Advanced Search on the object's related list
-
Customize the search filter fields layout for that object
-
Create a Visualforce page to replace the object detail view
-
Configure the object's related list to add a filter
Pregunta 52
Pregunta
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 l to 10. Any review score that is > 8 should be highlighted in green.
Any review score that is < 4 should be highlighted In red.
How would a developer accomplish this?
Pregunta 53
Pregunta
Users X and Y need to see the same candidate record. For security reasons, user Y should NOT
be able to view and report on the Email Address field on the record.
How would a developer meet this requirement?
Respuesta
-
Use a custom Visualforce page to make the email address visible to user X but not user Y
-
Use a sharing rule to make the email address only visible to user X
-
use page layouts to make the email address visible to user X but not user Y
-
Use field-level security to make the email address visible to user X but not user Y
Pregunta 54
Pregunta
Which type of tab can a developer create? Choose 3 answers.
Respuesta
-
Apex tabs
-
web tabs
-
standard object tabs
-
Visualforce tabs
-
custom object tabs
Pregunta 55
Pregunta
Which property of a field can be edited within the page layout editor? Choose 2 answers
Respuesta
-
Read-only
-
Controller
-
Always Displayed
-
Field Dependency
-
Required
Pregunta 56
Pregunta
A developer has added a custom object tab to an application. Which additional feature will become
available by default for the object in the application? Choose 3 answers
Pregunta 57
Pregunta
The list view picklist for an object, including its associated list of records for the currently selected
view. In standard Salesforce applications this component is displayed on the main tab for a
particular object. This component has additional attributes that can be specified, such as the
height and rows per page, as compared to <apex:listView>.
Note: When an <apex:enhancedList> is rerendered through another component's rerender
attribute, the <apex:enhancedList> must be inside of an <apex:outputPanel> component that has
its layout attribute set to "block". The <apex:enhancedList> component is not allowed on pages
that have the attribute showHeader set to false. You can only have five <apex:enhancedList>
components on a single page. Ext JS versions less than 3 should not be included on pages that
use this component.
Respuesta
-
apex:attribute
-
apex:enhancedList
-
apex:actionFunction
-
apex:inputCheckbox
Pregunta 58
Pregunta
Defines a chart legend. This component offers additional configuration options beyond the defaults
used by the legend attribute of the <apex:chart> component.
Note: This component must be enclosed within an <apex:chart> component.
Pregunta 59
Pregunta
An HTML table that is defined by iterating over a set of data, displaying information about one item
of data per row. The body of the <apex:dataTable> contains one or more column components that
specify what information should be displayed for each item of data. The data set can include up to
1,000 items.
Respuesta
-
apex:listViews
-
apex:dataTable
-
apex:define
-
apex:inputHidden
Pregunta 60
Pregunta
What three classes along with the Messaging.InboundEmailHandler are used to handle inbound
email messages in Salesforce? (No Answer)
Respuesta
-
Apex code, Visualforce pages, and controllers
-
Messaging.InboundEmail, Messaging.InboundEmailResult, Messaging.InboundEnvelope
-
Messaging.InboundEmailHandler
-
Make calls to methods using both valid and invalid inputs.
Pregunta 61
Pregunta
How can the default profile under which Webservices execute be changed? (No Answer)
Respuesta
-
with sharing keyword
-
Webservice
-
SOQL statements
-
constructor
Pregunta 62
Pregunta
What are some RESTful service callout HTTP verbs? (No Answer)
Respuesta
-
GET, POST, PUT, DELETE
-
System, debug
-
List of List Objects
-
Setup menu
Pregunta 63
Pregunta
What is the maximum size of a SOAP request or response regulated by? (No Answer)
Respuesta
-
@ReadOnly
-
RETURNING
-
Trigger.old
-
a governor limit
Pregunta 64
Pregunta
What trigger method is used to correlate IDI-to-sObject maps? (No Answer)
Pregunta 65
Pregunta
Which form of dml operation allows execution to occur with subsequent records even if an error
occurs with a single record? (No Answer)
Pregunta 66
Pregunta
Which type of for loops are defined with the following syntax?
FOR(initstmt; exit_condition; increment stmt){
codeblock
}
Traditional for loops
List iteration for loops
Set iteration for loops
SOQLforloops(No Answer)
Respuesta
-
Static and final
-
A governor limit
-
Traditional for loops
-
SOQL for loops
Pregunta 67
Pregunta
What language is Apex similar to? (No Answer)
Pregunta 68
Pregunta
What does Apex provide to support programmatic control of the workflow? (No Answer)
Respuesta
-
Map, List, Set
-
Apex classes
-
Through class itself
-
Apex process classes
Pregunta 69
Pregunta
What are all the datatypes that Salesforce supports? (No Answer)
Respuesta
-
Primitive, sObject, Collections, Null
-
SOAP Web Service Callouts
-
List of List Objects
-
GET, POST, PUT, DELETE
Pregunta 70
Pregunta
How should one prevent soql injection when using dynamic soql? (No Answer)
Respuesta
-
XMLStreanWriter, XMLStreamReader
-
Messaging.InboundEmailHandler
-
with sharing keyword
-
Utilize the String.escapeSingleQuotes(string) method
Pregunta 71
Pregunta
How does the Email service process inbound emails? (No Answer)
Respuesta
-
Apex classes
-
Exceptions
-
FALSE
-
catch
Pregunta 72
Pregunta
What two ways are available to customize and create applications in salesforce? (No Answer)
Pregunta 73
Pregunta
What annotation can be used with Web Services to allow unrestricted queries when no DML
operations are necessary? (No Answer)
Respuesta
-
@ReadOnly
-
For loops
-
RETURNING
-
TRUE
Pregunta 74
Pregunta
What email addresses can emails be sent to out of Salesforce? (No Answer)
Respuesta
-
Schema Explorer
-
Plural name plus__r
-
Static and final
-
Internal and external
Pregunta 75
Pregunta
What is a class? (No Answer)
Respuesta
-
Apex, Visualforce, and APIs
-
Database class method
-
A template from which objects are created
-
Ajax toolkit, client program
Pregunta 76
Pregunta
Which of the following statements are true about components of dynamic Apex?
Schema describe is a way to program matically learn about the metadata of your data model
within Apex.
Dynamic SOQL refers to the creation of a SOQL string before runtime within an Apex script,
In dynamic SQQL, you use Sring.escapeSinqIeQuoLes (sLrng)to prevent SQQL injection.
You can use dynamic SOSL to create a tree structure of all the objects and fields in your
schema browser.
Respuesta
-
In, like, and, or, not, group by, order by, all rows, limit
-
Schema describe is a way to program magically learn about the metadata of your data model
within Apex.
-
Web service methods must be static, webservice methods cannot be overloaded
-
Create complex functionality declarative features cannot provide.
Pregunta 77
Pregunta
What can the Force.com IDE be used to create? (No Answer)
Respuesta
-
Apex code, Visualforce pages, and controllers
-
Standalone, database class methods
-
Record level access
-
Apex, Visualforce, and APIs
Pregunta 78
Pregunta
What are the types of exception classes developers can choose between in Apex? (No Answer)
Pregunta 79
Pregunta
Which trigger context variable cannot be deleted? (No Answer)
Respuesta
-
RETURNING
-
on-demand
-
Exceptions
-
Trigger.new
Pregunta 80
Pregunta
What is the this keyword used to represent? (No Answer)
Respuesta
-
A template from which objects are created
-
FALSE, they must be static
-
Methods and attributes of the current instance of a class
-
Encapsulation principles
Pregunta 81
Pregunta
What code is the webservice keyword not allowed to be used? (No Answer)
Pregunta 82
Pregunta
What is the total number of messages that all email services put together can process in a day?
(No Answer)
Pregunta 83
Pregunta
Which keywords should u specify to define a constant?
static and exception
static and final
static and private
exception and final(No Answer)
Respuesta
-
Setup menu
-
Multi-tenant
-
static and final
-
SOQL statements
Pregunta 84
Pregunta
Which syntax should you use to create a new public class named MyNewClass?
Public class MyNewClass {}
Class public MyNewClass {}
Class MyNewClass {} public
MyNewClass public {} class(No Answer)
Respuesta
-
Public class MyNewClass
-
Database class method
-
SOQL statements
-
Static and final
Pregunta 85
Pregunta
What are the stages of an application development process? (No Answer)
Respuesta
-
Declaratively, programmatically
-
Primitive, sObject, Collections, Null
-
Develop, integrate, stage, production/training
-
Manual sharing, apex sharing
Pregunta 86
Pregunta
What types of sharing are available to developers to share records? (No Answer)
Respuesta
-
Messaging, sendEmail
-
Manual sharing, apex sharing
-
Batch apex, apex scheduler
-
With sharing keyword
Pregunta 87
Pregunta
What does Apex use to record disruptions in code execution? (No Answer)
Respuesta
-
Exceptions
-
Ids
-
Primitive
-
addError
Pregunta 88
Pregunta
Identify the differences between Apex and the other programming languages. (Select all that
apply.)
Apex runs in a multitenant environment.
Apex performs uncontrolled program invocations.
Apex is case-insensitive.
Apex can be processed on any platform. (No Answer)
Respuesta
-
Encapsulation principles
-
Salesforce ui, force.com ide, runTests web service
-
Apex runs in a multitenant environment.
-
A template from which objects are created
Pregunta 89
Pregunta
Which of the following are collection data types?
String
Map
List
Date
Set
Number
Salesforce DEV-501 Exam
Respuesta
-
For loops
-
FALSE
-
Primitive
-
Map, List, Set
Pregunta 90
Pregunta
Which of the following are collection data types Identify the classes that u can use to make HTTP
or RESTful callouts.
HTTP class
HTTPRequesL class
HTTPServerRequest. class
HTTPRsponse class
HTTPServerResponse class
Respuesta
-
HTTP class, HTTPRequesL class, HTTPRsponse class
-
Apex classes
-
Logs, anonymous blocks
-
Apex code, Visualforce pages, and controllers
Pregunta 91
Pregunta
What statements are used to retrieve records from an sObject in the Force.com database? (No
Answer)
Respuesta
-
SOQL statements
-
sObject
-
SOQL for loops
-
multi-tenant
Pregunta 92
Pregunta
What are all the datatypes that Salesforce supports?
Respuesta
-
How many loopback connections to Salesforce are allowed by callouts?
-
What two ways can classes be created in salesforce?
-
What are some RESTful service callout HTTP verbs?
Pregunta 93
Pregunta
Which statement is true about an Apex class?
A class cannot be disabled for profiles.
An inner class can be nested at multiple levels.
Static methods can only be declared in a top-level class definition.
The default access modifier for methods in a class is public.
Respuesta
-
Static methods can only be declared in a top-level class definition.
-
Utilize the String.escapeSingleQuotes(string) method
-
HTTP class, HTTPRequesL class, HTTPRsponse class
-
Database class method
Pregunta 94
Pregunta
What are the five types of Apex procedural loops? (No Answer)
Respuesta
-
Do-while loop, traditional for loop, list or set iteration loops, and soql for loops
-
Develop, integrate, stage, production/training
-
Create complex functionality declarative features cannot provide.
-
In, like, and, or, not, group by, order by, all rows, limit
Pregunta 95
Pregunta
Which of the following statements are used to repeatedly execute a block of code until the exit
condition is met?
do-while loops
if statements
for loops
if—Lhen statements
Respuesta
-
For loops
-
FALSE
-
Exceptions
-
SOQL for loops
Pregunta 96
Pregunta
Which of the following statements identifies the block of code that can handle a particular
exception?
catch
finally
try
throw
Pregunta 97
Pregunta
The method used to create an object out of a class definition is called a:
Respuesta
-
constructor
-
For loops
-
Webservice
-
TRUE
Pregunta 98
Pregunta
How do you call Web Services from external sources? (No Answer)
Pregunta 99
Pregunta
What does each email service have for which users can send messages? (No Answer)
Pregunta 100
Pregunta
What two ways can classes be created in salesforce? (No Answer)
Respuesta
-
isSuccess, sendEmailError
-
Apex, Visualforce, and APIs
-
Through UI, Force.com IDE project
-
Bounced, discarded, queued
Pregunta 101
Pregunta
What determines how the email service responds when an attempt to access the email service
fails? (No Answer)
Pregunta 102
Pregunta
What are access modifiers used to implement? (No Answer)
Respuesta
-
Traditional for loops
-
Encapsulation principles
-
Class, trigger
-
Static and final
Pregunta 103
Pregunta
What is the maximum size of a SOAP request or response? (No Answer)
Pregunta 104
Pregunta
What are the two types of logs? (No Answer)
Respuesta
-
System, debug
-
TRUE
-
On-demand
-
3 MB
Pregunta 105
Pregunta
Which of the following code will u use to instantiate a map called numbers that has integers as
keys and strings as values?
Map<SLrng, :nLeger> numbers = new Map<String, Integer>;
Map<ThLeyer, SLring> numbers = new Map<Integer, String>;
Map<nLeger> numbers = new Map<String>;
Map<Slring> numbers = new Map<Integer>;
Respuesta
-
Map<Integer, String> numbers = new Map<Integer, String>;
-
Code contained in a trigger
-
Failure response settings
-
Manual sharing, apex sharing
Pregunta 106
Pregunta
Which trigger context variable allows you to modify field values before they are written to the
database in the before trigger? (No Answer)
Respuesta
-
Trigger.new
-
Trigger.old
-
@ReadOnly
-
TRUE
Pregunta 107
Pregunta
What are the four ways to deploy Apex code? (No Answer)
Respuesta
-
Force.com IDE for developers, force.com migration tool, changesets, third-party tools
-
A template from which objects are created
-
Through UI, Force.com IDE project
-
Developer edition production org, Enterprise edition sandbox org
Pregunta 108
Pregunta
What datatype is used for standard or custom objects that store record data? (No Answer)
Pregunta 109
Pregunta
Which statement is true about an Apex class?
A class cannot be disabled for profiles.
An inner class can be nested at multiple levels.
Static methods can only be declared in a top-level class definition.
The default access modifier for methods in a class is public.
Respuesta
-
Salesforce-generated email address
-
Manual sharing, apex sharing
-
Static methods can only be declared in a top-level class definition.
-
Make calls to methods using both valid and invalid inputs.
Pregunta 110
Pregunta
Under what profile do Webservice methods execute by default?
Pregunta 111
Pregunta
What are the three ways to run unit tests?
Respuesta
-
Salesforce ui, force.com ide, runTests web service
-
Dates, Ids, Numbers
-
FALSE, they must be static
-
System-defined, user-defined
Pregunta 112
Pregunta
What is the default return type of a sosl statement?
Respuesta
-
Apex process classes
-
Apex classes
-
List of List Objects
-
SOQL for loops
Pregunta 113
Pregunta
Which trigger context variable allows you to modify field values before they are written to the
database in the before trigger?
Respuesta
-
@ReadOnly
-
RETURNING
-
Webservice
-
Trigger.new
Pregunta 114
Pregunta
How are static methods and attributes access?
Respuesta
-
Map, List, Set
-
Class, trigger
-
Apex classes
-
Through class itself
Pregunta 115
Pregunta
Which keywords do developers use to handle exceptions in Apex?
Pregunta 116
Pregunta
Which invocation method occurs when triggers are called by the Force.com platform during the
save process?
Explicit invocation
Implicit invocation
Explicit invocation using anonymous blocks
External API invocation
Respuesta
-
RETURNING
-
Implicit invocation
-
Primitive
-
SOQL for loops
Pregunta 117
Pregunta
What two methods of customization are available to create applications in salesforce?
Pregunta 118
Pregunta
How should one prevent soql injection when using dynamic soql?
Pregunta 119
Pregunta
What components of apex are available to improve the processing of data in Salesforce?
Pregunta 120
Pregunta
Which trigger context variable cannot be deleted?
Respuesta
-
addError
-
System
-
@ReadOnly
-
Trigger.new
Pregunta 121
Pregunta
What are two key tools to debug code in Salesforce?
Respuesta
-
Dates, Ids, Numbers
-
Logs, anonymous blocks
-
Debug logs, email logs
-
List of List Objects
Pregunta 122
Pregunta
Which trigger context variable is not saved in the after trigger and causes an exception to be
thrown?
Respuesta
-
Trigger.new
-
addError
-
Primitive
-
TRUE
Pregunta 123
Pregunta
What statements are used to retrieve records from an sObject in the Force.com database?
Respuesta
-
Exceptions
-
On-demand
-
Map, List, Set
-
SOQL statements
Pregunta 124
Pregunta
What is the size of the batches in which triggers execute?
Pregunta 125
Pregunta
What interface does the Apex email handler implement to setup and inbound email service?
Pregunta 126
Pregunta
Can apex code be created directly in the production environment?
Pregunta 127
Pregunta
What are two ways to invoke a custom web service?
Pregunta 128
Pregunta
What components must be deployed manually to the production environment?
Respuesta
-
Queues, time triggers
-
Multi-tenant
-
Constructor
-
Dates, Ids, Numbers
Pregunta 129
Pregunta
In what code is the webservice keyword not allowed to be used?
Pregunta 130
Pregunta
What types of sharing are available to developers to share records?
Respuesta
-
Failure response settings
-
Manual sharing, apex sharing
-
Dates, Ids, Numbers
-
Apex, Visualforce, and APIs
Pregunta 131
Pregunta
List the HTTP classes available in Salesforce?
Respuesta
-
GET, POST, PUT, DELETE
-
Failure response settings
-
Queues, time triggers
-
HTTPRequest, HTTPResponse, HTTP
Pregunta 132
Pregunta
Which environments can developers write code? (Select all that apply.)
Developer edition production org
Enterprise edition production org
Enterprise edition sandbox org
Professional edition sandbox org
Respuesta
-
Salesforce-generated email address
-
Apex code, Visualforce pages, and controllers
-
Developer edition production org, Enterprise edition sandbox org
-
Encapsulation principles
Pregunta 133
Pregunta
What is the list of steps to match regular expressions using the Pattern and Matcher classes?
Respuesta
-
A template from which objects are created
-
1.Instantiate a pattern object from the expression you wish to match.
2. Instantiate a matcher object from the pattern that contains the string you want to check.
3. Use the matcher object to detect if the matcher matches the pattern.
-
HTTPRequest, HTTPResponse, HTTP
-
Primitive, sObject, Collections, Null
Pregunta 134
Pregunta
What is the this keyword used to represent?
Respuesta
-
Salesforce ui, force.com ide, runTests web service
-
Methods and attributes of the current instance of a class
-
A template from which objects are created
-
HTTPRequest, HTTPResponse, HTTP
Pregunta 135
Pregunta
Which of the following guidelines are used for creating custom Web Services? (Select all that
apply.)
webservice methods must be static.
webservice methods cannot be overloaded.
A system-defined enum can be used anywhere in a webservice method.
All classes that contain methods defined with the webService keyword must be declared as
private.
Respuesta
-
FALSE, they must be static
-
Developer edition production org, Enterprise edition sandbox org
-
Static methods can only be declared in a top-level class definition.
-
webservice methods must be static, webservice methods cannot be overloaded
Pregunta 136
Pregunta
What does Apex use to record disruptions in code execution?
Respuesta
-
@ReadOnly
-
Catch
-
Webservice
-
Exceptions
Pregunta 137
Pregunta
What keyword is used to create custom Web Services from an apex method?
Respuesta
-
FALSE
-
TRUE
-
Trigger.new
-
Webservice
Pregunta 138
Pregunta
What two forms of dml operations can be used in apex?
Pregunta 139
Pregunta
Each setSavepoint() and rollback statement counts against the total number of DML statements.
Pregunta 140
Pregunta
What term indicates that Salesforce is a platform which allows clients to share hardware, storage
and other infrastructure?
Respuesta
-
System
-
On-demand
-
TRUE
-
Multi-tenant
Pregunta 141
Pregunta
What two methods of customization are available to create applications in salesforce?
Pregunta 142
Pregunta
Which fields are returned by sosl by default?
Pregunta 143
Pregunta
What name identifies datatypes such as Integer, Boolean, String and Enum in Salesforce?
Respuesta
-
Primitive
-
@ReadOnly
-
Trigger.new
-
FALSE
Pregunta 144
Pregunta
What trigger method is used to help prevent completion of a DML event?
Pregunta 145
Pregunta
How are programmatic cusomizations done in Salesforce?
Pregunta 146
Pregunta
Which access modifier should u specify for a class containing the webService keword?
Public
Private
Protected
Global
Pregunta 147
Pregunta
How are Apex triggers stored?
Respuesta
-
As static resources.
-
As metadata in the application, under the object with which they are associated.
-
As .trigger files in the /code directory of your organization's public files.
-
As compiled bytecode in the Salesforce platform Apex app server.
-
As resource files in the Developer Console.
-
None of these
Pregunta 148
Pregunta
If the error message contains HTML markup, the escaped markup displays as text and isn't
rendered in the user interface. (Select all that apply)
Pregunta 149
Pregunta
Apex code can be initiated in what ways? (Select all that apply)
Pregunta 150
Pregunta
Apex is available in which Salesforce Editions? (Select all that apply)
Pregunta 151
Pregunta
The system method, [blank_start]System.runAs()[blank_end], lets you write test methods that change user contexts to either
an existing user or a new user.
Pregunta 152
Pregunta
The system method, System.runAs(), lets you write test methods that change user contexts to
either an existing user or a new user.
Pregunta 153
Pregunta
The System.runAs() functionality can be used to test and verify proper data sharing and data
access. However, System.runAs() does NOT validate CRUD or Field Level Security permissions.
Pregunta 154
Pregunta
A developer can use optional catch statements for any exception type in a try-catch block.
However, the general exception type, 'Exception', must only be used by the last catch() block.
EXAMPLE:
try{
// Some risky code.
}
catch(SomeExceptionType e){
// Handle one exception type.
}
catch(SomeOtherExceptionType e){
// Handle another exception type.
}
catch(Exception e){
// This must be the last catch block.
}
~|~
(Select all that apply)
Respuesta
-
Make calls to methods using both valid and invalid inputs.
-
In the case of conditional logic (including ternary operators), execute each branch of code logic.
-
Only test code using the System Administrator profile.
-
Focus solely on test coverage percentage score.
-
Complete successfully without throwing any exceptions, unless those errors are expected and
caught in a try...catch block.
-
None of these
Pregunta 155
Pregunta
Good Apex tests should....
Respuesta
-
Exercise bulk trigger functionality—use at least 20 records in your tests.
-
Only test code using the Standard User profile.
-
Access live organization data to validate SOQL queries and DML operations.
-
Use the isTest annotation. Classes defined with the isTest annotation do not count against your
organization limit of 3 MB for all Apex code. See IsTest Annotation.
-
Use the runAs method to test your application in different user contexts.
-
None of these
Pregunta 156
Pregunta
Although Trigger.new is a collection of records, when used as a bind variable in a SOQL query,
Apex automatically....
Respuesta
-
Passes the collection to the query, as long as the calling class implements the
Trigger.QueryBind class.
-
Transforms the list of records into a list of corresponding Ids.
-
Truncates the collection so that only the Id and Name fields.
-
Throws a DMLException with the ILLEGAL_QUERY status.
-
Transforms the SOQL to an in-place SOSL query and returns the FIND results.
-
None of these
Pregunta 157
Pregunta
A Visualforce controller is a set of instructions that specify what happens when a user interacts
with the components specified in associated Visualforce markup, such as when a user clicks a
button or link. Controllers also provide access to the data that should be displayed in a page, and
can modify component behavior.
Pregunta 158
Pregunta
[blank_start]<apex:facet>[blank_end] is a placeholder for content that is rendered in a specific part of the parent
component, such as the header or footer of an <apex:dataTable>.
Pregunta 159
Pregunta
By referring to a page in this way, the platform recognizes that this controller or controller
extension is dependent on the existence of the specified page and will prevent the page from
being deleted while the controller or extension exists.
Pregunta 160
Pregunta
A Visualforce page consists of which primary elements? (Select all that apply)
Respuesta
-
An Apex class
-
A Visualforce controller
-
A trigger.
-
S-Controls
-
Visualforce Markup
-
None of the above
Pregunta 161
Pregunta
Developers can use Visualforce to create a Visualforce page definition. A page definition consists
of two primary elements:
Visualforce markup
A Visualforce controller
Visualforce markup consists of... (Select all that apply)
Respuesta
-
Any Web-enabled code
-
Visualforce Tags
-
Apex code
-
HTML
-
JavaScript
-
C# Remoting Modules
-
None of the above
Pregunta 162
Pregunta
The markup defines the user interface components that should be included on the page, and the
way they should appear.
Pregunta 163
Pregunta
What provides access to data that should be displayed in a Visualforce page, and can modify
Visualforce component behavior?
Respuesta
-
Validation rules
-
Apex controller
-
MVC controller class
-
Visualforce controller
-
Force.com IDE
-
None of the above
Pregunta 164
Pregunta
To leverage functionality of Standard Controllers, while simultaneously adding custom logic, you
must write a custom class that extends the standard controller. You notify the Visualforce page of
your customizations via the "extensions" attribute of the <apex:page> tag.
Pregunta 165
Pregunta
For example, if you use the standard Accounts controller, clicking a Save button in a Visualforce
page results in the same behavior as clicking Save on a standard Account edit page. The same
behavior holds true for Custom objects.
Pregunta 166
Pregunta
[blank_start]A Standard Controller[blank_end] enables you to create Visualforce pages that can display or act on a set of records.
Pregunta 167
Pregunta
A [blank_start]Custom Controller[blank_end] is a class written in Apex that implements all of a page's logic, without leveraging
a standard controller.
Pregunta 168
Pregunta
Like other Apex classes, custom controllers execute entirely in [blank_start]System Mode[blank_end], in which the object
and field-level permissions of the current user are ignored.
Pregunta 169
Pregunta
If you use a standard controller on a page and the user doesn't have access to the object, the
page will...
Respuesta
-
Throw an ACCESS_VIOLATION exception.
-
Write an ACCESS_VIOLATION message to the debug log.
-
Display an insufficient privileges error message.
-
Redirect the user to their home page.
-
Ask the user if they would like to upgrade permissions in order to view the object.
-
None of the above
Pregunta 170
Pregunta
By using the [blank_start]with sharing[blank_end] keyword in a class definition, a developer can create a custom
controller or controller extension that respects OWD, role hierarchy, and sharing rules.
Pregunta 171
Pregunta
A/an [blank_start]Extended Controller[blank_end] is a class written in Apex that adds to or overrides behavior in a standard or
custom controller.
Pregunta 172
Pregunta
Developers can use Visualforce pages to: (Select all that apply)
Respuesta
-
Override standard buttons
-
Override tab overview pages
-
Define custom tabs
-
Embed components in detail page layouts
-
Create dashboard components or custom help pages
-
Create custom Console components.
-
None of these
Pregunta 173
Pregunta
Under what circumstances is it appropriate for a developer to add functionality to their application
via the SOAP API? (Select all that apply)
Respuesta
-
When consumers of the desired functionality have no experience with Force.com development.
-
When the desired functionality processes only one type of record at a time.
-
When the organization chooses not to share its Enterprise WSDL.
-
When the desired functionality does not require any transactional control.
-
None of these
Pregunta 174
Pregunta
To aid [blank_start]backwards-compatibility[blank_end], each Visualforce page and custom component is saved with version settings
for the specified version of the API as well as the specific version of Visualforce.
Pregunta 175
Pregunta
One of the best ways to build Visualforce pages and code is by enabling [blank_start]Visualforce development mode[blank_end].
Pregunta 176
Pregunta
The[blank_start]View State[blank_end] of a Visualforce page is composed of all the data that's necessary to maintain
the state of the controller during server requests (like sending or receiving data).
Pregunta 177
Pregunta
This Apex class lets a developer create an action method that can be used in a Visualforce
custom controller or controller extension.
Respuesta
-
Apex.Action Class
-
ApexPages.Action Class
-
Action Class
-
Visualforce.Action Class
-
Component.Action Class
-
None of the above
Pregunta 178
Pregunta
This Apex class lets a developer access cookies for a Force.com site using Apex.
Pregunta 179
Pregunta
This Apex class offers Ideas-specific functionality in addition to what is provided by the
StandardController class.
Respuesta
-
StandardControllerIdeas Class
-
IdeaCustomController Class
-
IdeaStandard Class
-
IdeaStandardController Class
-
StandardIdeasController Class
-
None of the above
Pregunta 180
Pregunta
This Apex class offers article-specific functionality in addition to what is provided by the
StandardController Class.
Respuesta
-
ArticleExtensionStandard Class
-
StandardKnowledgeContainer Class
-
StandardKnowledgeController Class
-
KnowledgeVersionStandardController Class
-
KnowledgeArticleVersionStandardController Class
-
None of the above
Pregunta 181
Pregunta
This Apex class allows developers to collect and display errors when building custom controllers
or extensions.
Respuesta
-
Exception Class
-
Message Class
-
Debug Class
-
Validation Class
-
Messaging Class
-
None of the above
Pregunta 182
Pregunta
This Apex class allows developers to reference an instantiation of a page.
Respuesta
-
ExistingPage Class
-
VisualforcePage Class
-
PageReference Class
-
URLReference Class
-
PageURLReference Class
-
None of the above
Pregunta 183
Pregunta
Objects of this Apex class specify one of the possible values for a Visualforce selectCheckboxes,
selectList, or selectRadio component.
Respuesta
-
Select Class
-
SelectOption Class
-
OptionSelection Class
-
InputSelection Class
-
InputOption Class
-
None of the above
Pregunta 184
Pregunta
Objects of this Apex class reference the pre-built Visualforce controllers provided by
salesforce.com.
Respuesta
-
VisualforceSetController Class
-
VisualforceController Class
-
Controller Class
-
StandardSetController Class
-
StandardController Class
-
None of the above
Pregunta 185
Pregunta
Objects of this Apex class allow developers to create list controllers similar to, or as extensions of,
the pre-built Visualforce list controllers provided by Salesforce.
Respuesta
-
StandardSetController Class
-
StandardController Class
-
Controller Class
-
VisualforceSetController Class
-
VisualforceControllerClass
-
None of the above
Pregunta 186
Pregunta
This integration resource is specific to an individual organization, and exposes all of the standard
objects, custom objects, and any custom fields through the SOAP interface.
Respuesta
-
System WSDL
-
Partner WSDL
-
Custom WSDL
-
Enterprise WSDL
-
Portal WSDL
-
None of the above
Pregunta 187
Pregunta
This integration resource provides generic access to any organization, and exposes standard
objects and fields through the SOAP interface.
Respuesta
-
System WSDL
-
Partner WSDL
-
Custom WSDL
-
Enterprise WSDL
-
Portal WSDL
-
None of the above
Pregunta 188
Pregunta
Total number of test classes that can be queued per a 24-hour period (as of Spring'13): The
greater of 500 or 10 multiplied by the number of test classes in the organization
Pregunta 189
Pregunta
Which exception type should be checked for when catching exceptions thrown when governor
limits are exceeded?
Respuesta
-
StackOverflowException
-
LimitException
-
GovernorException
-
PlatformLimitException
-
InvalidLimitException
-
None of these
Pregunta 190
Pregunta
This tag acts as a placeholder for your dynamic Apex components. It has one required
parameter—component Value—which accepts the name of an Apex method that returns a
dynamic component.
The following Visualforce components do not have dynamic Apex representations:
<apex:actionRegion>
<apex:attribute>
<apex:component>
<apex:componentBody>
<apex:composition>
<apex:define>
<apex:dynamicComponent>
<apex:flash>
<apex:inputFile>
<apex:include>
<apex:insert>
<apex:pageMessage>
<apex:pageMessages>
<apex:variable>
<apex:vote>
Any non-<apex:> tag, like <chatter:>, <flow:>, <ideas:>, <knowledge:>, <messaging:>, or <site:>
Respuesta
-
apex:dynamicComponent
-
apex:dataList
-
apex:actionSupport
-
apex:insert
Pregunta 191
Pregunta
A data series to be rendered as connected points in a Visualforce chart. At a minimum you must
specify the fields in the data collection to use as X and Y values for each point, as well as the X
and Y axes to scale against.
Note: This component must be enclosed within an <apex:chart> component. You can have
multiple <apex:barSeries> and <apex:lineSeries> components in a single chart.
Respuesta
-
apex:pageblockSection
-
apex:inputHidden
-
apex:lineSeries
-
apex:inputSecret
Pregunta 192
Pregunta
A template component that declares a named area that must be defined by an <apex:define>
component in another Visualforce page. Use this component with the <apex:composition> and
<apex:define> components to share data between multiple pages.
Respuesta
-
apex:outputText
-
apex:barSeries
-
apex:insert
-
apex:inputFile
Pregunta 193
Pregunta
Defines tooltips which appear on mouseover of data series elements. This component offers more
configuration options than the default tooltips displayed by setting the tips attribute of a data series
component to true.
Note: This component must be enclosed by a data series component (<apex:barSeries>,
<apex:lineSeries>, or <apex:pieSeries>).
Respuesta
-
apex:actionSupport
-
apex:componentBody
-
apex:actionFunction
-
apex:chartTips
Pregunta 194
Pregunta
A message for a specific component, such as a warning or error. If an <apex:message> or
<apex:messages> component is not included in a page, most warning and error messages are
only shown in the debug log.
Respuesta
-
apex:message
-
apex:flash
-
apex:detail
-
apex:listViews
Pregunta 195
Pregunta
A component that provides support for invoking controller action methods directly from JavaScript
code using an AJAX request. An <apex:actionFunction> component must be a child of an
<apex:form> component.
Respuesta
-
apex:messages
-
apex:actionFunction
-
apex:insert
-
apex:outputField
Pregunta 196
Pregunta
An HTML input element of type checkbox. Use this component to get user input for a controller
method that does not correspond to a field on a Salesforce object.
Respuesta
-
apex:dataList
-
apex:inputCheckbox
-
apex:actionPoller
-
apex:componentBody
Pregunta 197
Pregunta
The list view picklist for an object, including its associated list of records for the currently selected
view. In standard Salesforce applications this component is displayed on the main tab for a
particular object.
See also: <apex:enhancedList>.
Respuesta
-
apex:actionStatus
-
apex:listViews
-
apex:inputText
-
apex:pageBlockButtons
Pregunta 198
Pregunta
A read-only display of a label and value for a field on a Salesforce object. An <apex:outputField>
component respects the attributes of the associated field, including how it should be displayed to
the user. For example, if the specified <apex:outputField> component is a currency field, the
appropriate currency symbol is displayed. Likewise, if the <apex:outputField> component is a
lookup field or URL, the value of the field is displayed as a link.
Note that if custom help is defined for the field in Setup, the field must be a child of an
<apex:pageBlock> or <apex:pageBlockSectionItem>, and the Salesforce page header must be
displayed for the custom help to appear on your Visualforce page. To override the display of
custom help, use the <apex:outputField> in the body of an <apex:pageBlockSectionItem>.
The Rich Text Area data type can only be used with this component on pages running
Salesforce.com API versions greater than 18.0.
Respuesta
-
apex:actionRegion
-
apex:actionSupport
-
apex:outputField
-
apex:pageBlock
Pregunta 199
Pregunta
A component that creates an input field to upload a file.
Note: The maximum file size that can be uploaded via Visualforce is 10 MB.
Respuesta
-
apex:barSeries
-
apex:inputFile
-
apex:composition
-
apex:legend
Pregunta 200
Pregunta
This tag allows a custom component author to define a location where a user can insert content
into the custom component. This is especially useful for generating custom iteration components.
This component is valid only within an <apex:component> tag, and only a single definition per
custom component is allowed.
Respuesta
-
apex:facet
-
apex:chart
-
apex:include
-
apex:componentBody