Universal Containers (UC) has noticed that unit tests are failing in production during deployments and in no other environments. Investigations have revealed that administrators are making minor changes in production without regard todependent components
What two suggestions can the architect make to help UC discover these failing unit tests earlier?
Choose 2 answers
A. Stop administrators from making all changes.
B. Ask administrators to run unit tests before every change.
C. Train the administrators to make their changes in a special "admin changes" sandbox, and then promote to production.
D. Ensure a metadata backup is committed to version control every day and a diff published to the release team.
Universal Containers (UC) has created a custom REST web service. This web service receives Orders and Order Line Items data from an externalendpoint 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 2 answers
A. Stress Testing
B. Unit Testing
C. Load Testing
D. Performance Testing
Which statement is true for the Staging sandbox in the following diagram?
A. When created or refreshed, the Staging sandbox is a full replica of Production
B. The Staging sandbox is automatically refreshed on a schedule set by the administrator
C. Salesforce major releases (e.g., Winter to Spring) always occur in Staging and Production at the same time
D. The Staging environment can only be updated once every two weeks
Universal Containers wants to implement a release strategy with major releases every four weeks and minor releasesevery week. Major releases follow Development, System Testing (SIT), User Acceptance Testing (UAT) and Training Minor releases follow Development and User Acceptance Testing (UAT) stages.
What represents a valid environment strategy consideration for UAT?
A. Minor releases use Partial copy and Major releases use Full copy
B. Minor and Major releases use separate Developer pro
C. Minor releases use Developer and Major releases Full copy
D. Minor and Major releases use same Full copy.
Which are two recommended methods of creating testdata in Salesforce?
Choose 2 answers
A. Utilize Heroku Connect to provide test class data.
B. Host a mock endpoint to produce sample information from an endpoint.
C. Reference data from middleware directly within your test class.
D. Load a CSV as a staticresource and reference it in a test class.
Universal Containers (UC) is implementing Service Cloud UC's contact center receives 100 phone calls per hour and operates across North America ,Europe and APAC regions. UC wants the application to be responsive and scalable to support 150 calls considering future growth. what should be recommended test load consideration
A. Testing load considering 50% more call volume.
B. Testing load considering half the call volume.
C. Testing load considering 10xthe current call volume.
D. Testing load considering current call volume.
What is a main characteristic of an agile team?
A. The team uses Scrum, Kanban, and Extreme Programming.
B. The team has biweekly sprints to ensure on-time delivery.
C. The team delivers new releases on dates defined in the beginning of the project, following a project plan
D. The team improves and evolves its processes and frequently delivers value to the endusers.
Universal Containers is looking to construct a continuous integration process to helpmanage code quality. Which three tools should be used to enable this? Choose 3 answers
A. Force.com Migration Tool
B. Full Sandbox Environment
C. Source Control Tool
D. Project Management Tool
E. Continuous Integration Build Tool
Universal Containers has discovered a Sev0 defect in production. Tens of thousands of records will be created with incorrect data in minutes, producing significant branddamage as a consequence. The Salesforce administrator has suggested that the defective text field be replaced with a new picklist field directly in production. The page layout will be modified so that the text-field is removed and the new picklist field added.
What should the Salesforce architect advise?
A. Deny the suggestion and explain to everyone that the risk is too high and the next release window is on the weekend.
B. Pair with the administrator, and review each change as it happens
C. Explain thatonly developers are certified to make changes directly in production.
D. Call the security team and begin organizing d penetration test.
A Salesforce contractor has built an application for Universal Containers (UC) .The contractor will need to deploy multiple times from the contractor's own Salesforce to UC's Salesforce environments. Ultimately, UC has full control of theapplication's code, including its intellectual property
A. Eclipse IDE
B. Unmanaged Package
C. Change Sets.
D. Managed Package