Friday, April 2, 2010

Salesforce.com FAQ or Interview Questions

People who are using salesforce.com or newly migrating to this platform or who are seeking a career on this platform definitely face some challenges. I am trying to consolidate a few technical questions here.
Questions

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 an 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: As I said in the above answer, S-controls are superseded by Visulaforce, 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 mege fields usage like S-control.
Ans: Yes. Just like S-Controls, Visualforce Pages support embedded merge fields, like the {!$User.FirstName} used in the example.

5. Where can I write my Visualforce code
Ans: You can write the code basically in 3 ways. One go to, setup->App Setup->Develop->Pages and create new Visulaforce page. While creating the Page, You will find a salesforce editor. You can write your Visualforce content there. Or go to Setup -> My Personal Information -> Personal Information -> Edit check the checkbox development mode. When you run the page like this, https://ap1.salesforce.com/apex/MyTestPage. you will find the Page editor at the bottom of the page. You can write you page as well as the controller class associated with it, there it self. OR Using EclipseIDE you can create the Visulaforce page and write the code.

Stay tuned.... I will be posting more questions and articles on salesforce.com technical side very soon.

More Qustions are Here. All the best for the newbies...

Thanks Srinivas,
www.trekbin.com

10 comments:

  1. Hi Srinivas !
    This is pradeep.I am new to this technology.I would like to start But i couln't find enough interview questions anywhere. I really appreciate if you could take some time in posting interview questions

    ReplyDelete
  2. Sorry for that. I will definitely post some questions this week.

    ReplyDelete
  3. Hi Srinivas.
    This is Sravanthi. I am seeking job as salesforce.com developer. Can you suggest me how get through the interview and on which areas I need concentrate more. I will be thankful if you can help me.

    ReplyDelete
  4. Find some more interview questions here for salesforce.com
    http://sfdc-development.blogspot.com/

    ReplyDelete
  5. hi
    this is balu
    i want information about salesforce like will we have job requirments or not ,wat is the position of sfdc in future

    ReplyDelete
  6. www.sfdcinterviewqs.blogspot.com

    ReplyDelete
  7. Hi Sreenivas

    I am trying for njob IN SFDC .
    I need Sales Project flow,
    can u explain..

    ReplyDelete
  8. I found good SFDC interview questions at www.ajanya.in

    ReplyDelete
  9. yes www.ajanya.in is probably the best place for sfdc interview questions http://ajanya.in/ rocks!

    ReplyDelete
  10. i want some practise programs for apex plz mail me at kirubeece@gmail.com

    ReplyDelete