Salesforce Apex and Visualforce Controllers - DEV-501무료 덤프문제 풀어보기
What can cross-object formulas reference?
정답: D
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>;
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>;
정답: A
Which statement is TRUE about field-level security? Choose 2 answers
정답: A,D
Which access modifier should u specify for a class containing the webService keword?
-Public -Private -Protected -Global
-Public -Private -Protected -Global
정답: A
An HTML input element of type hidden, that is, an input element that is invisible to the user. Use this component to pass variables from page to page.
정답: C
A data series to be rendered as bars 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 bar, 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.
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.
정답: C
This Apex class lets a developer access cookies for a Force.com site using Apex.
정답: C
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?
Which obstacle will the developer encounter when using the import wizard?
정답: D
In what code is the webservice keyword not allowed to be used?
정답: C
How are Apex triggers stored?
정답: B
The email publisher lets support agents who use Case Feed compose and send email messages to customers. You can customize this publisher to support email templates and attachments. This component can only be used in organizations that have Case Feed and Email-to-Case enabled. Ext JS versions less than 3 should not be included on pages that use this component.
정답: C
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)
-Visualforce markup -A Visualforce controller
Visualforce markup consists of... (Select all that apply)
정답: A,C,E,F