Salesforce Heroku Architecture Designer Exam - Mock 2

Salesforce Heroku Architecture Designer Exam - Mock 2

University

21 Qs

quiz-placeholder

Similar activities

Unit 10 - TCP/IP

Unit 10 - TCP/IP

12th Grade - University

18 Qs

IOT BRAINWAVE

IOT BRAINWAVE

University

20 Qs

Network Security

Network Security

University

20 Qs

Mind Ping

Mind Ping

University

19 Qs

Salesforce Heroku Architecture Designer Exam - Mock 1

Salesforce Heroku Architecture Designer Exam - Mock 1

University

20 Qs

PostgreSQL

PostgreSQL

University

20 Qs

System and network support and management

System and network support and management

11th Grade - Professional Development

20 Qs

Set 1

Set 1

University - Professional Development

25 Qs

Salesforce Heroku Architecture Designer Exam - Mock 2

Salesforce Heroku Architecture Designer Exam - Mock 2

Assessment

Quiz

Computers

University

Hard

Created by

Dummy Account

Used 3+ times

FREE Resource

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Universal 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.

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Universal Containers uses Heroku Connect to sync their Salesforce org's data with Heroku Postgres. Periodically, they write a very large set of changes that needs to be fully replicated between these two systems. Which two sets of actions should an Architect propose? (Choose two.)

Make the changes directly in Heroku Postgres. Then allow Heroku Connect to expose them to the Salesforce org using Heroku External Objects.

Use Data Loader to write the changes to the Salesforce org. Then allow Heroku Connect to sync them to Heroku Postgres.

Make the changes directly in Heroku Postgres. Then allow Heroku Connect to use the Bulk API to sync them to the Salesforce org.

Pause Heroku Connect then make the changes directly in the Salesforce org. Then allow Heroku Connect to use the Salesforce Bulk API to sync them to Heroku Postgres.

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Universal Containers (UC) has expressed a desire to have encryption-at-rest enabled on their Heroku Postgres databases. Which three tiers would UC need to use to have that feature enabled? (Choose three.)

Private

Standard

Hobby

Shield

Premium

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

At Universal Containers (UC), a developer named Yuichiro wrote a PHP application that, in production, uses a MySQL database. Yuichiro is onboarding Mary, a new UC developer, who is setting up her development environment. Yuichiro asks Mary to: 1) install the related PHP libraries manually so the application will run; 2) use MongoDB, instead of MySQL, in the development environment. According to the Twelve-Factor methodology, which changes should an Architect recommend?

Explicitly declare code dependencies in the application's environment variables and use the same type of database in both development and production.

Persist code dependencies in the application's production database. Use the same type of database locally to ensure that the dependencies are accessible.

Recursively determine code dependencies on application startup and maintain separateGit branches for the MongoDB- and MySQL- compatible versions of the application.

Explicitly declare code dependencies in the application's source and use the same type of database in both development and production.

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

A client wants to secure their web application using SSL/TLS. They do not have specific requirements regarding using a particular version of SSL/TLS. Which two Heroku features should an Architect recommend as options? (Choose two.)

Heroku Private Spaces

Automated Certificate Management

Heroku SSL

Heroku Shield Private Spaces

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A 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

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A Heroku application uses Heroku Connect to integrate with data from a Salesforce org. Since then, several fields from the Salesforce objects that were mapped using Connect have been removed. As a result, the development team will reload the mapping using Heroku Connect. What is an implication of reloading the mapping?

The mapped tables in Heroku Postgres will continue to store the previously synchronized data, and synchronization will restart normally.

The mapped tables in Heroku Postgres will be truncated as part of the reload action. The data in removed fields will be lost, and synchronization will pause until manually restarted.

The mapped tables in Heroku Postgres will continue to store the previously synchronized data, but synchronization will pause until manually restarted.

The mapped tables in Heroku Postgres will be truncated as part of the reload action. The data in removed fields will be lost, and synchronization will restart normally.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?