All Practice Exams

100+ Free Citrix CCA-V Practice Questions

Pass your Citrix Certified Associate – Virtualization (CCA-V, 1Y0-204) exam on the first try — instant access, no signup required.

✓ No registration✓ No credit card✓ No hidden fees✓ Start practicing immediately
100+ Questions
100% Free
1 / 100
Question 1
Score: 0/0

Which architecture model do Citrix Virtual Apps and Desktops 7 (CVAD) deployments use to organize Delivery Controllers, StoreFront, Studio, Director, and the Site database?

A
B
C
D
to track
2026 Statistics

Key Facts: Citrix CCA-V Exam

65

Questions

Citrix

62%

Passing Score

Citrix

90 min

Exam Duration

Citrix

$200

Exam Fee

Pearson VUE

3 years

Cert Valid

Citrix

1Y0-204

Exam Code

Citrix

The Citrix CCA-V (1Y0-204) exam has 65 multiple-choice questions in 90 minutes, requiring 62% to pass. It is administered through Pearson VUE for $200 USD. The exam covers CVAD 7 / Citrix DaaS administration: FMA architecture, MCS and PVS image management, Delivery Groups, HDX policies, Citrix UPM, App Layering basics, and Director monitoring. Citrix certifications are valid for 3 years.

Sample Citrix CCA-V Practice Questions

Try these sample questions to test your Citrix CCA-V exam readiness. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.

1Which architecture model do Citrix Virtual Apps and Desktops 7 (CVAD) deployments use to organize Delivery Controllers, StoreFront, Studio, Director, and the Site database?
A.Independent Management Architecture (IMA)
B.FlexCast Management Architecture (FMA)
C.Citrix Cloud Connector Architecture
D.Receiver Storefront Architecture
Explanation: CVAD 7 uses FlexCast Management Architecture (FMA). FMA replaced the legacy IMA from XenApp 6.5 and uses a SQL Server Site database (no IMA datastore polling) plus services on each Delivery Controller. All console actions (Studio) and monitoring (Director) work through the FMA broker service.
2Which CVAD component brokers user sessions, registers VDAs, and maintains the connection to the Site database?
A.StoreFront
B.Citrix Studio
C.Delivery Controller
D.Citrix Director
Explanation: The Delivery Controller is the central FMA service that brokers connections, registers Virtual Delivery Agents (VDAs), maintains the SQL Site database, and enforces policies. StoreFront enumerates resources to users, Studio is the management console, and Director is the monitoring console.
3In a Citrix DaaS (Citrix Cloud) deployment, what role do Cloud Connectors play in the customer's resource location?
A.They host the SQL Site database for the customer
B.They proxy ICA traffic between endpoints and VDAs
C.They act as a channel between Citrix Cloud control plane and on-premises resources (AD, hypervisor, VDAs)
D.They replace StoreFront for user authentication
Explanation: Cloud Connectors are lightweight Windows services installed in each resource location. They establish an outbound HTTPS channel to the Citrix Cloud control plane and proxy management calls to local Active Directory, the hypervisor, and registered VDAs. They are not session proxies and they don't host SQL — Citrix manages the Site database in the cloud.
4An administrator wants to view real-time session data, application launch failures, and machine registration status. Which CVAD console should be used?
A.Citrix Studio
B.Citrix Director
C.StoreFront Console
D.Citrix Licensing Manager
Explanation: Citrix Director is the monitoring and troubleshooting console for CVAD. It shows live and historical sessions, application launch durations, machine registration state, policies in effect, and alerts. Studio is for configuration; the Licensing Manager handles license files.
5What is the function of StoreFront in a CVAD environment?
A.It hosts the Site database
B.It authenticates users and enumerates available resources from Delivery Controllers
C.It compiles the master image for MCS
D.It manages PVS write cache files
Explanation: StoreFront authenticates users (via AD, SAML, smart card, or pass-through) and queries the Delivery Controllers to enumerate the applications and desktops the user is entitled to. It then builds the resource list shown in Citrix Workspace App and hands the user an ICA launch file when a resource is selected.
6Which two provisioning options does CVAD natively support for creating large numbers of VDAs from a master image? (Pick the BEST single answer.)
A.MCS and PVS
B.WDS and SCCM
C.Sysprep and Robocopy
D.App-V and AppLayering
Explanation: CVAD ships with two native image-management technologies: Machine Creation Services (MCS) and Provisioning Services (PVS, formerly Citrix Provisioning). MCS uses hypervisor APIs and a base disk + identity disk + difference disk model; PVS streams a vDisk over the network to target devices that boot via DHCP/TFTP.
7Which statement BEST describes how Machine Creation Services (MCS) provisions virtual machines?
A.It streams a vDisk over the network using DHCP options 66/67 and TFTP
B.It uses hypervisor APIs to clone a snapshot of the master image into a base disk plus per-VM identity and difference disks
C.It uses Windows Deployment Services to PXE-boot each VM
D.It boots from an ISO and writes changes back to the master image
Explanation: MCS calls the hypervisor (vSphere, Hyper-V, XenServer/Citrix Hypervisor, Nutanix AHV, Azure, AWS, GCP) to take a snapshot of the master VM and clone it. Each provisioned VM has a read-only base disk pointer, a small identity disk (computer name/domain SID), and a difference disk for writes. MCS does not stream over the network like PVS.
8Which two infrastructure components are MANDATORY when deploying Provisioning Services (PVS) target devices that boot from a vDisk over the network?
A.DHCP server and TFTP/BDM bootstrap source
B.SQL Standard Edition and an SSL certificate
C.Citrix Director and Workspace Environment Management
D.Ezoic and Beehiiv
Explanation: PVS targets boot via the network in three common ways — DHCP options 66/67 to TFTP, BDM (Boot Device Manager) ISO, or BDM partition. In every traditional PXE flow you need a working DHCP scope plus a TFTP source for the bootstrap (ARDBP32.BIN). The vDisk is then streamed from the PVS Server.
9Which PVS write cache type provides the best performance while still surviving a write cache file overflow on a busy non-persistent server?
A.Cache on Device Hard Disk
B.Cache in Device RAM
C.Cache in Device RAM with Overflow on Hard Disk
D.Cache on Server
Explanation: "Cache in Device RAM with Overflow on Hard Disk" (RAM Cache with Overflow) is the Citrix-recommended best practice for performance and resilience. Writes go to RAM first (fast); if RAM is exhausted, overflow spills to a VHDX file on the local disk. Pure RAM cache risks crashing the target if RAM fills up; pure disk cache is slower; server-side cache puts load on the PVS server.
10What is the difference between PVS vDisk Standard Mode and Private Mode?
A.Standard Mode allows multiple targets to share one vDisk read-only; Private Mode is single-target read/write for image edits
B.Standard Mode is encrypted; Private Mode is unencrypted
C.Standard Mode requires a TFTP server; Private Mode requires PXE
D.Standard Mode is for desktops; Private Mode is for servers
Explanation: In Standard Mode the vDisk is read-only and shared by many target devices; each target has its own write cache. In Private Mode the vDisk is read-write and assigned to a single target — used to update or patch the image. After updates, the admin promotes the new vDisk version back to Standard Mode for production use.

