디벨로퍼
-
[Salesforce Certified platform Developer1] Dump 노트4Certification/Platform Developer 2024. 7. 6. 22:01
1. A developer executes the following query in Apex to retrieve a list of contacts for each account: List accounts = [Select ID, Name, (Select ID, Name from Contacts) from Account] ; Which two exceptions may occur when it executes? (Choose two.)A. CPU limit exception due to the complexity of the query.B. SOQL query row limit exception due to the number of contacts.C. SOQL query limit exception d..
-
[Salesforce Certified platform Developer1] Dump 노트3Certification/Platform Developer 2024. 4. 29. 18:15
1. Which three tools can deploy metadata to production? (Choose three.)A. Change Set from Developer OrgB. Force.com IDEC. Data LoaderD. Change Set from SandboxE. Metadata API ADE 2. A developer needs to display all of the available fields for an object. In which two ways can the developer retrieve the available fields if the variable myObject represents the name of the object? (Choose two.)A. U..
-
[Salesforce Certified Platform Developer1] Dump 노트2Certification/Platform Developer 2024. 4. 28. 22:11
1. Which two declarative process automation features can be directly invoked when a field value changes on a record? (Choose two.)A. Cloud Flow Designer flowsB. Process Builder processesC. Validation rulesD. Workflow rules BD 2. Which feature allows a developer to create test records for use in test classes?A. DocumentsB. WebServiceTestsC. HttpCalloutMocksD. Static Resources D 3. A developer w..
-
[Salesforce Certified Platform Developer1] Dump 노트1Certification/Platform Developer 2024. 4. 27. 21:56
1. Which two operations can be performed using a formula field? (Choose two.)A. Displaying the last four digits of an encrypted Social Security numberB. Triggering a Process BuilderC. Displaying an Image based on the Opportunity AmountD. Calculating a score on a Lead based on the information from another field C,D 2. Which three web technologies can be integrated into a Visualforce page? (Choos..