Salesforce DEV-501 Exam Practice Questions (P. 2)
- Full Access (186 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #6
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.
- Aapex:inputHidden
- Bapex:actionPoller
- Capex:pageBlockSectionItem
- Dapex:enhancedList
Correct Answer:
A
A
send
light_mode
delete
Question #7
This tag acts as a placeholder for your dynamic Apex components. It has one required parametercomponent Valuewhich 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:>
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:>
- Aapex:dynamicComponent
- Bapex:dataList
- Capex:actionSupport
- Dapex:insert
Correct Answer:
A
A
send
light_mode
delete
Question #8
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.
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.
- Aapex:pageblockSection
- Bapex:inputHidden
- Capex:lineSeries
- Dapex:inputSecret
Correct Answer:
C
C
send
light_mode
delete
Question #9
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.
send
light_mode
delete
Question #10
Defines tooltips which appear on mouse over 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>).
Note: This component must be enclosed by a data series component (<apex:barSeries>, <apex:lineSeries>, or <apex:pieSeries>).
- Aapex:actionSupport
- Bapex:componentBody
- Capex:actionFunction
- Dapex:chartTips
Correct Answer:
D
D
send
light_mode
delete
All Pages