Home Uncategorized Salesforce Certification Sample Question and Answers Part 5

Salesforce Certification Sample Question and Answers Part 5

#21 Which of the following are the Application Development Components of Salesforce?
a. Apex Code
b. AppExchange
c. ERP Connectors
d. VisualForce
Answer:
a. Apex Code
b. AppExchange
d. VisualForce

#22 State whether the following statement is True or False.

In the Iteration method of accessing components, the concept of DOM ids is used.
a. False
b. True

Answer:
b. False

http://boards.developerforce.com/t5/General-Development/Is-the-concept-of-DOM-ids-used-in-the-Iteration-method-of/td-p/358583

#23 Which of the following Managed package Components contain a Subscriber and Developer Editable attribute?
a. Apex Class
b. Apex Trigger
c. Home Page Layout
d. None of the above

Answer:
c. Home Page Layout
http://www.salesforce.com/us/developer/docs/packagingGuide/Content/packaging_component_attributes.htm

#24 Which type of apps are built using only the Force.com API to access the Salesforce service?
a. Composite apps
b. Client apps
c. Native apps
d. All of the above

Answer:
b. Client apps

#25 You have a static resource archive named Testpack in your VisualForce organization which contains an image file named hills.jpg. You want to reference this image file in your VisualForce page. Which of the following Code Snippets can be used to achieve the desired result?
a. <apex:image url=”{!$Resource.Testpack}” width=”50″ height=”50″ />
b. <apex:image url=”{!URLFOR($Resource.Testpack , ‘hills.jpg’)}” width=”50″ height=”50″ />
c. <apex:image url=”{!($Resource.Testpack , ‘hills.jpg’)}” width=”50″ height=”50″ />
d. <apex:image url=”hills.jpg” width=”50″ height=”50″ />

Answer:
b.
http://www.salesforce.com/us/developer/docs/pages/Content/pages_resources.htm

You may also like

Leave a Comment