Practice - 5 Tasks
Answer the questions below
1fill in blank
easyComplete the code to initialize the enterprise agent with the correct environment setting.
Agentic_ai
agent = EnterpriseAgent(environment=[1]) Drag options to blanks, or click blank then click option'
Attempts:
3 left
2fill in blank
mediumComplete the code to set the agent's logging level to capture detailed information.
Agentic_ai
agent.set_logging_level('[1]')
Drag options to blanks, or click blank then click option'
Attempts:
3 left
3fill in blank
hardFix the error in the code to correctly configure the agent's retry policy for failed tasks.
Agentic_ai
agent.configure_retry_policy(max_retries=[1]) Drag options to blanks, or click blank then click option'
Attempts:
3 left
4fill in blank
hardFill both blanks to create a secure connection and enable encryption for the agent.
Agentic_ai
agent.connect(protocol=[1], encryption=[2])
Drag options to blanks, or click blank then click option'
Attempts:
3 left
5fill in blank
hardFill all three blanks to configure the agent's resource limits for CPU, memory, and timeout.
Agentic_ai
agent.set_resource_limits(cpu=[1], memory=[2], timeout=[3])
Drag options to blanks, or click blank then click option'
Attempts:
3 left
