Challenge - 5 Problems
Logging Mastery Badge
Get all challenges correct to earn this badge!
Test your skills under time pressure!
❓ command output
intermediate2:00remaining
What is the output of this logging command?
Given the following command to log a tool call and its result, what will be the output in the log file?
Agentic_ai
log_tool_call('deploy', {'version': '1.2.3'}) log_tool_result('deploy', 'success')
Attempts:
2 left
❓ troubleshooting
intermediate2:00remaining
Which option causes a logging failure?
Which of the following code snippets will cause a runtime error when logging tool calls and results?
Attempts:
2 left
❓ configuration
advanced2:00remaining
Which logging configuration enables detailed tool call tracing?
You want to configure logging to capture detailed tool call arguments and results with timestamps. Which configuration snippet achieves this?
Attempts:
2 left
❓ workflow
advanced2:00remaining
What is the correct sequence to log a tool call and its result?
Arrange the steps in the correct order to properly log a tool call and its result.
Attempts:
2 left
❓ best practice
expert3:00remaining
Which practice ensures reliable logging of tool calls and results in concurrent environments?
In a system where multiple tool calls happen concurrently, which practice best ensures logs are accurate and not mixed up?
Attempts:
2 left
