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

100+ Free NHN Cloud Associate Practice Questions

Pass your NHN Cloud Technology Certification (Associate) 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

NHN Cloud supports multiple storage tiers for Object Storage. When should you use a lower-cost archival or infrequent-access storage class for objects?

A
B
C
D
to track
2026 Statistics

Key Facts: NHN Cloud Associate Exam

1-2x/month

Exam Schedule

NHN Cloud

OpenStack

Platform Foundation

NHN Cloud

3 levels

Certification Tiers

NHN Cloud (Essentials, Associate, Professional)

Korea & Japan

Primary Data Center Regions

NHN Cloud

S3 + Swift

Object Storage API Compatibility

NHN Cloud Documentation

100

Practice Questions

OpenExamPrep

NHN Cloud Technology Certification (Associate) covers the design and operation of core NHN Cloud services including Instance, VPC, Load Balancer, Object Storage, Block Storage, NAS, RDS, EasyCache, NKS, Gamebase, IAM, and monitoring. The exam is administered once or twice monthly by NHN Cloud. Detailed exam specs (question count, time limit, passing score) are primarily published in Korean on the official NHN Cloud certification portal.

Sample NHN Cloud Associate Practice Questions

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

1NHN Cloud organizes its infrastructure into Regions and Availability Zones. What is the primary purpose of deploying resources across multiple Availability Zones in the same Region?
A.To reduce inter-region data transfer costs
B.To achieve fault isolation so that a failure in one zone does not affect resources in another
C.To increase the total number of IP addresses available to a project
D.To allow resources to share the same private network without VPC peering
Explanation: Availability Zones are physically separated data center facilities within a Region with independent power, cooling, and networking. Spreading resources across AZs ensures that a hardware or facility failure in one zone does not impact workloads running in another, providing high availability. Data transfer costs and IP address pools are separate concerns, and AZs do not eliminate the need for VPC configuration.
2Which NHN Cloud service lets you create and manage virtual servers (virtual machines) in the cloud?
A.NHN Kubernetes Service (NKS)
B.Object Storage
C.Instance
D.RDS for MySQL
Explanation: The NHN Cloud Instance service (under the Compute category) provides virtual machine creation and management. NKS is a managed Kubernetes container service, Object Storage provides S3-compatible blob storage, and RDS for MySQL is a managed relational database service.
3When creating an NHN Cloud Instance, which component defines the allowed inbound and outbound traffic rules at the virtual machine level?
A.Network ACL
B.Security Group
C.Route Table
D.Floating IP
Explanation: Security Groups in NHN Cloud act as virtual firewalls attached to instances, controlling allowed inbound and outbound traffic by protocol, port range, and source/destination CIDR. Route Tables control traffic routing within subnets. Floating IPs provide external IP addresses. Network ACLs operate at the subnet level in some cloud providers but are distinct from Security Groups.
4An NHN Cloud Instance needs to communicate with the public internet but currently only has a private IP. Which networking resource do you assign to enable outbound and inbound public internet access for that specific instance?
A.Network ACL rule allowing port 80
B.VPC peering connection to the default VPC
C.Floating IP
D.Internet Gateway attachment on the subnet
Explanation: A Floating IP is a public IP address that can be associated with a specific NHN Cloud Instance, enabling direct inbound and outbound internet communication. Without a Floating IP the instance is reachable only within the VPC. Route Tables, ACLs, and VPC peering do not by themselves provide public internet connectivity to an individual instance.
5NHN Cloud's Virtual Private Cloud (VPC) allows you to create an isolated network. What is the maximum number of VPCs you can create per project in the default resource policy?
A.1
B.3
C.5
D.10
Explanation: NHN Cloud's default resource policy allows up to 3 VPCs per project (per region). If additional VPCs are needed, a service limit increase can be requested through NHN Cloud support. Understanding default quotas is important for designing architectures that stay within the default limits or plan quota increases.
6You deploy multiple Instances across different subnets in a VPC and want to distribute HTTP(S) traffic evenly among them. Which NHN Cloud service should you use?
A.Floating IP
B.Load Balancer
C.NAT Gateway
D.VPN Gateway
Explanation: NHN Cloud's Load Balancer service distributes incoming network traffic across multiple backend instances using configurable listeners and algorithms such as round-robin. A Floating IP maps to a single instance. NAT Gateway provides outbound internet access for private instances. VPN Gateway connects on-premises networks to the VPC.
7NHN Cloud Load Balancer supports two main routing modes. Which option correctly describes Layer 7 (L7) routing in the NHN Cloud Load Balancer?
A.Routes traffic based purely on IP address and TCP port
B.Routes traffic based on HTTP host headers, URL paths, or other application-layer attributes
C.Encrypts all traffic between the load balancer and backend instances using IPSec
D.Provides DNS-based traffic distribution across multiple Regions
Explanation: Layer 7 routing in NHN Cloud Load Balancer operates at the application layer, allowing rules based on HTTP host headers, URL paths, and similar application attributes. Layer 4 routing uses IP and TCP/UDP port information only. IPSec encryption is a separate feature, and DNS-based global load balancing is a different service.
8Which NHN Cloud storage service is an S3-compatible object storage designed for storing large volumes of unstructured data such as images, videos, and backups?
A.Block Storage
B.NAS (Network Attached Storage)
C.Object Storage
D.Instance local disk
Explanation: NHN Cloud Object Storage is an S3-compatible service for storing and retrieving unstructured data objects such as images, videos, logs, and backups at scale. Block Storage provides persistent block-level volumes attached to instances. NAS provides file-system-level shared network storage. Instance local disk is ephemeral storage directly on the physical host.
9A developer wants to access NHN Cloud Object Storage directly from application code using the AWS S3 SDK. What endpoint compatibility feature makes this possible?
A.NHN Cloud Object Storage supports only the proprietary NHN API
B.NHN Cloud Object Storage is compatible with the AWS S3 API, enabling AWS SDK usage with a custom endpoint
C.NHN Cloud Object Storage uses FTP for programmatic access
D.Object Storage can only be accessed through the NHN Cloud console
Explanation: NHN Cloud Object Storage is S3-compatible, meaning it exposes an API interface compatible with Amazon S3. Applications written with the AWS SDK can connect to NHN Cloud Object Storage by specifying the NHN Cloud Object Storage endpoint URL. This lowers migration effort and allows reuse of existing S3 tooling.
10NHN Cloud Block Storage provides persistent storage volumes. What happens to data stored on a Block Storage volume when the associated Instance is terminated?
A.Data is automatically replicated to Object Storage for archival
B.The volume is deleted together with the instance by default
C.The volume persists independently and can be reattached to a new instance
D.Data is permanently erased immediately upon instance stop
Explanation: NHN Cloud Block Storage volumes are persistent and exist independently of the instance lifecycle. When an instance is terminated, the attached Block Storage volume continues to exist and can be reattached to another instance. This is different from the instance's local (ephemeral) disk, which is lost when the instance is deleted.

