Posts

Showing posts from July, 2012

Sample SF Questions

1.       Can we bypass governor limits using time based workflows? No. Time-dependent actions aren't executed independently. They're processed several times every hour, where they're grouped together and executed as a single batch. Therefore, any triggers that fire as a result of those grouped actions are also executed in a single batch. This behavior can cause you to exceed your Apex governor limits if you design your time-based workflow in conjunction with Apex triggers. 2.       What is JavaScript remoting?  The RemoteAction annotation provides support for Apex methods used in Visualforce to be called via Javascript. This process is often referred to as Javascript remoting. 3.       What does RemoteAction annotation used for?  The RemoteAction annotation provides support for Apex methods used in Visualforce to be called via Javascript. This process is often referred to as Javascript remoting. 4.     What datatype is used to store currency fields