Question 291

A developer has a page with two extensions overriding the Standard controller for Case.

What will happen when a user clicks the command button?
  • Question 292

    A developer 15 tasked with creating an application-centric feature on which end-users can access and update information. This feature must be available in lightning Experience while working seamlessly in multiple device form factors, such as desktops, phones, and tablets. Additionally, the feature must support Addressable URL Tabs and interact with the Salesforce Console APIs.
    What arm two approaches a developer can take to build the application and support the business requirements?
    Choose 2 answers
  • Question 293

    A developer is tasked with ensuring that email addresses entered into the system for Contacts and for a Custom Object called Survey_Response_ _c do not belong to a list of blocked domains. The list of blocked domains will be stored in a custom object for ease of maintenance by users. Note that the Survey_Response_ _c object is populated via a custom Visualforce page.
    What is the optimal way to implement this?
  • Question 294

    In an Apex custom controller, how should a developer ensure that the current user has the relevant create and update' permissions for a particular object type?
  • Question 295

    A company has a custom object. Request__c. that has a field, Completed__c. and a Lookup to Opportunity, Opportunity__c.
    Which SOQL query will get a unique list of all of the Opportunity records that have a Completed Request?