Career upgrade: Learn practical AI skills for better jobs and higher pay.
Level up
All Practice Exams

100+ Free Akamai Cloud Computing Foundations Practice Questions

Pass your Akamai Cloud Computing Foundations Certification exam on the first try — instant access, no signup required.

✓ No registration✓ No credit card✓ No hidden fees✓ Start practicing immediately
100+ Questions
100% Free
1 / 100
Question 1
Score: 0/0

Which disaster recovery metric measures the maximum amount of data an organization can afford to lose, expressed as a time window?

A
B
C
D
to track
Same family resources

Explore More Akamai Certifications

Continue into nearby exams from the same family. Each card keeps practice questions, study guides, flashcards, videos, and articles in one place.

2026 Statistics

Key Facts: Akamai Cloud Computing Foundations Exam

~50

Exam Questions

Akamai

75 min

Exam Time

Akamai

$99

Exam Fee

Akamai University

2 years

Credential Validity

Akamai / Credly

None

Prerequisites

Akamai

30-50 hrs

Recommended Study Time

Estimated

The Akamai Cloud Computing Foundations exam consists of approximately 50 multiple-choice questions in 75 minutes, costs $99, and awards a Credly badge valid for 2 years. No formal prerequisites are required. Preparation typically takes 30-50 hours covering Akamai Compute, Storage, Networking, LKE, Managed Databases, and core IaaS cloud concepts.

Sample Akamai Cloud Computing Foundations Practice Questions

Try these sample questions to test your Akamai Cloud Computing Foundations exam readiness. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.

1Which Akamai Cloud compute plan type provides guaranteed CPU cores that are never shared with other customers?
A.Shared CPU
B.Dedicated CPU
C.High Memory
D.GPU
Explanation: Dedicated CPU plans reserve physical CPU cores exclusively for your Compute Instance, ensuring consistent performance without noisy-neighbor interference. Shared CPU plans distribute vCPUs across multiple tenants and are best for light or bursty workloads. High Memory plans optimize RAM-to-CPU ratios. GPU plans add NVIDIA GPUs for ML and rendering.
2What is the term Akamai Cloud uses for its core virtual machine product, equivalent to what other providers call an EC2 instance or VM?
A.Droplet
B.Instance
C.Linode
D.Node
Explanation: Akamai Cloud (formerly Linode) calls its virtual machine product a Linode, also referred to as a Compute Instance in newer documentation. 'Droplet' is DigitalOcean's term, 'Instance' is the AWS/GCP generic term, and 'Node' is not the official Akamai product name.
3Akamai Cloud Object Storage is described as compatible with which widely used storage protocol?
A.Azure Blob Storage API
B.Amazon S3 API
C.Google Cloud Storage JSON API
D.OpenStack Swift API
Explanation: Akamai Cloud Object Storage is S3-compatible, meaning tools and SDKs built for the Amazon S3 API—such as the AWS CLI, boto3, and s3cmd—can be used with it by pointing to the Akamai endpoint. This simplifies migration and integration for teams already familiar with S3.
4Which Akamai Cloud service provides managed load balancing, distributing incoming traffic across multiple Compute Instances?
A.Cloud Firewall
B.NodeBalancer
C.VLAN
D.DNS Manager
Explanation: NodeBalancers are Akamai Cloud's managed load balancing service. They accept incoming connections and proxy traffic to backend Linodes, supporting health checks and both TCP and HTTP/S protocols. Cloud Firewall filters traffic, VLANs segment networks, and DNS Manager handles name resolution.
5What is LKE in Akamai Cloud?
A.Linode Key Exchange — a managed secrets service
B.Linode Kubernetes Engine — a managed Kubernetes service
C.Linode Kernel Extension — a custom OS kernel module
D.Linode Knowledge Engine — an AI documentation assistant
Explanation: LKE stands for Linode Kubernetes Engine, Akamai's managed Kubernetes service. It provisions a CNCF-certified control plane at no extra cost and lets users deploy and scale containerized workloads without managing the control plane. The other options are fabricated names.
6A developer needs persistent block-level storage that can be attached to a Linode. Which Akamai Cloud product should they use?
A.Object Storage bucket
B.Block Storage volume
C.NodeBalancer
D.StackScript
Explanation: Block Storage volumes provide scalable, SSD-backed, block-level storage that can be attached to and detached from Compute Instances. Object Storage is for unstructured data accessed via API. NodeBalancers distribute traffic. StackScripts are deployment automation scripts.
7In cloud computing terminology, which service model gives users access to virtualized infrastructure resources such as servers, storage, and networking?
A.SaaS (Software as a Service)
B.PaaS (Platform as a Service)
C.IaaS (Infrastructure as a Service)
D.FaaS (Function as a Service)
Explanation: IaaS (Infrastructure as a Service) provides virtualized compute, storage, and network resources that users manage themselves. SaaS delivers finished applications. PaaS gives developers a platform with managed runtime and middleware. FaaS (serverless) runs individual functions on demand.
8Which Akamai Cloud networking feature creates private Layer 2 broadcast domains enabling low-latency communication between Linodes without using the public internet?
A.Reserved IP
B.VLAN
C.Floating IP
D.DNS Manager
Explanation: VLANs (Virtual Local Area Networks) on Akamai Cloud create private Layer 2 network segments that enable Linodes in the same VLAN to communicate over a private interface without traversing the public internet, reducing latency and egress costs. Reserved IPs and Floating IPs manage public IP assignment. DNS Manager handles name resolution.
9What is the primary purpose of the Akamai Cloud Firewall service?
A.To balance traffic across multiple Linodes
B.To filter inbound and outbound network traffic using configurable rules
C.To replicate data between regions
D.To manage DNS records for a domain
Explanation: Akamai Cloud Firewall is a cloud-based packet filtering service that lets you define inbound and outbound rules to allow or block traffic at the network level, protecting Compute Instances without requiring iptables configuration on each server. Load balancing is NodeBalancers; replication is a storage feature; DNS is DNS Manager.
10Akamai Cloud's managed relational database service supports which of the following database engines?
A.MySQL and PostgreSQL
B.Oracle Database and SQL Server
C.MongoDB and Cassandra
D.Redis and Memcached
Explanation: Akamai Managed Databases supports MySQL and PostgreSQL as its managed relational database engines, handling backups, patching, and failover automatically. Oracle Database and SQL Server are enterprise on-premises products not offered as managed services by Akamai. MongoDB and Cassandra are NoSQL. Redis and Memcached are in-memory stores.

