This page was exported from Top Exam Collection [ http://blog.topexamcollection.com ] Export date:Fri Apr 4 18:57:22 2025 / +0000 GMT ___________________________________________________ Title: 2022 The Most Effective Heroku-Architecture-Designer with 185 Questions Answers [Q91-Q106] --------------------------------------------------- 2022 The Most Effective Heroku-Architecture-Designer with 185 Questions Answers Try Free and Start Using Realistic Verified Heroku-Architecture-Designer Dumps Instantly. Salesforce Heroku-Architecture-Designer Exam Syllabus Topics: TopicDetailsTopic 1Demonstrate How Features Of Heroku Enterprise Can Improve A System's Architecture Architect Solutions Using Heroku RedisTopic 2Describe The Use Cases Of Dataclips Security, And Common Use Cases For Follower DatabasesTopic 3Describe The Features Of Enterprise Teams Recommend Architectures That Use The Twelve-Factor App Methodology CorrectlyTopic 4Architect And Deploy Solutions Using Add-Ons And Other Components From The Elements MarketplaceTopic 5Including Various Add-Ons, Buildpacks, And Heroku Buttons Architect Scalable Solutions That Are Performant Even During High Traffic SpikesTopic 6Role Of Buildpacks In Slug Creation Demonstrate An Understanding Of The Basics Behind Building And Deploying Apps On HerokuTopic 7Construct Architectures Which Leverage Heroku To Achieve Different Security Certifications Describe The Compliance Features Of Heroku ShieldTopic 8Recommend Heroku Private Space Peering Or VPN Connections For Appropriate Use Cases Services AndOr FunctionsTopic 9Demonstrate The Ability To Prescribe A Third-Party Add-On And Add-On SharingTopic 10Recommend When An App Should Run In The Private Space Runtime Versus The Common Runtime   QUESTION 91Which two logs and logging recommendations are prescribed by the Twelve-Factor app methodology? Choose2 answers.  Apps should not concern themselves with routing or storing logs  Logs from all processes and backing services should be aggregated together.  Logs should be written to a shared file system for scalability.  Apps should only keep a limited, rolling buffer of logs available Explanation– https://devcenter heroku com/articles/internal-routingQUESTION 92A client requires that their web application’s logs are accessible only from within the same isolated network as the application itself.Which solution should an Architect recommend in this scenario?  Deploy the application to a Private Space. Provide the Private Space’s stable outbound IPs to Heroku’s Logplex router to block all logs originating from the Private Space.  Deploy the application to a Shield Private Space with Private Space Logging enabled. Forward logs to a destination within the Shield Private Space.  Deploy the application to a Private Space. Connect the Private Space to an on-premise logging system using VPN and specify it as a log drain.  Deploy the application to a Private Space. Enable Internal Routing to prevent the application’s logs from being forwarded outside of the Private Space. ExplanationQUESTION 93A platform as a service (PaaS) is:  A monthly bare-metal server rental service  A way to deliver hardware and software tools, such as those needed for application development, to users as a service  A service to help you buy and install your own server hardware  A piece of software in the cloud that you can use just by logging in QUESTION 94Which two Heroku features require Heroku Enterprise Teams? (Choose two.)  Fire-grained app access controls  Single Sign-on  Paid add-on plans  Heroku Pipelines QUESTION 95Universal Containers maintains their service level agreements at the customer level only.How can a Consultant ensure agents can verify coverage?  Set up Entitlement Process, set up Service Contracts, display the related List on the Contact Page Layout.  Create Milestones, set up Entitlement Process, display the related List on the Work Order Page Layout.  Create Milestones, set up Entitlement Process, display the related List on the Account Page Layout.  Create Contract Line Items, set up Entitlement Process, display the related List on the Asset Page Layout. QUESTION 96Universal Containers (UC) recently acquired another company, International Shipping. Each company has its own Salesforce org, and UC wants those orgs to remain separate for the foreseeable future.Given this scenario, which Heroku feature should an Architect recommend to provide additional value to UC following the acquisition?  Heroku Connect can be used to synchronize data directly between the two Salesforce orgs.  Both orgs can be attached to the same Heroku application as an add-on to ensure data residency in the application’s region.  Heroku External Objects can expose read-only data from both Salesforce orgs to Heroku Postgres.  A Heroku Postgres database can sync data from both orgs for advanced querying capabilities. Explanation/Reference: https://devcenter.heroku.com/articles/integrating-heroku-and-salesforceQUESTION 97Universal Containers wants to allow Field Technicians to view work progress through the Work Order Line Item card in the Field Service mobile app.How can this be supported?  Create a Report Chart that summarizes Work Order Line Items and add a link to the Lens on the Service Appointment Layout.  Create a custom Visualforce page, add an external link from the Mobile app to view the page in the mobile browser.  Add the Work Order Line Items Related List to the Work Order Page Layout and assign the Layout to the Technician’s profile.  Create a custom Lightning Component that displays Work Order progress and deploy it to Technicians through the Salesforce Mobile app. QUESTION 98Universal Containers has a large volume of cancellations occurring on their Work Orders. The COO wants to manage Work Order cancellations and subsequent follow-ups.Which two options should a Consultant recommend? (Choose two.)  Create a child Work Order for the follow-up Work Order.  Re-use the existing Work Order for the follow-up.  Change the Work Order with a closed status of “Cancelled”.  Change the Work Order with a status of “New”. QUESTION 99Which three overview cards does the Field Service mobile app provide as context to Technicians on upcoming Service Appointments? (Choose three.)  Product Catalog  Site Details  Asset History  Contact  Address QUESTION 100Applications on Heroku that use Salesforce REST APIs can use which authentication mechanisms:  Username and password with an OAuth connected app  None of these  OAuth web or user-agent flow in which the user authorizes a connected app using browser redirects  Anonymous access without credentials on trusted networks QUESTION 101A client wants to perform complex processing on large data sets in Salesforce. The data is confidential, but it does not have advanced compliance requirements.What Heroku Enterprise features should an Architect recommend in this scenario?  Shield Private Spaces and Heroku External Objects  Private Spaces and Heroku Connect  Private Spaces and Heroku External Objects  Shield Private Spaces and Heroku Shield Connect QUESTION 102Cloud Kicks has the following requirements:– Data needs to be sent from Salesforce to an external system to generate invoices from their Order Management System (OMS).– A Salesforce administrator must be able to customize which fields will be sent to the external system without changing code.What are two approaches for fulfilling these requirements? (Choose two.)  An ObjectField to determine which fields to send in an HTTP callout.  Turn on the field-level security permissions for the fields to send.  A Field Set that determines which fields to send in an HTTP callout.  An Outbound Message to determine which fields to send to the OMS. QUESTION 103Universal Containers provides prompt service and has multiple service levels (or different customers Over50% of Service Appointments are created on the sameday they need to be completed As a result, a Technician’s daily schedule can change multiple times throughout the day What method of dispatching should a Consultant recommend implementing?  Automatically Dispatch Service Appointments using Drip Feed.  Automatically run Optimization Background Job every hour.  Automatically schedule unscheduled services to available Resources  Automatically change the status to Dispatched of all Service Appointments. QUESTION 104A client is running an app on 20 Standard-2x dynos. They are noticing highly variable performance when the application is experiencing a heavy load.Which two suggestions should an Architect make in this scenario? (Choose two.)  Configure the app to use Standard-lx dynos.  Configure the app to use Performance dynos.  Install a performance monitoring tool.  Add additional Standard-2x dynos. Explanation/Reference: https://devcenter.heroku.com/articles/optimizing-dyno-usageQUESTION 105A client has a Heroku Postgres database add-on attached to a production application. The client now wants to access the database from another application that they use to perform administrative tasks. What should an Architect recommend in this scenario?  Copy the database’s connection URL and add it to the administrative application as a config var.  Attach the database to an application that acts as a database proxy  Create a fork of the database and attach it to the administrative application.  Attach the same Heroku Postgres add-on to the administrative application Explanation– https://devcenter.heroku.eom/articles/using-sso-services-with-heroku#prerequisiles-for-sso-with-tierokuQUESTION 106Universal Containers has noticed that with every new product release there is a rise in customer reported Cases and a decrease in first-time fix-rate.Which two recommendations should a Consultant make? (Choose two.)  Publish pre-release documentation on the Customer Community.  Publish training documentation in a closed Chatter group.  Increase training to Sales Representatives.  Increase training to Field Service Technicians.  Loading … Download Free Latest Exam Heroku-Architecture-Designer Certified Sample Questions: https://www.topexamcollection.com/Heroku-Architecture-Designer-vce-collection.html --------------------------------------------------- Images: https://blog.topexamcollection.com/wp-content/plugins/watu/loading.gif https://blog.topexamcollection.com/wp-content/plugins/watu/loading.gif --------------------------------------------------- --------------------------------------------------- Post date: 2022-10-15 12:24:42 Post date GMT: 2022-10-15 12:24:42 Post modified date: 2022-10-15 12:24:42 Post modified date GMT: 2022-10-15 12:24:42