Courseiva

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.

113 questions27 easy49 medium37 hard

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.

1

Which resource configuration is necessary to allow a service to communicate with a database outside the mesh using TLS?

Hard
2

How do you handle SNI-based routing in a Gateway?

Hard
3

You notice your traffic is not being routed correctly despite a VirtualService. Which step is most likely to resolve common issues?

Hard
4

Which resources control mTLS settings? (Choose TWO)

Medium
5

What is the purpose of the 'sidecar' resource in Istio?

Medium
6

When using a ServiceEntry for a TCP service, what protocol should be specified?

Hard
7

How do you configure a connection timeout for an external service?

Hard
8

What is the primary function of the 'istio-proxy' container in a pod?

Easy
9

You want to test a new version of a service by sending a copy of live traffic to it. What feature should you use?

Easy
10

What is the default load balancing policy if none is specified in the DestinationRule?

Easy
11

Which TWO components must be configured to allow external traffic to enter the mesh?

Easy
12

What is the purpose of the 'retryOn' field in a VirtualService?

Medium
13

You need to expose a service to traffic outside the mesh using Istio. Which resource is required to configure the entry point for incoming traffic?

Easy
14

What is the purpose of the 'istio-system' namespace?

Easy
15

Where do you configure the hostnames that a Gateway should accept?

Easy
16

Which command helps troubleshoot configuration issues by analyzing the cluster for errors?

Easy
17

How do you force a connection pool to use HTTP/1.1 instead of HTTP/2?

Hard
18

Which THREE features are supported by the Istio 'trafficPolicy' in a DestinationRule?

Hard
19

A team wants to perform a canary deployment by shifting 10% of traffic to a new version of their service. Which resource allows this weighting?

Medium
20

Which criteria can be used in a VirtualService 'match' block? (Choose THREE)

Hard
21

To ensure traffic to a service is encrypted via mTLS, where should you verify the policy?

Medium
22

Which THREE configurations affect the way traffic is distributed across pods?

Medium
23

Which THREE are valid load balancing policies in Istio?

Hard
24

Which actions can a VirtualService perform on a request? (Choose TWO)

Medium
25

Which command lists all virtual services in the current namespace?

Easy
26

You want to limit the number of concurrent connections to a service. Which field in the DestinationRule handles this?

Medium
27

Which TWO actions can a VirtualService perform on a request?

Medium
28

How do you define a circuit breaker that trips after 3 consecutive errors?

Medium
29

Which command is used to view the current Istio configuration resources in a namespace?

Easy
30

Which of the following are valid DestinationRule fields? (Choose THREE)

Hard
31

You want to perform a 'headers' modification on an incoming request. Which resource allows this?

Hard
32

To strip a URL prefix before passing a request to a backend service, which field do you use?

Medium
33

When a request fails, where can you check the reason for the failure in the Istio ecosystem?

Medium
34

Which are valid match conditions in VirtualService? (Choose THREE)

Hard
35

Which of these are valid load balancer algorithms in DestinationRule? (Choose TWO)

Medium
36

Which TWO parameters are used to define a 'match' criteria in a VirtualService?

Medium
37

How do you implement a circuit breaker to eject a pod that returns 5xx errors?

Hard
38

What are valid fields in the VirtualService 'http' route? (Choose TWO)

Hard
39

You want to access an external API (e.g., api.google.com) from within your mesh. What must you configure?

Medium
40

You need to inspect the envoy config for a specific pod. Which command do you use?

Hard
41

Which THREE are types of traffic management patterns?

Easy
42

Which of the following are valid traffic management components in Istio? (Choose TWO)

Medium
43

What protocol does the Gateway resource support?

Easy
44

Which resource is used to provide a unified entry point for multiple services?

Easy
45

You need to ensure that traffic is only routed to healthy pods. What feature does this?

Medium
46

How do you specify a header-based match in a VirtualService?

Medium
47

Which THREE settings are required in a VirtualService for a canary deployment?

Hard
48

What is the function of the 'weight' parameter in a VirtualService route?

Medium
49

You want to limit the total number of concurrent connections to a service. Where is this defined?

Hard
50

Which of these are valid sub-commands for istioctl? (Choose TWO)

Medium
51

How do you define a regex match in a VirtualService?

Hard
52

Which parameters can be configured in a VirtualService retry policy? (Choose TWO)

Hard
53

What are the primary ways to limit traffic to a service? (Choose TWO)

Medium
54

Which of the following are valid Gateway configurations? (Choose TWO)

Medium
55

Which load balancing policy would you choose to ensure requests from the same user always hit the same pod?

Medium
56

Which TWO resources are essential for configuring traffic splitting between versions?

Easy
57

Which are valid uses for ServiceEntry? (Choose THREE)

