Which three data types can a SOQL query return?
Choose 3 answers
A. dg Integer
B. List
C. Double
D. sObject
E. O Long
正解:B,C,D
解説: (Pass4Test メンバーにのみ表示されます)
質問 2:
A developer deployed a trigger to update the status__c of Assets related to an Account when the Account's status changes and a nightly integration that updates Accounts in bulk has started to fail with limit failures.

What should the developer change about the code to address the failure while still having the code update all of the Assets correctly?
A. Move all of the logic to a Queveable class that queries for and updates the Assets and call it from the trigger.
B. Add a LIMIT clause to the SOQL query on line 16 to limit the number of Assets queried for an Account.
C. Add List<asset> assets = [SELECT id, Status_ FROM WHERE AccountId = : acctId] to line 14 and iterate over the assets list in the for loop on line 15.;
D. Change the getAssetsToUpdate method to process all Accounts in one call and call it outside of the for loop that starts on line 03.
正解:A
解説: (Pass4Test メンバーにのみ表示されます)
質問 3:
In the following example, which sharing context will myMethod execute when it is invoked?
A. Sharing rules will not be enforced for the running user.
B. Sharing rules will be inherited from the calling context.
C. Sharing rules will be enforced for the running user.
D. Sharing rules will be enforced by the instantiating class.
正解:A
解説: (Pass4Test メンバーにのみ表示されます)
質問 4:
What is the result of the following code snippet?
public word doWork(Account acct) {
for (Integer i = 0; i <= 2007 i++) {
insert acct;
}
A. Accounts are inserted.
B. Account is inserted.
C. 201 Accounts are inserted.
D. 200 Accounts are inserted.
正解:C
解説: (Pass4Test メンバーにのみ表示されます)
質問 5:
What are three characteristics of change set deployments?
Choose 3 answers Sending a change set between two orgs requires a deployment connection.
A. Sending a change set between two orgs requires a deployment connection.
B. Deployment is done in a one-way, single transaction.
C. Change sets can be used to transfer records.
D. Change sets can deploy custom settings data.
E. Change sets can only be used between related organizations.
正解:A,B,E
解説: (Pass4Test メンバーにのみ表示されます)
質問 6:
A developer is integrating with a legacy on-premise SQL database.
What should the developer use to ensure the data being integrated is matched to the right records in Salesforce?
A. Formula field
B. Lookup field
C. External ID field
D. External Object
正解:C
Minimoni -
質問と答えを丸暗記すれば合格できるという言葉を信じって、勉強して合格できました。任せて安心のPass4Testに感謝です。