Platform 11 Practice Exam 200 Questions with
Answers & Rationales 2026 | INSTANT PDF
DOWNLOAD
Question 1
What is the primary purpose of the Relevance language in BigFix?
A) To define user permissions
B) To create conditional logic for Fixlets and Tasks
C) To manage network configurations
D) To design graphical user interfaces
Correct Answer: B
Explanation: Relevance is a query language used in BigFix to define conditions under
which Fixlets and Tasks are applicable to target endpoints. It allows administrators to
target specific machines based on properties like operating system, installed software,
registry settings, and file existence .
Question 2
Which data type is NOT supported in Relevance language?
A) Boolean
B) String
C) Date
D) Array
Correct Answer: D
Explanation: Relevance supports Boolean, String, and Date data types, but it does NOT
have a native Array data type. While you can work with lists (groups of items), there is no
explicit array type in the Relevance language .
,Question 3
The HCL BigFix Enterprise Suite consists of which core components? (Select 3)
A) BigFix Server (Root Server)
B) BigFix Relay
C) BigFix Client
D) BigFix Firewall
Correct Answer: A, B, C
Explanation: The three core components of HCL BigFix Enterprise Suite are: the BigFix
Server (Root Server) which manages all operations, BigFix Relay which distributes content
and aggregates reports, and BigFix Client which executes actions on endpoints .
Question 4
What is the default communication port between a BigFix Client and its Relay (or Server)
when using secure (HTTPS) communication?
A) 443
B) 52311 (TCP)
C) 80
D) 8080
Correct Answer: B
*Explanation: The default client-to-relay/server port is always TCP 52311, regardless of
whether SSL is used. The protocol is encapsulated within that TCP port, so changing
from HTTP to HTTPS does not change the port number .*
Question 5
Which component in BigFix is responsible for storing client reports and action results?
A) BigFix Server
B) BigFix Database
,C) BigFix Relay
D) BigFix WebUI
Correct Answer: B
Explanation: The BigFix Database stores all non-binary data, including client reports,
action results, and client properties. The database is a Microsoft SQL Server database
(BFEnterprise) that serves as the central repository for all endpoint information .
Question 6
Which protocol is used by the BigFix Console to communicate with the Root Server?
A) SMTP
B) SNMP
C) HTTPS (SOAP)
D) ICMP
Correct Answer: C
*Explanation: The BigFix Console communicates with the Root Server using HTTPS
(SOAP web services) on port 52311. This API-based communication allows the console
to send commands and retrieve information from the server .*
Question 7
What is the purpose of a BigFix Site?
A) A physical location where Relays are placed
B) A logical collection of Fixlets, Tasks, Baselines, and analyses
C) A security group that defines user permissions
D) A backup location for the BigFix database
Correct Answer: B
Explanation: A Site is a container for content—Fixlets, Tasks, Baselines, analyses, and
property definitions—that can be subscribed to by clients. Examples include the "Patches
for Windows" site and custom sites created by administrators .
, Question 8
Which BigFix component acts as a proxy for the Root Server to manage slow or remote
network links?
A) BigFix Client
B) BigFix Relay in Relay-to-Relay hierarchy
C) BigFix Console
D) BigFix Gather Service
Correct Answer: B
Explanation: Relays can be chained (Relay-to-Relay hierarchy) to cross slow or high-
latency links, allowing the root server to be placed deeper into the network. This
hierarchical distribution reduces WAN traffic and improves performance in remote
locations .
Question 9
Which of the following statements about the BigFix Root Server are true? (Select 2)
A) It can be installed on a virtual machine
B) It requires a dedicated physical server with very high CPU
C) It must have a static IP address
D) It can be clustered for high availability
Correct Answer: A, D
Explanation: The Root Server can be virtualized and is often clustered (using MS SQL
Server Always On or similar high-availability configurations). While a static IP is
recommended for reliable communication, it is not an absolute requirement .
Question 10
Which service on the BigFix Client is responsible for downloading and applying content
from Relays?