0% found this document useful (0 votes)
5 views6 pages

Unit-3 QB CC

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views6 pages

Unit-3 QB CC

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

2-Mark Questions

The questions are distributed across Bloom's Taxonomy levels (BLT-1 to BLT-6) to ensure
comprehensive coverage of cognitive skills, with approximately equal distribution (4-5 questions
per level). Answers are detailed to provide more insight while staying concise.

BLT-1: Remember (Recall Facts)

1. (BLT-1) What is the NIST Cloud Computing Reference Architecture? Answer: The
NIST Cloud Computing Reference Architecture is a standardized framework defining
cloud computing components, including five actors (Consumer, Provider, Broker,
Auditor, Carrier), service models (IaaS, PaaS, SaaS), and deployment models (Public,
Private, Hybrid, Community), ensuring interoperability and clarity in cloud ecosystems.
2. (BLT-1) List the three primary cloud service models. Answer: The three primary
cloud service models are Infrastructure as a Service (IaaS), Platform as a Service (PaaS),
and Software as a Service (SaaS).
3. (BLT-1) Name three major Cloud Storage Providers besides AWS S3. Answer:
Google Cloud Storage, Microsoft Azure Blob Storage, and IBM Cloud Object Storage.
4. (BLT-1) Recall two Architectural Design Challenges in cloud computing. Answer:
Data privacy/compliance and performance variability due to multi-tenancy.
5. (BLT-1) What does S3 stand for in AWS? Answer: S3 stands for Simple Storage
Service, Amazon’s scalable object storage solution.

BLT-2: Understand (Explain Concepts)

6. (BLT-2) Explain the concept of Layered Cloud Architecture Design. Answer:


Layered Cloud Architecture organizes cloud systems into hierarchical layers (physical,
virtualization, service, orchestration) to enhance modularity, scalability, and abstraction,
allowing efficient resource management and simplified user interaction.
7. (BLT-2) Describe the role of Storage-as-a-Service in cloud computing. Answer:
Storage-as-a-Service (StaaS) provides scalable, on-demand storage over the internet,
abstracting hardware management. Users access data via APIs, benefiting from
redundancy and global availability, as seen in AWS S3.
8. (BLT-2) Explain how SaaS reduces IT overhead for businesses. Answer: SaaS
delivers applications over the internet (e.g., Google Workspace), eliminating local
installation, maintenance, and hardware costs, allowing businesses to focus on operations
while providers handle updates and security.
9. (BLT-2) Describe the advantages of Cloud Storage in terms of accessibility. Answer:
Cloud Storage enables global data access via internet-connected devices, with APIs for
seamless integration, ensuring users can retrieve or store data anytime, anywhere, unlike
traditional storage limited to local networks.
BLT-3: Apply (Use in Scenarios)

10. (BLT-3) How would you apply IaaS to set up a testing environment for a software
company? Answer: Use IaaS (e.g., AWS EC2) to provision virtual machines with
custom configurations (OS, RAM) for testing software, enabling rapid scaling and
teardown without physical hardware, saving time and costs.
11. (BLT-3) Apply the concept of PaaS to streamline a mobile app development process.
Answer: Use a PaaS like Google App Engine to provide a runtime environment, auto-
scaling, and database integration, allowing developers to deploy code quickly without
managing servers, speeding up app releases.
12. (BLT-3) How can Storage-as-a-Service be applied for big data analytics? Answer:
Use StaaS (e.g., S3) to store large datasets and integrate with analytics tools like AWS
Athena for in-place querying, enabling scalable processing without data movement.
13. (BLT-3) Apply a Hybrid Cloud model to manage peak traffic for an e-commerce
website. Answer: Deploy sensitive data (e.g., payments) on a private cloud and scale
non-sensitive workloads (e.g., product catalog) to a public cloud during peak traffic,
ensuring security and cost-efficiency.

BLT-4: Analyze (Examine Relationships)

