At any time, you can change the study mode, and alternate between the practice mode and the exam mode. In practice mode, you can configure for example the number of questions or tests, and other parameters to help you study.
Randomized | 10 Questions per Test | 20 Minutes | 70% to pass|
To re-configure your study mode again and change - for example - the number of tests, whether you have random questions and all other configuration parameters.
?Simulator Configuration
Auto-scroll: You can use the automatic scrolling of the questionnaire that occurs as soon as you answer one or all of the answers to a question correctly. Auto scrolling is activated if you answer a single answer, or as soon as you answer all the mandatory answers. Learning Mode: During learning mode you can get a real time result for your answer.
Free Test
Question: / 10
20:00Min. left
?Restart the current test
To restart the current test by clearing all your answers and the time used up to now. Warning: all answers will be lost.
Question: / 10
4.9(484 Votes)
Quiz
Question 1/101/10
Universal Containers (UC) has an open sharing model for its Salesforce users to allow all its Salesforce
internal users to edit all contacts, regardless of who owns the contact. However, UC management
wants to allow only the owner of a contact record to delete that contact. If a user does not own the
contact, then the user should not be allowed to delete the record. How should the architect
approach the project so that the requirements are met?
Select the answer:Select the answer
1 correct answer
A.
Create a "before delete" trigger to check if the current user is not the owner.
B.
Set the Sharing settings as Public Read Only for the Contact object.
C.
Set the profile of the users to remove delete permission from the Contact object.
D.
Create a validation rule on the Contact object to check if the current user is not the owner.
Option A is correct.
Right Answer: A
Quiz
Question 2/102/10
Cloud Kicks has the following requirements:
• Their Shipment custom object must always relate to a Product, a Sender, and a Receiver (all separate
custom objects).
• If a Shipment is currently associated with a Product, Sender, or Receiver, deletion of those records should
not be allowed.
• Each custom object must have separate sharing models.
What should an Architect do to fulfill these requirements?
Select the answer:Select the answer
1 correct answer
A.
Associate the Shipment to each parent record by using a VLOOKUP formula field.
B.
Create a required Lookup relationship to each of the three parent records.
C.
Create a Master-Detail relationship to each of the three parent records.
D.
Create two Master-Detail and one Lookup relationship to the parent records.
Right Answer: B
Quiz
Question 3/103/10
Universal Containers (UC) is planning to move away from legacy CRM to Salesforce. As part of one-
time data migration, UC will need to keep the original date when a contact was created in the legacy
system. How should an Architect design the data migration solution to meet this requirement?
Select the answer:Select the answer
1 correct answer
A.
After the data is migrated, perform an update on all records to set the original date in a standard
CreatedDate field.
B.
Create a new field on Contact object to capture the Created Date. Hide the standard CreatedDate
field using Field -Level Security.
C.
Enable "Set Audit Fields" and assign the permission to the user loading the data for the duration of
the migration.
D.
Write an Apex trigger on the Contact object, before insert event to set the original value in a
standard CreatedDate field.
Right Answer: C
Quiz
Question 4/104/10
An architect has been asked to provide error messages when a future date is detected in a custom
Birthdate _c field on the Contact object. The client wants the ability to translate the error messages.
What are two approaches the architect should use to achieve this solution? Choose 2 answers
Select multiple answer: (Choose 2)Select the answer
2 correct answers
A.
Implement a third -party validation process with translate functionality.
B.
Create a trigger on Contact and add an error to the record with a custom label.
C.
Create a workflow field update to set the standard ErrorMessage field.
D.
Create a validation rule and translate the error message with translation workbench.
Right Answer: B, D
Quiz
Question 5/105/10
What is an advantage of using Custom metadata type over Custom setting?
Select the answer:Select the answer
1 correct answer
A.
Custom metadata records are not copied from production to sandbox.
B.
Custom metadata types are available for reporting.
C.
Custom metadata records are deployable using packages.
D.
Custom metadata records are editable in Apex.
Right Answer: C
Quiz
Question 6/106/10
Get Cloudy Consulting uses an invoicing system that has specific requirements. One requirement is that
attachments associated with the Invoice_c custom object be classified by Types (i.e., ""Purchase Order"",
""Receipt"", etc.) so that reporting can be performed on invoices showing the number of attachments
grouped by Type.
What should an Architect do to categorize the attachments to fulfill these requirements?
Select the answer:Select the answer
1 correct answer
A.
Add additional options to the standard ContentType picklist field for the Attachment object.
B.
Add a ContentType picklist field to the Attachment layout and create additional picklist options.
C.
Create a custom picklist field for the Type on the standard Attachment object with the values.
D.
Create a custom object related to the Invoice object with a picklist field for the Type.
Right Answer: D
Quiz
Question 7/107/10
Universal Containers has a legacy system that captures Conferences and Venues. These Conferences
can occur at any Venue. They create hundreds of thousands of Conferences per year. Historically,
they have only used 20 Venues. Which two things should the data architect consider when
denormalizing this data model into a single Conference object with a Venue picklist? Choose 2
answers
Select multiple answer: (Choose 2)Select the answer
2 correct answers
A.
Limitations on master -detail relationships.
B.
Org data storage limitations.
C.
Bulk API limitations on picklist fields.
D.
Standard list view in -line editing.
Right Answer: C, D
Quiz
Question 8/108/10
Universal Container (UC) has around 200,000 Customers (stored in Account object). They get 1 or 2
Orders every month from each Customer. Orders are stored in a custom object called "Order c"; this
has about 50 fields. UC is expecting a growth of 10% year -over -year. What are two considerations an
architect should consider to improve the performance of SOQL queries that retrieve data from the
Order _c object? Choose 2 answers
Select multiple answer: (Choose 2)Select the answer
2 correct answers
A.
Use SOQL queries without WHERE conditions.
B.
Work with Salesforce Support to enable Skinny Tables.
C.
Reduce the number of triggers on Order _c object.
D.
Make the queries more selective using indexed fields.
Right Answer: B, D
Quiz
Question 9/109/10
Universal Containers (UC) provides shipping services to its customers. They use Opportunities to
track customer shipments. At any given time, shipping status can be one of the 10 values. UC has
200,000 Opportunity records. When creating a new field to track shipping status on opportunity,
what should the architect do to improve data quality and avoid data skew?
Select the answer:Select the answer
1 correct answer
A.
Create a picklist field, values sorted alphabetically.
B.
Create a Master -Detail to custom object ShippingStatus c.
C.
Create a Lookup to custom object ShippingStatus c.
D.
Create a text field and make it an external ID.
Right Answer: A
Quiz
Question 10/1010/10
Universal Containers (UC) management has identified a total of ten text fields on the Contact object
as important to capture any changes made to these fields, such as who made the change, when they
made the change, what is the old value, and what is the new value. UC needs to be able to report on
these field data changes within Salesforce for the past 3 months. What are two approaches that will
meet this requirement? Choose 2 answers
Select multiple answer: (Choose 2)Select the answer
2 correct answers
A.
Create a workflow to evaluate the rule when a record is created and use field update actions to
store previous values for these ten fields in ten new fields.
B.
Write an Apex trigger on Contact after insert event and after update events and store the old
values in another custom object.
C.
Turn on field Contact object history tracking for these ten fields, then create reports on contact
history.
D.
Create a Contact report including these ten fields and Salesforce Id, then schedule the report to
run once a day and send email to the admin.
Salesforce Certified Data Architect Practice test unlocks all online simulator questions
Thank you for choosing the free version of the Salesforce Certified Data Architect practice test! Further deepen your knowledge on Salesforce Simulator; by unlocking the full version of our Salesforce Certified Data Architect Simulator you will be able to take tests with over 222 constantly updated questions and easily pass your exam. 98% of people pass the exam in the first attempt after preparing with our 222 questions.
What to expect from our Salesforce Certified Data Architect practice tests and how to prepare for any exam?
The Salesforce Certified Data Architect Simulator Practice Tests are part of the Salesforce Database and are the best way to prepare for any Salesforce Certified Data Architect exam. The Salesforce Certified Data Architect practice tests consist of 222 questions and are written by experts to help you and prepare you to pass the exam on the first attempt. The Salesforce Certified Data Architect database includes questions from previous and other exams, which means you will be able to practice simulating past and future questions. Preparation with Salesforce Certified Data Architect Simulator will also give you an idea of the time it will take to complete each section of the Salesforce Certified Data Architect practice test . It is important to note that the Salesforce Certified Data Architect Simulator does not replace the classic Salesforce Certified Data Architect study guides; however, the Simulator provides valuable insights into what to expect and how much work needs to be done to prepare for the Salesforce Certified Data Architect exam.
Salesforce Certified Data Architect Practice test therefore represents an excellent tool to prepare for the actual exam together with our Salesforce practice test . Our Salesforce Certified Data Architect Simulator will help you assess your level of preparation and understand your strengths and weaknesses. Below you can read all the quizzes you will find in our Salesforce Certified Data Architect Simulator and how our unique Salesforce Certified Data Architect Database made up of real questions:
Info quiz:
Quiz name:Salesforce Certified Data Architect
Total number of questions:222
Number of questions for the test:50
Pass score:80%
You can prepare for the Salesforce Certified Data Architect exams with our mobile app. It is very easy to use and even works offline in case of network failure, with all the functions you need to study and practice with our Salesforce Certified Data Architect Simulator.
Use our Mobile App, available for both Android and iOS devices, with our Salesforce Certified Data Architect Simulator . You can use it anywhere and always remember that our mobile app is free and available on all stores.
Our Mobile App contains all Salesforce Certified Data Architect practice tests which consist of 222 questions and also provide study material to pass the final Salesforce Certified Data Architect exam with guaranteed success.
Our Salesforce Certified Data Architect database contain hundreds of questions and Salesforce Tests related to Salesforce Certified Data Architect Exam. This way you can practice anywhere you want, even offline without the internet.