Salesforce Interview Question Answers
Question 1. Mention How Many Relationships Are Included In Sfdc And What Are They?
Answer:
There are two types of relationships, there are more Please refer Click Here
• Master detail relationship
• Lookup relationship
Question 2. Mention What Is The Difference Between Isnull And Isblank?
Answer:
isNull: It supports for number field
isBlank: It supports for Text field
Question 3. Explain What Is The Trigger?
Answer:
Trigger is a code that is executed before or after the record is updated or inserted.Fore more refer this Module
Question 4. Mention What Is The Use Of The Static Resource In Salesforce?
Answer:
With the help of static resources, you can upload zip files, images, jar files, JavaScript and CSS files that can be referred to in a visual force page. The optimum size of static resources for an organization is 250 MB.
Question 5. Mention What Is the Difference Between Force.com And Salesforce.com?
Answer:
Force.com is PaaS (Platform as a Service) while Salesforce.com is SaaS (Software as a Service).
for more refer this links
Question 6. Mention What Are the Actions Available In Workflow?
Answer:
Actions available in workflow are Here
1. Email Alert:
Email alerts are workflow and approval actions that are generated using an email template by a workflow rule or approval process and sent to designated recipients, either Salesforce users or others. Workflow alerts can be sent to any user or contact, as long as they have a valid email address.
2. Field Update:
Field updates are workflow and approval actions that specify the field you want updated and the new value for it. Depending on the type of field, you can choose to apply a specific value, make the value blank, or calculate a value based on a formula you create.
3. Task:
Assigns a task to a user you specify. You can specify the Subject, Status, Priority, and Due Dateof the task. Tasks are workflow and approval actions that are triggered by workflow rules or approval processes.
4. Outbound Message:
An outbound message is a workflow, approval, or milestone action that sends the information you specify to an endpoint you designate, such as an external service. An outbound message sends the data in the specified fields in the form of a SOAP message to the endpoint.
All References
https://help.salesforce.com/articleView?id=overview_of_custom_object_relationships.htm&type=5
https://help.salesforce.com/articleView?id=pages_static_resources.htm&type=5
https://help.salesforce.com/articleView?id=customize_wf.htm&type=5
Previous Post