Posts

Showing posts from June, 2014

SFDC-INTERVIEW QUESTIONS WITH ANSWERS

Image
1. What is Apex Ans: It is the in-house technology of salesforce.com which is similar to Java programming with object oriented concepts and to write our own custom logic. 2. What is S-Control ? Ans: S-Controls are the predominant salesforce.com widgets which are completely based on Javascript. These are hosted by salesforce but executed at client side. S-Controls are superseded by Visualforce now. 3. What is a Visualforce Page ? Ans: Visualforce is the new markup language from salesforce, by using which, We can render the standard styles of salesforce. We can still use HTML here in Visualforce. Each visualforce tag always begins with “apex” namespace. All the design part can be acomplished by using Visualforce Markup Language and the business logic can be written in custom controllers associated with the Page. 4. Will Visual force still supports the merge fields usage like S-control ? Ans: Yes. Just like S-Controls, Visualforce Pages support embedded merge fields, li