# Orchestrate Multi-agent Workflows with Gemini Enterprise - Quiz

## Gemini Enterprise Quiz

1.  **A retail manager needs to coordinate a high-traffic alert, update associate break rotations, and expedite a shipment request. Which core feature of Gemini Enterprise allows an agent to move beyond simply listing these problems to actually executing the solutions?**
    
    *   Semantic search
        
    *   <mark class="bg-yellow-200 dark:bg-yellow-500/30">Agentic reasoning</mark>
        
    *   Data streaming
        
    *   Multimodal infrastructure
        
2.  **When interacting with the Gemini Enterprise console, which specific syntax is used in the chat box to call upon and switch between specialized agents (e.g., switching from a research agent to a marketing agent)?**
    
    *   !Switch
        
    *   #AgentName
        
    *   <mark class="bg-yellow-200 dark:bg-yellow-500/30">@AgentName</mark>
        
    *   /Select
        
3.  **A campaign manager has used the AdGen Agent to create a storyline and static images for a new product. They now want to automate a downstream business action, such as notifying the merchandising team via a third-party platform like ServiceNow. Which agent and action combination is required?**
    
    *   Choose the Marketing Agent; prompt it to generate a new video storyline.
        
    *   Choose the Deep Research agent; select "Export to Sheets."
        
    *   <mark class="bg-yellow-200 dark:bg-yellow-500/30">Choose The Analyst Agent; prompt it to create a ticket with a summary of the campaign.</mark>
        
    *   Choose the AdGen Agent; select "Start research."
        
4.  **An industrial inspector uses an agent to diagnose a vibration spike on a factory floor. The agent identifies a failing bearing in a specific motor by checking PDF manuals and internal databases. What is the next logical step the agent takes to minimize downtime?**
    
    *   It creates a dashboard for the inspector to monitor the vibration manually.
        
    *   It sends a general email to all factory technicians.
        
    *   It automatically shuts down the entire assembly line.
        
    *   <mark class="bg-yellow-200 dark:bg-yellow-500/30">It checks the vendor's real-time API to find part availability and lead times.</mark>
        
5.  **Developers building agents for a retail workflow decide to use the Agent Development Kit (ADK). What is the primary purpose of the ADK in this context?**
    
    *   To limit the agent to only searching public Google results
        
    *   To act as a basic spell-checker for agent responses
        
    *   To create decorative themes for the user dashboard
        
    *   <mark class="bg-yellow-200 dark:bg-yellow-500/30">To turn Python functions into autonomous tools that agents can use to think and act</mark>
        
6.  **A marketing team uses the AdGen Agent to create a campaign. The agent suggests a "winter theme" for a store location in the Southern Hemisphere during July. Which underlying data capability allowed the agent to make this contextually accurate suggestion?**
    
    *   Predetermined seasonal templates within the AdGen system prompt
        
    *   <mark class="bg-yellow-200 dark:bg-yellow-500/30">Grounding the prompt in real-time geolocation data and seasonal climate patterns</mark>
        
    *   Semantic search of the company's historical 2023 internal marketing archives
        
    *   Using the Agent Development Kit (ADK) to hard-code hemispheric logic into the LLM
        
7.  **A retail manager is using a Deep Research agent to investigate sales growth opportunities. After reviewing the initial research plan generated by the agent, the manager decides they want to prioritize "eco-conscious" consumer trends over "quiet luxury" trends. What is the most efficient way to adjust the agent's output?**
    
    *   Restart the session to clear the previous plan's memory.
        
    *   <mark class="bg-yellow-200 dark:bg-yellow-500/30">Submit a follow-up prompt in the chat box to modify the research plan before starting research again.</mark>
        
    *   Switch to the Marketing Agent to generate new brand names.
        
    *   Search for eco-conscious PDFs and upload them to the chat.
        

* * *

![](https://cdn.hashnode.com/uploads/covers/5f802df9bbabf10ec84d9fe8/fc301855-2c18-4cbe-a2cc-0fa8f12063a4.png align="center")