14. (BLT-4) Differentiate between Public and Private Clouds based on resource
allocation. Answer: Public Clouds allocate shared resources across multiple tenants,
offering cost-efficiency but potential performance variability. Private Clouds dedicate
resources to one organization, ensuring consistency but requiring higher investment.
15. (BLT-4) Analyze the impact of vendor lock-in as an Architectural Design Challenge.
Answer: Vendor lock-in restricts migration due to proprietary APIs/formats, increasing
costs and limiting flexibility. It impacts cloud choice, but open standards like Kubernetes
reduce dependency by enabling portability.
16. (BLT-4) Compare the scalability mechanisms in IaaS and PaaS. Answer: IaaS
scalability involves manual or scripted provisioning of VMs/storage (e.g., AWS Auto
Scaling), requiring user configuration. PaaS auto-scales applications dynamically (e.g.,
Heroku), abstracting infrastructure for faster response.
17. (BLT-4) Analyze the role of Cloud Storage Providers in ensuring data durability.
Answer: Providers like S3 replicate data across multiple geographic zones, achieving
99.999999999% durability, compared to on-premises storage, which risks single-point
failures unless manually replicated.

BLT-5: Evaluate (Assess Merits)

18. (BLT-5) Evaluate the suitability of SaaS for small businesses with limited IT
expertise. Answer: SaaS is highly suitable as it requires no infrastructure management,
offers predictable costs, and provides ready-to-use tools (e.g., Zoho CRM), though
customization limits may require hybrid solutions for complex needs.
19. (BLT-5) Assess the advantages of Hybrid Clouds for regulated industries like
finance. Answer: Hybrid Clouds balance security (private for sensitive data) and
scalability (public for analytics), ideal for finance, but complexities in integration and
cost require careful planning and tools like Azure Arc.
20. (BLT-5) Justify why Cloud Storage is preferred over traditional storage for global
enterprises. Answer: Cloud Storage offers scalability, global access, and redundancy
(e.g., S3’s multi-region replication), reducing costs by 60% (per IDC) compared to
traditional storage’s fixed capacity and maintenance overhead.
21. (BLT-5) Evaluate the limitations of Public Clouds in terms of compliance. Answer:
Public Clouds face compliance challenges (e.g., GDPR) due to shared resources and data
residency issues, mitigated by region-specific deployments but less secure than private
clouds for sensitive data.

BLT-6: Create (Propose Solutions)

22. (BLT-6) Propose a workflow for integrating Storage-as-a-Service in a content


management system. Answer: Design a CMS where media files are uploaded to S3 via
APIs, with lifecycle policies for archival (Glacier) and CDN integration (CloudFront) for
fast delivery, ensuring scalability and cost optimization.
23. (BLT-6) Create a strategy to mitigate performance variability in Public Clouds.
Answer: Implement load balancing (e.g., AWS ELB), use reserved instances for
predictable workloads, and leverage edge locations (e.g., CloudFront) to minimize
latency and ensure consistent performance.
24. (BLT-6) Design a Hybrid Cloud architecture for a healthcare application. Answer:
Use a private cloud for patient data (HIPAA-compliant) and a public cloud for non-
sensitive analytics (e.g., AWS Redshift), with secure APIs and VPNs for integration,
ensuring compliance and scalability.
25. (BLT-6) Propose enhancements to the NIST Reference Architecture for edge
computing integration. Answer: Add an edge computing layer to the NIST model for
low-latency processing (e.g., IoT data), integrating with service orchestration to
dynamically allocate resources, enhancing real-time applications.

16-Mark Questions (8 Questions with Elaborate Answers)

These questions are designed for in-depth responses, covering multiple topics and incorporating
Bloom's Taxonomy higher levels (BLT-3 to BLT-6). Answers include detailed explanations,
examples, architectural insights, real-world applications, and mitigation strategies, with text-
based descriptions of diagrams where relevant.

