Application Architect Mock Test
Salesforce Application Architect Mock Test — 50 Questions
Progress: 0 / 50 answered
Scroll down & click Submit when done
1
What is the key functional difference between a Lookup relationship and a Master-Detail relationship in Salesforce?
2
When the Organization-Wide Default (OWD) for an object is set to "Private," which record access does a user have by default without any additional sharing configuration?
3
What is the difference between criteria-based and owner-based sharing rules?
4
In Salesforce's role hierarchy, how does record access propagate upward?
5
When should Apex Managed Sharing be used instead of declarative sharing rules?
6
Field-Level Security (FLS) in Salesforce controls which of the following?
7
What is the purpose of Record Types in Salesforce?
8
Dynamic Forms in Salesforce Lightning App Builder allow which capability that traditional page layouts do not support?
9
What is the limitation of cross-object formula fields in Salesforce?
10
Rollup Summary fields are only available on which type of relationship?
11
Which validation rule function is used to check if a field value has changed during an edit operation?
12
What is the recommended migration path when replacing Workflow Rules and Process Builder automation with modern tools?
13
In a record-triggered Flow, what is the difference between a "Before Save" and "After Save" flow?
14
A multi-step approval process in Salesforce allows which advanced configuration?
15
Which Salesforce report type would you use to compare data across two different time periods on the same report?
16
What is Account Data Skew and how does it affect Salesforce performance?
17
Which approach helps optimize SOQL query performance on a large Salesforce object?
18
What is a Skinny Table in Salesforce, and when should you request one?
19
What is the maximum number of custom objects available in a Salesforce Enterprise Edition org?
20
When comparing Change Sets versus Unlocked Packages for deployment, which statement is most accurate?
21
What is the purpose of a Scratch Org in Salesforce DX development?
22
Which sandbox type provides the most complete copy of production data, including all records?
23
What is the minimum Apex test coverage percentage required to deploy code to a Salesforce production org?
24
Why should Apex test classes use @IsTest(SeeAllData=false) as a best practice?
25
Which data migration tool is best suited for migrating 5 million records from an external system into Salesforce?
26
In many-to-many relationships in Salesforce, how is the relationship implemented?
27
What is the maximum number of DML statements allowed per Apex transaction?
28
When should a declarative approach (Flow, validation rules) be chosen over a programmatic approach (Apex) for business logic?
29
What is ownership skew and how should it be addressed?
30
In Lightning App Builder, what are Component Visibility filters used for?
31
What is the purpose of the PRIORVALUE() function in Salesforce formula fields and validation rules?
32
Which dashboard component type is best for showing how actual values compare to target values (e.g., pipeline vs. quota)?
33
What is a custom index in Salesforce, and when should you request one?
34
In Salesforce, what is the maximum number of active scheduled flows (Scheduled Paths) across all record-triggered flows?
35
What is the "Controlled by Parent" OWD setting and on which relationship type is it automatically applied?
36
Which Salesforce limit governs how many records can be processed in a single Apex DML operation (e.g., insert, update)?
37
What is the difference between a Summary report and a Matrix report in Salesforce?
38
What is a Permission Set Group in Salesforce and how does it simplify access management?
39
Why is it an anti-pattern to put SOQL queries or DML statements inside a for loop in Apex?
40
What is the function of the ISBLANK() formula in Salesforce, and how does it differ from ISNULL()?
41
A large data volume strategy for Salesforce recommends which approach for archiving records to maintain query performance?
42
In Salesforce, what is a Joined Report and when should it be used?
43
Which Salesforce feature allows a screen flow to be embedded in a Lightning Record Page to guide users through a step-by-step process?
44
What is the maximum number of custom fields allowed on a standard object in Salesforce?
45
Which Salesforce automation fires after a record is saved, supports creating records of other object types, and runs in system context — but does NOT support waiting/scheduled actions (unlike Workflow Rules)?
46
What is the recommended approach to handle large amounts of data in Apex without hitting heap size limits?
47
Which Salesforce sandbox type allows you to specify a subset of production data using a sandbox template?
48
What is the purpose of the "External ID" field attribute in Salesforce?
49
What is the difference between a "before insert" and "after insert" trigger context in Salesforce?
50
Which Salesforce feature would you recommend for an organization that needs to apply the same set of permissions to thousands of users who serve different functional roles but all need access to a specific set of tools?
Answered 0 of 50 questions. You can submit at any time.