Question 6 of 339

You have an unmanaged solution, for which you have created multiple apps.

You are required to move the apps to a different environment. The environment requires that the solution allows for components to be added, amended, renewed, removed, deleted, or tested.

You need to use the correct solution type.

You make use of a Managed solution.

Does the action achieve your objective?

    Correct Answer: B

    A managed solution is a finalized package that cannot be altered once deployed. It is designed to prevent further modifications to ensure stability and consistency. The given scenario requires a solution type that allows for components to be added, amended, renewed, removed, deleted, or tested. This flexibility is provided by an unmanaged solution, which is not locked and permits ongoing development and changes. Therefore, using a managed solution will not meet the objective of allowing modifications in the new environment.

Question 7 of 339

You have an unmanaged solution, for which you have created multiple apps.

You are required to move the apps to a different environment. The environment requires that the solution allows for components to be added, amended, renewed, removed, deleted, or tested.

You need to use the correct solution type.

You make use of an Unmanaged solution.

Does the action achieve your objective?

    Correct Answer: A

    Using an unmanaged solution does achieve the objective. Unmanaged solutions allow for full flexibility where components can be added, edited, updated, removed, deleted, and tested. They are typically used in development environments where modifications and testing are necessary before possibly moving to a managed solution for production.

Question 8 of 339

All app makers at your company have their own Common Data Service environment.

You are in the process of adapting a canvas app in your own environment. Because you have booked time of work, you have to make the app and all your adaptations available to a fellow app maker, who will carry on adapting the app.

You need to, however, make sure that you will be able to resume work on the app when you come back.

Which of the following actions should you take?

    Correct Answer: A

    To ensure that you can both share the app with a fellow app maker and resume work on it later, you should export the app, with all adaptations, as an unmanaged solution. An unmanaged solution allows for ongoing editing, updating, and testing of the app components. This ensures that the fellow app maker can make necessary adaptations, while you can easily re-import the unmanaged solution and continue working on it upon your return.

Question 9 of 339

You are employed as an app maker. You are currently creating a new canvas app.

App users will include users who have diminished or no sight.

You are identifying methods that will hide content from seeing users and show them to screen reader users.

Which of the following methods are valid? (Choose all that apply.)

    Correct Answer: A, C

    To hide content from seeing users while making it accessible to screen reader users, the following methods can be used: configuring color and related properties as transparent, and setting the width and height to 1. Making content transparent effectively hides it from visual users without affecting screen reader accessibility. Similarly, setting width and height to 1 makes the visual representation minimal, effectively hiding it. Ensuring the X and Y properties are on-screen or setting the size to 10 do not meet the criteria for hiding content from visual users.

Question 10 of 339

You are employed as an app maker. You are required to construct a canvas app that allows for detailed data to be identified in targeted text.

Which of the following is the AI Model you should include in your app?

    Correct Answer: D

    The AI Model that you should include in your app to allow for detailed data to be identified in targeted text is an Entity Extraction model. This model is designed to recognize specific entities (such as dates, times, names, places, and other relevant information) within unstructured text data. It helps transform unstructured data into structured forms that are easier to process and analyze.