nerdexam
Oracle

1Z0-102 · Question #121

Which one is true for the Java-based Node Manager?

The correct answer is D. Node Manager on one machine can start multiple Managed Servers on the same machine. See the full explanation below for the reasoning.

Question

Which one is true for the Java-based Node Manager?

Options

  • ANode Manager process is associated with the specific WebLogic domain.
  • BNode Manager cannot start the admin server.
  • CNode Manager on one machine can start multiple Managed Servers on different machines.
  • DNode Manager on one machine can start multiple Managed Servers on the same machine.
  • ENode Manager can start only one Managed Server per machine.

How the community answered

(41 responses)
  • A
    15% (6)
  • B
    2% (1)
  • C
    7% (3)
  • D
    73% (30)
  • E
    2% (1)

Community Discussion

8
Prof. SaraProf. SaraJun 26, 2026

The correct answer is D. Node Manager is a machine-scoped process, meaning a single Node Manager instance running on one machine can manage and start multiple Managed Servers that are also hosted on that same machine, which is a core architectural point the exam loves to test. Option A trips up a lot of students because Node Manager is domain-independent, it binds to a machine, not a domain, so you can use it across domains. Option C flips the concept entirely, since Node Manager cannot reach across to start servers on a different machine, each machine runs its own Node Manager instance, and option B is simply false because Node Manager absolutely can start the Admin Server using the nmStart() command or through the console.

19
Grace U.Grace U.Jun 26, 2026

D is the right pick, though option A trips a lot of people up because Node Manager does work within a domain context during configuration, which makes it feel true. The key distinction is that Node Manager itself is not bound to a single domain, and one instance on a machine can absolutely manage and start multiple Managed Servers that all live on that same machine.

3
Orla P.Orla P.Jun 29, 2026

The part worth adding is that Node Manager's domain independence is exactly why it survives an Admin Server crash and can still restart Managed Servers, which is the scenario where that distinction actually matters on the exam.

0
Orla P.Orla P.Jun 26, 2026

D is correct. One Node Manager instance covers the whole machine, so it can absolutely manage multiple Managed Servers sitting on that same box, which is probably the most common real-world setup you will see. The distractor in C is sneaky because Node Manager controls servers on its own machine only, not remote ones, so that one falls apart the moment you think about how the process actually runs.

0
Lena V.Lena V.Jun 18, 2026

Been drilling this topic all week for my recert and E is the one that keeps checking out for me, the whole point of Node Manager is that it manages one server instance per host at the process level, and the exam has consistently tested that boundary when I ran the practice sets. If you picked D you are confusing Node Manager scope with domain scope, which is a trap Oracle loves to set on this objective.

-1
Orla P.Orla P.Jun 19, 2026

Lena, D is actually correct here. Node Manager is scoped to the machine level and manages server instances across multiple domains on that host, which is exactly the boundary Oracle tests on this objective.

0
Anjali D.Anjali D.Jun 26, 2026

A is it, Node Manager ties directly to the domain.

-1
Prof. SaraProf. SaraJun 29, 2026

Anjali, Node Manager handles server lifecycle tasks like starting and stopping Managed Servers remotely, but it does not tie directly into the domain configuration itself, which is why D is the correct pick here. The domain is what defines the administrative boundary, and the option D reflects that relationship more accurately.

0
Full 1Z0-102 Practice