Join the discussion
Question 1/100
A developer needs to implement a custom SOAP Web Service that is used by an external Web Application. The developer chooses to include helper methods that are not used by the Web Application in the implementation of the Web Service Class.
Which code segment shows the correct declaration of the class and methods?
Which code segment shows the correct declaration of the class and methods?
Correct Answer: C
Add Comments
- Other Question (100q)
- Q1. A developer needs to implement a custom SOAP Web Service that is used by an external Web A...
- Q2. Assuming that name is a String obtained by an tag on a Visualforce page, which two SOQL qu...
- Q3. A developer created a child Lightning web component nested inside a parent Lightning web c...
- Q4. A software company uses the following objects and relationships: * Case: to handle custome...
- Q5. A development team wants to use a deployment script to automatically deploy to a sandbox d...
- Q6. What are two benefits of using External IDs? Choose 2 answers...
- Q7. Universal Containers recently transitioned from Classic to Lightning Experience. One of it...
- Q8. Refer to the following Apex code: (Exhibit) What is the value of when it is written to the...
- Q9. Where are two locations a developer can look to find information about the status of batch...
- Q10. An org has an existing flow that edits an Opportunity with an Update Records element. A de...
- Q11. A developer has a single custom controller class that works with a Visualforce Wizard to s...
- Q12. Which two actions may cause triggers to fire? Choose 2 answers...
- Q13. Universal Containers wants Opportunities to no longer be editable when it reaches the Clos...
- Q14. Universal Containers (UC) wants to lower its shipping cost while making the shipping proce...
- Q15. A developer wants to send an outbound message when a record meets a specific criteria. Whi...
- Q16. A custom Visualforce controller calls the ApexPages.addMessage() method, but no messages a...
- Q17. A developer is tasked to perform a security review of the ContactSearch Apex class that ex...
- Q18. What are three considerations when using the @lnvocableMethod annotation in Apex? Choose 3...
- Q19. A developer must create a Lightning component that allows users to input Contact record in...
- Q20. A developer is working on a project to import data from an external system into Salesforce...
- Q21. Consider the following code snippet for a Visualforce page that is launched using a Custom...
- Q22. A custom object Trainer__c has a lookup field to another custom object Gym__c. Which SOQL ...
- Q23. Which two settings must be defined In order to update a record of a junction object? Choos...
- Q24. What can be easily developed using the Lightning Component framework?...
- Q25. Universal Containers wants to assess the advantages of declarative development versus prog...
- Q26. A custom picklist field, Pool Preference , exists on a custom object. The picklist contain...
- Q27. Which three steps allow a custom Scalable Vector Graphic (SVG) to be included in a Lightni...
- Q28. A credit card company needs to implement the functionality for a service agent to process ...
- Q29. A developer is creating a page that allows users to create multiple Opportunities. The dev...
- Q30. While working in a sandbox, an Apex test fails when run in the Test Runner. However, execu...
- Q31. Which statement describes the execution order when triggers are associated to the same obj...
- Q32. Cloud Kicks Fitness, an ISV Salesforce partner, is developing a managed package applicatio...
- Q33. A developer must perform a complex SOQL query that joins two objects in a Lightning compon...
- Q34. A developer wrote Apex code that calls out to an external system using REST API. How shoul...
- Q35. An Apex method, getAccounts, that returns a list of Accounts given a searchTerm, is availa...
- Q36. Which two characteristics are true for Lightning Web Component custom events? Choose 2 ans...
- Q37. What is a considerations for running a flow in debug mode?...
- Q38. A developer identifies the following triggers on the Expense _c object: (Exhibit) The trig...
- Q39. A developer is alerted to an issue with a custom Apex trigger that is causing records to b...
- Q40. What are two ways a developer can get the status of an enqueued job for a class that imple...
- Q41. A software company is using Salesforce to track the companies they sell their software to ...
- Q42. Universal Containers has implemented an order management application. Each Order can have ...
- Q43. Universal Containers has a Visualforce page that displays a table of every Container__c be...
- Q44. The sales management team at Universal Containers requires that the Lead Source field of t...
- Q45. Which three Salesforce resources can be accessed from a Lightning web component? Choose 3 ...
- Q46. What should a developer use to fix a Lightning web component bug in a sandbox?...
- Q47. What can be used to override the Account's standard Edit button for Lightning Experience?...
- Q48. Which two are best practices when it comes to Aura component and application event handlin...
- Q49. The orderHelper class is a utility class that contains business logic for processing order...
- Q50. A developer must create a DrawList class that provides capabilities defined in the Sortabl...
- Q51. A developer created a trigger on the Account object. While testing the trigger, the develo...
- Q52. As part of new feature development, a developer is asked to build a responsive application...
- Q53. A business has a proprietary Order Management System (OMS) that creates orders from its we...
- Q54. The value of the account type field is not being displayed correctly on the page. Assuming...
- Q55. What should a developer use to obtain the Id and Name of all the Leads, Accounts, and Cont...
- Q56. A lead developer creates a virtual class called "OrderRequest". Consider the following cod...
- Q57. Universal Containers is building a recruiting app with an Applicant object that stores inf...
- Q58. While writing an Apex class, a developer wants to make sure that all functionality being d...
- Q59. A developer has an integer variable called maxAttempts. The developer needs to ensure that...
- Q60. Management asked for opportunities to be automatically created for accounts with annual re...
- Q61. Which three data types can a SOQL query return? Choose 3 answers...
- Q62. Universal Containers wants to ensure that all new leads created in the system have a valid...
- Q63. If Apex code executes inside the execute() method of an Apex class when implementing the B...
- Q64. A developer is migrating a Visualforce page into a Lightning web component. The Visualforc...
- Q65. The values 'High', 'Medium', and 'Low' are identified as common values for multiple pickli...
- Q66. A developer writes a trigger on the Account object on the before update event that increme...
- Q67. The Job _Application__c custom object has a field that is a master-detail relationship to ...
- Q68. What is the result of the following code snippet? public word doWork(Account acct) { for (...
- Q69. Universal Containers (UC) processes orders in Salesforce in a custom object, Order__c. The...
- Q70. How is a controller and extension specified for a custom object named "Notice" on a Visual...
- Q71. Universal Hiring uses Salesforce to capture job applications. A salesforce administrator c...
- Q72. The Account object in an organization has a master-detail relationship to a child object c...
- Q73. Universal Containers has a large number of custom applications that were built using a thi...
- Q74. A developer must provide custom user interfaces when users edit a Contact in either Salesf...
- Q75. Developers at Universal Containers (UC) use version control to share their code changes, b...
- Q76. Which two operations affect the number of times a trigger can fire? Choose 2 answers...
- Q77. Universal Containers has developed custom Apex code and Lightning Components in a Sandbox ...
- Q78. Which two events need to happen when deploying to a production org? Choose 2 answers...
- Q79. A developer must troubleshoot to pinpoint the causes of performance issues when a custom p...
- Q80. A developer needs to confirm that a Contact trigger works correctly without changing the o...
- Q81. What should a developer do to check the code coverage of a class after running all tests?...
- Q82. A developer is asked to write helper methods that create test data for unit tests. (Exhibi...
- Q83. In the following example, which sharing context will myMethod execute when it is invoked? ...
- Q84. While developing an Apex class with custom search functionality that will be launched from...
- Q85. What is a benefit of developing applications
- Q86. A developer is integrating with a legacy on-premise SQL database. What should the develope...
- Q87. Given the following Anonymous block: (Exhibit) What should a developer consider for an env...
- Q88. Universal Containers (UC) is developing a process for their sales teams that requires all ...
- Q89. A developer created a new after insert trigger on the Lead object that creates Task record...
- Q90. What should a developer use to script the deployment and unit test execution as part of co...
- Q91. A company's engineering department is conducting a month-long test on the scalability of a...
- Q92. Flow Builder uses an Apex action to provide additional information about multiple Contacts...
- Q93. Which statement should be used to allow some of the records in a list of records to be ins...
- Q94. A developer created a Lightning web component called statuscomponent to be Inserted into t...
- Q95. What are three capabilities of the <ltng: require> tag when loading JavaScript resou...
- Q96. Universal Containers (UC) uses out-of-the-box order management, that has a Master-Detail r...
- Q97. Universal Containers decided to transition from Classic to Lightning Experience. They aske...
- Q98. Which three code lines are required to create a Lightning component on a Visualforce page?...
- Q99. A developer needs to have records with specific field values in order to test a new Apex c...
- Q100. A company decides to implement a new process where every time an Opportunity is created, a...
