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
Lakshmi SLakshmi S 

salesforce developer certification questions

Hi Team,

1. The api first approach to development at salesforce lets customers ?
 a) Extend functionality across Salesforce features.
 b) Choose the API that's best suited to their needs
 c) Build apps for the App Exchange.
 d) All the above.

2. soap api is best  suited for which of these use cases ? (choose the best option)
 a). Building server to server integration.
 b). Writing an app that requires using JSON
 c). Updating thousands of records at once.
 d) Building slick ui for mobile app.

3. Which of the following statements about Queues are true? (Select all that apply)
 a) Ownership of a record assigned to a queue may be taken by any user in the queue or those above them on the role hierarchy.
 b) sharing settings can allow other groups,roles,profiles or users acess to a Queue.
 c) Queues route reuests sequentially tough a pool of users.
 d) a list view is automatically created for a new queue.
 e) queue define a pool of users that own an object.

4. what is the limit of debug logs retained in an organization?
 a) 75 logs
 b) 100 mb
 c) 50 mb
 d) 20 logs

5. Validation rules dont apply if you create new records for an object with Quick Create ?
 a) True
 b) False

6. which is true about encrypted custom fields ? ( select all that apply)
 a) They cannot be set to unique.
 b) They cannot be type email.
 c) They cannot be edited while encrypted.
 d) They cannot be external ID
 e) They cannot have default values.

7. What function only works on validation rule
a) htmlencode
b) vlookup
c) regex
d) ispickval
e) image

8. Which of the following statements is true about external callout?
a) SOAP callouts use xml and may use a wsdl for code generation.
b) HTTP callouts typically use JSON but can use XML as well.
c) HTTP callouts are generally easier to work with than SOAP callouts.
d) All of the above.

9. A user profile may grant a user the potential to see records of an object, but the sharing model determines which records that user can see ?
a) True
b) False
 

Please give me the reply for above questions.

Regards
Lakshmi.

 
Suraj TripathiSuraj Tripathi
Hi Laxmi,
Right Options are:

1. d) All the above.
2. a) Building server to server integration.
3. a) Ownership of a record assigned to a queue may be taken by any user in the queue or those above them on the role hierarchy.
    c) Queues route reuests sequentially tough a pool of users.
4. b) 100 mb
5. b) False
6. a) They cannot be set to unique.
 b) They cannot be type email.
 c) They cannot be edited while encrypted.
 d) They cannot be external ID
 e) They cannot have default values.
7. d) ispickval
8. d) All of the above.
9. b) False


Regards,
Suraj
 
Lakshmi SLakshmi S
Hi Suraj,


Thanks for your reply.
debug logs retained for org is 50mb or 100mb ?
Suraj TripathiSuraj Tripathi
Hi Lakshmi,
Debug logs retained for org is 50mb.
User-added image

If my answer helps you. please mark them best.

Regards,
Suraj
Suraj TripathiSuraj Tripathi
Hi Lakshmi,

Hope it Helps you. Please mark this as Best so that it gets removed from the unanswered queue which results in helping others who are encountering a similar issue.

Regards,
Suraj