C Certs Club
Home
Oracle SAP Microsoft Cisco CompTIA Fortinet Salesforce Nutanix Linux Foundation Amazon View All Vendors →
Login Register

Infoblox NIOS-DDI-Expert - Infoblox Qualified NIOS DDI Expert - INE Certification Exam

Download Exam View Entire Exam
Page: 1 / 2
Question #1 (Topic: Demo Questions)

A customer reports difficulty joining a standalone High Availability (HA) pair.
How should the customer diagnose the issue? Choose 2 answers

A.
Use error messages recorded in syslog and debug log on both nodes
B.
Use traffic capture on the first node (the active node)
C.
Use traffic capture on both nodes
D.
Reset everything before trying to re-join
Correct Answer: A, C
Explanation:
Comprehensive and Detailed In-Depth Explanation: Joining a standalone HA pair to a Grid involves network, authentication, and sync issues. Best diagnostics:
A: Syslog (show log syslog) and debug logs (e.g., infoblox.log in support bundle) on both nodes reveal errors (e.g., “Join failed: invalid secret”). Essential for root cause. Correct.
C: Traffic capture (tcpdump via CLI) on both nodes checks VRRP, bloxSync, and network issues (e.g., blocked ports). Comprehensive view of communication. Correct.
B: Capturing only the active node misses passive node issues (e.g., firewall blocking sync). Incomplete. Incorrect.
D: Resetting erases logs and configs, hindering diagnosis—last resort, not initial step. Incorrect.
Practical Example: In an INE lab, you’d check syslog for “sync failed,” run tcpdump -i eth0 port 443 on both, and troubleshoot a blocked SSL port. References: Infoblox NIOS Administrator Guide – HA Troubleshooting; INE Course Content: NIOS DDI Grid Troubleshooting.
Question #2 (Topic: Demo Questions)

A customer has the following Grid: Grid Master HA pair, three HA Grid Members, one single Grid

Member. The customer has defined custom Upgrade Groups based on the physical location of the
appliances. After the administrator clicks Upgrade, which node will go through the upgrade process
first?

A.
All of the Member passive nodes
B.
Grid Master active node
C.
Grid Master passive node
D.
Depends on the configuration of Upgrade Groups 
Correct Answer: D
Explanation:

Comprehensive and Detailed In-Depth In NIOS, the upgrade process for a Grid can be customized using Upgrade Groups, which allow administrators to define the order and timing of upgrades for Grid members based on criteria like location or role. By default, the Grid Master (active node) upgrades last to ensure continuity, and passive nodes in HA pairs often upgrade before active nodes. However, when custom Upgrade Groups are defined (as in this scenario, based on physical location), the upgrade sequence follows the administrator’s configuration rather than a fixed rule. Thus, the first node to upgrade depends entirely on how the Upgrade Groups are prioritized in the upgrade schedule. This flexibility is a focus of the INE course’s Grid deployment section.

Reference: Infoblox NIOS Administrator Guide – Software Upgrades; INE Course Objective: NIOS DDI Grid Deployment

Question #3 (Topic: Demo Questions)

When would you set a "Default Value" for an EA in NIOS?

A.
When you want to specify the allowable range for the EA
B.
When the EA represents a numeric value with a specific range
C.
When you want to assign a predefined value for the EA
D.
When the EA is intended to be unique for each object and not set to any default
Correct Answer: C
Explanation:
Comprehensive and Detailed In-Depth Explanation: Extensible Attributes (EAs) enhance NIOS object metadata, and the "Default Value" option sets a predefined value automatically applied when the EA is assigned to an object (unless overridden).
Purpose: It simplifies configuration by pre-populating common values, reducing manual entry.
Scenario: For an EA like "Department," setting a default value of "IT" ensures new networks inherit this unless specified otherwise (e.g., "HR").
Options:
A: Allowable ranges (e.g., 1-100) are set via EA type (Integer) and constraints, not default values. Incorrect.
B: Numeric values with ranges relate to validation, not defaults. Incorrect.
C: Assigning a predefined value (e.g., "Enabled" for "Status") is the exact use case for defaults. Correct.
D: Unique values per object contradict defaults, which apply uniformly unless changed. Incorrect.
Practical Example: In an INE Grid deployment lab, you’d set a default EA "Region: US" for new members, streamlining setup and troubleshooting consistency.
References: Infoblox NIOS Administrator Guide – Extensible Attributes; INE Course Objective: NIOS DDI Grid Deployment.
Question #4 (Topic: Demo Questions)

What can an administrator do with an Option Filter in NIOS? 

A.

Match on any DHCP options provided by the client

B.
Match on any DHCP options provided by the server
C.
Match only vendor-specific options such as Option 60 
D.
Match only on device types 
Correct Answer: A
Explanation:
Comprehensive and Detailed In-Depth
In NIOS, DHCP Option Filters allow administrators to define rules for matching DHCP client requests
based on the options they send in their DHCP packets. These filters are highly flexible and can match
any DHCP option provided by the client, such as Option 55 (Parameter Request List), Option 60
(Vendor Class Identifier), or custom options. This enables precise DHCP policy enforcement, like
assigning specific IP ranges or options to certain devices. Option B is incorrect because filters apply to
client requests, not server responses. Option C is too narrow—while Option 60 is common, filters
aren’t limited to vendor-specific options. Option D is vague and incorrect; device type matching is a
subset of option matching. The INE course covers DHCP troubleshooting, including filter
configuration.
Reference: Infoblox NIOS Administrator Guide – DHCP Option Filters; INE Course Content: NIOS DDI
DHCP Troubleshooting.
Question #5 (Topic: Demo Questions)

A Grid member in a DHCP Failover pair is in the PARTNER-DOWN state. What does this mean?

A.
The member has lost contact with its peer
B.
An administrator put the member in this state to indicate the member's peer is down
C.
An administrator put the member in this state to indicate the member is down and
the member's peer will take over
D.
This member is malfunctioning and the member's peer must take over assignments
Next Question
Correct Answer: B
Explanation:
Comprehensive and Detailed In-Depth Explanation: PARTNER-DOWN in DHCP Failover:
B: Admin manually sets this state (Grid > DHCP > Failover > Edit) to signal the peer is down (e.g., powered off), giving the member full pool control. Correct.
A: Loss of contact is COMMUNICATIONS-INTERRUPTED—PARTNER-DOWN is deliberate. Incorrect.
C: Indicates the member is down—opposite of intent. Incorrect.
D: Malfunction implies automatic state—PARTNER-DOWN is manual. Incorrect.
Practical Example: In an INE lab, set PARTNER-DOWN, verify full lease control, and troubleshoot sync resumption. References: Infoblox NIOS Administrator Guide – DHCP Failover States; INE Course Content: NIOS DDI DHCP Troubleshooting.