exam questions

Exam CRT-450 All Questions

View all questions & answers for the CRT-450 exam

Exam CRT-450 topic 1 question 64 discussion

Actual exam question from Salesforce's CRT-450
Question #: 64
Topic #: 1
[All CRT-450 Questions]

For which three items can a trace flag be configured? (Choose three.)

  • A. Apex Trigger
  • B. Apex Class
  • C. Process Builder
  • D. User
  • E. Visualforce
Show Suggested Answer Hide Answer
Suggested Answer: ABD 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
de2rick
Highly Voted 1 year ago
Selected Answer: ABD
Refer to Salesforce doc: https://help.salesforce.com/s/articleView?id=sf.code_add_users_debug_log.htm&type=5 For user-based trace flags, enter Debug Logs in the Quick Find box, then click Debug Logs. For class-based trace flags, enter Apex Classes in the Quick Find box, click Apex Classes, click the name of a class, then click Trace Flags. For trigger-based trace flags, enter Apex Triggers in the Quick Find box, click Apex Triggers, click the name of a trigger, then click Trace Flags.
upvoted 8 times
...
smoota
Most Recent 1 year, 4 months ago
Selected Answer: ABE
https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/tooling_api_objects_traceflag.htm The log category level for Visualforce. Includes information about Visualforce events, including serialization and deserialization of the view state or the evaluation of a formula field in a Visualforce page. The following are valid values.
upvoted 1 times
...
HR444
2 years, 9 months ago
TraceFlag documentation (look at Usage section): https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/tooling_api_objects_traceflag.htm
upvoted 3 times
BarbBarb
2 years, 5 months ago
Based on this: Apex Trigger, Apex Class and Visualforce are the correct answers, right?
upvoted 2 times
gsori
8 months, 3 weeks ago
Nope, check the LogType field description: "When you open the Developer Console, it sets a DEVELOPER_LOG trace flag to log your activities. USER_DEBUG trace flags cause logging of an individual user’s activities. CLASS_TRACING trace flags override logging levels for Apex classes and triggers, but don’t generate logs. This field is required." So the answer is A,B,D.
upvoted 1 times
...
noox
2 years, 5 months ago
How can you read the documentation and yet do not understand that the awnser is Apex class/Trigger/User...
upvoted 2 times
...
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...