Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Certified Platform Developer II All Questions

View all questions & answers for the Certified Platform Developer II exam

Exam Certified Platform Developer II topic 1 question 142 discussion

Actual exam question from Salesforce's Certified Platform Developer II
Question #: 142
Topic #: 1
[All Certified Platform Developer II Questions]

Invokable methods accept sObjects as parameters.

  • A. True
  • B. False
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
beardAnt
1 month, 1 week ago
Selected Answer: A
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_annotation_InvocableMethod.htm
upvoted 1 times
...
OmShantiVeg
2 years, 3 months ago
B , it must be a list of param
upvoted 3 times
...
agjklsjrhgjksf
2 years, 5 months ago
Selected Answer: A
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_annotation_InvocableMethod.htm
upvoted 3 times
...
ncore
2 years, 11 months ago
Selected Answer: A
Inputs and Outputs There can be at most one input parameter and its data type must be one of the following: A list of a primitive data type or a list of lists of a primitive data type – the generic Object type is not supported. A list of an sObject type or a list of lists of an sObject type. A list of the generic sObject type (List<sObject>) or a list of lists of the generic sObject type (List<List<sObject>>).
upvoted 4 times
etyu2258
2 years, 5 months ago
lists of an sObject* and not Sobject so i think it's B
upvoted 5 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 ...