About the NHN Cloud Associate Exam

The NHN Cloud Technology Certification (Associate) validates knowledge of NHN Cloud's core infrastructure services including Compute (Instance), Networking (VPC, Load Balancer, Floating IP), Storage (Object Storage, Block Storage, NAS), Databases (RDS for MySQL/MariaDB/PostgreSQL, EasyCache for Redis), Containers (NHN Kubernetes Service/NKS), Notification services (SMS, Email, Push), Game backend (Gamebase), IAM member management, monitoring, and billing. The exam is operated by NHN Cloud and scheduled once or twice per month.

Questions

60 scored questions

Time Limit

Check official portal

Passing Score

Check official portal

Exam Fee

Check official portal (NHN Cloud)

NHN Cloud Associate Exam Content Outline

15%

Cloud Foundations & Organization

NHN Cloud OpenStack foundation, Regions, Availability Zones, Organization and Project hierarchy, resource policy limits, AppPaaS, Terraform with OpenStack provider

20%

Compute (Instance)

Instance types, public/user/shared images, key pairs, security groups (stateful), Auto Scaling, instance lifecycle (stop vs terminate), user images, golden images, image sharing

20%

Networking (VPC, Load Balancer, CDN)

VPC limits, Subnets (IPv4 CIDR), Route Tables (local route, default route), Floating IP, NAT Gateway (private outbound), VPN Gateway, VPC Peering (non-transitive), Load Balancer L4/L7, scheduling algorithms, health checks, session persistence, SSL termination, DNS, CDN

15%

Storage (Object Storage, Block Storage, NAS)

Object Storage: S3-compatible, Swift-compatible, containers/buckets, lifecycle deletion rules, pre-signed/temporary URLs, access control (public/private), Temp Auth tokens; Block Storage: persistent volumes, snapshots, resize + OS file system extension; NAS: NFS shared multi-instance mount

15%

Database (RDS, EasyCache)

RDS for MySQL, MariaDB, PostgreSQL: automated backups (retention period), HA failover, read replicas, DB instance model; EasyCache for Redis: HA standby replica, sorted sets, RDB vs AOF persistence

7%

Containers (NKS)

NKS cluster creation (IAM roles required), node pools, kubeconfig download, LoadBalancer Service provisioning, PersistentVolumeClaim for Block Storage, Kubernetes flat pod networking model

8%

IAM, Security, Notifications & Game

NHN Cloud members vs IAM members, Organization/Project roles (Project ADMIN, Infrastructure ADMIN, Project MEMBER), APP Key/Secret Key API auth, audit log, Security Groups (SG referencing), WAF, DDoS Guard, Certificate Manager; SMS (sender ID registration), Email, Push (APNs/FCM); Gamebase (authentication, account mapping, in-app purchase, push, operation console, analytics)

