Courseiva

CCNA Management And Technical Operations Questions

53 questions · Management And Technical Operations · All types, answers revealed

1
Multi-Selecthard

Which THREE services allow you to restrict network access in a cloud VPC?

Select 3 answers
A.Content Delivery Network
B.Auto Scaling Groups
C.Web Application Firewalls (WAF)
D.Network ACLs
E.Security Groups
AnswersC, D, E

Application-level traffic filtering.

Why this answer

Network security in the cloud is enforced through Security Groups, Network ACLs, and Firewalls.

2
MCQhard

A company requires that all cloud logs be retained for seven years for legal compliance. Which service should they configure to ensure logs are moved to the cheapest storage class long-term?

A.S3 Lifecycle Policies
B.CloudWatch Logs retention
C.IAM Policies
D.AWS CloudTrail
AnswerA

Lifecycle policies manage the movement of data between storage tiers automatically.

Why this answer

Lifecycle policies in object storage (like AWS S3) automatically transition objects to cheaper, colder storage tiers based on age.

3
Multi-Selectmedium

Which THREE factors influence cloud resource scalability decisions?

Select 3 answers
A.Traffic patterns
B.The developer's preferred OS
C.Budgetary cost limits
D.The color of the UI
E.Application performance metrics
AnswersA, C, E

Peak usage times drive scaling requirements.

Why this answer

Scaling decisions are driven by demand patterns, application performance, and cost constraints.

4
Multi-Selecteasy

Which THREE cloud service models require different levels of operational management from the customer?

Select 3 answers
A.Infrastructure as a Service (IaaS)
B.Software as a Service (SaaS)
C.People as a Service
D.Hardware as a Service (HaaS)
E.Platform as a Service (PaaS)
AnswersA, B, E

Requires full OS and app management.

Why this answer

IaaS, PaaS, and SaaS represent different levels of abstraction and customer responsibility.

5
Multi-Selectmedium

Which TWO of the following are benefits of using tags on cloud resources?

Select 2 answers
A.Improved cost allocation
B.Automatic software updates
C.Better resource organization
D.Automatic data encryption
E.Increased processing speed
AnswersA, C

Tags allow you to group costs by department or project.

Why this answer

Tags are critical for cost allocation (billing) and resource organization (management).

6
MCQeasy

Which of the following is an example of 'Infrastructure as Code'?

A.Manual console configuration
B.Cloud provider dashboard
C.Using Terraform files
D.Automatic scaling alerts
AnswerC

Terraform is a primary tool for writing infrastructure definitions as code.

Why this answer

IaC uses machine-readable definition files to manage and provision data center infrastructure.

7
Multi-Selecthard

Which THREE items should be included in an incident response plan?

Select 3 answers
A.Monitoring and alerting thresholds
B.Communication plan
C.Defined roles and responsibilities
D.Employee training manuals
E.Budget approval workflows
AnswersA, B, C

Essential for detecting when an incident occurs.

Why this answer

An incident plan must define who does what (roles), how they identify the issue (monitoring), and how they communicate.

8
MCQmedium

Your team needs to share a large, sensitive file with an external partner. What is the secure way to share this file in the cloud?

A.Give the partner your root credentials
B.Use a pre-signed URL
C.Email the file as an attachment
D.Make the bucket public
AnswerB

Pre-signed URLs allow temporary, secure access to private files.

Why this answer

Pre-signed URLs or temporary access links allow secure, limited-time access to specific objects in cloud storage.

9
MCQmedium

You are troubleshooting a connectivity issue where an application cannot reach a database. Which tool allows you to trace the network path and identify the specific point of failure?

A.Instance health checks
B.IAM Policy simulator
C.VPC Flow Logs
D.CloudWatch Metrics
AnswerC

Flow logs provide visibility into network traffic flows, helping identify if traffic is blocked by security groups.

Why this answer

Network tracing tools like Traceroute or cloud-native Flow Logs help diagnose where traffic is blocked.

10
MCQhard

A security audit requires that all database queries be logged and stored securely. Which feature should be enabled to meet this requirement in a relational database service?

A.Storage encryption
B.Database auditing/Query logging
C.Automated backups
D.Connection pooling
AnswerB

Auditing captures detailed activity for compliance.

Why this answer

Database auditing or query logging features track user access and query execution for security analysis.

11
MCQeasy

A developer needs to monitor real-time CPU utilization across a fleet of virtual machines in Azure. Which service should be used to capture and visualize these metrics?

A.Azure Advisor
B.Azure Monitor
C.Azure Policy
D.Azure Resource Graph
AnswerB

