ICA · domain
Traffic Management
Practise Istio Certified Associate (ICA, CNCF/Linux Foundation) (ICA) Traffic Management practice questions — original exam-style scenarios with answer choices, explanations, and analysis of common mistakes.
Focused practice
Practice Traffic Management questions
Scored sessions drawing only from this domain — pick a length below.
Start 20-question practice test →What this domain covers
What to know about Traffic Management
Traffic Management questions test whether you can apply the concept in context, not just recognise a definition.
How the topic appears in realistic exam-style scenarios.
Which detail in the question changes the correct answer.
How to eliminate plausible but wrong options.
How to connect the question back to the wider exam objective.
Watch out for
Common Traffic Management exam traps
- ▸Answering from memory before reading the full scenario.
- ▸Missing a constraint such as cost, availability, security, scope or command context.
- ▸Choosing a broad answer when the question asks for the most specific fix.
- ▸Ignoring why the wrong options are tempting.
Question index
All Traffic Management questions (113)
Click any question to see the full explanation, or start a practice session above.
Which resource configuration is necessary to allow a service to communicate with a database outside the mesh using TLS?
Hard2How do you handle SNI-based routing in a Gateway?
Hard3You notice your traffic is not being routed correctly despite a VirtualService. Which step is most likely to resolve common issues?
Hard4Which resources control mTLS settings? (Choose TWO)
Medium5What is the purpose of the 'sidecar' resource in Istio?
Medium6When using a ServiceEntry for a TCP service, what protocol should be specified?
Hard7How do you configure a connection timeout for an external service?
Hard8What is the primary function of the 'istio-proxy' container in a pod?
Easy9You want to test a new version of a service by sending a copy of live traffic to it. What feature should you use?
Easy10What is the default load balancing policy if none is specified in the DestinationRule?
Easy11Which TWO components must be configured to allow external traffic to enter the mesh?
Easy12What is the purpose of the 'retryOn' field in a VirtualService?
Medium13You need to expose a service to traffic outside the mesh using Istio. Which resource is required to configure the entry point for incoming traffic?
Easy14What is the purpose of the 'istio-system' namespace?
Easy15Where do you configure the hostnames that a Gateway should accept?
Easy16Which command helps troubleshoot configuration issues by analyzing the cluster for errors?
Easy17How do you force a connection pool to use HTTP/1.1 instead of HTTP/2?
Hard18Which THREE features are supported by the Istio 'trafficPolicy' in a DestinationRule?
Hard19A team wants to perform a canary deployment by shifting 10% of traffic to a new version of their service. Which resource allows this weighting?
Medium20Which criteria can be used in a VirtualService 'match' block? (Choose THREE)
Hard21To ensure traffic to a service is encrypted via mTLS, where should you verify the policy?
Medium22Which THREE configurations affect the way traffic is distributed across pods?
Medium23Which THREE are valid load balancing policies in Istio?
Hard24Which actions can a VirtualService perform on a request? (Choose TWO)
Medium25Which command lists all virtual services in the current namespace?
Easy26You want to limit the number of concurrent connections to a service. Which field in the DestinationRule handles this?
Medium27Which TWO actions can a VirtualService perform on a request?
Medium28How do you define a circuit breaker that trips after 3 consecutive errors?
Medium29Which command is used to view the current Istio configuration resources in a namespace?
Easy30Which of the following are valid DestinationRule fields? (Choose THREE)
Hard31You want to perform a 'headers' modification on an incoming request. Which resource allows this?
Hard32To strip a URL prefix before passing a request to a backend service, which field do you use?
Medium33When a request fails, where can you check the reason for the failure in the Istio ecosystem?
Medium34Which are valid match conditions in VirtualService? (Choose THREE)
Hard35Which of these are valid load balancer algorithms in DestinationRule? (Choose TWO)
Medium36Which TWO parameters are used to define a 'match' criteria in a VirtualService?
Medium37How do you implement a circuit breaker to eject a pod that returns 5xx errors?
Hard38What are valid fields in the VirtualService 'http' route? (Choose TWO)
Hard39You want to access an external API (e.g., api.google.com) from within your mesh. What must you configure?
Medium40You need to inspect the envoy config for a specific pod. Which command do you use?
Hard41Which THREE are types of traffic management patterns?
Easy42Which of the following are valid traffic management components in Istio? (Choose TWO)
Medium43What protocol does the Gateway resource support?
Easy44Which resource is used to provide a unified entry point for multiple services?
Easy45You need to ensure that traffic is only routed to healthy pods. What feature does this?
Medium46How do you specify a header-based match in a VirtualService?
Medium47Which THREE settings are required in a VirtualService for a canary deployment?
Hard48What is the function of the 'weight' parameter in a VirtualService route?
Medium49You want to limit the total number of concurrent connections to a service. Where is this defined?
Hard50Which of these are valid sub-commands for istioctl? (Choose TWO)
Medium51How do you define a regex match in a VirtualService?
Hard52Which parameters can be configured in a VirtualService retry policy? (Choose TWO)
Hard53What are the primary ways to limit traffic to a service? (Choose TWO)
Medium54Which of the following are valid Gateway configurations? (Choose TWO)
Medium55Which load balancing policy would you choose to ensure requests from the same user always hit the same pod?
Medium56Which TWO resources are essential for configuring traffic splitting between versions?
Easy57Which are valid uses for ServiceEntry? (Choose THREE)
Medium58A VirtualService is not correctly routing traffic to a new version. Which tool helps verify the actual route configuration loaded in the proxy?
Hard59You want to inject a 5-second delay into requests for testing. Which resource allows this?
Medium60Which THREE fields are found within the 'trafficPolicy' block of a DestinationRule?
Hard61Where do you define the hosts that a Gateway will listen on?
Easy62To perform a canary deployment, you have two versions of a service. Which resource do you use to split traffic between them?
Easy63A DestinationRule is configured with a 'v1' subset but traffic is failing. Where should you check for the label match?
Medium64Which type of routing allows you to route to different services based on URL path?
Medium65Which resource type is used for mTLS policy?
Medium66How do you specify a custom header match in a VirtualService?
Hard67You want to inject a fault to test application resilience. Which field in the VirtualService supports this?
Hard68You need to route traffic to a service based on the 'x-user-type' header. How is this defined?
Hard69You have an external dependency that is not in the Kubernetes registry. How do you allow the mesh services to communicate with it?
Hard70What is the command to view the status of all pods including proxies?
Easy71You need to define a local service that is not in the cluster. How?
Hard72How do you configure an Istio Gateway to handle HTTPS?
Hard73You need to restrict traffic to a specific subset of a service defined in a DestinationRule. What should you use in your VirtualService destination block?
Medium74Which TWO settings are configured within the 'outlierDetection' block?
Hard75If you want to perform traffic shadowing, which field do you use?
Medium76Which field in the VirtualService allows you to redirect an incoming request to a different path?
Medium77Which field in VirtualService is used for A/B testing?
Medium78You want to enforce mTLS globally for all services in the cluster. Which resource should you apply?
Medium79What information can you get from 'istioctl proxy-config'? (Choose THREE)
Hard80What is the standard path to install istioctl?
Easy81What happens if you have two VirtualServices for the same host?
Medium82When configuring a retry policy for a VirtualService, which parameter defines the maximum time allowed for a single attempt?
Medium83You need to expose an application running in the mesh to traffic from outside the cluster. Which resource is required to define the entry point?
Easy84What are the types of resolution in a ServiceEntry? (Choose TWO)
Hard85Which component is responsible for enforcing traffic policies in the data plane?
Easy86What is the primary purpose of the 'subset' field in a VirtualService destination?
Easy87You want to route traffic to a specific version of a service based on a header. Where do you define the subset?
Medium88You need to route traffic for an external service that uses TLS. How do you configure the ServiceEntry?
Hard89A service is experiencing high latency. You want to implement a circuit breaker to prevent cascading failures. Which resource do you use?
Hard90You have a service that occasionally hangs. You want to ensure that if a request takes longer than 2 seconds, it fails immediately. Which field do you configure?
Medium91What is the default behavior when no VirtualService is defined for a service?
Medium92You need to route 10% of traffic to a new version of your service. Which object do you configure?
Easy93You are observing 503 errors. You want to automatically retry failed requests. Where is this configured?
Medium94You need to enforce a 5-second timeout on all calls to a specific service. Where is this configured?
Hard95Which field in the DestinationRule allows defining different versions of a service?
Medium96What is the purpose of 'istioctl analyze'?
Easy97Which THREE of these are valid reasons to use a ServiceEntry?
Easy98What is the default Istio load balancing algorithm?
Easy99Which items can be configured under DestinationRule trafficPolicy? (Choose THREE)
Hard100Which are valid connectionPool settings? (Choose THREE)
Hard101Which commands verify Istio configurations? (Choose TWO)
Medium102Which protocols can be defined in a Gateway server? (Choose THREE)
Medium103You have multiple VirtualServices for the same host. How does Istio determine which one to use?
Hard104You have a Gateway but traffic is blocked. Which resource most likely governs the connection permission?
Hard105Which TWO mechanisms are used to secure traffic within the mesh?
Medium106What are common reasons to use a ServiceEntry? (Choose THREE)
Medium107Which tool provides a GUI for visualizing your traffic management rules?
Easy108What does the 'mirror' feature in a VirtualService do?
Medium109Which field in the VirtualService allows you to redirect traffic to a different URI?
Medium110Which TWO fields are mandatory in a Gateway resource?
Medium111If a VirtualService has a route to a service that has no pods matching the label, what happens?
Medium112What is the benefit of defining a 'sidecar' resource in Istio?
Medium113Which command is used to view the effective configuration of a specific Envoy proxy?
EasyOther domains
All ICA exam domains
Frequently asked questions
- What does the Traffic Management domain cover on the ICA exam?
- Traffic Management questions test whether you can apply the concept in context, not just recognise a definition.
- How many questions are in this domain?
- This page lists all 113 Traffic Management questions in the ICA question bank. The actual exam draws from this domain proportionally to its weighting in the official exam blueprint.
- What is the best way to practise this domain?
- Start with a short focused session (10 questions) to identify gaps, then work through explanations. Repeat with a longer session once the weak areas feel solid.
- Can I practise only Traffic Management questions?
- Yes — the session launcher on this page filters questions to this domain only. Choose any session length for inline explanations and scoring.