Premium

Salesforce Developer Certifications Questions and Answers (Dumps and Practice Questions)



Question : Select correct statement for Export and Export All in Apex Data Loader?

A. Deleted records are stored in Sales force for 45 days.
B. In 'Export All' the deleted records also get exported.
C. In 'Export' the deleted records do not get exported.

 : Select correct statement for Export and Export All in Apex Data Loader?
1. A,B
2. B,C
3. Access Mostly Uused Products by 50000+ Subscribers
4. A,B,C

Correct Answer : Get Lastest Questions and Answer :
Exp: Exporting Data
You can use the Data Loader export wizard to extract data from any Salesforce object. When you export, you can choose to include (Export All) or exclude (Export) soft-deleted records.






Question : If no record name is provided in the csv file while inserting a new record into Salesforce,
then the record id value is put into the recordname field of this new record.
 : If no record name is provided in the csv file while inserting a new record into Salesforce,
1. True
2. False



Correct Answer : Get Lastest Questions and Answer :

Exp: If no record name is provided in the csv file while inserting a new record into Salesforce, then the record id value is put into the recordname field of this new record.





Question : Which are the standard fields of a custom object?

A. Name
B. Owner
C. Created By
D. Last Modified By

 : Which are the  standard fields of a custom object?
1. A,B
2. B,C
3. Access Mostly Uused Products by 50000+ Subscribers
4. A,B,C,D

Correct Answer : Get Lastest Questions and Answer :
Custom objects
Anything apart from the standard objects is a custom object.
Custom objects have common properties and similar features.
By default, custom objects are given maximum features of the
standard objects and can be customized completely.
We can build complete data centric and process centric applications
using custom objects.
Custom objects by default contain very limited fields. We have to add
more fields according to the requirement.

Custom objects include some standard fields that are included automatically. The
standard fields include audit fields such as:
o Created By
o Last Modified By
o Owner
o CreatedDate
o ModifiedDate

Apart from the owner field all the other fields cannot be edited from the UI. The owner field is automatically assigned to the person who created the record and can be changed by transferring the record to another user. The system fields can be edited only once while transferring the data from full-copy sandbox to the production organization. We will discuss this point later in the Sandbox section





Related Questions


Question : The 'Sharing' button has been added to the page layout of 'Associate' custom object. On any
Associate record, the Sharing button is not visible for sharing that record using an Apex Sharing
Reason.
  : The 'Sharing' button has been added to the page layout of 'Associate' custom object. On any
1. True
2. False



Question : 'Sharing' button has been added to the page layout of the 'Account' object. OWD of account is
public read/write. On any Account record, the Sharing button is still visible for sharing that record
using an Apex Sharing Reason.


  : 'Sharing' button has been added to the page layout of the 'Account' object. OWD of account is
1. True
2. False





Question : If a record of Associate custom object has been shared using an Apex Sharing Reason, then that
Apex Sharing Reason cannot be deleted until the sharing of that record is changed to use some
other Apex Sharing Reason.
  : If a record of Associate custom object has been shared using an Apex Sharing Reason, then that
1. True
2. False


Question : Until an Apex Sharing Reason is created, a record of a custom object cannot be shared manually
on a one-off basis.
  : Until an Apex Sharing Reason is created, a record of a custom object cannot be shared manually
1. True
2. False


Question : Once a sharing rule has been created based on owner, then it can be modified to make it a
sharing rule based on criteria.
  : Once a sharing rule has been created based on owner, then it can be modified to make it a
1. True
2. False


Question : Which of these can have only one of them active at a time?

A. Validation rule
B. Assignment rule
C. Auto-response rule
D. Workflow rule
E. Escalation rule
F. Approval process
G. Sharing rule
  : Which of these can have only one of them active at a time?
1. ABG
2. BCE
3. Access Mostly Uused Products by 50000+ Subscribers
4. DEG