Computer Knowledge
Cloud Computing Management
2,254 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
-
Script
-
Registry
-
Active directory
-
SQL 2005
A
Correct answer
Explanation
Views in the Operations Manager Operations console are filtered data displays that pull specific information from the OperationsManagerDB database. Unlike Tasks which are executable actions or Rules which define data collection, Views simply organize and present filtered data for administrative analysis.
-
Maximum time
-
Data base grooming
-
Depends on SQL server.
-
None of the Above
B
Correct answer
Explanation
Database Grooming in SCOM is the automated process that manages long-term data retention by removing old historical data from the Operational Database. This prevents database bloat while preserving configuration information, and is essential for maintaining SCOM performance over extended periods.
-
Upload a signed assembly to the global assembly cache.
-
Create a new content source for the URL of the Microsoft SQL Server database.
-
Install an application definition file.
-
Add the URL of the sales application to the trusted file locations list.
C
Correct answer
Explanation
The Business Data List Web Part requires an Application Definition File (.xml) to configure the BDC connection to SQL Server 2005. This file defines the connection, entities, and methods needed to expose external data through the Business Data Catalog. The other options describe unrelated SharePoint operations.
-
Network File Share
-
External Web Sites
-
Data stores in Relational database exposed through BDC
-
Data in Lotus Notes
A,B,C
Correct answer
Explanation
SharePoint 2007 Enterprise can index network file shares through file protocol sources. External websites are indexed using HTTP/HTTPS content sources. BDC exposes relational database data for indexing. Lotus Notes requires additional connectors not available out-of-box.
-
WSS can have indexer and Query server role on the different machines
-
WSS uses both indexer and Query server role on the same machine
-
WSS has the ability to index only local content which is stored in Content DB
-
WSS has the ability to index content stored on external data source such as File Share, Lotus Notes
B,C
Correct answer
Explanation
WSS 3.0 Search has architectural limitations: (B) Both indexing and query services run on the same machine (no distributed search like MOSS), and (C) It can only index local content stored in the Content Database. Unlike MOSS, WSS cannot index external sources like file shares or Lotus Notes, and cannot separate indexer and query roles.
-
WSS can have indexer and Query server role on the different machines
-
WSS uses both indexer and Query server role on the same machine
-
WSS has the ability to index only local content which is stored in Content DB
-
WSS has the ability to index content stored on external data source such as File Share, Lotus Notes
B,C
Correct answer
Explanation
WSS 3.0 (Windows SharePoint Services) has search limitations compared to MOSS: (B) It runs both indexer and query roles on the same machine (cannot separate them), and (C) It can only index local content stored in the Content Database. It cannot index external sources like file shares or Lotus Notes (that requires MOSS).
-
Live migration
-
Dynamic virtual machine storage
-
Enhanced processor support
-
All
D
Correct answer
Explanation
Hyper-V R2 introduced three major capabilities: live migration for zero-downtime VM movement, Cluster Shared Volumes enabling multiple nodes to access the same VHD simultaneously, and processor compatibility mode allowing migration across CPU generations.
-
Physical Servers
-
Virtual Servers
-
The VMM Library
-
virtual Networks
-
All of the above
E
Correct answer
Explanation
The VMM Administrative Console manages all components of the virtual infrastructure: Physical Servers (the host machines), Virtual Servers (the VMs), the VMM Library (storage for ISOs, VHDs, profiles), and Virtual Networks (networking configuration). All components (E) are included.
-
Create the virtual Machine
-
Move the virtual machine from one host to another
-
to control the virtual machine access
-
To accelerate the virtual machine hardware for smoother user access
D
Correct answer
Explanation
Integration components (like Hyper-V Integration Services) are installed in guest VMs to accelerate hardware access for smoother performance. They enable features like time sync, heartbeat, and data exchange. They are not required for creating VMs (A), moving them (B), or basic access control (C).
-
Microsoft App-V
-
Microsoft Desktop Optimization pack
-
Microsoft RDS
-
Windows deployment services
A
Correct answer
Explanation
Microsoft Application Virtualization (App-V) is the Microsoft technology specifically designed for virtualizing and distributing applications. It allows applications to run without being fully installed on the local machine. MDOP is a suite that includes App-V, RDS is for remote desktop sessions, and WDS is for OS deployment.
-
Should Support DEP
-
should Support 64 Bit
-
Hardware Assisted Virtualization
-
A & B
-
A, B & C
E
Correct answer
Explanation
Hyper-V requires three hardware capabilities: 64-bit processor support (x64 architecture), Hardware-Assisted Virtualization (Intel VT-x or AMD-V), and Data Execution Prevention (DEP/NX bit). All three must be present for the role to install. Option D is incomplete; E is the full correct set.
-
Operations Manager
-
Configuration manager
-
Data Protection Manager
-
Virtual machine Manager
A
Correct answer
Explanation
System Center Operations Manager (SCOM) is the monitoring and management suite in the System Center family. It provides performance monitoring, alerting, and health tracking for virtual machines and other infrastructure. Configuration Manager is for deployment, DPM for backup, and VMM for VM management.
A
Correct answer
Explanation
Ubuntu Cloud (formerly Ubuntu Enterprise Cloud) was designed to help organizations build private clouds using Ubuntu Server on their own hardware, using Eucalyptus as the cloud computing platform initially. This allows running a cloud infrastructure similar to AWS but on private hardware. The statement is accurate.
A
Correct answer
Explanation
APIs are fundamental to modern DevOps and cloud infrastructure. They can be used to deploy applications, monitor system health, manage database clusters, and migrate workloads to different servers. REST APIs, GraphQL, and vendor-specific APIs (AWS API, Azure REST API, etc.) provide all these capabilities.