Medium
58

A VirtualService is not correctly routing traffic to a new version. Which tool helps verify the actual route configuration loaded in the proxy?

Hard
59

You want to inject a 5-second delay into requests for testing. Which resource allows this?

Medium
60

Which THREE fields are found within the 'trafficPolicy' block of a DestinationRule?

Hard
61

Where do you define the hosts that a Gateway will listen on?

Easy
62

To perform a canary deployment, you have two versions of a service. Which resource do you use to split traffic between them?

Easy
63

A DestinationRule is configured with a 'v1' subset but traffic is failing. Where should you check for the label match?

Medium
64

Which type of routing allows you to route to different services based on URL path?

Medium
65

Which resource type is used for mTLS policy?

Medium
66

How do you specify a custom header match in a VirtualService?

Hard
67

You want to inject a fault to test application resilience. Which field in the VirtualService supports this?

Hard
68

You need to route traffic to a service based on the 'x-user-type' header. How is this defined?

Hard
69

You have an external dependency that is not in the Kubernetes registry. How do you allow the mesh services to communicate with it?

Hard
70

What is the command to view the status of all pods including proxies?

Easy
71

You need to define a local service that is not in the cluster. How?

Hard
72

How do you configure an Istio Gateway to handle HTTPS?

Hard
73

You need to restrict traffic to a specific subset of a service defined in a DestinationRule. What should you use in your VirtualService destination block?

Medium
74

Which TWO settings are configured within the 'outlierDetection' block?

Hard
75

If you want to perform traffic shadowing, which field do you use?

Medium
76

Which field in the VirtualService allows you to redirect an incoming request to a different path?

Medium
77

Which field in VirtualService is used for A/B testing?

Medium
78

You want to enforce mTLS globally for all services in the cluster. Which resource should you apply?

Medium
79

What information can you get from 'istioctl proxy-config'? (Choose THREE)

Hard
80

What is the standard path to install istioctl?

Easy
81

What happens if you have two VirtualServices for the same host?

Medium
82

When configuring a retry policy for a VirtualService, which parameter defines the maximum time allowed for a single attempt?

Medium
83

You need to expose an application running in the mesh to traffic from outside the cluster. Which resource is required to define the entry point?

Easy
84

What are the types of resolution in a ServiceEntry? (Choose TWO)

Hard
85

Which component is responsible for enforcing traffic policies in the data plane?

Easy
86

What is the primary purpose of the 'subset' field in a VirtualService destination?

Easy
87

You want to route traffic to a specific version of a service based on a header. Where do you define the subset?

Medium
88

You need to route traffic for an external service that uses TLS. How do you configure the ServiceEntry?

Hard
89

A service is experiencing high latency. You want to implement a circuit breaker to prevent cascading failures. Which resource do you use?

Hard
90

You 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?

Medium
91

What is the default behavior when no VirtualService is defined for a service?

Medium
92

You need to route 10% of traffic to a new version of your service. Which object do you configure?

Easy
93

You are observing 503 errors. You want to automatically retry failed requests. Where is this configured?

Medium
94

You need to enforce a 5-second timeout on all calls to a specific service. Where is this configured?

Hard
95

Which field in the DestinationRule allows defining different versions of a service?

Medium
96

What is the purpose of 'istioctl analyze'?

Easy
97

Which THREE of these are valid reasons to use a ServiceEntry?

Easy
98

What is the default Istio load balancing algorithm?

Easy
99

Which items can be configured under DestinationRule trafficPolicy? (Choose THREE)

Hard
100

Which are valid connectionPool settings? (Choose THREE)

Hard
101

Which commands verify Istio configurations? (Choose TWO)

Medium
102

Which protocols can be defined in a Gateway server? (Choose THREE)

Medium
103

You have multiple VirtualServices for the same host. How does Istio determine which one to use?

Hard
104

You have a Gateway but traffic is blocked. Which resource most likely governs the connection permission?

Hard
105

Which TWO mechanisms are used to secure traffic within the mesh?

Medium
106

What are common reasons to use a ServiceEntry? (Choose THREE)

Medium
107

Which tool provides a GUI for visualizing your traffic management rules?

Easy
108

What does the 'mirror' feature in a VirtualService do?

Medium
109

Which field in the VirtualService allows you to redirect traffic to a different URI?

Medium
110

Which TWO fields are mandatory in a Gateway resource?

Medium
111

If a VirtualService has a route to a service that has no pods matching the label, what happens?

Medium
112

What is the benefit of defining a 'sidecar' resource in Istio?

Medium
113

Which command is used to view the effective configuration of a specific Envoy proxy?

Easy

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.
Istio Certified Associate (ICA, CNCF/Linux Foundation) (ICA) Traffic Management Practice Questions