Azure Monitor provides the infrastructure to collect and visualize VM metrics.

Why this answer

Azure Monitor is the primary service for collecting, analyzing, and acting on telemetry data from Azure resources.

12
Multi-Selecthard

Which TWO components are essential for a robust cloud disaster recovery plan?

Select 2 answers
A.A dedicated office space
B.A defined failover procedure
C.Regular data backups
D.Hardware procurement contracts
E.Increased marketing budget
AnswersB, C

Knowing how to recover is as important as having backups.

Why this answer

Disaster recovery requires data redundancy and a well-defined process for failing over traffic.

13
Multi-Selectmedium

Which TWO of the following are benefits of using a Content Delivery Network (CDN)?

Select 2 answers
A.Decreased load on origin servers
B.Reduced latency for end users
C.Direct database access
D.Encryption of data at rest
E.Automated server patching
AnswersA, B

Offloading requests to the edge reduces origin traffic.

Why this answer

CDNs improve performance by caching content closer to users and reduce the load on the origin server.

14
MCQeasy

Which cloud operation task is primarily responsible for ensuring that the cloud environment adheres to corporate security and regulatory standards?

A.Cost optimization
B.Load balancing
C.Compliance management
D.Capacity planning
AnswerC

Compliance management specifically manages regulatory and policy adherence.

Why this answer

Compliance management involves auditing and enforcing rules to ensure the environment stays within defined regulatory boundaries.

15
Multi-Selecteasy

Which TWO of the following are common cloud monitoring tasks?

Select 2 answers
A.Auditing API access logs
B.Purchasing new hardware
C.Automating user salary payments
D.Tracking CPU and RAM utilization
E.Designing marketing collateral
AnswersA, D

Security auditing is essential for compliance monitoring.

Why this answer

Monitoring involves both resource performance tracking and security event auditing.

16
MCQeasy

Which document is essential to review to understand the scope and limitations of a cloud provider's commitment to service uptime?

A.Pricing sheet
B.Support contact list
C.Architecture diagram
D.Service Level Agreement (SLA)
AnswerD

The SLA defines the expected uptime standards.

Why this answer

The Service Level Agreement (SLA) outlines the uptime guarantee and the remedies if that guarantee is not met.

17
MCQmedium

A database is experiencing high I/O wait times. Which resource change is most appropriate?

A.Upgrade to a higher-performance storage volume
B.Increase CPU cores
C.Enable encryption
D.Reduce the number of users
AnswerA

Higher IOPS volumes reduce I/O wait times.

Why this answer

High I/O wait usually indicates slow storage; upgrading to a higher-performance storage tier (e.g., SSD) resolves this.

18
Multi-Selecteasy

Which THREE items are considered part of cloud resource maintenance?

Select 3 answers
A.Patching operating systems
B.Deleting unused volumes
C.Buying new office desks
D.Cleaning the office kitchen
E.Monitoring health metrics
AnswersA, B, E

Essential for security and stability.

Why this answer

Maintenance includes keeping resources patched, removing unused assets, and monitoring health.

19
Multi-Selecthard

Which THREE actions are best practices for securing a cloud virtual machine?

Select 3 answers
A.Allowing all ports in Security Groups
B.Applying the principle of least privilege
C.Using public IPs for all services
D.Keeping the OS and software updated
E.Using strong key-based authentication
AnswersB, D, E

Restrict user/service permissions to only what is necessary.

Why this answer

Securing a VM involves minimizing attack surface, ensuring encryption, and managing access correctly.

20
MCQhard

You have a fleet of instances that need to automatically update their software patches. What is the best cloud-native approach to manage this?

A.Disabling updates
B.Re-deploying instances
C.Manual login and update
D.Automated patch management
AnswerD

Centralized patch management services automate the testing and deployment of updates.

Why this answer

Systems management tools like Systems Manager (AWS) or Azure Automation allow centralized, scheduled, and automated patching.

21
MCQhard

You notice that the latency of your web application is increasing. You have determined the database is the bottleneck. What is the most effective way to improve read performance?

A.Delete old indexes
B.Create read replicas
C.Enable multi-AZ failover
D.Increase primary instance size
AnswerB

Read replicas offload read operations from the primary instance.

Why this answer

Adding read replicas distributes query load, reducing the pressure on the primary database instance.

22
MCQeasy

An administrator wants to ensure that a storage bucket is not accidentally deleted. Which feature should be enabled?

A.Public access block
B.Storage encryption
C.Bucket versioning
D.Cross-region replication
AnswerC

