<< Prev Question Next Question >>

Question 90/113

Which interface needs to be implemented by a Lightning Component so that it may be displayed in modal dialog by clicking a button on a Lightning Record page?

LEAVE A REPLY

Your email address will not be published. Required fields are marked *

Question List (113q)
Question 1: An org contains two custom objects; Building__c and Office__...
Question 2: A developer is working on code that requires a call to an ex...
Question 3: An integration user makes a successful login() call via the ...
Question 4: Part of a custom Lightning Component displays the total numb...
Question 5: A developer needs to create a Lightning page for entering Or...
Question 6: Within the System.Limit class, what would you call to get th...
Question 7: Which statement is true regarding both Flow and Lightning Pr...
Question 8: Salesforce users consistently receive a "Maximum trigger dep...
Question 9: Line 1 public class AttributeTypes Line 2 { Line 3 private f...
Question 10: A developer wrote an Apex class to make several callouts to ...
Question 11: A company represents their customers as Accounts that have a...
Question 12: Consider the controller code above that is called from a Lig...
Question 13: Recently a Salesforce org's integration failed because it ex...
Question 14: A developer wants to retrieve and deploy metadata, perform s...
1 commentQuestion 15: A company has a web page that needs to get Account record in...
Question 16: Business rules require a Contact to always be created when a...
Question 17: Given the following containment hierarchy: (Exhibit) What is...
Question 18: A developer has generated Apex code from a WSDL for an exter...
1 commentQuestion 19: &lt;lightning: layout multipleRows="true"&gt; &lt;lightning:...
Question 20: What is the transaction limit on the max Salesforce CPU time...
Question 21: In a VisualForce page with a VisualForce component that has ...
Question 22: When calling a RESTful web service, a developer receives a J...
Question 23: A Lightning web component exists in the system and displays ...
Question 24: A developer is integrated with a legacy on-premises SQL data...
Question 25: A developer is creating unit tests for code that makes SOAP ...
Question 26: How can a developer efficiently incorporate multiple JavaScr...
Question 27: Which type of controller is best suited when you want to add...
Question 28: An Apex trigger and Apex class increment a counter, Edit_Cou...
Question 29: An Apex class does not achieve expected code coverage. The t...
1 commentQuestion 30: A company's support process dictates that any time a Case is...
Question 31: A developer needs to send Account records to an external sys...
Question 32: A customer requires that when the billing address field on a...
Question 33: A customer has a single Visualforce page that allows each us...
Question 34: What is a potential design issue with the following code? (E...
Question 35: Which are relevant practices while analyzing the timeline of...
Question 36: What is the transaction limit for the number of records for ...
Question 37: Universal Containers needs to integrate with a Heroku servic...
Question 38: A developer has been asked to create code that will meet the...
Question 39: What level can a hierarchy custom setting be defined for? (C...
Question 40: Consider the code above. (Exhibit) When a user dicks on the ...
Question 41: A company has a custom object. Request__c. that has a field,...
Question 42: A company has a custom object Sales_Help_Request__c that has...
3 commentQuestion 43: A developer has a Batch Apex process, Batch_Account_Sales, t...
Question 44: (Exhibit) The test method above tests an Apex trigger that t...
1 commentQuestion 45: Which type of controller is best suited when you want all of...
Question 46: A developer has written the following method: static void pr...
Question 47: (Exhibit) A company has the Lightning Component above that a...
Question 48: A developer is debugging an Apex-based order creation proces...
1 commentQuestion 49: Which statement is true regarding savepoints?...
Question 50: A company has a Request__c object that has a lookup to the O...
Question 51: A developer Is asked to develop a new AppExthange applicatio...
Question 52: A developer has a test class that creates test data before m...
Question 53: An Apex trigger creates a Contract record every time an Oppo...
Question 54: A developer has built a multi-page wizard using a single Cus...
Question 55: An org has a requirement that the Shipping Address on the Ac...
Question 56: A company wants to build a custom Lightning Component that w...
Question 57: Universal Containers has an existing automation where a cust...
Question 58: A company uses a custom-built enterprise resource planning (...
Question 59: Which use case is an appropriate fit for the future asynchro...
Question 60: A company decides that every time an Opportunity is created,...
Question 61: if the "PageReference.setRedirect" Apex function is set to F...
1 commentQuestion 62: Choose the correct definition for &lt;apex:actionFunction&gt...
Question 63: A developer is using a third-party JavaScript library to cre...
Question 64: A developer needs to create a service that will process an e...
Question 65: What is the transaction limit for the number of records for ...
Question 66: The progress of an apex job queued is using the System.enque...
1 commentQuestion 67: Which use case can only be performed by using asynchronous A...
Question 68: REST uses___________.
Question 69: A developer wants to use an Aura Component with a Custom Act...
2 commentQuestion 70: Which code statement includes an Apex method named updateAcc...
Question 71: A developer is experiencing issues with a Lightning web comp...
Question 72: A developer built a Component to be used at the front desk f...
Question 73: There are user complaints about slow render times of a custo...
1 commentQuestion 74: A company wants to implement a new call center process for h...
Question 75: A developer creates an application event that has triggered ...
1 commentQuestion 76: What is the transaction limit on the number of callouts?...
Question 77: A company accepts orders for customers in their enterprise r...
Question 78: Which of the following exceptions cannot be caught and will ...
Question 79: What is a benefit of JavaScript remoting over Visualforce Re...
Question 80: A developer wrote a test class that successfully asserts a t...
Question 81: A developer writes the following code: (Exhibit) While testi...
Question 82: A developer sees test failures in the sandbox but not in pro...
Question 83: (Exhibit) What can be done to improve the performance of the...
1 commentQuestion 84: A developer notices the execution of all the test methods in...
Question 85: A developer has a page with two extensions overriding the St...
Question 86: A company has a custom component that allows users to search...
Question 87: An org has a requirement that addresses on Contacts and Acco...
Question 88: A company manages information about their product offerings ...
Question 89: (Exhibit) What should be added to the setup, in the location...
Question 90: Which interface needs to be implemented by a Lightning Compo...
Question 91: A developer receives a LimitException: Too many query rows: ...
Question 92: A developer receives the exception 'SOQL query not selective...
Question 93: How can the DISTANCE and GEOLOCATION functions be used i|n S...
Question 94: A developer must create a custom pagination solution for acc...
Question 95: What Visualforce tag can be used to display custom messages ...
Question 96: A developer is building a Visualforce page that interacts wi...
Question 97: A developer created three Rollup Summary fields: Total_times...
Question 98: A company wants to create a dynamic survey that navigates us...
1 commentQuestion 99: An environment has two Apex Triggers: an after-update trigge...
Question 100: What is the correct order of execution for Visualforce Page ...
Question 101: Which three actions must be completed in a Lightning web com...
Question 102: Employee_c is a Child object of Company_c. The Company_c obj...
Question 103: (Exhibit) A developer receives complaints that the component...
Question 104: A company uses Opportunism to track sales to their customers...
Question 105: The Salesforce instance at Universal Containers currently in...
Question 106: Which annotation exposes an Apex class as a RESTful neb serv...
Question 107: How should a developer verify that a specific Account record...
Question 108: If a developer wanted to display error messages with the sta...
Question 109: The Bulk API__________.
1 commentQuestion 110: A lead developer for a Salesforce organization needs to deve...
Question 111: A developer wants to write a generic Apex method that will c...
Question 112: A company has many different unit test methods that create A...
Question 113: What is the transaction limit on the number of "sendEmail" m...