function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
dragon123dragon123 

dev 401 questions: need correct answer

How the formula will look like if you want to calculate the date/time difference b/w created date ?


Today() – datevalue(created date)

Now() – created date

DateValue(created date) – today()

Created date – Now()

Dynamic dashboard have schedule refresh?

a)true

b)false

how?


Custom objects in sites have which kind of permission ?
A. Read Only
B. Read, Create, Edit and Delete
C. Read and Create
D. Read, Create and Edit

explain?

Encrypted fields are editable regardless of whether the user has the “View Encrypted Data” permission.
A. True
B. False

explain?


A corresponding list view is also automatically created, When a queue is created in Salesforce.com.
A. True
B. False

explain?

Which of the following is not a correct statement ?
A. Tags can be enabled by enabling Tags permission for the Organization
B. Tags can be enabled by enabling Tags permission for the Profiles
C. Tags can be added on the Records
D. Tags can be accessed from the Sidebar component

What happens to the Secondary Relationship when the Primary Relationship is deleted in the Junction Object ?


A. Nothing Happens
B. Secondary Relationship becomes Primary Automatically
C. Secondary Relationship is made Primary manually
D. You can’t delete the primary relationship


Which of the following is not true regarding Custom Summary Formula fields ?
A. One can have 5 Custom Summary Formulas on a report
B. When fields are deleted, they are also deleted from the summary formulas that reference them
C. The summary types Sum, Largest Value, Smallest Value, and Average are not available for use with the Record Count Field
D. Summary formula can reference another summary formula


Default values can be set on the Dependent Picklist Fields ?
A. True
B. False

Best Answer chosen by Admin (Salesforce Developers) 
gautam_singhgautam_singh

Hi ,


How the formula will look like if you want to calculate the date/time difference b/w created date ?


Today() – datevalue(created date)
Now() – created date
DateValue(created date) – today()
Created date – Now()


Dynamic dashboard have schedule refresh?

a)true

b)false

how?
Dynamic Dashboard means the one which runs on Current User Access Permissions. There is no Refresh Button for them.


Custom objects in sites have which kind of permission ?
A. Read Only
B. Read, Create, Edit and Delete
C. Read and Create
D. Read, Create and Edit

explain?
We can provide CRUD Permissons to the fields and objects through the Sites.


Encrypted fields are editable regardless of whether the user has the “View Encrypted Data” permission.
A. True
B. False

explain?
Encrypted custom fields are text fields that can contain letters, numbers, or symbols but are encrypted. The value of an encrypted field is only visible to users that have the “View Encrypted Data” permission.



A corresponding list view is also automatically created, When a queue is created in Salesforce.com.
A. True
B. False


explain?
Create a Queue named "Q" for a Object say "Case" . Salesforce automatically makes a list view of Case Records owned by ur Queue as that is a way through which you can see all the reocords owned by your queue. 
Go to the Case Object in the List View Tab Select "Q" . It will show the records owned by the queue "Q".


Which of the following is not a correct statement ?

A. Tags can be enabled by enabling Tags permission for the Organization
B. Tags can be enabled by enabling Tags permission for the Profiles
C. Tags can be added on the Records
D. Tags can be accessed from the Sidebar component



What happens to the Secondary Relationship when the Primary Relationship is deleted in the Junction Object ?


A. Nothing Happens
B. Secondary Relationship becomes Primary Automatically
C. Secondary Relationship is made Primary manually
D. You can’t delete the primary relationship


Which of the following is not true regarding Custom Summary Formula fields ?
A. One can have 5 Custom Summary Formulas on a report
B. When fields are deleted, they are also deleted from the summary formulas that reference them
C. The summary types Sum, Largest Value, Smallest Value, and Average are not available for use with the Record Count Field
D. Summary formula can reference another summary formula


Default values can be set on the Dependent Picklist Fields ?
A. True
B. False We cannot set default values in Dependent Picklist.


Important :

Hit Kudos [Star Aside this Post] if this provides you with useful information and if this is what you where looking for then please mark it as a solution for other benefits.

Thank You .


All Answers

gautam_singhgautam_singh

Hi ,


How the formula will look like if you want to calculate the date/time difference b/w created date ?


Today() – datevalue(created date)
Now() – created date
DateValue(created date) – today()
Created date – Now()


Dynamic dashboard have schedule refresh?

a)true

b)false

how?
Dynamic Dashboard means the one which runs on Current User Access Permissions. There is no Refresh Button for them.


Custom objects in sites have which kind of permission ?
A. Read Only
B. Read, Create, Edit and Delete
C. Read and Create
D. Read, Create and Edit

explain?
We can provide CRUD Permissons to the fields and objects through the Sites.


Encrypted fields are editable regardless of whether the user has the “View Encrypted Data” permission.
A. True
B. False

explain?
Encrypted custom fields are text fields that can contain letters, numbers, or symbols but are encrypted. The value of an encrypted field is only visible to users that have the “View Encrypted Data” permission.



A corresponding list view is also automatically created, When a queue is created in Salesforce.com.
A. True
B. False


explain?
Create a Queue named "Q" for a Object say "Case" . Salesforce automatically makes a list view of Case Records owned by ur Queue as that is a way through which you can see all the reocords owned by your queue. 
Go to the Case Object in the List View Tab Select "Q" . It will show the records owned by the queue "Q".


Which of the following is not a correct statement ?

A. Tags can be enabled by enabling Tags permission for the Organization
B. Tags can be enabled by enabling Tags permission for the Profiles
C. Tags can be added on the Records
D. Tags can be accessed from the Sidebar component



What happens to the Secondary Relationship when the Primary Relationship is deleted in the Junction Object ?


A. Nothing Happens
B. Secondary Relationship becomes Primary Automatically
C. Secondary Relationship is made Primary manually
D. You can’t delete the primary relationship


Which of the following is not true regarding Custom Summary Formula fields ?
A. One can have 5 Custom Summary Formulas on a report
B. When fields are deleted, they are also deleted from the summary formulas that reference them
C. The summary types Sum, Largest Value, Smallest Value, and Average are not available for use with the Record Count Field
D. Summary formula can reference another summary formula


Default values can be set on the Dependent Picklist Fields ?
A. True
B. False We cannot set default values in Dependent Picklist.


Important :

Hit Kudos [Star Aside this Post] if this provides you with useful information and if this is what you where looking for then please mark it as a solution for other benefits.

Thank You .


This was selected as the best answer
dragon123dragon123

Thank u very much Gautham

dragon123dragon123

Which of the following is not a correct statement ?

A. Tags can be enabled by enabling Tags permission for the Organization
B. Tags can be enabled by enabling Tags permission for the Profiles
C. Tags can be added on the Records
D. Tags can be accessed from the Sidebar component

 

Answer is b

shraddha kawaneshraddha kawane
Tags can be enabled by enabling Tags permission for the Profiles other answers are right..for the above questions!!
Srilakshmi B SSrilakshmi B S
Encrypted fields are editable regardless of whether the user has the “View Encrypted Data” permission.
A. True
B. False

refer https://help.salesforce.com/apex/HTViewHelpDoc?id=fields_about_encrypted_fields.htm&language=en