Versioning preserves previous states and allows recovery of deleted files.

Why this answer

Soft delete or bucket versioning ensures that data can be recovered if accidentally deleted.

23
MCQmedium

A system administrator needs to automatically replace unhealthy EC2 instances in an AWS Auto Scaling group. Which component must be configured?

A.CloudWatch Alarms
B.Elastic Load Balancer
C.IAM Role
D.Auto Scaling Health Checks
AnswerD

Auto Scaling monitors instance health and replaces those that fail checks.

Why this answer

Health checks in an Auto Scaling group allow the service to detect unhealthy instances and trigger a replacement process.

24
Multi-Selecthard

Which TWO of the following are key considerations for cloud operational compliance?

Select 2 answers
A.Ignoring regional laws
B.Policy enforcement automation
C.Avoiding cloud providers
D.Regular security audits
E.Using only one password
AnswersB, D

Ensuring rules are automatically applied.

Why this answer

Compliance requires regular auditing and ensuring that policies are enforced across all resources.

25
MCQmedium

You are tasked with automating a script that runs every night at 2 AM to clean up temporary files. Which service is most appropriate for triggering this task?

A.AWS SNS
B.AWS IAM
C.AWS Lambda + EventBridge
D.AWS SQS
AnswerC

EventBridge can trigger Lambda functions on a recurring time-based schedule.

Why this answer

Event-driven scheduling tools like EventBridge (AWS) or Azure Automation run tasks based on cron-like schedules.

26
Multi-Selecthard

Which TWO of the following are valid strategies for cloud data migration?

Select 2 answers
A.Printing all data as paper records
B.Network-based migration
C.Hard-coding all database rows
D.Deleting all local hardware
E.Physical transfer devices
AnswersB, E

Moving data over the WAN/VPN.

Why this answer

Data migration can involve physical transfer of devices or network-based replication.

27
Multi-Selectmedium

Which TWO of the following are common cloud deployment patterns?

Select 2 answers
A.Blue/Green deployment
B.Deleting the cloud account
C.Rolling update
D.Manual copy-paste
E.Physical shipping
AnswersA, C

Switching traffic between two identical environments.

Why this answer

Deployment patterns determine how updates are rolled out; Blue/Green and Rolling updates are standard industry practices.

28
MCQmedium

A developer needs to update a database schema without losing any existing data. Which concept is essential for this operational task?

A.Database snapshots
B.Caching layer purge
C.Database migration scripts
D.Full database replication
AnswerC

Version-controlled migration scripts manage schema changes safely.

Why this answer

Database migrations ensure that schema changes are applied safely across environments, preserving data integrity.

29
MCQmedium

Which protocol is most commonly used for secure, encrypted remote management of Linux-based virtual machines in the cloud?

A.SSH
B.FTP
C.HTTP
D.Telnet
AnswerA

SSH provides encrypted communication for remote management.

Why this answer

SSH (Secure Shell) is the industry standard for secure remote access to Linux servers.

30
MCQhard

You are designing a high-availability architecture. Which configuration ensures that your application is resilient to the failure of an entire physical data center?

A.Multi-AZ deployment
B.Vertical scaling
C.Single AZ deployment
D.Local caching
AnswerA

Multi-AZ provides redundancy across physically separate data centers.

Why this answer

Deploying across multiple Availability Zones (AZs) ensures that the application remains online even if one data center fails.

31
MCQmedium

You have a microservices architecture. How can you effectively manage the deployment of configuration changes across hundreds of containers without manual intervention?

A.Rebooting the instances
B.Centralized configuration management
C.Manual SSH access
D.Hard-coding values
AnswerB

Tools like Kubernetes ConfigMaps or Consul manage configuration across distributed containers.

Why this answer

Configuration management tools or orchestration platforms (like Kubernetes) use templates to propagate changes.

32
MCQeasy

You are notified that an unused storage volume is incurring costs. What is the standard operational procedure to stop these charges?

A.Encrypt the volume
B.Rename the volume
C.Move to a different region
D.Delete the volume
AnswerD

Deleting an unused resource stops the charges immediately.

Why this answer

Deleting or detaching and deleting the orphaned resource is the standard way to stop billing.

33
MCQmedium

Which metric should you monitor to determine if your application's load balancer is struggling with concurrent user connections?

A.Disk I/O throughput
B.Active connection count
C.Memory usage of the DB
D.Log write errors
AnswerB

Monitoring the number of concurrent connections shows if the load balancer is reaching its limits.

