Join the discussion
Question 1/93
A developer must troubleshoot to pinpoint the causes of performance issues when a custom page loads in their org.
Which tool should the developer use to troubleshoot query performance?
Which tool should the developer use to troubleshoot query performance?
Correct Answer: D
Add Comments
- Other Question (93q)
- Q1. A developer must troubleshoot to pinpoint the causes of performance issues when a custom p...
- Q2. What are two ways a developer can get the status of an enqueued job for a class that imple...
- Q3. What can be used to override the Account's standard Edit button for Lightning Experience?...
- Q4. Refer to the following Apex code: (Exhibit) What is the value of x when it is written to t...
- Q5. Refer to the component code 9f\d requirements below: (Exhibit) Requirements * For mobile d...
- Q6. What are two benefits of using declarative customizations over code? Choose 2 answer...
- Q7. What should a developer use to script the deployment and unit test execution as part of co...
- Q8. Which two settings must be defined In order to update a record of a junction object? Choos...
- Q9. A development team wants to use a deployment script to automatically deploy to a sandbox d...
- Q10. What are three considerations when using the @lnvocableMethod annotation in Apex? Choose 3...
- Q11. Which scenario is valid for execution by unit tests?...
- Q12. Cloud Kicks Fitness, an ISV Salesforce partner, is developing a managed package applicatio...
- Q13. When the code executes, a DML exception is thrown. How should a developer modify the code ...
- Q14. What should a developer use to obtain the Id and Name of all the Leads, Accounts, and Cont...
- Q15. Universal Containers hires a developer to build a custom search page to help users find th...
- Q16. What are two benefits of using External IDs? Choose 2 answers...
- Q17. The Account object in an organization has a master-detail relationship to a child object c...
- Q18. Managers at Universal Containers want to ensure that only decommissioned containers are ab...
- Q19. Universal Containers has an order system that uses an Order Number to identify an order fo...
- Q20. Universal Containers has a Visualforce page that displays a table of every Container__c be...
- Q21. A developer created a trigger on a custom object. This custom object also has some depende...
- Q22. What is the result of the following code? (Exhibit)...
- Q23. Which action causes a before trigger to fire by default for Accounts?...
- Q24. A developer is asked to prevent anyone other than a user with Sales Manager profile from c...
- Q25. As part of new feature development, a developer is asked to build a responsive application...
- Q26. A developer needs to implement a custom SOAP Web Service that is used by an external Web A...
- Q27. Where are two locations a developer can look to find information about the status of batch...
- Q28. Universal Hiring uses Salesforce to capture job applications. A salesforce administrator c...
- Q29. Universal Containers decides to use exclusively declarative development to build out a new...
- Q30. A developer is creating an app that contains multiple Lightning web components. One of the...
- Q31. A Developer Edition org has five existing accounts. A developer wants to add 10 more accou...
- Q32. A developer is creating a page that allows users to create multiple Opportunities. The dev...
- Q33. The following code snippet is executed by a Lightning web component in an environment with...
- Q34. Given the following Anonymous block: (Exhibit) What should a developer consider for an env...
- Q35. A developer created a new after insert trigger on the Lead object that creates Task record...
- Q36. When using Salesforce DX, what does a developer need to enable to create and manage scratc...
- Q37. What are two characteristics related to formulas? Choose 2 answers...
- Q38. A developer has the following requirements: * Calculate the total amount on an Order. * Ca...
- Q39. A developer is designing a new application on the Salesforce platform and wants to ensure ...
- Q40. A developer identifies the following triggers on the Expense _c object: (Exhibit) The trig...
- Q41. Universal Containers decides to use purely declarative development to build out a new Sale...
- Q42. What is the value of the Trigger.old context variable in a before insert trigger?...
- Q43. A developer has a single custom controller class that works with a Visualforce Wizard to s...
- Q44. Given the following Apex statement: Account myAccount = [SELECT Id, Name FROM Account); Wh...
- Q45. A Next Best Action strategy uses an Enhance element that invokes an Apex method to determi...
- Q46. Universal Containers wants to assess the advantages of declarative development versus prog...
- Q47. While developing an Apex class with custom search functionality that will be launched from...
- Q48. A Primaryld_c custom field exists on the Candidate _c custom object. The field is used to ...
- Q49. A developer is implementing an Apex class for a financial system. Within the class, the va...
- Q50. What are two considerations for deploying from a sandbox to production? Choose 2 answers...
- Q51. A developer needs to create a baseline set of data (Accounts, Contacts, Products, Assets) ...
- Q52. A team of developers is working on a source-driven project that allows them to work indepe...
- Q53. A company has a custom object, order __c, that has a required, unique external ID field ca...
- Q54. How does the Lightning Component framework help developers implement solutions faster?...
- Q55. Which code displays the contents of a Visualforce page as a PDF?...
- Q56. How can a developer check the test coverage of autolaunched Flows before deploying them in...
- Q57. Universal Containers has a support process that allows users to request support from its e...
- Q58. An org has an existing flow that edits an Opportunity with an Update Records element. A de...
- Q59. Since Aura application events follow the traditional publish-subscribe model, which method...
- Q60. Universal Containers wants Opportunities to no longer be editable when it reaches the Clos...
- Q61. While writing an Apex class, a developer wants to make sure that all functionality being d...
- Q62. A developer must provide custom user interfaces when users edit a Contact in either Salesf...
- Q63. A developer is working on a project to import data from an external system into Salesforce...
- Q64. Consider the following code snippet for a Visualforce page that is launched using a Custom...
- Q65. Universal Containers (UC) is developing a process for their sales teams that requires all ...
- Q66. Which annotation exposes an Apex class as a RESTful web service?...
- Q67. What should a developer do to check the code coverage of a class after running all tests?...
- Q68. The values 'High', 'Medium', and 'Low' are identified as common values for multiple pickli...
- Q69. What is an example of a polymorphic lookup field in Salesforce?...
- Q70. A lead developer creates an Apex interface called Laptop. Consider the following code snip...
- Q71. What should be used to create scratch orgs?
- Q72. Universal Containers recently transitioned from Classic to Lightning Experience. One of it...
- Q73. Universal Containers (UC) uses out-of-the-box order management, that has a Master-Detail r...
- Q74. A developer created a trigger on the Account object and wants to test if the trigger is pr...
- Q75. A company decides to implement a new process where every time an Opportunity is created, a...
- Q76. The Job _Application__c custom object has a field that is a master-detail relationship to ...
- Q77. A developer must create a Lightning component that allows users to input Contact record in...
- Q78. Which two statements are true about using the @testSetup annotation in an Apex test class?...
- Q79. A custom Visualforce controller calls the ApexPages.addMessage() method, but no messages a...
- Q80. An Opportunity needs to have an amount rolled up from a custom object that is not in a mas...
- Q81. Which Apex class contains methods to return the amount of resources that have been used fo...
- Q82. A developer creates a custom exception as shown below: public class ParityException extend...
- Q83. A developer created these three Rollup Summary fields in the custom object, Project__c: (E...
- Q84. A developer wrote Apex code that calls out to an external system using REST API. How shoul...
- Q85. Which code in a Visualforce page and/or controller might present a security vulnerability?...
- Q86. Consider the following code snippet: (Exhibit) As part of the deployment cycle, a develope...
- Q87. Which Lightning Web Component custom event property settings enable the event to bubble up...
- Q88. What should a developer use to fix a Lightning web component bug in a sandbox?...
- Q89. Developers at Universal Containers (UC) use version control to share their code changes, b...
- Q90. A developer wants to send an outbound message when a record meets a specific criteria. Whi...
- Q91. Universal Containers has implemented an order management application. Each Order can have ...
- Q92. A developer must perform a complex SOQL query that joins two objects in a Lightning compon...
- Q93. Universal Containers wants to automatically assign new cases to the appropriate support re...