About the Akamai Cloud Computing Foundations Exam

The Akamai Cloud Computing Foundations Certification validates an understanding of core cloud computing concepts and hands-on knowledge of the Akamai Cloud platform (formerly Linode). The exam covers cloud service models, Akamai Compute Instances (Shared/Dedicated/High Memory/GPU/Premium), Block Storage, Object Storage (S3-compatible), Networking (VLANs, NodeBalancers, Cloud Firewall, DNS Manager, Reserved IPs), Linode Kubernetes Engine (LKE), Managed Databases, StackScripts, Images, Linode CLI and API, and account/billing fundamentals. Passing earns a Credly digital badge valid for 2 years.

Questions

50 scored questions

Time Limit

75 minutes

Passing Score

Not publicly disclosed

Exam Fee

$99 (Akamai Technologies)

Akamai Cloud Computing Foundations Exam Content Outline

~20%

Cloud Computing Fundamentals

IaaS/PaaS/SaaS, public/private/hybrid deployment models, elasticity, horizontal vs vertical scaling, HA, fault tolerance, shared responsibility, pay-as-you-go, economies of scale, multi-tenancy, data residency

~20%

Akamai Compute

Compute Instance plan types (Shared CPU, Dedicated CPU, High Memory, GPU, Premium), hourly billing with monthly cap, Linode Images (custom snapshots), StackScripts (deployment automation, UDF types), Backups service vs Images, Longview monitoring, vertical resize

~20%

Networking

VLANs (Layer 2 private segments), private IPv4 addresses (192.168.0.0/17), Reserved IPs, NodeBalancers (TCP passthrough, HTTP/HTTPS, TLS termination, session persistence by cookie or IP, health checks, intervals, thresholds), Cloud Firewall (DROP vs REJECT, inbound/outbound rules), DNS Manager (A, AAAA, CNAME, MX records)

~15%

Storage

Block Storage (single-attach, region-scoped, SSD-backed), Object Storage (S3-compatible, public-read ACL, versioning, lifecycle policies, CORS, static website hosting, AES-256 encryption at rest, presigned URLs), storage use-case selection

~15%

Containers and Kubernetes (LKE)

LKE managed control plane (free), node pools (worker Linode groups), autoscaler (min/max), CNCF conformance, Deployments (rolling updates, replica management), Services (ClusterIP, LoadBalancer/NodeBalancer, NodePort), ConfigMaps, Secrets, PersistentVolumeClaims, Ingress, Namespaces, one-minor-version-at-a-time upgrades, HPA vs cluster autoscaler

~10%

Databases and Tools

