
















































































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
A designer-level assessment focusing on system planning, topology creation, device selection, user experience design, room automation strategy, network considerations, interoperability analysis, and documentation best practices. Ideal for professionals responsible for blueprinting Kramer-based control architectures before programming.
Typology: Exams
1 / 88
This page cannot be seen from the preview
Don't miss anything!

















































































Question 1. Which component of the Kramer Control platform is responsible for designing control logic in a cloud‑based environment? A) Brain/Virtual Brain B) Kramer Control Builder C) Touch Panel UI D) I/O Gateway Answer: B Explanation: The Kramer Control Builder is the web‑based design tool where projects, UI, and logic are created. Question 2. In a Distributed Architecture, what is the primary benefit of a flat topology? A) Centralized processing B) Reduced cable length C) No single point of failure D) Simplified firmware updates Answer: C Explanation: A flat topology distributes processing across multiple Brains, eliminating a single point of failure. Question 3. Which of the following best describes the role of a Virtual Brain? A) Physical I/O gateway device B) Cloud‑hosted execution engine that mimics a physical Brain C) Mobile app for remote control D) Network switch for AV traffic Answer: B
Explanation: A Virtual Brain runs in the cloud and provides the same logic execution as a hardware Brain. Question 4. Which network segmentation method is recommended for isolating AV traffic from IT traffic? A) NAT B) VLAN C) DHCP D) DNS Answer: B Explanation: VLANs create separate broadcast domains, keeping AV‑over‑IP traffic isolated from corporate networks. Question 5. Which TCP/IP port is required for the Kramer Control cloud to communicate with a Brain for real‑time status? A) 80 (HTTP) B) 443 (HTTPS) C) 22 (SSH) D) 161 (SNMP) Answer: B Explanation: HTTPS (port 443) is used for secure cloud‑to‑Brain communication. Question 6. When integrating a legacy projector that only supports RS‑232, which Kramer component is used? A) Virtual Brain B) I/O Gateway
A) To store global variables B) To serve as a template for copying identical rooms C) To host the cloud service D) To manage user authentication Answer: B Explanation: Reference Space allows designers to clone its configuration to multiple identical rooms. Question 10. Which tool is used to duplicate an entire room layout including devices and UI elements? A) Export/Import Wizard B) Copy & Clone C) Driver Editor D) Macro Builder Answer: B Explanation: The Copy & Clone tool replicates rooms quickly while preserving all settings. Question 11. When creating a new driver for an unsupported matrix switch, which Kramer feature is used? A) Device Driver Editor B) Macro Scheduler C) Variable Manager D) Network Mapper Answer: A Explanation: The Device Driver Editor lets you define commands and responses for new equipment.
Question 12. Which file format is used when exporting a custom driver from the Builder? A) .xml B) .json C) .csv D) .kdr Answer: A Explanation: Drivers are exported as XML files that describe command syntax and parsing. Question 13. An Action in Kramer Control is best defined as: A) A trigger generated by a user or device B) A command sent to a device C) A visual element on the UI D) A timer event Answer: B Explanation: Actions are the commands that the Brain sends to controlled equipment. Question 14. Which element links an Event to an Action? A) Variable B) Join C) Macro D) Scheduler Answer: B Explanation: Joins associate events (triggers) with actions (responses).
Question 18. In conditional logic, which statement correctly represents “If the projector is off, then turn it on”? A) IF ProjectorState = OFF THEN Action_TurnOn B) WHILE ProjectorState = OFF DO Action_TurnOn C) SWITCH ProjectorState CASE OFF: Action_TurnOn D) FOR ProjectorState = OFF TO ON DO Action_TurnOn Answer: A Explanation: The IF/THEN syntax evaluates a condition and triggers an action when true. Question 19. Which Kramer feature allows scheduling actions at specific times? A) Timer B) Macro C) Variable D) Join Answer: A Explanation: Timers trigger actions based on time conditions. Question 20. Which UI element is most appropriate for adjusting audio volume? A) Toggle button B) Slider C) Text label D) Radio button Answer: B Explanation: Sliders provide continuous value selection, ideal for volume control.
Question 21. How can a designer change the color of a button on a Touch Panel UI? A) Edit the driver XML B) Modify the button’s style properties in the Builder C) Change the Brain firmware D) Adjust the network VLAN Answer: B Explanation: UI style properties control visual aspects such as color. Question 22. Which deployment mode allows a Brain to operate without continuous Internet connectivity? A) Cloud‑only B) On‑Premises with offline Brain C) Hybrid with VPN only D) Remote‑only Answer: B Explanation: An on‑premises Brain can run locally even when the cloud is unreachable. Question 23. What is the purpose of the “Always Up‑to‑Date” feature? A) Automatic firmware updates for Brains and devices B) Real‑time UI skin changes C) Dynamic IP allocation D) Network traffic shaping Answer: A Explanation: It ensures all system components receive the latest software automatically.
Answer: B Explanation: Network configuration is the most common cause of connectivity problems. Question 27. Which protocol does the Kramer cloud use for device registration and status reporting? A) MQTT B) HTTP/HTTPS C. FTP D) SNMP Answer: B Explanation: HTTPS is used for secure communication between Brains and the cloud. Question 28. In the Builder, what does the “Copy & Clone” function preserve when duplicating a room? A) Only UI layout B) Devices, drivers, UI, and logic C) Only variable definitions D) Only network settings Answer: B Explanation: It clones the entire configuration, including devices, drivers, UI, and logic. Question 29. Which of the following best describes a “Flat Topology” in Kramer systems? A) Hierarchical master‑slave architecture B) All Brains communicate directly with each other without a central hub C) Single Brain controlling all devices
D) Ring network with redundant paths Answer: B Explanation: Flat topology means each Brain can communicate peer‑to‑peer, enhancing scalability. Question 30. Which option enables a remote installer to configure a system without being on‑site? A) Borderless Control B) Local Console C) Direct Serial Connection D) HDMI‑CEC Answer: A Explanation: Borderless Control allows remote provisioning and setup over the internet. Question 31. What is the primary advantage of using the “Space‑Specific Templates” in UI design? A) Faster firmware upgrades B) Consistent look and feel across similar rooms C) Automatic driver generation D) Reduced network bandwidth Answer: B Explanation: Templates ensure UI consistency while allowing quick customization per space. Question 32. Which variable type should be used to store a Boolean on/off state? A) Integer B) String
A) Timer B) Join with a toggle variable C) Macro with delay D) Conditional IF/ELSE only Answer: B Explanation: A join linked to a toggle variable switches between two actions on each press. Question 36. Which statement correctly describes “On‑Premises” deployment? A) All processing occurs in the cloud only. B) Brains are hosted locally and may still sync with the cloud. C) No Brains are used; only UI devices. D) Devices communicate directly with the internet without a Brain. Answer: B Explanation: On‑Premises keeps the Brain hardware locally while still allowing cloud synchronization. Question 37. What is the role of the “Advanced Dashboard” regarding alerts? A) Generates automatic UI skins B) Sends push notifications for device failures C) Controls audio levels across rooms D. Manages VLAN configurations Answer: B Explanation: The dashboard can push alerts to administrators when issues are detected. Question 38. Which of the following best defines a “Driver” in Kramer Control?
A) A UI theme file B) A set of commands and responses for a specific device C. A network routing table D) A firmware image for Brains Answer: B Explanation: Drivers translate high‑level actions into device‑specific command strings. Question 39. When using Dante for audio distribution, which network setting is critical? A) Static IP on each Dante device B. Enabling DHCP on the VLAN C. Using port 23 for Telnet D) Disabling QoS Answer: A Explanation: Dante devices require static IPs or managed DHCP reservations to ensure consistent routing. Question 40. Which Kramer UI element would you use to display the current temperature of a room sensor? A) Button B) Slider C) Text label D) Toggle Answer: C Explanation: Text labels are ideal for showing read‑only values like temperature.
Question 44. What is the purpose of a “Timer” with a “Repeat” option? A) To execute an action once after a delay. B. To repeatedly trigger an action at set intervals. C) To store a numeric value. D) To switch UI themes. Answer: B Explanation: Repeat timers fire actions periodically according to the defined interval. Question 45. Which feature allows a designer to test actions without deploying to hardware? A) Simulation Mode in Builder B) Remote debugging via SSH C) Live UI preview on a tablet D) Export to PDF Answer: A Explanation: Simulation Mode runs the logic within the Builder for testing. Question 46. In a multi‑room installation, which method ensures consistent source selection across all rooms? A) Separate variables per room B) Global variable shared by all Brains C) Independent macros per room D) Manual UI updates Answer: B
Explanation: A global variable can be referenced by all Brains to synchronize source state. Question 47. Which of the following is NOT a recommended practice for AV‑over‑IP network design? A) Separate VLAN for AV traffic B. Enable IGMP snooping C) Use unmanaged switches only D) Prioritize traffic with QoS Answer: C Explanation: Managed switches provide control over traffic; unmanaged switches lack VLAN and QoS capabilities. Question 48. What does the “Copy & Clone” tool do when duplicating a room that contains a unique device ID? A. It generates a new unique ID for the cloned device. B) It copies the same ID, causing conflicts. C) It removes the device from the clone. D) It prompts the user to manually edit the ID. Answer: A Explanation: The tool automatically assigns new IDs to avoid duplication conflicts. Question 49. Which of the following best describes “Borderless Control”? A) On‑site only configuration B) Remote provisioning of Brains and UI devices over the internet C) Local USB configuration only D) A feature that disables firewalls
Answer: A Explanation: The Max Clients parameter limits concurrent UI connections. Question 53. Which of the following is a valid use of a “Macro” in a classroom automation scenario? A) Turn on projector, lower screen, set volume to 30% B. Continuously poll temperature sensor C) Change UI theme based on time of day D) Store the selected input source name Answer: A Explanation: Macros execute a series of actions like powering devices and adjusting settings. Question 54. When configuring a firewall, which protocol must be allowed for DNS resolution of cloud services? A) TCP/ B) UDP/ C) Both TCP and UDP on port 53 D) Only TCP on port 53 Answer: C Explanation: DNS uses both TCP and UDP on port 53 for queries and larger responses. Question 55. Which of the following best explains the function of a “Join” in Kramer logic? A) It merges two UI screens into one. B) It connects an Event to one or more Actions.
C) It creates a VLAN. D) It updates firmware. Answer: B Explanation: Joins map triggers (Events) to the commands (Actions) they should execute. Question 56. What is the primary purpose of the “Variable Manager” in the Builder? A) To edit UI colors B) To define and monitor runtime variables C) To configure network ports D) To generate driver XML files Answer: B Explanation: Variable Manager handles creation, default values, and monitoring of variables. Question 57. Which of the following is a recommended method to reduce latency in a large‑scale AV‑over‑IP deployment? A) Use a single broadcast domain for all traffic. B) Enable multicast and IGMP snooping. C) Disable QoS. D) Use Wi‑Fi for all devices. Answer: B Explanation: Multicast with IGMP snooping efficiently routes AV streams, reducing unnecessary traffic. Question 58. In the context of Kramer Control, what does “Always Up‑to‑Date” primarily refer to? A) UI theme synchronization