Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Cloud Symposium Quiz

Total questions: 25

Worksheet time: 14mins

Name
Class
Date
1.

In a large-scale Aneka deployment spanning multiple administrative domains, where intermittent network partitions occur, which architectural characteristic most directly determines whether partially completed distributed tasks can be safely resumed without semantic inconsistency?

a)

Stateless client libraries

b)

Centralized master node coordination

c)

Decoupled service-based execution and checkpoint-aware scheduling

d)

Uniform virtual machine images

2.

An organization deploys Aneka containers across heterogeneous nodes with varying OS versions and runtime dependencies. Which design decision most critically limits subtle execution divergence across nodes under identical workloads?

a)

Hypervisor-level isolation

b)

Middleware-level abstraction of execution services

c)

Hardware homogeneity

d)

Fixed scheduling intervals

3.

When Aneka dynamically provisions cloud resources during workload spikes, which failure mode is most likely if provisioning latency is underestimated by the scheduler?

a)

Deadlock between worker nodes

b)

Security policy violation

c)

Immediate task duplication

d)

Task starvation due to optimistic scheduling assumptions

4.

In a hybrid Aneka deployment, what architectural trade-off most directly influences whether burst workloads should spill over to public cloud resources versus queueing locally?

a)

Monitoring granularity versus logging overhead

b)

Programming model expressiveness versus developer productivity

c)

Cost elasticity versus execution latency tolerance

d)

Storage locality versus serialization cost

5.

If Aneka’s scheduling service is replaced at runtime with a custom policy, which implicit assumption must still hold to avoid systemic instability?

a)

Deterministic task execution time

b)

Homogeneous worker performance

c)

Consistent contract between scheduling and execution services

d)

Centralized storage availability

6.

A generative model deployed on Vertex AI shows stable latency but gradually produces semantically incoherent outputs. Which architectural factor is the most plausible root cause?

a)

GPU memory fragmentation

b)

Concept drift between training distribution and live prompts

c)

Network egress throttling

d)

Tokenization mismatch at inference

7.

In large-scale generative AI deployments, why does prompt engineering function as a quasi-architectural control mechanism?

a)

It constrains the effective output distribution without retraining

b)

It modifies model weights

c)

It enforces IAM policies

d)

It optimizes GPU utilization

8.

A multimodal generative system unexpectedly degrades text quality after adding image inputs. Which architectural challenge most likely explains this behavior?

a)

Token limit exhaustion

b)

Misalignment in shared latent representations

c)

Network serialization overhead

d)

Dataset imbalance

9.

Vertex AI pipelines are preferred in regulated environments primarily because they

a)

Improve training speed

b)

Reduce inference cost

c)

Provide reproducibility and auditability across the ML lifecycle

d)

Eliminate human intervention

10.

A system integrates generative AI with sensitive enterprise data. Which architectural safeguard most directly limits data leakage risk?

a)

Larger context windows

b)

Strict isolation between retrieval and generation layers

c)

Model fine-tuning

d)

Increased sampling temperature

11.

An HPC workload on Aneka exhibits poor scaling despite abundant resources. Which architectural assumption is most likely violated?

a)

Adequate memory availability

b)

Sufficient task-level parallelism in the application design

c)

Network reliability

d)

Scheduler correctness

12.

Parameter sweep applications benefit disproportionately from Aneka because they

a)

Share large state

b)

Require low latency

c)

Consist of independent, embarrassingly parallel tasks

d)

Depend on shared memory

13.

In research simulations with long execution times, which Aneka feature most directly affects scientific reproducibility?

a)

Dynamic resource elasticity

b)

VM image versioning

c)

Controlled execution environment and scheduling determinism

d)

Client API stability

14.

When running tightly coupled HPC workloads, Aneka’s architecture introduces which inherent limitation?

a)

Storage throughput bottlenecks

b)

Lack of low-latency inter-process communication guarantees

c)

Insufficient compute scaling

d)

Poor fault tolerance

15.

A research group migrates from a traditional supercomputer to Aneka on commodity cloud resources. Which trade-off is most pronounced?

a)

Accuracy versus speed

b)

Cost elasticity versus deterministic performance

c)

Storage capacity versus memory bandwidth

d)

Security versus usability

16.

In cloud-native architectures, data protection becomes harder primarily because

a)

Storage is cheaper

b)

Data flows dynamically across distributed services

c)

Encryption is weak

d)

Compliance is optional

17.

A zero-trust architecture fundamentally changes data protection assumptions by

a)

Trusting internal networks

b)

Eliminating implicit trust at all layers

c)

Centralizing authentication

d)

Reducing encryption overhead

18.

AI-driven anomaly detection systems in cloud security are prone to which subtle failure mode?

a)

Underfitting only

b)

Concept drift leading to silent degradation

c)

Excessive encryption

d)

Network saturation

19.

In regulated industries, why is data residency an architectural constraint rather than a policy preference?

a)

It improves performance

b)

It reduces cost

c)

Legal requirements bind data to physical jurisdictions

d)

It simplifies backups

20.

Encryption alone is insufficient for data protection because

a)

It increases latency

b)

It complicates access

c)

It does not address authorized misuse or leakage

d)

It requires hardware support

21.

In a geo-distributed Aneka deployment experiencing intermittent network partitions, which architectural characteristics collectively enable graceful degradation rather than systemic failure?

a)

Service-oriented container architecture

b)

Decoupled execution and scheduling services

c)

Homogeneous hardware assumptions

d)

Checkpoint-aware task execution

22.

Multimodal generative AI systems introduce additional architectural complexity due to

a)

Shared latent space alignment challenges

b)

Cross-modal error propagation

c)

Reduced compute demand

d)

Increased evaluation difficulty

23.

Elastic scaling in HPC workloads can degrade overall efficiency when

a)

Provisioning delays exceed computation time

b)

Workloads are tightly synchronized

c)

Nodes are heterogeneous

d)

Scheduling feedback loops lag behind workload changes

24.

In Google Cloud–based generative AI systems, the process of running a trained model to produce outputs from new inputs is known as

(a)  

25.

In cloud security architecture, the principle that requires users and services to be continuously verified rather than trusted by default is called

(a)