Why this answer

Connection counts or active flow metrics are the primary indicators of load balancer capacity.

34
Multi-Selectmedium

Which THREE services are typically involved in cloud infrastructure automation?

Select 3 answers
A.Microsoft Word
B.Adobe Photoshop
C.CloudFormation
D.Terraform
E.Ansible
AnswersC, D, E

CloudFormation provides AWS-native infrastructure templates.

Why this answer

Infrastructure automation relies on scripting languages, configuration management tools, and service orchestration.

35
MCQmedium

You need to restrict outgoing network traffic from a private subnet to only specific API endpoints. Which security component should be configured?

A.Route Table
B.VPC Peering
C.Security Group
D.Internet Gateway
AnswerC

Security groups function as virtual firewalls to control inbound and outbound traffic.

Why this answer

Network Access Control Lists (NACLs) or Security Groups can manage traffic, but specifically for egress control, Security Groups are typically applied to individual instances or resources.

36
MCQhard

Your organization uses a 'Shared Responsibility Model'. Which of the following is typically the customer's responsibility in the cloud?

A.Maintenance of the host OS kernel
B.Redundancy of the physical power grid
C.Physical security of the data center
D.Configuration of security groups
AnswerD

Customers are responsible for configuring their own network security and firewall rules.

Why this answer

In most cloud models, the provider manages the physical hardware, while the customer manages data, patches, and configurations.

37
MCQhard

You are responsible for managing access keys for service accounts. You suspect a key has been compromised. What is the immediate operational step to take?

A.Deactivate/Rotate the key
B.Change the password of the user
C.Increase logging levels
D.Monitor CloudTrail logs
AnswerA

Deactivating the key immediately halts unauthorized access.

Why this answer

The most effective and immediate way to stop unauthorized access is to rotate or deactivate the compromised credentials.

38
MCQmedium

You need to ensure that all virtual machines follow a consistent naming convention and have specific tags for cost tracking. What service should you use to enforce this?

A.Azure Monitor
B.Azure Policy
C.Azure Resource Graph
D.Azure Advisor
AnswerB

Azure Policy allows you to mandate tags and naming conventions on resources.

Why this answer

Policy enforcement services like Azure Policy or AWS Service Control Policies (SCPs) can mandate tags and naming patterns.

39
Multi-Selecteasy

Which TWO things should be checked when a cloud service is exceeding its budget?

Select 2 answers
A.Cost allocation reports
B.The provider's marketing website
C.Internet speed tests
D.Internal employee email logs
E.Resource utilization metrics
AnswersA, E

Identify exactly which resources are consuming the budget.

Why this answer

Budget overruns are typically caused by either runaway resource usage or inefficient resource selection.

40
Multi-Selecteasy

Which THREE factors are primary drivers for cloud cost management?

Select 3 answers
A.Employee salary
B.Data transfer rates
C.Internet browser choice
D.Resource type and size
E.Geographic region
AnswersB, D, E

Egress traffic is a major hidden cost.

Why this answer

Cloud costs are primarily driven by the resources provisioned, the performance tier chosen, and the geographic location of the data.

41
MCQhard

Your organization requires that a specific cloud environment be isolated from the internet, yet it must access a private service hosted on another cloud provider. Which networking configuration is most appropriate?

A.NAT Gateway
B.Public IP address assignment
C.Internet Gateway
D.Private Link / Private Endpoint
AnswerD

Private endpoints allow secure, internal-only communication to services.

Why this answer

A Private Link or a VPN/Direct Connect link allows connectivity without traversing the public internet.

42
MCQeasy

When a cloud service experiences a global outage, which document should you check to verify the current status of the provider's infrastructure?

A.Internal IT wiki
B.Billing report
C.Service Level Agreement (SLA) doc
D.Cloud provider status dashboard
AnswerD

The status dashboard is the authoritative source for service availability.

Why this answer

Cloud providers maintain a public Status Dashboard to track the real-time health of their services.

43
MCQeasy

An administrator is setting up a new cloud account. What is the first security best practice they should implement?

A.Increase instance capacity
B.Create a support ticket
C.Enable MFA on the root account
D.Upload a custom logo
AnswerC

MFA is the most critical security control for any administrative account.

Why this answer

Enabling MFA is the most critical first step to secure any account access.

44
Multi-Selectmedium

Which THREE of the following are necessary to manage multi-cloud deployments effectively?

Select 3 answers
A.Ignoring one cloud provider
B.Unified monitoring tools
C.Printing physical logs
D.Infrastructure as Code
E.Centralized identity management
AnswersB, D, E