1. (BLT-4) Analyze the Layered Cloud Architecture Design, its components, and how
it aligns with NIST standards, with examples of its implementation. Elaborate
Answer: Layered Cloud Architecture organizes cloud systems into hierarchical layers for
modularity:
o Physical Layer: Hardware (servers, storage, networks).
o Resource Abstraction Layer: Virtualization (e.g., VMware, Docker) for
resource pooling.
o Service Layer: IaaS (e.g., EC2), PaaS (e.g., Elastic Beanstalk), SaaS (e.g.,
Salesforce).
o Orchestration Layer: Automation and management (e.g., Kubernetes). NIST
aligns by defining actors (Consumer, Provider) and characteristics (elasticity, on-
demand). Implementation: Netflix uses AWS’s layered approach, with EC2 for
compute and S3 for storage, orchestrated via Spinnaker for CI/CD. Benefits
include scalability (handling millions of streams) and maintainability (isolated
updates). Challenges like layer dependencies (e.g., orchestration failures) are
mitigated with redundancy. Diagram: Imagine a stack with Physical at the bottom,
Virtualization, Services, and Orchestration on top, linked by APIs. Per Gartner,
layered designs cut deployment time by 50%, but require skilled management.
2. (BLT-5) Evaluate the NIST Cloud Computing Reference Architecture, focusing on
its actors, characteristics, and deployment models, with a case study. Elaborate
Answer: NIST defines cloud computing via five characteristics: on-demand self-service,
broad network access, resource pooling, rapid elasticity, and measured service. Actors
include:
o Consumer: Uses services (e.g., businesses).
o Provider: Offers services (e.g., AWS).
o Broker: Manages multi-cloud (e.g., RightScale).
o Auditor: Ensures compliance (e.g., Deloitte).
o Carrier: Provides connectivity (e.g., AT&T). Deployment models: Public
(AWS), Private (VMware), Hybrid, Community. Case Study: A bank uses a
hybrid model—private for core banking (compliance), public for analytics (AWS
Redshift). NIST ensures interoperability via standard APIs. Evaluation: The
framework’s clarity aids adoption, but lacks edge computing specifics. Diagram:
A flowchart with actors connected to deployment models via service layers. Per
IDC, NIST adoption improves compliance by 70%, though evolving tech requires
updates.
3. (BLT-4) Compare and contrast Public, Private, and Hybrid Clouds, discussing their
architecture, advantages, disadvantages, and use cases. Elaborate Answer:
o Public Cloud: Multi-tenant, provider-managed (e.g., Azure). Architecture:
Shared resources, virtualized. Advantages: Low cost, infinite scale.
Disadvantages: Security risks, compliance issues. Use case: Netflix for streaming.
o Private Cloud: Dedicated, on-premises/hosted. Architecture: Isolated
infrastructure. Advantages: High security, customization. Disadvantages: High
cost, limited scale. Use case: Government agencies.
o Hybrid Cloud: Combines both. Architecture: Integrated via APIs/VPNs.
Advantages: Balances cost/security. Disadvantages: Complex integration. Use
case: Walmart for peak traffic. Analysis: Hybrids suit 80% of enterprises
(Gartner), but require tools like Azure Arc for orchestration. Diagram: A hybrid
model with private cloud (data center) linked to public cloud (AWS) via secure
tunnels. Mitigations: Use Kubernetes for portability, IAM for security.
4. (BLT-5) Evaluate the service models (IaaS, PaaS, SaaS) in terms of responsibility
sharing, architectural implications, and real-world applications. Elaborate Answer:
o IaaS: Provides infrastructure (e.g., AWS EC2). Responsibility: Provider manages
hardware; user handles OS/apps. Architecture: Flexible, VM-based. Application:
Legacy migrations (e.g., GE moving to AWS).
o PaaS: Offers platforms (e.g., Heroku). Responsibility: Provider manages runtime;
user focuses on code. Architecture: Auto-scaling, containerized. Application:
DevOps pipelines (e.g., Spotify).
o SaaS: Delivers apps (e.g., Microsoft 365). Responsibility: Provider manages all;
user configures. Architecture: Fully managed. Application: Collaboration tools for
SMEs. Evaluation: IaaS offers control, PaaS speed (30% faster deployment per
DevOps reports), SaaS simplicity. Challenges: Integration across models, solved
by APIs (e.g., Salesforce with EC2). Diagram: A responsibility chart showing
provider vs. user roles across models. Shared responsibility enhances security but
requires clear delineation.
5. (BLT-6) Create a strategy to address Architectural Design Challenges in cloud
computing, including scalability, security, and interoperability. Elaborate Answer:
Challenges:
o Scalability: Variable loads. Strategy: Use auto-scaling (AWS Auto Scaling) with
predictive analytics for demand forecasting.
o Security: Data breaches. Strategy: Implement zero-trust, encryption (AES-256),
and MFA.
o Interoperability: Vendor lock-in. Strategy: Adopt open standards (TOSCA,
Kubernetes) for multi-cloud portability.
o Performance: Latency. Strategy: Use CDNs (CloudFront) and edge computing
(AWS Lambda@Edge).
o Compliance: Regulations (GDPR). Strategy: Automated audits via AWS Config.
Example: Netflix uses Chaos Engineering for resilience, Kubernetes for
portability. Diagram: A flowchart mapping challenges to solutions (e.g.,
scalability to auto-scaling). This strategy reduces risks by 70% (per industry
studies), but requires skilled teams and monitoring.
6. (BLT-4) Analyze Cloud Storage and Storage-as-a-Service, including types,
mechanisms, and integration with cloud services. Elaborate Answer: Cloud Storage
types:
o Object: Unstructured data (e.g., S3).
o Block: VM storage (e.g., AWS EBS).
o File: Shared access (e.g., EFS). Storage-as-a-Service (StaaS) abstracts storage,
offering scalability, durability (11 9s in S3), and API access. Mechanisms:
Replication across zones, versioning, lifecycle policies (e.g., S3 to Glacier).
Integration: IaaS (EBS with EC2), PaaS (DynamoDB with Elastic Beanstalk),
analytics (Redshift querying S3). Example: Dropbox uses S3 for file storage.
Analysis: StaaS reduces costs by 60% vs. on-premises but faces egress fees,
mitigated by data locality. Diagram: A storage stack with object/block/file layers
integrated with service models. StaaS is critical for big data and global apps.
7. (BLT-5) Evaluate the Advantages of Cloud Storage and compare major Cloud
Storage Providers, with a focus on AWS S3. Elaborate Answer: Advantages:
o Scalability: Infinite capacity (S3 scales dynamically).
o Durability: Multi-region replication (11 9s).
o Cost: Pay-per-use (no capex).
o Accessibility: Global via APIs. Providers:
o AWS S3: Object storage, 5TB objects, tiering (Standard, Glacier).
o Google Cloud Storage: Multi-regional, lifecycle rules.
o Azure Blob: Hot/cool tiers, analytics integration. S3 Case: Netflix stores
petabytes, using Lambda for processing, achieving 99.99% uptime. Evaluation:
Cloud Storage saves 60% vs. traditional (IDC), but egress costs need
optimization. Diagram: A comparison table of providers’ features (durability,
cost, integration). S3 leads due to ecosystem integration, influencing standards.
8. (BLT-6) Propose a comprehensive cloud architecture for an enterprise application,
integrating all Unit III topics, addressing challenges, and providing a case study.
Elaborate Answer: For an e-commerce app:
o Architecture: Hybrid Cloud (private for user data, public for catalog). Layers:
Physical (data centers), Virtualization (Kubernetes), Services (EC2 for IaaS,
Elastic Beanstalk for PaaS, Stripe for SaaS), Orchestration (AWS ECS). Storage:
S3 for media (StaaS), with Glacier for archival.
o NIST Alignment: Actors (Consumer: users, Provider: AWS, Broker for multi-
cloud). Characteristics: Elasticity, measured service.
o Challenges: Security (use IAM, encryption), interoperability (Kubernetes),
scalability (Auto Scaling).
o Case Study: Amazon’s e-commerce platform uses S3 for 100 trillion objects,
EC2 for compute, and Lambda for serverless, reducing costs by 40%. Diagram: A
hybrid architecture with private/public clouds linked via APIs, S3 at the core. This
setup ensures compliance, scalability, and cost-efficiency, though integration
complexity requires tools like Terraform.

You might also like