You are configuring a Virtual Service in Avi. What is the default load balancing algorithm applied?
ALeast Connections
BRound Robin
CIP Hash
DRandom
Explanation
Round Robin is the default algorithm; other options may be configured but are not defaults.
Q102
What happens when a server in an Avi cluster goes down?
ATraffic reroutes instantly
BCluster ceases all operations
CAlerts are sent only to admins
DAll connections drop immediately
Explanation
Traffic reroutes instantly to available servers while maintaining service continuity; other options misstate system behavior.
Q103
Which service allows for health monitoring of applications?
AApplication Services
BLoad Balancing Services
CAnalytics Services
DNetwork Monitoring Services
Explanation
Load Balancing Services monitor application health, ensuring traffic is routed only to healthy instances; the others do not perform this function.
Q104
A company needs to provide application access based on user role. What feature should they implement?
ASession Persistence
BAccess Policy
CGlobal Server Load Balancing
DSSL Offloading
Explanation
Access Policies allow role-based access control for applications; the others are unrelated to user roles.
Q105
You are configuring SSL offloading. What happens when SSL is offloaded at the load balancer?
AEncryption is handled by clients only
BTraffic is unencrypted between servers
CLoad balancer cannot inspect requests
DAll traffic remains encrypted end-to-end
Explanation
Traffic is decrypted at the load balancer, making it unencrypted between the load balancer and the backend servers; the others misinterpret the process and its implications.
Q106
Which service provides automated scaling in Avi?
AService Engine
BTraffic Management
CLoad Balancer
DApp Framework
Explanation
Service Engine handles auto-scaling for applications; others do not provide automatic scaling.
Q107
A company needs to ensure high availability of its virtual services. What should they implement?
ASingle Service Engine
BActive-Active Deployment
CTraffic Steering
DResource Pools
Explanation
Active-Active Deployment ensures service redundancy, while others do not guarantee high availability.
Q108
You are configuring a new virtual service for an application. What happens when you set the port forwarding rule to 8080?
ARedirects traffic to port 80
BNo effect on traffic
CChanges application URL
DRoutes traffic to port 8080
Explanation
Port forwarding routes traffic to the specified port; others incorrectly describe its behavior.
Q109
What happens when a virtual service is created with a service mesh in NSX Advanced Load Balancer?
ATraffic is automatically encrypted.
BLayer 7 policies cannot be applied.
COnly HTTP traffic is managed.
DObservability features are enabled.
Explanation
Creating a service mesh enables observability features to analyze traffic flows, while the other options are incorrect regarding mesh capabilities.
Q110
A company needs to ensure high availability for its application environment. What should they do?
AManually configure backup instances.
BDeploy multiple replicas in different clusters.
CUse a single node load balancer.
DReplace active nodes only when they fail.
Explanation
Deploying multiple replicas in different clusters improves fault tolerance, while the other options do not provide effective high availability.