Managed Databases (MySQL, PostgreSQL, multi-node HA clusters, automatic failover, backups deleted with cluster), Linode CLI (`linode-cli linodes create/list`), Linode API (RESTful, Bearer token via PAT), Personal Access Tokens (scoped, expiring), Terraform linode provider, Cloud Manager (web GUI)

How to Pass the Akamai Cloud Computing Foundations Exam

What You Need to Know

  • Passing score: Not publicly disclosed
  • Exam length: 50 questions
  • Time limit: 75 minutes
  • Exam fee: $99

Keys to Passing

  • Complete 500+ practice questions
  • Score 80%+ consistently before scheduling
  • Focus on highest-weighted sections
  • Use our AI tutor for tough concepts

Akamai Cloud Computing Foundations Study Tips from Top Performers

1Know all six Linode Compute plan types (Shared, Dedicated, High Memory, GPU, Premium) and the workloads each fits — this is a core foundations topic
2Master the difference between Block Storage (mountable disk, single-attach, region-scoped) and Object Storage (S3-compatible HTTP API, unlimited scale, static website hosting)
3For NodeBalancers, understand TCP passthrough vs HTTP/HTTPS mode, TLS termination, session persistence (cookie vs source IP), health check intervals/thresholds, and why backends should use private IPs
4In LKE, know the difference between ClusterIP (internal only), LoadBalancer (provisions NodeBalancer), and NodePort Service types — this appears in scenario questions
5Memorize billing behavior: hourly billing with monthly cap, powered-off Linodes are still billed, delete to stop charges, transfer quota is pooled across account
6For Cloud Firewall, understand DROP (silent discard) vs REJECT (sends ICMP error back) and why restricting SSH to specific IPs reduces attack surface
7Study Object Storage security features: public-read ACL, presigned URLs, versioning for recovery, lifecycle policies for automated expiration, CORS for browser access, AES-256 encryption at rest by default
8Complete 100+ practice questions across all topic areas and target 80% accuracy before scheduling the $99 exam

Frequently Asked Questions

How many questions are on the Akamai Cloud Computing Foundations exam?

The Akamai Cloud Computing Foundations exam consists of approximately 50 multiple-choice questions delivered in 75 minutes. The exam is proctored online through Akamai University and costs $99. A Credly digital badge is awarded upon passing, valid for 2 years.

What does the Akamai Cloud Computing Foundations exam cost?

The exam fee is $99 USD, payable through Akamai University. No formal prerequisites are required to register. The credential is valid for 2 years and comes with a Credly digital badge you can share on LinkedIn.

What topics are covered on the Akamai Cloud Computing Foundations exam?

The exam covers cloud computing fundamentals (IaaS/PaaS/SaaS, HA, scaling, shared responsibility), Akamai Compute (Shared/Dedicated/High Memory/GPU/Premium plans, Images, StackScripts, Backups), Networking (NodeBalancers, VLANs, Cloud Firewall, DNS Manager, Reserved IPs), Storage (Block Storage, Object Storage), LKE (Kubernetes, node pools, autoscaler), and Managed Databases (MySQL, PostgreSQL).

What is the difference between Akamai Shared CPU and Dedicated CPU Compute Instances?

Shared CPU instances distribute vCPUs across multiple tenants, making them cost-effective for bursty or low-intensity workloads but subject to CPU throttling during high-contention periods. Dedicated CPU instances reserve physical CPU cores exclusively for your Linode, providing consistent performance for sustained workloads like CI/CD builds, video encoding, or production application servers.

What is LKE and why is it significant for the Akamai Cloud Foundations exam?

LKE (Linode Kubernetes Engine) is Akamai's managed Kubernetes service. It provides a CNCF-certified control plane at no extra cost and lets customers deploy containerized applications without managing Kubernetes masters. For the exam, know node pools, autoscaler behavior, Service types (ClusterIP vs LoadBalancer), ConfigMaps, Secrets, PersistentVolumeClaims, and rolling updates.

How does Akamai Cloud Object Storage differ from Block Storage?

Object Storage is an S3-compatible service for storing and serving unstructured data (media files, backups, static websites) via HTTP/S API, scaling to virtually any size without managing servers. Block Storage provides raw mountable disk volumes attached to a single Linode at a time, used for file-system workloads like databases. Object Storage is cheaper for large static data; Block Storage is needed for low-latency, OS-level disk access.

Does Akamai Cloud have a free tier for the Foundations exam prep?

Akamai Cloud does not have a permanent free tier like AWS Free Tier, but new accounts may receive account credits to explore the platform. The exam fee is $99 with no prerequisite training costs — Akamai's official documentation at techdocs.akamai.com and this free practice question bank are the primary study resources at no cost.