Q91
Q91 A company using cloud services is experiencing IP conflicts between their resources. What is a potential solution?
Increase server resources
Use multiple VPCs
Reduce security rules
Switch to a public cloud model
Q92
Q92 Which of the following is a primary consideration when managing a cloud deployment?
CPU performance
Security
Backup frequency
User authentication
Q93
Q93 What does auto-scaling help achieve in cloud deployments?
Reduced storage
Automatic billing
Optimal resource usage
Improved network speeds
Q94
Q94 What is a significant challenge in managing multi-cloud deployments?
Increased latency
Complex identity management
Limited scalability
Reduced data privacy
Q95
Q95 In cloud deployment, what is the main advantage of Infrastructure as Code (IaC)?
Reduced manual errors
Improved security
Faster data transfer
Better storage
Q96
Q96 Which of the following strategies is essential for managing disaster recovery in cloud deployments?
Regular testing
Increased encryption
Smaller virtual machines
Low latency connections
Q97
Q97 In AWS, how would you update an existing CloudFormation stack to deploy new resources?
aws cloudformation update-stack
aws cloudformation change-stack
aws ec2 update-stack
aws vpc update-stack
Q98
Q98 How would you deploy an application to Google Kubernetes Engine (GKE) using the gcloud CLI?
gcloud app deploy
gcloud container deploy
kubectl apply
gcloud kubernetes deploy
Q99
Q99 What command in AWS CLI would you use to provision resources using Terraform?
terraform create
terraform apply
terraform start
terraform deploy
Q100
Q100 How would you define a multi-cloud deployment using Terraform configuration?
Define multiple provider blocks
Use the same provider block
Define a single cloud block
Use one cloud and multiple regions
Q101
Q101 A company’s auto-scaling group is not scaling resources as expected in AWS. What could be the cause?
Insufficient monitoring
Improper scaling policy
Too many instances
Insufficient storage
Q102
Q102 A cloud application deployed using Kubernetes is showing high latency. What could be a potential reason?
Insufficient CPU allocation
Misconfigured pods
Over-provisioned nodes
Large disk storage
Q103
Q103 A multi-cloud deployment is facing issues with data synchronization between clouds. What could be the cause?
Slow storage
Different cloud APIs
Network misconfiguration
Incorrect IAM policies
Q104
Q104 Which regulation is often a requirement for companies handling customer data in Europe?
HIPAA
GDPR
SOC 2
PCI-DSS
Q105
Q105 What does the Health Insurance Portability and Accountability Act (HIPAA) regulate in cloud computing?
Payment systems
Medical data protection
Financial reporting
Storage limits
Q106
Q106 Which of the following is a cloud compliance standard for financial data?
GDPR
ISO 27001
PCI-DSS
HIPAA
Q107
Q107 What is the role of ISO 27001 in cloud compliance?
Ensures scalability
Protects against data breaches
Sets standards for information security
Monitors CPU usage
Q108
Q108 Which of the following is a key challenge in ensuring cloud compliance across different regions?
Regulatory diversity
Scalability issues
High costs
Inconsistent data types
Q109
Q109 In AWS, how would you enable logging for compliance audits in S3?
aws s3 enable-logs
aws s3 set-logging
aws s3api put-bucket-logging
aws s3api set-logging
Q110
Q110 Which command in Google Cloud would you use to export audit logs for compliance purposes?
gcloud logging export
gcloud logs transfer
gcloud audit export
gcloud logging logs export
Q111
Q111 A company is failing a compliance audit due to improper data encryption. What could be the reason?
Incorrect encryption algorithm
Slow network speeds
Insufficient cloud resources
High latency
Q112
Q112 A company is struggling to comply with local data residency requirements. What solution could help?
Multi-region backups
End-to-end encryption
Use of local cloud data centers
Faster storage
Q113
Q113 A company using multiple cloud providers is facing issues with maintaining consistent compliance. What could be the problem?
Different compliance frameworks
Cloud provider limitations
High data storage costs
Overlapping identities
Q114
Q114 What is the key advantage of building a cloud-native application over a traditional application?
Enhanced security
Manual scaling
Automatic scaling
Costly maintenance
Q115
Q115 Which of the following architecture patterns is most suited for building scalable cloud applications?
Monolithic
Serverless
Client-server
Peer-to-peer
Q116
Q116 What is a major challenge when scaling a stateful cloud application?
Managing session state
Scaling resources
Optimizing CPU usage
Maintaining network speed
Q117
Q117 Which of the following is an optimal approach for handling massive read/write operations in a scalable cloud database?
Horizontal scaling
Vertical scaling
Use of a monolithic database
Only increasing storage
Q118
Q118 How would you define an auto-scaling policy for an AWS EC2 instance using the CLI?
aws ec2 auto-scale
aws autoscaling create-auto-scaling-group
aws ec2 create-scale-policy
aws cloud create-auto-scaling
Q119
Q119 How would you configure an application load balancer in AWS using the CLI for a scalable web application?
aws elb create
aws ec2 configure-load-balancer
aws elbv2 create-load-balancer
aws ec2 create-lb
Q120
Q120 A cloud application is experiencing performance issues due to increased traffic. What could be a solution?
Increase memory
Implement auto-scaling
Use larger VMs
Upgrade network speed