لا تريد أن تفوت شيئا؟

نصائح اجتياز امتحان الشهادة

آخر أخبار الامتحانات ومعلومات الخصم

برعاية وحديثة من قبل خبرائنا

نعم، أرسل لي النشرة الإخبارية

خذ اختبارات أخرى عبر الإنترنت

السؤال #1
A hospital wants to build a mobile app that allows patients to check the status of submitted insurance claims, which the hospital stores in Salesforce Health Cloud. The app's back end will run on Heroku. Which two measures should an Architect recommend to help ensure that the app is compliant with HIPAA? (Choose two.)
A. Use Heroku Shield Connect to sync claim data from Salesforce to a Heroku Postgres database
B. Use only Heroku Shield Postgres databases to store claim data outside of Salesforce Health Cloud
C. Ensure that the back-end application's code encrypts all claim data before writing it to a Heroku Postgres database
D. Ensure that the mobile app can only run when on the hospital's intranet, which is connected to the back end's Shield Private Space via VPN
عرض الإجابة
اجابة صحيحة: AC
السؤال #2
A client currently runs a Ruby script in aone-off dyno each time they deploy their Go application to Heroku. The development team wants the script to be executed before the application is deployed because it performs necessary database migrations. Which approach should an Architect recommend?
A. Modify the Go buildpacK to install Ruby, and run the script from the _profile
B. Convert the Ruby release script to Go and execute it on application startup
C. Use both Go and Ruby language buildpacks, and run the Ruby script with release phase
D. Define different process types for the Ruby script and the Go application in the app's Profile
عرض الإجابة
اجابة صحيحة: CT
السؤال #3
Which of the following is NOT an advantage of Salesforce Connect overETL?
A. The data is always fetched on demand
B. If the origin is offline, the data is still available via Salesforce Connect
C. Standard protocols like OData can easily proxy external data into Salesforce
D. Data security can be enforced using per-user or per-application authentication
عرض الإجابة
اجابة صحيحة: B
السؤال #4
When designing a Heroku application, which two approaches observe the Twelve-Factor methodology? (Choose two.)
A. On deployment, Heroku fetches and installs any dependencies that are missing according to the application's list of dependencies
B. On startup, the application's source code fetches and installs any dependencies that are missing according to the application's list of dependencies
C. The application's database configuration is stored in the application's Profile
D. The application's database configuration is stored in the application's config vars
عرض الإجابة
اجابة صحيحة: AD
السؤال #5
A client wants to secure their web application using SSL/TLS. They do not have specific requirements regardingusing a particular version of SSL/TLS. Which two Heroku features should an Architect recommend as options? (Choose two.)
A. Heroku Private Spaces
B. Automated Certificate Management
C. Heroku SSL
D. Heroku Shield Private Spaces
عرض الإجابة
اجابة صحيحة: BC
السؤال #6
Universal Containers has a Heroku app that uses Heroku Connect to sync data with theirSalesforce org. The app makes frequemt updates to the same records over short period of time, and sync speeds have begun to worsen. An Architect recommends using Heroku Connect's Merged Writes algorithm to improve sync speeds. What are 2 implications of using the Merged Writes algorithm in this scenario?
A. Relationships such as circular dependencies are known to cause issues
B. The Merged Writes algorithm does not support using Salesforce SOAP API
C. The Merged Writes algorithm is more likely to approachSalesforce API rate limits
D. The Merged Writes algorithm does not support using the Salesforce Bulk API
عرض الإجابة
اجابة صحيحة: AD
السؤال #7
Which 2 users can remove an applicationfrom a Heroku Enterprise Team?
A. An administrator of the Enterprise Team
B. A user with the "manage" permission for the app
C. A user with the "deploy" permission for the app
D. A user with the "operate" permission for the app
عرض الإجابة
اجابة صحيحة: AB
السؤال #8
A client needs to securely connect a Heroku app to a database on their on-premise network. Which two Heroku Enterprise features should an Architect consider?
A. Private Space Peering
B. SSLEndpoint
C. Heroku Private Spaces
D. Private Space VPN Connections
عرض الإجابة
اجابة صحيحة: CD
السؤال #9
You can use the Salesforce REST APIs to:
A. Execute processes as another user
B. Access database log files
C. Feed your kitten
D. Insert or update records
عرض الإجابة
اجابة صحيحة: D
السؤال #10
A client wants to migrate their on-premise application to Heroku. The application maintains a local, in-memory cache for its data store to improve performance. What should an Architect advise the client about running the application on Heroku?
A. The application should declare its in-memory cache as a separate process type to preserve it across deploys
B. All of the application's web dynos will share a single in-memory cache
C. The application should replicate its in-memory cache to a local disk to preserve it across deploys
D. The application's in-memory cache might be cleared at any time
عرض الإجابة
اجابة صحيحة: A
السؤال #11
A client is creating a new API application. The app should only be accessible from other apps that they deploy to Heroku. Also, traffic between the other apps and the API should not transit the public internet. Which solution should an Architect recommend to meet these requirements?
A. Create the application in a Private Space with default options
B. Create the application in a Private Space and restrict the application's setof trusted IP ranges
C. Create the application with Internal Routing enabled, in a Private Space
D. Create the application in a Shield Private Space to enforce stricter requirements for TLS termination
عرض الإجابة
اجابة صحيحة: B
السؤال #12
The primary benefit of a workflow outbound message over an Apex trigger is:
A. The message supports different authentication mechanisms
B. The message can deliver the payload only as SOAP
C. Messages are completely declarative
D. The message can handle every database event
عرض الإجابة
اجابة صحيحة: C
السؤال #13
A client has 3 Heroku applications: App 1, App 2, App 3. They would like to restrict external web traffic to App 3 only. Which two Heroku features should an Architect recommend to enable this architecture?
A. VPC Peering
B. Trusted IP ranges
C. Private Spaces
D. Internal Routing
عرض الإجابة
اجابة صحيحة: B
السؤال #14
A client has data in a Heroku Postgres table. They want to generate analytics based on the table and make the results available in their Salesforce org. Their Salesforce administratorwants to minimize the amount of data that is written to Salesforce to accomplish this.Which strategy should an Architect recommend on this scenario?
A. Use Heroku Connect to sync the Heroku Postgres table to the Salesforce org, and generate analytics fromthe Salesforce org
B. Use the Heroku application to generate analytics, and write the results to a separate Heroku Postgres table-Expose that table to the Salesforce org with Heroku External Objects
C. Use the Heroku application to generate analytics, and write the results to the Salesforce org with the Salesforce Bulk API
D. Use the Heroku application to generate analytics and write them to a separate Heroku Postgres table
عرض الإجابة
اجابة صحيحة: B
السؤال #15
Which two conventions of the Heroku platform reflect the Twelve-Factor methodology's recommendation to "execute the app as one or more stateless processes?" (Choose two.)
A. Log messages from each of an app's dynos are kept separate from each other
B. Heroku apps define process types in a Procfile
C. A Heroku app's config vars are deleted on deploys and app restarts
D. Dynos have an ephemeral filesystem
عرض الإجابة
اجابة صحيحة: BC
السؤال #16
Universal Containers wants to help their dispatches determine the length of time a Work Order should last What should the Consultant implement to help achieve this goal?
A. Operating Hours for Customer Accounts
B. Work Types with an Estimated Duration
C. Work Orders with Operating Hours
D. Work Types with Service Level Agreement
عرض الإجابة
اجابة صحيحة: AD
السؤال #17
An app uses a queue of worker dynos to perform complex image processing, but the worker dynos are occasionally running out of memory when performing the processing.All of their dynos are currently standard-1x dynos. What should an Architect recommend in this scenario?
A. Add additional worker dynos
B. Break up the image processing across multiple dynos
C. Move the app to a Private Space
D. Change the type of dynos to standard-2x
عرض الإجابة
اجابة صحيحة: D
السؤال #18
Canvas apps can authenticate a user with:
A. OAuth
B. Signed request
C. Usemane and password
D. Either OAuth or signed request
عرض الإجابة
اجابة صحيحة: D
السؤال #19
A client has a requirement to deploy versions of their app to different regions around the World. Which Heroku Enterprise feature would an Architect recommend to accomplish this?
A. Using a Heroku StMM Space an app can be deployed to a specific region at the time of app creation
B. When creating a Heroku Private Space, you can determine the specific geographic location for the space
C. You can changed the region for any app in any runtime by using the Heroku CLI
D. Using the Common Runtime, an app will automatically be deployed to multiple regions
عرض الإجابة
اجابة صحيحة: B
السؤال #20
Which 2 architectures are enabled by using a single Private Space and the Internal Routing feature?
A. A microservices architecture that also uses DNS ServiceDiscovery to facilitate communication
B. Multiple public-facing web apps with different sets of trusted inbound IP ranges
C. A single public-facing web app that performs network-isolated communication with multiple non-public-facing web apps
D. Network-isolated communication between applications in the Private Space and applications in the Common Runtime
عرض الإجابة
اجابة صحيحة: AC
السؤال #21
A client is planning to deploy an application to Heroku. The client's IT department requires all applications to be hosted from Australia, where their main office is located. Regulators in Australia require keystroke logs of all engineers who create interactive sessions for the application.Which should an Architect recommend in this scenario?
A. Deploy the application to a Private Space in the Sydney region with Private Space Logging enabled
B. Deploy the application to the Common Runtime in the Sydney region
C. Deploy the application to a Shield Private Space in the Sydney region
D. Deploy the application to a Private Space in the Sydney region with Internal Routing enabled
عرض الإجابة
اجابة صحيحة: C
السؤال #22
Which three items are required to successfully set up Single Sign - on (SSO) services with Heroku? (Choose three.)
A. An identity provider with built - in support for Heroku
B. A Heroku Enterprise Team
C. An existing Heroku account for each user
D. At least one valid SSO certificate
E. Administrative permissions on the selected identity provider
عرض الإجابة
اجابة صحيحة: ABE
السؤال #23
In the hierarchy of cloud services, PaaS generally provides more out of the box than:
A. Software as a service (SaaS)
B. Infrastructure as a service (laaS) and on-premises Infrastructure
C. Salesforce Marketing Cloud
D. Visualforce pages
عرض الإجابة
اجابة صحيحة: B
السؤال #24
A healthcare services client is requesting an architecture for a set of applications: one is a marketing application, and the other two are of customer service applications that allow for customers to interact with theirhealthcare records. The marketing application must be able to scale up within seconds in response to traffic spikes. The client wants to be able to deploy each of these applications to the U.S. East Coast and EMEA.Which applications should be deployed into which Heroku runtime?
A. The marketing application into Private Spaces; customer service applications into Shield Private Spaces
B. The marketing application into the Common Runtime; customer service applications into Shield Private Spaces
C. Themarketing application into the Common Runtime; customer service applications into Private Spaces
D. The marketing application into Private Spaces; customer service applications into separate Private Spaces
عرض الإجابة
اجابة صحيحة: A
السؤال #25
A customer runs Production Check on an application from the Dashboard. Which two runtime issues does it check for? Choose 2 answers.
A. Worker dyno scale: ensuring at least 1 worker dyno is available
B. Dyno redudancy: ensuring at least 2 web dynos are available
C. CDN ensuring a CDN is available to the web dynos
D. Production-tier database: ensuring aproduction-tier database is being used
عرض الإجابة
اجابة صحيحة: BD
السؤال #26
If an Organization member has the operator privilege on an app, that means the user can:
A. Add a paid add-on
B. Remove a member from the Organization account
C. Deploy the app
D. Transfer the app to someone else
عرض الإجابة
اجابة صحيحة: A
السؤال #27
Universal Containers has an app deployed on Heroku that is now required to handle high- volume message processing. What should an Architect recommend to fulfill this new requirement?
A. Create a custom buildpack
B. Configure a Heroku button
C. Provision an Apache Kafka onHeroku add-on
D. Add Heroku Redis
عرض الإجابة
اجابة صحيحة: C
السؤال #28
To satisfy the requirements of an upcoming compliance audit, a client must provide a record of all interactive commands run against a production application in the last six months. Which Heroku feature should an Architect recommend to help with this use case?
A. Heroku Shield keystroke logging
B. Dataclips
C. Private Space Logging
D. SSH tunneling using Heroku Exec
عرض الإجابة
اجابة صحيحة: A
السؤال #29
Universal Containers collects sensor data from millions of sensors that are located around the World. Now. they want to process this data on Heroku. What are three advantages of using a microservices architecture with Apache Kafka on Heroku in this scenario? Choose 3 answers.
A. Kafka is highly available and fault-tolerant
B. Individual services can be scaled easily for high-volume event processing
C. Consumers and producers can be scaled independently
D. Individual services can efficiently communicate with each other using REST APIs
عرض الإجابة
اجابة صحيحة: ABC
السؤال #30
Universal Export wants to build an app that serves company data. The data has no strong compliance requirements, and the app should only be reachable from trusted IP addresses. Which solution should an Architect recommend?
A. Deploy the app in a Shield Private Space with a Shield-tier Heroku Postgres database
B. Deploy the app in the Common Runtime with a Standard-tier Heroku Postgres database
C. Deploy the app in a Private Space with a Private-tier Heroku Postgres database
D. Deploy the app in the Common Runtime with a Premium-tier Heroku Postgres database
عرض الإجابة
اجابة صحيحة: C

View The Updated Salesforce Exam Questions

SPOTO Provides 100% Real Salesforce Exam Questions for You to Pass Your Salesforce Exam!

عرض الإجابات بعد التقديم

يرجى إرسال البريد الإلكتروني الخاص بك والواتس اب للحصول على إجابات الأسئلة.

ملحوظة: يرجى التأكد من صلاحية معرف البريد الإلكتروني وWhatsApp حتى تتمكن من الحصول على نتائج الاختبار الصحيحة.

بريد إلكتروني:
رقم الواتس اب/الهاتف: