Which snippet works correctly when updating the package.json file to point to the hook file for a cartridge?
A developer uses hooks for an extension point. Which is true for running multiple hooks for an extension point?
A developer is using logging in scripts to troubleshoot an issue. They are using the dw.system.Log class to write to specific log levels and categories. Which log level is always enabled by default?
Given the sandbox with:
• Service configured and assigned to its profile and credential
• A code version that uses that service
And given the requirement to limit the number of success or error calls the code can perform to a restricted number of calls per second. Which configuration should the developer perform?