لا تريد أن تفوت شيئا؟

نصائح اجتياز امتحان الشهادة

آخر أخبار الامتحانات ومعلومات الخصم

برعاية وحديثة من قبل خبرائنا

نعم، أرسل لي النشرة الإخبارية

خذ اختبارات أخرى عبر الإنترنت

السؤال #1
A link that executes an action defined by a controller, and then either refreshes the current page, or navigates to a different page based on the PageReference variable that is returned by the action. Ancomponent must always be a child of ancomponent.to add request parameters to an, use nestedcomponents.
A. apex:dataList
B. apex:enhancedList
C. apex:commandLink
D. apex:include
عرض الإجابة
اجابة صحيحة: C
السؤال #2
A single column in a table. Ancomponent must always be a child of an orcomponent. Note that if you specify an sObject field as the value attribute for an, the associated label for that field is used as the column header by default. To override this behavior, use the headerValue attribute on the column, or the column's header facet.
A. apex:inputField
B. apex:column
C. apex:inputText
D. apex:insert
عرض الإجابة
اجابة صحيحة: B
السؤال #3
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. A. FALSE, they must be static B. Developer edition production org, Enterprise edition sandbox org C. Static methods can only be declared in a top-level class definition.
Which of the following guidelines are used for creating custom Web Services? (Select all that apply. webservice methods must be static
عرض الإجابة
اجابة صحيحة: ABCD
السؤال #4
All messages that were generated for all components on the current page. If anorcomponent is not included in a page, most warning and error messages are only shown in the debug log.
A. apex:messages
B. apex:actionPoller
C. apex:composition
D. apex:actionRegion
عرض الإجابة
اجابة صحيحة: A
السؤال #5
A ____________ is a class written in Apex that implements all of a page's logic, without leveraging a standard controller.
A. Controller Extension
B. Validation Extension
C. Visualforce Component
D. Visualforce Plugin
E. Custom Controller
F. None of the above
عرض الإجابة
اجابة صحيحة: E
السؤال #6
What keyword is used to create custom Web Services from an apex method?
A. FALSE
B. TRUE
C. Trigger
D. Webservice
عرض الإجابة
اجابة صحيحة: C
السؤال #7
An area of a Visualforce page that demarcates which components should be processed by the Force.com server when an AJAX request is generated. Only the components in the body of the are processed by the server, thereby increasing the performance of the page.
A. apex:outputLabel
B. apex:actionRegion
C. apex:facet
D. apex:emailPublisher
عرض الإجابة
اجابة صحيحة: B
السؤال #8
The system method, System.runAs(), lets you write test methods that change user contexts to either an existing user or a new user.
A. True
B. False
عرض الإجابة
اجابة صحيحة: A
السؤال #9
Which fields are returned by sosl by default?
A. Ids
B. 200
C. 6
D. 1
عرض الإجابة
اجابة صحيحة: A
السؤال #10
An area of a page that uses styling similar to the appearance of a Salesforce detail page, but without any default content.
A. apex:pageBlock
B. apex:commandLink
C. apex:include
D. apex:chartTips
عرض الإجابة
اجابة صحيحة: A
السؤال #11
Like other Apex classes, custom controllers execute entirely in ____________, in which the object and field-level permissions of the current user are ignored.
A. User Mode
B. System Mode
C. OWD Mode
D. With-Sharing Mode
E. Anonymous Mode
F. None of the above
عرض الإجابة
اجابة صحيحة: B
السؤال #12
A section of data within ancomponent, similar to a section in a standard Salesforce page layout definition. Ancomponent consists of one or more columns, each of which spans two cells: one for a field's label, and one for its value. Each component found in the body of anis placed into the next cell in a row until the number of columns is reached. At that point, the next component wraps to the next row and is placed in the first cell. To add a field from a Salesforce object to an, use anorcomponent. Each of t
A. apex:outputLabel
B. apex:actionPoller
C. apex:pageblockSection
D. apex:facet
عرض الإجابة
اجابة صحيحة: C
السؤال #13
An HTML input element of type text. Use this component to get user input for a controller method that does not correspond to a field on a Salesforce object.This component does not use Salesforce styling. Also, since it does not correspond to a field, or any other data on an object, custom code is required to use the value the user inputs.
A. apex:messages
B. apex:dynamicComponent
C. apex:inputText
D. apex:inputField
عرض الإجابة
اجابة صحيحة: C
السؤال #14
How are programmatic cusomizations done in Salesforce?
A. Apex, Visualforce, and APIs
B. Apex classes
C. Apex process classes
D. Dates, Ids, Numbers
عرض الإجابة
اجابة صحيحة: A
السؤال #15
A graphic image, rendered with the HTMLtag.
A. apex:image
B. apex:composition
C. apex:actionStatus
D. apex:componentBody
عرض الإجابة
اجابة صحيحة: A
السؤال #16
By using the ____________ keyword in a class definition, a developer can create a custom controller or controller extension that respects OWD, role hierarchy, and sharing rules.
A. with permissions
B. with defaults
C. with security
D. with sharing
E. with roles
F. None of these
عرض الإجابة
اجابة صحيحة: D
السؤال #17
What two forms of dml operations can be used in apex?
A. SOQL statements
B. Traditional for loops
C. Standalone, database class methods
D. Failure response settings
عرض الإجابة
اجابة صحيحة: C
السؤال #18
The system method, ___________, lets you write test methods that change user contexts to either an existing user or a new user.
A. System
B. System
C. System
D. System
E. System
F. None of these
عرض الإجابة
اجابة صحيحة: E
السؤال #19
A set of buttons that are styled like standard Salesforce buttons. This component must be a child component of an . Note that it is not necessary for the buttons themselves to be direct children of the component-buttons that are located at any level within an component are styled appropriately.
A. apex:form
B. apex:includeScript
C. apex:commandButton
D. apex:pageBlockButtons
عرض الإجابة
اجابة صحيحة: D
السؤال #20
Objects of this Apex class specify one of the possible values for a Visualforce selectCheckboxes, selectList, or selectRadio component.
A. Select Class
B. SelectOption Class
C. OptionSelection Class
D. InputSelection Class
E. InputOption Class
F. None of the above
عرض الإجابة
اجابة صحيحة: B
السؤال #21
Objects of this Apex class allow developers to create list controllers similar to, or as extensions of, the prebuilt Visualforce list controllers provided by Salesforce.
A. StandardSetController Class
B. StandardController Class
C. Controller Class
D. VisualforceSetController Class
E. VisualforceControllerClass
F. None of the above
عرض الإجابة
اجابة صحيحة: A
السؤال #22
What does Apex use to record disruptions in code execution?
A. @ReadOnly
B. Catch
C. Webservice
D. Exceptions
عرض الإجابة
اجابة صحيحة: D
السؤال #23
A button that is rendered as an HTML input element with the type attribute set to submit, reset, or image, depending on thetag's specified values. The button executes an action defined by a controller, and then either refreshes the current page, or navigates to a different page based on thePageReference variable that is returned by the action. Ancomponent must always be a child of ancomponent. See also:
A. apex:commandButton
B. apex:flash
C. apex:emailPublisher
D. apex:actionRegion
عرض الإجابة
اجابة صحيحة: A
السؤال #24
This Apex class lets a developer access cookies for a Force.com site using Apex.
A. Cookie Class
B. PageReference
C. ApexPages
D. Component
E. Visualforce
F. None of the above
عرض الإجابة
اجابة صحيحة: A
السؤال #25
Developers can use Visualforce pages to: (Select all that apply)
A. Override standard buttons
B. Override tab overview pages
C. Define custom tabs
D. Embed components in detail page layouts
E. Create dashboard components or custom help pages
F. Create custom Console components
G. None of these
عرض الإجابة
اجابة صحيحة: ABCDEF
السؤال #26
A component that adds AJAX support to another component, allowing the component to be refreshed asynchronously by the server when a particular event occurs, such as a button click or mouseover. See also:.
A. apex:form
B. apex:attribute
C. apex:page
D. apex:actionSupport
عرض الإجابة
اجابة صحيحة: D
السؤال #27
What types of sharing are available to developers to share records?
A. Failure response settings
B. Manual sharing, apex sharing
C. Dates, Ids, Numbers
D. Apex, Visualforce, and APIs
عرض الإجابة
اجابة صحيحة: B
السؤال #28
Objects of this Apex class reference the pre-built Visualforce controllers provided by salesforce.com.
A. VisualforceSetController Class
B. VisualforceController Class
C. Controller Class
D. StandardSetController Class
E. StandardController Class
F. None of the above
عرض الإجابة
اجابة صحيحة: E
السؤال #29
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.
A. apex:include
B. apex:iframe
C. apex:chartLabel
D. apex:attribute
عرض الإجابة
اجابة صحيحة: B
السؤال #30
A timer that sends an AJAX update request to the server according to a time interval that you specify. The update request can then result in a full or partial page update. You should avoid using this component with enhanced lists.
A. apex:dataList
B. apex:actionPoller
C. apex:inlineEditSupport
D. apex:image
عرض الإجابة
اجابة صحيحة: B

View The Updated Salesforce Exam Questions

SPOTO Provides 100% Real Salesforce Exam Questions for You to Pass Your Salesforce Exam!

عرض الإجابات بعد التقديم

يرجى إرسال البريد الإلكتروني الخاص بك والواتس اب للحصول على إجابات الأسئلة.

ملحوظة: يرجى التأكد من صلاحية معرف البريد الإلكتروني وWhatsApp حتى تتمكن من الحصول على نتائج الاختبار الصحيحة.

بريد إلكتروني:
رقم الواتس اب/الهاتف: