
Q91
Q91 In cloud IAM, what is the purpose of role-based access control (RBAC)?
To allocate network bandwidth
To limit data storage
To assign permissions based on roles
To increase computational power
Q92
Q92 Which of the following is NOT part of a typical IAM system?
User identities
Resource access
Bandwidth allocation
Permission policies
Q93
Q93 What is the difference between an IAM user and an IAM role in cloud computing?
Roles are used for programmatic access
Users require more permissions
Users represent individuals, roles are assigned to entities
Roles have no permissions
Q94
Q94 Which AWS CLI command is used to create a new IAM user?
aws iam create-user
aws iam add-user
aws iam new-user
aws iam make-user
Q95
Q95 How would you assign a new IAM policy to a user using the AWS CLI?
aws iam assign-policy
aws iam put-user-policy
aws iam attach-user-policy
aws iam set-policy
Q96
Q96 How would you create a new role with specific permissions in Google Cloud IAM using gcloud CLI?
gcloud iam create-role
gcloud create-iam-role
gcloud iam new-role
gcloud iam define-role
Q97
Q97 A user is unable to access a cloud resource even though they have been granted permissions. What could be the cause?
Incorrect IAM policy
Network issues
Storage limit exceeded
Software bugs
Q98
Q98 A user has been granted access to multiple cloud resources but is unable to perform actions in some of them. What is the likely issue?
Overlapping IAM policies
Insufficient permissions
Network latency
Incorrect user role
Q99
Q99 An organization is facing unauthorized access issues despite having IAM policies in place. What could be a potential solution?
Implement multi-factor authentication
Increase user permissions
Disable unused user accounts
Enable network encryption
Q100
Q100 What is the purpose of a Virtual Private Cloud (VPC) in cloud networking?
Provide physical storage
Securely connect on-premise to cloud
Manage identity access
Increase processing speed
Q101
Q101 Which of the following is a core component of cloud networking?
Virtual Machines
Security Groups
Load Balancers
File Storage
Q102
Q102 What role do subnets play in a cloud networking environment?
They route network traffic
They isolate network segments
They store user data
They secure databases
Q103
Q103 Which service allows for direct, private connectivity between a customer's data center and a cloud provider?
VPN
Direct Connect
Load Balancer
NAT Gateway
Q104
Q104 Which cloud networking model provides scalability by abstracting the network layer entirely?
Traditional Networking
Overlay Networking
Underlay Networking
Cloud-Native Networking
Q105
Q105 Which AWS command lists the available subnets in a specific region?
aws ec2 describe-subnets
aws ec2 list-subnets
aws vpc describe-subnets
aws ec2 show-subnets
Q106
Q106 How would you create a new Virtual Private Cloud (VPC) in AWS using the CLI?
aws vpc create-vpc
aws ec2 create-vpc
aws vpc new-vpc
aws ec2 build-vpc
Q107
Q107 How would you attach an internet gateway to a VPC in AWS using the CLI?
aws ec2 attach-igw
aws ec2 create-gateway
aws ec2 attach-internet-gateway
aws ec2 add-igw
Q108
Q108 In Google Cloud, what is the command to create a new VPC using the gcloud CLI?
gcloud compute networks create
gcloud create-vpc
gcloud compute new-vpc
gcloud build-vpc
Q109
Q109 A user is unable to access their cloud resource over the internet. What could be a possible reason?
The VPC is not created
The internet gateway is not attached
Insufficient storage
Incorrect IAM policy
Q110
Q110 A company is facing slow data transfers between their on-premise data center and the cloud. What could be the issue?
High network latency
Data encryption
Over-provisioned servers
Incorrect IAM permissions
Q111
Q111 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
Q112
Q112 Which of the following is a primary consideration when managing a cloud deployment?
CPU performance
Security
Backup frequency
User authentication
Q113
Q113 What does auto-scaling help achieve in cloud deployments?
Reduced storage
Automatic billing
Optimal resource usage
Improved network speeds
Q114
Q114 What is a significant challenge in managing multi-cloud deployments?
Increased latency
Complex identity management
Limited scalability
Reduced data privacy
Q115
Q115 In cloud deployment, what is the main advantage of Infrastructure as Code (IaC)?
Reduced manual errors
Improved security
Faster data transfer
Better storage
Q116
Q116 Which of the following strategies is essential for managing disaster recovery in cloud deployments?
Regular testing
Increased encryption
Smaller virtual machines
Low latency connections
Q117
Q117 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
Q118
Q118 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
Q119
Q119 What command in AWS CLI would you use to provision resources using Terraform?
terraform create
terraform apply
terraform start
terraform deploy
Q120
Q120 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


