Math Questions
Explore questions in the Math category that you can ask Spark.E!
Finishing work in a sprint is important because:A. We value eliminating waste, and unfinished work is a form of waste that does not help us deliver value to our customers.B. It means that work is developed and ready for testing in the next iteration.C. We like to honor our plans and commitments.D. We don't need to fully test something unfinished.
What is the purpose of using four-finger swipe?A. To increase the number of clicksB. To transition seamlesslyC. To prioritize tasksD. To prevent the likelihood of crashing
What is a benefit of using keyboard shortcuts?A. Highlight certain areas of a presentationB. Improve navigationC. Improve speed and efficiencyD. Improve screen readability
A manufacturing and distribution company wants to set up a B2B commerce storefront. It is important that they use inventory information to control whether the customers is allowed to order products when the inventory level is lower than the amount they requested. Which solution should the architect employ to solve for this need? A. Add validation to prevent the customer for adding the item to their cart if the desired amount is greater than the quantity on handB. update the status of the product to not orderable when inventory is not availableC. Validate the cart on checkout to prevent the user from purchasing if enough inventory is not availableD. Add validation to prevent adding an item to the cart if the desired amount is greater than the quantity on hand, and validate inventory availability on checkout
A project is at the end of the design phase. During a scope review meeting, the team agreed on the list of user stories in scope for each build sprint. How frequently should the next functionality reviews take place? A. WeeklyB. At the end of each sprintC. MonthlyD. At the end of the build phase
Which activity is a Solution Architect responsible for to ensure tat an as-built configuration supports the business requirements? A. Review each line of code to make sure it is as efficient as possible to governor limitsB. Writing the test scripts to be used in UAT to make sure users do not try to do something they did not specifyC. Specifying the range of data combinations to be used in building test scripts. D. Update the scripts used to migrate code to a repository
Which component of a blueprint outlines how to migrate data between systems? A. Entity relationship diagramB. Process FlowC. Solution architecture diagramD. Reference architecture diagram
A company is looking to implement a multi-cloud solution, and business leaders continue to ask for solution features they believe will improve the end-user experience.What are two ways a Solution Architect can ensure that solution features are aligned to business needs and values? A. Ensure all user stories reference an end-goal or value statementB. Ensure all user stories reference a specific user or personaC. Ensure the project manager maintains a risk log for any user stories that do not follow the right formatD. Ensure the project sponsor attends every grooming session to ensure the user stories align to the business needs and values.
Universal Containers has a private sharing model. The sales representative for the east coast has manually shared a contact and account record with another sales representative on the west coast. The Solution Architect is in the process of reviewing access levels.Which two actions should the SA take to confirm the access level? A. Confirm that the record in the table has Row Cause values of Manual and OwnerB. Export Group Maintenance Tables to review access levelsC. Confirm that the record in the table has Row Cause values of Manual and SharingD. Export Object Sharing Tables to review access levels.
Universal Contains wants to display new sales orders that are fulfilled and shipped to customers in Salesforce. UC uses an ERP to fulfill their orders and ship to the customer. There is an existing asynchronous integration to Salesforce from the ERP system.What should a Solution Architect recommend to fulfill these requirements? A. The existing integration needs to be updated to include synchronous for accounts and ordersB. Order and Order lines should be pushed from Salesforce to the ERP for fulfillment and synched with SalesforceC. Orders and Order line items should be added to existing integrations and be linked to accounts with External IDsD. The existing integration needs to be updated to include synchronous order and line item integration
Universal Containers has started a B2B multi-cloud implementation when a new Solution Architect joins the team. The SA realizes there are no architecture diagrams, discovery is complete, and the first user story grooming session is scheduled for next week. What should the SA do? A. Proceed with the current path the project is on; the diagrams might not be required for this project or could be done in a later stage of the projectB. Meet with the project manager to raise the risk and discuss the potential impact on timelines as these artifacts are required before grooming the user stories. Then recommend to repurpose the next session to be focused on creating the diagramsC. Recommend to the PM that the creation of these diagrams be completed in parallel workstream to the project, and accept that the user stories may change as a result.D. Review all the user stories and create the required diagrams before the user story grooming session.
What are two metadata types that a Solution Architect should include when documenting the data architecture of a Salesforce org? A. Record TypeB. Custom FieldC. DocumentD. Security
What should a Solution Architect set up as the first project workshop for a new B2B multi-cloud project? A. Spring planning workshopB. Proof of concept demoC. Project definition workshopD. Request for Proposal creation
You need to apply a form pattern to the Vendor exclusion list.Which pattern should you use?A. WorkspaceB. Simple ListC. List PageD. List View
Which three methods should the Solution Architect consider when creating a Business Process Map for stakeholder approval? A. Decide to conduct live workshops with 8-10 key stakeholders that deeply understand the processB. Decide to send out a questionnaire to the key stakeholders. Time is of the essenceC. Determine which processes should be in scope, focus on one process at a time, start with the happy path, and Level 1D. Establish who will sign off on the diagram and who will help build out the lower levels or add supporting contentE. Delegate this task to the business SME since they are closest to the process - they will be able to produce it more accurately and timely
Universal Containers is working to improve the customer experience by using insights to drive relevant offerings and self-service capabilities. It also wants to send personalized emails and offer self-service to resolve customer issues. Which two products play a key role in a B2B e-commerce experience that resembles consumer buying experiences?A. Sales CloudB. Service CloudC. Marketing CloudD. Revenue Cloud
You need to update the CashDisc report to meet the requirements.What should you do?A. Delete the existing CashDisc report in the extension model and create a new report.B. Extend the existing CashDisc report in the extension model and add the new field to the design.C. Duplicate the existing CashDisc report in the extension model and add the new field to the design.D. Customize the existing CashDisc report in the overlayering model and add the new field to the design.
You need to modify the environment to meet the requirements for the Cash Discount Records report.What should you do?A. Create an extension of CashDisc in a new project and add the field to the extended table.B. Create a new table named CashDiscExtension in the project.C. Use Open Designer to add the field to the table.D. Create an overlayer of CashDisc in a new project and add the field.
You need to configure security for the Vendor Exclusion List report.What are two possible ways to achieve this goal? Each correct answer presents a complete solution.A. Create a new privilege, add a reference to an output menu item, and then add the new privilege to a role.B. Create a new security policy and add an output menu item. Add the new security policy to duty extension and then to a role extension.C. Create a new privilege extension and add an output menu item. Add the privilege to a duty extension and then to a role extensionD. Create a new privilege and assign it to an output menu item. Add the new privilege to a duty extension and then add the duty extension to a role.
You need to implement the payroll application data process.Which two objects should you create? Each correct answer presents part of the solution.A. a data contract class that uses the DataContractAttribute attributeB. a service class that has a public method which accepts a single parameter for a contractC. a class that extends SysOperationServiceBaseD. an UIBuilder class that extends SysOperationAutomaticUIBuilder