어느 Salesforce Developer의 개발 성장기

[Salesforce Certified Platform Developer1] Dump 오답 일기6 본문

Salesforce Dump/Platform Developer1 Dump

[Salesforce Certified Platform Developer1] Dump 오답 일기6

Developer_Foryou 2020. 3. 8. 00:53

※ 각 자격증별 Dump는 시험을 준비하면서, 
웹상에 공개된 Dump와 유료 Dump를 풀면서 자주 틀렸던 문제를 위주로 작성하였습니다. 
오래된 문제도 간혹 있기 때문에 버전에 따라 답이 다른 경우도 있으며,
개인이 공부하면서 푼 문제이기 때문에 오답일 가능성도 있습니다.
이점 유의하여 공부하시길 바랍니다.

 

Dashboard refresh can be monitored using:

A. Apex jobs
B. Scheduled jobs
C. Dashboard jobs
D. Report jobs

Answer B


What is an accurate statement about the variable scope? Choose 3

A. A variable can be defined at any point in a block
B. Parallel blocks can use the same variable name
C. Sub-blocks cannot reuse a parent block's variable name
D. A static variable can restrict the scope to the current block if its values is null
E. Sub-blocks can reuse a parent's block variable name if its value is null

Answer A, B, C

Where can custom roll up summary fields be created using Standard object relationships?

A. On Account using Opportunity records
B. On Account using Case records
C. On Opportunity using Opportunity Product records
D. On Campaign using Campaign Member records.
E. On Quote using Order records

Answer A, C, D (Standard Object Relationships 중 M-D 관계는?을 묻는 문제)


A reviewer is required to enter a reason in the comments field only when a candidate is recommended to be hired. Which action can a developer take to enforce this requirement?

A. Create a required Visualforce component
B. Create a required comments field
C. Create a formula field
D. Create a validation rule.

Answer D

 

Where can debug log filter settings be set? Choose 2 answers

A. The Filters link by the monitored user’s name within the web Ui.
B. The Show More link on the debug log’s record.
C. On the monitored user’s name.
D. The Log Filters tab on a class or trigger detail page.

Answer A, D

When can a developer use a custom Visualforce page in a Force.com application? Choose 2 answers

A. To create components for dashboards and layouts.
B. To deploy components between two organizations.
C. To generate a PDF document with application data.
D. To modify the page layout settings for a custom object.

Answer A, C

Which statement about the Lookup Relationship between a Custom Object and a Standard Object is correct?

A. The Lookup Relationship on the Custom Object can prevent the deletion of the Standard Object.
B. The Lookup Relationship cannot be marked as required on the page layout for the Custom Object.
C. The Custom Object will be deleted when the referenced Standard Object is deleted.
D. The Custom Object inherits security from the referenced Standard Objects

Answer B

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 Workflow Rule on the Opportunity object that updates a field on the parent Account.
B. Create a formula field on the Account object that performs a MAX on the Opportunity Close Date field.
C. Create a roll -up summary field on the Account object that performs a MAX on the Opportunity Close Date field
D. Create a trigger on the Account object that queries the Close Date of the most recent Opportunities.

Answer C

On which object can an administrator create a roll-up summary field?

A. Any object that is on the master side of a master-detail relationship.
B. Any object that is on the parent side of a lookup relationship.
C. Any object that is on the detail side of a master-detail relationship.
D. Any object that is on the child side of a lookup relationship.

Answer A

A Visualforce page has a standard controller for an object that has a lookup relationship to a parent object.
How can a developer display data f from the parent record on the page?

A. By using SOQL on the Visualforce page to query for data from the parent record.
B. By using merge field syntax to retrieve data from the parent record.
C. By adding a second standard controller to the page for the parent record.
D. By using a roll -up formula field on the child record to include data from the parent record.

Answer B

Comments