Newest 2026-2027 Complete 120 Questions And
Correct Detailed Answers (Verified Answers) Already
Graded A+ Brand New Version!!
By default how long is the bearer token available to be used with the JAMF PRO API? -
CORRECT ANSWER: 30 Minutes
By default will Self Service be enabled on a new Jamf Pro Server Instance? - CORRECT
ANSWER: No, this feature needs to be enabled for it to be used
Daemons are run on behalf? - CORRECT ANSWER: Of the System
Do you need to clear the quarantine on an app in a package before importing it over to
Composer? - CORRECT ANSWER: No, Composer will handle the clearing of the quarantine
Do you need to create the management account for User Initiated Enrollment? - CORRECT
ANSWER: No because this was a feature required for legacy support for elevated permission
required tasks, such as Jamf Remote
Do you use the serial number of a computer when updating its computer record via a PUT? -
CORRECT ANSWER: No, you need to use the id of the computer
Does a launchdaemon file run automatically when you bootstrap it? - CORRECT ANSWER: No,
it can have a flag for run at load False that will make it appear that it is not running.
For starting a launchdaemon on the system, which command do you run? - CORRECT
ANSWER: launchctl bootstrap, which runs the launchademon file into memory
, How can you edit the site of multiple devices on JAMF? - CORRECT ANSWER: By using an
Advanced Search and then run Actions and then Click on Edit the site
How can you enable debugging for the Self Service app? - CORRECT ANSWER: setting the
debug_mode bool to YES in ~/Library/Preferences/com.jamfosftware.selfservice plist
How can you enable logging of Jamf Admin? - CORRECT ANSWER: Creating a "debug" file
under the Jamf Admin.app/Contents/Support/ directory
How can you flush out the logged data of an Extension attribute? - CORRECT ANSWER: By
disabling the extension attribute which will give you the option to delete or retain the data
How can you give a user access to multiple sites? - CORRECT ANSWER: By granting a user to
multiple Jamf User Groups that have access to different sites
How can you move or duplicate a smart group over to another site? - CORRECT ANSWER: By
Clicking on Clone on the smart group settings, and then Set the site when setting the clone
How can you pass in a text file with comma separated rows into a while loop? - CORRECT
ANSWER: Use the redirection "<" to pipe in the text file into the end of the while loop
How can you read the /Library/SystemExtensions/db.plist? - CORRECT ANSWER: defaults
read /Library/SystemExtensions/db.plist
How can you run a health check on your Jamf Server Instance? - CORRECT ANSWER:
https://<jamf_url>/healthCheck.html
How do you create a payload-free package? - CORRECT ANSWER: Create a package that only
contains a pre or post install script