Seeing all metrics in one dashboard.

Why this answer

Multi-cloud management requires unified visibility, standardized IaC, and consistent identity management.

45
MCQeasy

What is the primary benefit of using a Managed Service (like RDS) over a self-managed database on a virtual machine?

A.Access to underlying OS
B.Lower cost
C.Reduced operational overhead
D.Unlimited performance
AnswerC

Managed services automate routine maintenance, updates, and backups.

Why this answer

Managed services handle operational tasks like patching, backups, and maintenance, reducing the operational burden on the user.

46
MCQmedium

A cloud administrator is tasked with reducing idle resource costs in AWS. Which tool should be configured to provide specific rightsizing recommendations for EC2 instances based on historical utilization data?

A.AWS Cost Explorer
B.AWS Trusted Advisor
C.AWS Budgets
D.AWS Compute Optimizer
AnswerD

Compute Optimizer is the specific service designed for rightsizing recommendations.

Why this answer

AWS Compute Optimizer uses machine learning to analyze historical utilization metrics to provide rightsizing recommendations for EC2 instances.

47
MCQhard

You are migrating a legacy application to the cloud. The application requires an OS that is no longer supported by the provider. Which migration strategy is most appropriate?

A.Re-hosting (Lift and Shift)
B.Re-platforming
C.Retaining
D.Retiring
AnswerB

Updating the application to a supported platform is a standard migration strategy.

Why this answer

Re-platforming or re-architecting is often necessary for legacy apps that can't run on modern cloud-native OS templates.

48
MCQhard

You are managing a multi-cloud environment using Terraform. You need to ensure that the infrastructure state is locked to prevent concurrent modifications during CI/CD pipeline runs. Which backend component should you implement to achieve state locking?

A.DynamoDB table
B.S3 Versioning
C.Terraform Cloud Workspaces
D.IAM Policy
AnswerA

DynamoDB is the required service for state locking when using S3 as a Terraform backend.

Why this answer

In Terraform, state locking is handled by the backend. When using AWS S3, you must use a DynamoDB table to provide the state locking mechanism.

49
MCQhard

You are utilizing Infrastructure as Code (IaC) templates. You notice that a specific resource update is causing service downtime. Which deployment pattern should you adopt to verify updates in a controlled environment before rolling out to production?

A.Canary release
B.In-place upgrade
C.Rolling update
D.Blue/Green deployment
AnswerD

This pattern allows testing and seamless switching, minimizing downtime.

Why this answer

Blue/Green deployment allows you to deploy the new version in a separate environment (Green) and switch traffic only after verification.

50
MCQeasy

You want to receive an email alert whenever your monthly cloud spending exceeds $500. Which service should you configure?

A.AWS Cost Explorer
B.AWS Budgets
C.AWS Trusted Advisor
D.AWS CloudTrail
AnswerB

AWS Budgets allows setting cost thresholds and alert notifications.

Why this answer

Budgeting services allow you to set cost thresholds and trigger alerts via SNS or email.

51
MCQeasy

You are managing a fleet of cloud servers and notice that CPU usage is consistently at 95% during peak hours. What operational action should you take to restore performance?

A.Scale out the application
B.Change the time zone
C.Reduce the logging level
D.Disable the firewall
AnswerA

Adding more instances to the pool spreads the load, reducing the burden on individual servers.

Why this answer

Horizontal scaling (adding more instances) or vertical scaling (increasing instance size) are standard responses to high utilization.

52
MCQmedium

You are implementing a disaster recovery strategy. You need to ensure that database backups are stored in a different geographic region than the primary production database. What is this concept known as in cloud management?

A.Geo-redundancy
B.Horizontal scaling
C.Availability Zone failover
D.Local data caching
AnswerA

Storing data in a separate geographic region provides regional disaster protection.

Why this answer

Geographic redundancy or cross-region replication is the practice of storing data in a different physical location to survive regional disasters.

53
MCQhard

An organization is migrating to a hybrid cloud model. They require a dedicated, private connection between their on-premises data center and the cloud provider to reduce latency. Which service should be provisioned?

A.Direct Connect
B.Software-Defined Networking
C.Content Delivery Network
D.Site-to-Site VPN
AnswerA

Direct Connect establishes a private, physical connection from the data center to the cloud.

Why this answer

Direct Connect (AWS) or ExpressRoute (Azure) provides a dedicated physical connection to the cloud, bypassing the public internet.

Ready to test yourself?

Try a timed practice session using only Management And Technical Operations questions.