How do you call Web Services from external sources? (No Answer)
Reveal answer details Close answer details
Correct answerA
Salesforce · DEV-501
Preview real exam questions, verified answers and available explanations before choosing a study plan.
|
Single choice
How do you call Web Services from external sources? (No Answer) Reveal answer details Close answer detailsCorrect answerA
Single choice
A component that inserts a second Visualforce page into the current page. The entire page subtree is injected into the Visualforce DOM at the point of reference and the scope of the included page is maintained. Reveal answer details Close answer detailsCorrect answerB
Single choice
A single Visualforce page. All pages must be wrapped inside a single page component tag. Reveal answer details Close answer detailsCorrect answerB
Single choice
The __________ 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). Reveal answer details Close answer detailsCorrect answerD
Multiple choice
How can a wireless device user approve a record? Choose 3 answers Reveal answer details Close answer detailsCorrect answersB, D, E
Single choice
What components must be deployed manually to the production environment? Reveal answer details Close answer detailsCorrect answerA
Single choice
Which portion of the Model-View-Controller paradigm is represented in Force.com as a standard or custom object? Reveal answer details Close answer detailsCorrect answerA
Single choice
What are two ways to invoke a custom web service? Reveal answer details Close answer detailsCorrect answerD
Multiple choice
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. Reveal answer details Close answer detailsCorrect answersA, B, C, D
Single choice
What name identifies datatypes such as Integer, Boolean, String and Enum in Salesforce? Reveal answer details Close answer detailsCorrect answerA
Single choice
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. Reveal answer details Close answer detailsCorrect answerA
Single choice
How are static methods and attributes access? Reveal answer details Close answer detailsCorrect answerD
Single choice
What interface does the Apex email handler implement to setup and inbound email service? Reveal answer details Close answer detailsCorrect answerB
Single choice
A message for a specific component, such as a warning or error. If an <apex:message> or Reveal answer details Close answer detailsCorrect answerA
Multiple choice
Developers can use Visualforce to create a Visualforce page definition. A page definition consists of two primary elements: Visualforce markup Visualforce markup consists of... (Select all that apply) Reveal answer details Close answer detailsCorrect answersA, B, D, E
Single choice
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. How would a developer meet this requirement? Reveal answer details Close answer detailsCorrect answerD
Single choice
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 Reveal answer details Close answer detailsCorrect answerB
Multiple choice
What must a developer consider when inserting records using an API-based tool? Choose 2 answers Reveal answer details Close answer detailsCorrect answersC, D
Single choice
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. Reveal answer details Close answer detailsCorrect answerB
Single choice
What does Apex provide to support programmatic control of the workflow? (No Answer) Reveal answer details Close answer detailsCorrect answerD
Single choice
Like other Apex classes, custom controllers execute entirely in ____________, in which the object and field-level permissions of the current user are ignored. Reveal answer details Close answer detailsCorrect answerB
Single choice
An HTML table that is defined by iterating over a set of data, displaying information about one item of data Reveal answer details Close answer detailsCorrect answerB
Single choice
A link to a JavaScript library that can be used in the Visualforce page. When specified, this component injects a script reference into the head element of the generated HTML page. For performance reasons, Reveal answer details Close answer detailsCorrect answerA
Single choice
This Apex class offers article-specific functionality in addition to what is provided by the StandardController Class. Reveal answer details Close answer detailsCorrect answerE
Single choice
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? Reveal answer details Close answer detailsCorrect answerC
Single choice
A template component that declares a named area that must be defined by an <apex:define> component Reveal answer details Close answer detailsCorrect answerC
Single choice
Which access modifier should u specify for a class containing the webService keword? Public Reveal answer details Close answer detailsCorrect answerC
Single choice
A template component that provides content for an <apex:insert> component defined in a Visualforce Reveal answer details Close answer detailsCorrect answerD
Multiple choice
In a recruiting application, a master-detail relationship has been defined between two custom objects. Which statement is TRUE? Choose 2 answers Reveal answer details Close answer detailsCorrect answersA, B
Single choice
What datatype is used for standard or custom objects that store record data? (No Answer) Reveal answer details Close answer detailsCorrect answerB
Multiple choice
Good Apex tests should.... Reveal answer details Close answer detailsCorrect answersA, D, E
Single choice
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. Reveal answer details Close answer detailsCorrect answerB
Single choice
Defines a chart legend. This component offers additional configuration options beyond the defaults used Reveal answer details Close answer detailsCorrect answerB
Single choice
__________ enables you to create Visualforce pages that can display or act on a set of records. Reveal answer details Close answer detailsCorrect answerA
Single choice
A placeholder for content that is rendered in a specific part of the parent component, such as the header or Reveal answer details Close answer detailsCorrect answerD
Single choice
A component that creates an inline frame within a Visualforce page. A frame allows you to keep some information visible while other information is scrolled or replaced. Reveal answer details Close answer detailsCorrect answerB |