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

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

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

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

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

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

السؤال #1
Which exception type should be checked for when catching exceptions thrown when governor limits are exceeded?
A. StackOverflowException
B. LimitException
C. GovernorException
D. PlatformLimitException
E. InvalidLimitException
F. None of these
عرض الإجابة
اجابة صحيحة: F
السؤال #2
How are Apex triggers stored?
A. As static resources
B. As metadata in the application, under the object with which they are associated
C. As
D. As compiled bytecode in the Salesforce platform Apex app server
E. As resource files in the Developer Console
F. None of these
عرض الإجابة
اجابة صحيحة: B
السؤال #3
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.
A. apex:barSeries
B. apex:inputFile
C. apex:composition
D. apex:legend
عرض الإجابة
اجابة صحيحة: B
السؤال #4
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.
A. True
B. False
عرض الإجابة
اجابة صحيحة: B
السؤال #5
A section of a Visualforce page that allows users to enter input and then submit it with anor. The body of the form determines the data that is displayed and the way it is processed. It's a best practice to verify that pages and custom components use at most onetag. As of API version 18.0, this tag can't be a child component of.
A. apex:form
B. apex:chart
C. apex:actionRegion
D. apex:insert
عرض الإجابة
اجابة صحيحة: A
السؤال #6
An ordered or unordered list of values that is defined by iterating over a set of data. The body of thecomponent specifies how a single item should appear in the list. The data set can include up to 1,000 items.
A. apex:inputText
B. apex:dataList
C. apex:lineSeries
D. apex:inputCheckbox
عرض الإجابة
اجابة صحيحة: B
السؤال #7
An HTML input element for a value that corresponds to a field on a Salesforce object. Thecomponent respects the attributes of the associated field, including whether the field is required or unique, and the user interface widget to display to get input from the user. For example, if the specifiedcomponent is a date field, a calendar input widget is displayed. When used in an,tags always display with their corresponding output label. Note that if custom help is defined for the field in Setup, the field must
A. apex:pageBlockButtons
B. apex:define
C. apex:outputLabel
D. apex:inputField
عرض الإجابة
اجابة صحيحة: D
السؤال #8
____________ is a placeholder for content that is rendered in a specific part of the parent component, such as the header or footer of an.
A.
B.
C.
D.
E.
F. None of these
عرض الإجابة
اجابة صحيحة: D
السؤال #9
A Visualforce chart. Defines general characteristics of the chart, including size and data binding.
A. apex:actionSupport
B. apex:inlineEditSupport
C. apex:chart
D. apex:enhancedList
عرض الإجابة
اجابة صحيحة: C
السؤال #10
To aid ___________, 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.
A. bytecode compiles
B. Apex testing
C. portal development
D. backwards-compatibility
E. exception handling
F. None of these
عرض الإجابة
اجابة صحيحة: D
السؤال #11
A developer can use optional catch statements for any exception type in a try-catch block. However, thegeneral 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)
A. Make calls to methods using both valid and invalid inputs
B. In the case of conditional logic (including ternary operators), execute each branch of code logic
C. Only test code using the System Administrator profile
D. Focus solely on test coverage percentage score
E. Complete successfully without throwing any exceptions, unless those errors are expected and caught in a try
F. None of these
عرض الإجابة
اجابة صحيحة: ABE
السؤال #12
What name identifies datatypes such as Integer, Boolean, String and Enum in Salesforce?
A. Primitive
B. @ReadOnly
C. Trigger
D. FALSE
عرض الإجابة
اجابة صحيحة: A
السؤال #13
What are two ways to invoke a custom web service?
A. Apex process classes
B. A governor limit
C. List of List Objects
D. Ajax toolkit, client program
عرض الإجابة
اجابة صحيحة: D
السؤال #14
A custom Visualforce component. All custom component definitions must be wrapped inside a singletag.
A. apex:includeScript
B. apex:commandLink
C. apex:dataTable
D. apex:component
عرض الإجابة
اجابة صحيحة: D
السؤال #15
What interface does the Apex email handler implement to setup and inbound email service?
A. Messaging
B. Messaging
C. Encapsulation principles
D. isSuccess, sendEmailError
عرض الإجابة
اجابة صحيحة: B
السؤال #16
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)
A. Any Web-enabled code
B. Visualforce Tags
C. Apex code
D. HTML
E. JavaScript
F. C# Remoting Modules
G. None of the above
عرض الإجابة
اجابة صحيحة: ABDE
السؤال #17
A Visualforce page consists of which primary elements? (Select all that apply)
A. An Apex class
B. A Visualforce controller
C. A trigger
D. S-Controls
E. Visualforce Markup
F. None of the above
عرض الإجابة
اجابة صحيحة: AE
السؤال #18
Defines how labels are displayed. Depending on what component wraps it,gives you options for affecting labels for bar and line series labels, pie chart segments, and axes labels. Note: This component must be enclosed by a data series component (,, or) or ancomponent.
A. apex:chart
B. apex:include
C. apex:chartLabel
D. apex:messages
عرض الإجابة
اجابة صحيحة: C
السؤال #19
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
A. True
B. False
عرض الإجابة
اجابة صحيحة: B
السؤال #20
What two methods of customization are available to create applications in salesforce?
A. Declarative, programmatic
B. Dates, Ids, Numbers
C. Database class method
D. A governor limit
عرض الإجابة
اجابة صحيحة: A
السؤال #21
This Apex class lets a developer create an action method that can be used in a Visualforce custom controller or controller extension.
A. Apex
B. ApexPages
C. Action Class
D. Visualforce
E. Component
F. None of the above
عرض الإجابة
اجابة صحيحة: B
السؤال #22
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 theare processed by the server, thereby increasing the performance of the page.
A. apex:outputLabel
B. apex:actionRegion
C. apex:facet
D. apex:emailPublisher
عرض الإجابة
اجابة صحيحة: B
السؤال #23
This Apex class allows developers to collect and display errors when building custom controllers or extensions.
A. Exception Class
B. Message Class
C. Debug Class
D. Validation Class
E. Messaging Class
F. None of the above
عرض الإجابة
اجابة صحيحة: B
السؤال #24
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 ancomponent. You can have multipleandcomponents in a single chart.
A. apex:barSeries
B. apex:inputHidden
C. apex:outputLink
D. apex:outputField
عرض الإجابة
اجابة صحيحة: A
السؤال #25
This Apex class offers Ideas-specific functionality in addition to what is provided by the StandardController class.
A. StandardControllerIdeas Class
B. IdeaCustomController Class
C. IdeaStandard Class
D. IdeaStandardController Class
E. StandardIdeasController Class
F. None of the above
عرض الإجابة
اجابة صحيحة: D
السؤال #26
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, you may simply want to use a JavaScript tag before your closingtag, rather than this component.
A. apex:includeScript
B. apex:outputField
C. apex:attribute
D. apex:component
عرض الإجابة
اجابة صحيحة: A
السؤال #27
A read-only display of a label and value for a field on a Salesforce object. An component respects the attributes of the associated field, including how it should be displayed to the user. For example, if the specifiedcomponent is a currency field, the appropriate currency symbol is displayed. Likewise, if thecomponent is a lookup field or URL, the value ofThe 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 or, and the Salesforce page
A. apex:actionRegion
B. apex:actionSupport
C. apex:outputField
D. apex:pageBlock
عرض الإجابة
اجابة صحيحة: C
السؤال #28
The standard detail page for a particular object, as defined by the associated page layout for the object in Setup. This component includes attributes for including or excluding the associated related lists, related list hover links, and title bar that appear in the standard Salesforce application interface.
A. apex:pageblockSection
B. apex:component
C. apex:insert
D. apex:detail
عرض الإجابة
اجابة صحيحة: D
السؤال #29
What are all the datatypes that Salesforce supports? (No Answer)
A. List of List Objects
B. GET, POST, PUT, DELETE
C. SOAP Web Service Callouts
D. Primitive, sObject, Collections, Null
عرض الإجابة
اجابة صحيحة: D

View The Updated Salesforce Exam Questions

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

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

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

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

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