実用的なPlat-Dev-201無料模擬試験 & 合格スムーズPlat-Dev-201日本語試験対策 | 便利なPlat-Dev-201最速合格幸せの生活は自分で作られて得ることです。だから、大人気なIT仕事に従事したいあなたは今から準備して努力するのではないでしょうか?さあ、ここで我々社のSalesforceのPlat-Dev-201試験模擬問題を推薦させてくださいませんか。我が社のPlat-Dev-201問題集は必ずあなたの成功へ道の助力になれます。 Salesforce Certified Platform Developer 認定 Plat-Dev-201 試験問題 (Q100-Q105):質問 # 100
When importing and exporting data into Salesforce, which two statements are true? Choose 2 answers
A. Data import wizard is a client application provided by Salesforce.
B. Developer and Developer Pro sandboxes have different storage limits.
C. Bulk API can be used to import large data volumes in development environments without bypassing the storage limits.
D. Bulk API can be used to bypass the storage limits when importing large data volumes in development environments.
正解:A、B
質問 # 101
A development team wants to use a deployment script to automatically deploy to a sandbox during their development cycles.
Which two tools can they use to run a script that deploys to a sandbox? Choose 2 answers
A. VSCode
B. Developer Console
C. Change Sets
D. SFDX CLI
正解:A、D
質問 # 102
A developer observes that an Apex test method fails in the Sandbox. To identify the issue, the developer copies the code inside the test method and executes it via the Execute Anonymous tool in the Developer Console. The code then executes with no exceptions or errors. Why did the test method fail in the sandbox and pass in the Developer Console?
A. The test method relies on existing data in the sandbox.
B. The test method does not use System.runAs to execute as a specific user.
C. The test method is calling an @future method.
D. The test method has a syntax error in the code.
正解:A
質問 # 103
A developer wants to get access to the standard price book in the org while writing a test class that covers an OpportunityLineItem trigger. Which method allows access to the price book?
A. Use Test.getStandardPricebookid ( ) to get the standard price book ID.
B. Use @TestVisible to allow the test method to see the standard price book.
C. Use @IsTest (SeeAllData=True) and delete the existing standard price book
D. Use Test.loadData ( )and a static resource to load a standard price book
正解:A
質問 # 104
Which three resources in an Azure Component can contain JavaScript functions?