AZ400 Microsoft Azure DevOps Solutions Free Practice Test — 30 Questions

30 questions · Full explanations · No account required

Free
Question 1 of 30

A financial services organization is piloting a new AI-driven static code analysis tool to identify potential security vulnerabilities and compliance deviations in their proprietary trading platform code. The existing CI/CD pipeline, orchestrated via Azure Pipelines and deployed to Azure Kubernetes Service (AKS), handles frequent releases of this platform. The AI tool requires specialized GPU-accelerated compute and operates on sensitive financial data, necessitating strict data isolation and adherence to industry regulations like PCI DSS and SOX. The team must integrate this tool without significantly impacting the current release velocity or introducing new security loopholes. Which strategy best balances the need for innovation with the imperative of security and operational stability?

Establish a dedicated, air-gapped Azure Kubernetes Service (AKS) cluster specifically for the AI tool's execution, integrating its findings as a gating mechanism in the primary Azure Pipelines workflow, and enforcing granular access controls using Azure RBAC and Azure Policy for resource configuration and data handling.
Modify the existing AKS cluster to accommodate the AI tool's GPU requirements by dynamically scaling node pools, and inject the AI tool directly into the existing build agents to perform analysis in parallel with compilation, relying on network segmentation within the cluster for isolation.
Deploy the AI tool as a containerized application within the existing AKS cluster, utilizing resource quotas to limit its impact, and manage secrets using environment variables directly within the pipeline definition for ease of access.
Offload the AI analysis to a third-party SaaS provider specializing in AI code scanning, assuming their compliance certifications are sufficient, and integrate their API calls as a post-deployment validation step within the Azure Pipelines.

About the AZ400 Microsoft Azure DevOps Solutions Certification

These free practice questions are designed to help you assess your readiness for the AZ400 Microsoft Azure DevOps Solutions exam by Other. Each question comes with a detailed explanation to reinforce the correct concept. For a complete exam preparation experience with hundreds of questions, spaced-repetition study tools, and full exam simulations, explore our premium access.