How to Pass the NHN Cloud Associate Exam

What You Need to Know

  • Passing score: Check official portal
  • Exam length: 60 questions
  • Time limit: Check official portal
  • Exam fee: Check official portal

Keys to Passing

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

NHN Cloud Associate Study Tips from Top Performers

1Master the VPC networking model: VPCs contain Subnets per AZ, Floating IPs attach to individual instances for public access, NAT Gateway enables private instances to reach the internet outbound, and VPC Peering is non-transitive
2Understand the difference between Object Storage (S3/Swift-compatible, pay-per-use, S3 lifecycle) and Block Storage (provisioned volume, exclusive to one instance, snapshotable) and NAS (NFS shared file system for multi-instance concurrent access)
3Know NHN Cloud's IAM structure: Organization contains Projects; NHN Cloud members use NHN Cloud accounts; IAM members are organization-managed; Infrastructure ADMIN controls compute/network/storage; Project ADMIN manages members and services
4Practice NKS cluster operations: creating a cluster requires Infrastructure ADMIN or NKS ADMIN role; download kubeconfig to use kubectl; LoadBalancer Service type auto-provisions an NHN Cloud Load Balancer; PVCs provision Block Storage volumes
5Understand RDS HA: automated backups have configurable retention period; HA mode maintains a standby replica; EasyCache Redis HA promotes standby when master fails; read replicas handle read scaling
6Learn Gamebase's scope: authentication (social login, guest, account mapping), in-app purchases, push notifications, operation console (bans, coupons), and game analytics (DAU, MAU, retention)
7Security Groups in NHN Cloud are stateful (return traffic automatically allowed); using another Security Group as the source rule source automatically allows all instances in that group without IP changes
8NHN Cloud is built on OpenStack — the Terraform OpenStack provider can manage NHN Cloud resources using custom endpoints

Frequently Asked Questions

What is the NHN Cloud Technology Certification (Associate)?

The NHN Cloud Technology Certification (Associate) is an official certification offered by NHN Cloud (nhncloud.com) that validates knowledge of NHN Cloud's core infrastructure services including Compute (Instance), Networking (VPC, Load Balancer), Storage (Object Storage, Block Storage, NAS), Databases (RDS, EasyCache), Containers (NKS), and IAM management. The certification is positioned above the Essentials (CES) entry-level tier and below the Professional tier.

Where can I register for the NHN Cloud Associate exam?

The NHN Cloud Technology Certification exam is administered through the official NHN Cloud certification portal at nhncloud.com/certification. The exam runs once or twice per month with applications accepted at the beginning of each month. The portal and primary exam specifications are in Korean; international candidates should verify current scheduling and requirements directly on the portal.

What NHN Cloud services are covered on the Associate exam?

The Associate exam covers NHN Cloud core services: Compute (Instance types, images, key pairs, security groups, Auto Scaling), Networking (VPC, Subnets, Floating IP, NAT Gateway, Load Balancer, VPN Gateway), Storage (Object Storage, Block Storage, NAS), Database (RDS for MySQL/MariaDB/PostgreSQL, EasyCache for Redis), Containers (NKS), IAM (Organization/Project structure, member types, roles), Notifications (SMS, Email, Push), and game backend (Gamebase). Monitoring, billing, and security services (WAF, DDoS) are also included.

Is NHN Cloud built on OpenStack?

Yes. NHN Cloud is built on OpenStack, the open-source cloud infrastructure platform. This means NHN Cloud's compute, networking, and storage services align with OpenStack concepts and APIs. Candidates familiar with OpenStack will find NHN Cloud's architecture familiar, and NHN Cloud infrastructure can be managed using the OpenStack Terraform provider with custom NHN Cloud endpoints.

How does NHN Cloud differ from AWS or GCP for an Associate-level candidate?

NHN Cloud is a Korean/Japanese cloud provider built on OpenStack, primarily serving the Korean and Japanese markets. Its core infrastructure services (Compute, VPC, Load Balancer, Object Storage, RDS, Kubernetes) parallel major cloud providers but use NHN-specific naming and console design. NHN Cloud also offers unique services like Gamebase (mobile game backend) and SMS/Push notifications tailored to the Korean market. Exam specifications are primarily documented in Korean.

How long should I study for the NHN Cloud Associate exam?

Most candidates with prior cloud infrastructure experience should allocate 4–8 weeks (40–80 hours). Prioritize NHN Cloud's Compute (Instance), Networking (VPC, Load Balancer), and Storage (Object Storage, Block Storage) as these form the largest topic areas. Use NHN Cloud's English documentation at docs.nhncloud.com and the NHN Cloud Education Center (edu.nhncloud.com) for hands-on labs. Complete 100+ practice questions across all topic areas before scheduling.