OPC UA · topic block

Architecture OPC UA: exam questions with worked answers

Practice questions from the Architecture block of the OPC UA Knowledge certification. Detailed corrections, public sources, free to read without sign-up.

Sourced bank~ 2 minFree · no sign-up

Questions for the "Architecture" topic

  1. Q01
    OPC UA supports two communication patterns: Client/Server (the classic Request/Response model) and Pub/Sub (publish/subscribe over MQTT or UDP multicast/unicast), the latter introduced in version 1.04 to address Industrie 4.0 use cases.
    TrueFalse
    1. Architecture· Client/Server vs. Pub/Sub· Medium
    Correct answer
    True
    Learning tip

    OPC UA is dual-mode by design. Client/Server has been in the standard since version 1.0 and exposes bidirectional services such as Read, Write and Subscribe. Pub/Sub was added in 1.04 (2018) with transport bindings over MQTT, AMQP or UDP, which scales much better for IIoT and cloud telemetry. Both modes can coexist inside the same device, and the typical split is Client/Server for configuration and engineering access, Pub/Sub for high-volume telemetry.

  2. Q02
    The OPC UA Address Space is a hierarchical structure of Nodes linked by typed References (HasComponent, HasProperty, HasTypeDefinition, etc.), exposed as a graph that clients can walk through the Browse service.
    TrueFalse
    1. Architecture· Address Space· Medium
    Correct answer
    True
    Learning tip

    The Address Space is effectively the object filesystem of an OPC UA server. Nodes come in eight NodeClasses (Variable, Object, Method, ObjectType, VariableType, DataType, ReferenceType, View), each identified by a unique NodeId built from a namespace index and an identifier. Nodes are linked by typed References, and human-readable BrowseName/DisplayName attributes make navigation usable. The Browse service lets a client discover the structure dynamically without prior knowledge of the vendor model.

Want more?

See all OPC UA modules

Other OPC UA blocks

CertifBus is an independent tool. OPC UA is a registered trademark of OPC Foundation. CertifBus is neither affiliated with nor endorsed by OPC Foundation or any other official certification body. The questions are simulations for educational purposes and do not guarantee success on the official exam.

Explore the OPC UA certification →
Continue with the full exam