Computer Knowledge

Cloud Computing Management

2,340 Questions

Cloud computing management involves administering web based services, data storage, and network security protocols. This subject is heavily featured in the computer aptitude sections of banking and government recruitment tests. The practice questions address SaaS backup, cross region storage replication, and serverless application designs.

SaaS data backupPaaS use casesCloud storage replicationServerless applicationsCloud security tools

Cloud Computing Management Questions

Multiple choice technology platforms and products
  1. IaaS

  2. PaaS

  3. SaaS

  4. All of the Above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Microsoft's cloud portfolio spans all service models through Azure: IaaS (Azure Virtual Machines, bare metal infrastructure), PaaS (Azure App Service, Functions, SQL Database), and SaaS (Office 365, Dynamics 365, Teams). This comprehensive offering allows Microsoft to serve customers at every layer of the cloud stack, from basic infrastructure to complete business applications.

Multiple choice technology architecture
  1. Fat Clients

  2. Thin Clients

  3. Good separation of business logic

  4. Good Scalability

  5. Poor separation of business logic

  6. Poor scalability

Reveal answer Fill a bubble to check yourself
B,C,D Correct answer
Explanation

The suggested architecture (3 web servers, application server, database server on separate machines) creates a three-tier model with thin clients (browser-based interface), good separation of business logic (application server layer isolates business rules), and good scalability (each tier can be scaled independently). This contrasts with fat clients where business logic resides on client machines, which would create poor separation and poor scalability.

Multiple choice technology architecture
  1. Achieved by adding servers to the system

  2. Achieved by adding capacity (memory, CPU and so on)

  3. It is generally more expensive than Horizontal scaling

  4. Decreases manageability

  5. Requires few or no changes to the system architecture

  6. Has little or no impact on the reliability and availability of the

Reveal answer Fill a bubble to check yourself
B,E,F Correct answer
Explanation

Vertical scalability involves adding resources like CPU, memory, or storage to a single machine rather than adding more servers. It typically requires minimal architectural changes since you're upgrading existing capacity rather than redesigning for distributed processing. However, it has limits compared to horizontal scaling.

Multiple choice technology architecture
  1. Fat Clients

  2. Thin Clients

  3. Poor scalability

  4. Poor manageability

  5. Reduced performance

  6. Reduced separation of business logic

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

While 3-tier architecture improves separation of concerns and can enhance scalability, it also introduces complexity. More tiers mean more components to deploy, configure, monitor, and maintain, which can lead to poorer manageability compared to simpler 2-tier architectures.

Multiple choice technology architecture
  1. true

  2. false

  3. not sure

  4. none of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

N-tier applications can show better performance than 2-tier applications because their modular nature allows individual components and containers to be tuned and scaled independently. While performance depends on implementation, the architectural flexibility provides optimization opportunities that monolithic 2-tier systems lack.

Multiple choice technology architecture
  1. Provides very good client security, persons without a client cannot access system.

  2. Ability to access the client's PC utilities or Native API's.

  3. Maintainability of application code is good.

  4. UI changes are easily and immediately available to the clients.

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Thick clients require software installation and updates on each user's machine. When UI changes are made, they must be packaged and redeployed to all clients - a complex, time-consuming process. In contrast, web-based applications update instantly on the server. Option D describes an advantage of web/thin clients, which by comparison is a disadvantage of thick clients.

Multiple choice technology architecture
  1. Clients may be validation intensive,consequently requiring powerful hardware

  2. Any change to one tier typically affects both tiers

  3. Represents a single point of failure

  4. Each client makes a direct connection with the server

  5. They are not very maintainable

  6. They are quite manageable

Reveal answer Fill a bubble to check yourself
B,C,F Correct answer
Explanation

In 2-tier architecture, changes to one tier (client or server) typically require changes to the other due to tight coupling. The central server represents a single point of failure - if it goes down, the entire system fails. These architectures are also more manageable than distributed n-tier systems due to simpler deployment and monitoring.

Multiple choice technology
  1. rule-based application that runs in background on the operating system

  2. rule-based application deployed and running on a cluster

  3. rule-based application that triggers no rules

  4. dynamically generated web service that runs for a ruleset

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

A hosted transparent decision service dynamically generates a web service for a specific ruleset. Unlike traditional rule-based applications that run as background processes or on clusters, a transparent decision service creates an on-demand web service interface that allows direct execution of business rules through standard web service calls without requiring complex application infrastructure.

Multiple choice technology platforms and products
  1. Symmetrical

  2. Asymmetrical

  3. Master Node first

  4. 1 or 2

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Asymmetrical deployment in production MWS clusters allows specialized node roles and optimized resource allocation. Unlike symmetrical setups where all nodes are identical, asymmetrical configurations can dedicate specific nodes to particular tasks for better performance and manageability.

Multiple choice technology
  1. Appreciation or Negative feedback from Microsoft

  2. Quality of Service for converged networks

  3. Prioritization of traffic based on COS or TOS values

  4. None of above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In Microsoft support operations, a QoS ticket represents customer feedback - either appreciation or negative feedback about service quality. The other options describe general network QoS concepts (Quality of Service, traffic prioritization) which are unrelated to Microsoft's specific ticketing terminology.

Multiple choice technology
  1. Engine that powers Microsoft’s Software Plus Services strategy

  2. Engine that provides Incident management to online services

  3. Engine that helps Microsoft to define strategies under MOF

  4. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

GFS (Global Foundation Services) is the infrastructure engine that powers Microsoft's Software Plus Services (S+S) strategy. It provides the foundational platform for Microsoft's online services. Option B is too narrow (incident management only), and Option C is incorrect (MOF is a framework, not something GFS helps define).

Multiple choice technology databases
  1. simple

  2. two tier

  3. n tier

  4. client server

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

N-tier architecture (typically 3-tier or multi-tier) separates the application logic into presentation, business logic (application tier), and data layers, with the agent/application tier sitting in the middle. Two-tier is client-server directly connecting to database. Simple architecture has no clear separation. Client-server is essentially two-tier architecture.

Multiple choice technology
  1. Applications

  2. Infrastructure

  3. Resources

  4. Value

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

While services may use applications, infrastructure, and resources as means, what they always deliver to customers is value. Value is the benefit or utility the customer receives - it's the outcome, not the components. ITIL defines service as a means of delivering value to customers.