본문 바로가기
Salesforce

Salesforce Certification Platform Developer I

by clove17 2021. 4. 6.
728x90
반응형

 

Q1. The Sales Management team hires a new intern. The intern is not allowed to view Opportunities, but needs to see the Most Recent Closed Date of all child Opportunities when viewing an Account record. What would a developer do to meet this requirement?

 

A. Create a trigger on the Account object that queries the Close Date of the most recent Opportunities.

B. Create a Workflow rule on the Opportunity object that updates a field on the Parent Account.

C. Create a formula field on the Account obejct that performs a MAX on the Opportunity Close Date field.

D. Create a roll-up summary field on the Account object that performs a MAX on the Opporutnity Close Date field.

 

Q2. Which trigger event allows a developer to update fields in the Trigger.new list without using an additional DML satement? Choose 2 answers

 

A. Before insert

B. Before update

C. After update

D. After insert

 

Q3. Which statement would a developer use when creating test data for products and price books?

 

A. Id pricebookId = Test.getStandardPricebookId();

B. Pricebook pb = new Pricebook();

C. IsTest(SeeAllData = false);

D. List objList = Test.loadData(Account.sObjectType, 'myResource');

 

Q4. Where would a developer build a managed package?

 

A. Developer Sandbox

B. Unlimited Edition

C. Partial Copy Sandbox

D. Developer Edition

 

Q5. Which type of information is provided by the Checkpoints tab in the Developer Console?(Choose 2)

 

A. Namespace

B. Time

C. Exception

D. Debug Statement

 

Q6. A developer wrote a workflow email alert on case creation so that an email is sent to the case owner manager when a case is created. When will the email be sent?

 

A. After Committing to database.

B. Before Trigger execution.

C. After Trigger execution.

D. Before Committing to database.

 

Q7. What is a benefit of the lightning component framework?

 

A. Better integration with Force.com sites

B. Better performance for custom Salesforce1 Mobile Apps

C. More Centralized control via server-side logic

D. More pre-built components to replicate the Salesforce look and feel

 

Q8. What is a valid source and destination pair that can send or receive change sets?(Choose 2)

 

A. Developer Edition to Sandbox

B. Sandbox to Production

C. Sandbox to Sandbox

D. Developer Edition to Production

 

Q9. "A Visual force page displays two fields named Phone Number and Email.

User1 has access to Phone Number, but not to Email.

User2 has access to Email, but not Phone Number

A developer needs to ensure that User1 can only see Phone Number, and User2 can only see Email. 

Which method can the developer user to achieve this?"

 

A. Schema isUpdateable() method.

B. Schema isAccessible() method.

C. Schema isReadable() method.

D. Schema isCreateale() method.

 

Q10. What is an important consideration when developing in a multi-tenant environment?

 

A. Governor limits prevent tenants from impacting performance in multiple orgs on the same instance.

B. Unique domain names take the place of namespaces for code developed for multiple orgs on multiple instances.

C. Polyglot persistence provides support for a global, multilingual user base in multiple orgs on multiple instances.

D. Org-wide data security determines whether other tenants can see data in multiple orgs on the same instance.

 

 

 

www.youtube.com/watch?v=HDGt73lrFmI

 

728x90
반응형