About the Citrix CCA-V Exam

Citrix CCA-V (1Y0-204) validates the skills to install, configure, and manage a Citrix Virtual Apps and Desktops 7 (CVAD) on-premises Site or a Citrix DaaS resource location. The exam covers FlexCast Management Architecture (FMA), Delivery Controller, StoreFront, Studio, Director, image provisioning with MCS and PVS, host connections to Citrix Hypervisor / vSphere / Hyper-V / Nutanix AHV / public cloud, HDX policies, profile management with Citrix UPM and FSLogix, and basic troubleshooting with Director and Citrix Health Assistant.

Questions

65 scored questions

Time Limit

90 minutes

Passing Score

62%

Exam Fee

$200 (Citrix / Pearson VUE)

Citrix CCA-V Exam Content Outline

~25%

Citrix Virtual Apps and Desktops Architecture

FMA components, Delivery Controller, StoreFront, Studio, Director, License Server, Site database, Cloud Connectors, host connections, resource locations.

~25%

Image Management (MCS & PVS)

Master image creation, Citrix Optimizer, BIS-F, Machine Catalog types, PVS vDisk modes, write cache, BDM boot, MCS identity disk, MCSIO, image updates.

~20%

Delivery Groups, Apps, HDX Policies

Delivery Group types, Application Groups, Tags, scopes, restart schedules, autoscale, HDX graphics/audio/USB/printing/clipboard, Citrix policy precedence.

~15%

User Access, Profiles, Authentication

StoreFront authentication, Workspace App, NetScaler/Citrix Gateway, FAS for SAML SSO, Citrix UPM, FSLogix Profile/Office containers, folder redirection, WEM.

~15%

Monitoring & Troubleshooting

Director sessions/EUEM, alerts, VDA registration, Citrix Health Assistant, CDF tracing, Citrix Insight Services, Citrix Probe Agent, App Layering basics.

How to Pass the Citrix CCA-V Exam

What You Need to Know

  • Passing score: 62%
  • Exam length: 65 questions
  • Time limit: 90 minutes
  • Exam fee: $200

Keys to Passing

  • Complete 500+ practice questions
  • Score 80%+ consistently before scheduling
  • Focus on highest-weighted sections
  • Use our AI tutor for tough concepts

Citrix CCA-V Study Tips from Top Performers

1Memorize the FMA components and what each one does (Delivery Controller, StoreFront, Studio, Director, License Server) — most architecture questions hinge on this.
2Know the difference between MCS and PVS in detail: identity disk vs vDisk, write cache types (RAM with overflow), BDM boot, and image update workflows.
3Practice the Logon Duration phases (Brokering, VM Start, HDX, Authentication, Profile Load, Logon Scripts, Interactive Session) — Director questions are common.
4Know HDX policy precedence (Priority 1 wins) and which policies live in Studio vs which can be set via AD GPO with the Citrix ADMX templates.
5Understand FAS, SAML SSO, and the StoreFront authentication options (pass-through, smart card, SAML, Citrix Gateway integration).

Frequently Asked Questions

What is the passing score for the Citrix CCA-V (1Y0-204) exam?

The passing score is 62%. The exam has 65 multiple-choice questions and a 90-minute time limit (plus an additional NDA/survey allowance). It is delivered at Pearson VUE testing centers and via OnVUE online proctoring.

How much does the CCA-V exam cost?

The 1Y0-204 exam fee is $200 USD when registered through Pearson VUE. Some regions may show local equivalents and tax. Citrix periodically offers exam vouchers and bundles via the Citrix training portal.

How long is the Citrix CCA-V certification valid?

Citrix associate certifications are typically valid for 3 years from the date you pass. To renew, candidates can take a new exam version, take a higher-level exam, or follow the Citrix Continuing Education program where available.

Does CCA-V cover Citrix Cloud / DaaS as well as on-premises CVAD?

Yes. The 1Y0-204 exam blueprint covers both Citrix Virtual Apps and Desktops 7 on-premises and Citrix DaaS in Citrix Cloud, including Cloud Connectors, resource locations, and the Citrix-managed control plane.