Salesforce Certified Development Lifecycle and Deployment Architect Exam Practice Questions (P. 4)
- Full Access (118 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #16
Sales and Service products will be created by two teams that will use second-generation managed package(s). The Sales team will use a specific function of the Service product, but the architect wants to ensure that this team will only use the functions exposed by the Service team. No other team will use these same functions.
What should an architect recommend?
What should an architect recommend?
- ACreate two second generation managed packages with the same namespace and set the methods that should be shared with the @namespaceAccessible annotation.Most Voted
- BCreate two managed packages with Sales and Service namespaces. Set the methods to be shared with the @salesAccessible annotation.
- CCreate two managed packages. Create an authentication function in the Service package that will return a token if a Sales user is authorized to call the exposed function. Validate the token in the Service functions.
- DCreate a managed package with both products and create a code review process with an approver from each team.
Correct Answer:
C
C
send
light_mode
delete
Question #17
What are three advantages of the package development model? (Choose three.)
- AEliminating the need of using change set, which should no longer be used as it can get messy working with package development models.Most Voted
- BProviding its own source control, so the source can be deployed in any sandbox orgs.
- CImproving team development and collaboration.Most Voted
- DFacilitating automated testing and continuous integration.Most Voted
- ESignificantly reducing the need for manually tracking changes.
Correct Answer:
ACD
ACD
send
light_mode
delete
Question #18
Universal Containers has started building a customer Lightning community that contains a few dozen Aura components. The development team lead has come to the Salesforce architect about questions regarding testing the Lightning components.
What two knowledge points can the architect pass to the development team lead? (Choose two.)
What two knowledge points can the architect pass to the development team lead? (Choose two.)
- AThe testing can be viewed in the lightning.force.com/c/jasminetests.app URL. The page loads and runs Jasmine test and writes pass/fail information to the screen.Most Voted
- BThere is a $T test helper object that can be used to create the instance of the Lightning component, and its promise enabled.Most Voted
- CInstall the Lightning test service AppExchange package to enable the Aura component testing.
- DThe testing of the JavaScript part of the Aura component can be tested in the Jest framework and the Apex controllers can be tested using test classes.
Correct Answer:
CD
CD
send
light_mode
delete
Question #19
Universal Containers (UC) has created a custom REST web service. This web service receives Orders and Order Line Items data from an external endpoint and runs business logic and validations on it before inserting it into the database. UC is expecting to receive more than 100K orders a day and each order can have up to 10 line items. Each inbound request will contain only one order and its corresponding line items.
What two testing types should an architect recommend to ensure users don’t face platform slowdowns during peak business hours? (Choose two.)
What two testing types should an architect recommend to ensure users don’t face platform slowdowns during peak business hours? (Choose two.)
- AStress TestingMost Voted
- BLoad TestingMost Voted
- CUnit Testing
- DPerformance Testing
Correct Answer:
BD
BD
send
light_mode
delete
Question #20
All AppExchange products are subject to Salesforce security reviews.
What is the most common reason that the prospect AppExchange products fail the security review?
What is the most common reason that the prospect AppExchange products fail the security review?
- ASOQL injection
- BCross-site scripting
- CCRUD/FLS (field level security)
- DSession hacking
Correct Answer:
C
C
send
light_mode
delete
All Pages