Chapter 3.4.4 Practice Questions
You recently developed a productivity app for your Windows 10 systems and now need to sideload it on the Windows 10 Professional systems in your organization. Which PowerShell cmdlet can be used to do this?
Add-AppxPackage
You have downloaded a custom app from a vendor that you want to sideload. In PowerShell, you have used the import-module appx and add-appxpackage cmdlets, but you are getting an error. What should you do next?
Check for the root certificate and verify the digital signature for the app.
You are creating a reference Windows 10 image that will be used on 100 computers. Each of these systems needs a custom app to be sideloaded. Which tool is used to add the sideloaded app package to the image?
Deployment Image Servicing and Management
You need to enable sideloading on a Windows 10 system. You have opened the Settings app and have navigated to Update & Security. Click the option that you would use to do this.
For developers
Your organization's in-house software development team has written a custom app that allows Windows 10 systems to connect to your company's sales database and update contact information for sales leads. During the process of developing and digitally signing the app, an .appx file and a root certificate were created. The root certificate is self-signed. What must you do before you can install the app on users' workstations?
Install the root certificate into each workstation's Trusted Root Certification Authorities certificate store
You need to develop and then install a sideloaded app on the Windows 10 Professional systems within your organization. Which of the following are true regarding this process? (Select two.)
The app may be digitally signed using a self-signed certificate minted by Active Directory Certificate Services on a Windows server. Sideloading must be enabled on the Windows 10 Professional systems using the Settings app.
You have a Windows 10 device that is part of a workgroup. You want to be able to install custom apps directly to a device without going through the Windows Store. What do you do?
Use sideloading to install the apps
You need an app for employees to manage their time off requests with human resources. You find an app that fits your needs perfectly from a website called freeapps4u.ru. You know you could download the app and sideload it onto the Windows 10 devices. What should you do?
Verify that the app is from a trusted source
You need to develop and install a sideloaded app on the Windows 10 Professional systems within your organization. You plan to use a certificate purchased from Symantec to digitally sign the app prior to sideloading it on your Windows systems. Which of the following is true regarding this process?
You do not need to manually import the certificate used to digitally sign the app on each system.
You are using PowerShell cmdlets to sideload an app. Which two cmdlets must you run to complete the task?
import-module appx and add-appxpackage