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 

Platform developer questions

HI Team


1. if the modifiable system fields feature turned on the created date can changed for an existing record using the api?
 a) true
 b) false

2. Bulk api is best suited for which of these use cases?
 a) Deleting several records, one record at a time.
 b) Writing a mobile chat app.
 c) Building a new salesforce ui
 d) Deleting 100,000 records at once.

3. you are setting up a profile to be used with integration software. which profile permissions should this profile have?(select all that apply.)
 a) customize application.
 b) password never expires.
 c) api only user.
 d) manage data categories.
 e) modify all data.

4. what are ways in which a record id can be obtained ? (select all that apply)
 a) web services api
 b) url
 c) page layout
 d) report
 e) settings panel

5. what actions are tracked in debug logs?
 a) apex code.
 b) data values for fields.
 c) setting changes.
 d) validation rules
 e) callouts


Please give me the reply for above questions.

Regards
Lakshmi
Tintu_BabuTintu_Babu
Hi Lakshmi,

These are my answers based on basic salesforce experience. If anybody found mistakes feel free to correct.

1.true
2 Deleting 100,000 records at once.
3.api only user., modify all data.
4.web services api,url,report
5.apex code,validation rules,callouts
 
Lakshmi SLakshmi S
Thank you TintuB