Node ’A’ and ’B’ have two network adapters connected to different networks. Adapter 1 is assigned the address 192.168.0.10 with a subnet mask of 255.255.255.0. Adapter 2 is assigned the address 24.76.1.200 with a subnet mask of 255.255.240.0. What is the minimum number of additional adapters per node required to eliminate a network adapter as a single point of failure?()
第1题:
ABC Corp. is installing 11i Oracle Applications on two nodes A and B. On Node A, it hasinstalled the Forms server, Web server, and Administration server. On Node B, it has installed theConcurrent Processing server.By default, on which node would the Reports server be installed?()
A.Node A
B.Node B
C.neither of the nodes
D.both Node A and Node B
第2题:
Simplify the following Boolean expression
!((i ==12) || (j > 15))
struct Node {
int value;
Node* next;
};
1.1 Get the value of the Nth node from last node in the linked list.
PARAM HEAD: the first element in the linked list:
PARAM n: the number of the node counted reversely
RETURN: the value of the node, or -1 if not exists
int GetValue(Node* HEAD, int n)
{
}
1.2 Delete a node WITHOUT using the HEAD pointer.
PARAM p: A pointer pointed to a node in the middle of the linked list.
RETURN: void
void Delete(Node* p)
{
}
1.3 Insert a new node before p WITHOUT using the HEAD pointer
PARAM p: A pointer pointed to a node in the middle of the linked list.
PARAM value: new Node value
RETURN: void
void Insert(Node* p, int value)
{
}
Question 2:
Please write a String class with following features:
第3题:
有以下程序:
#include <stdlib.h>
struct NODE
{ int num; struct NODE *next; };
main()
{ struct NODE *p,*q,*r;
p=(struct NODE*)malloc(sizeof(struct NODE));
q=(struct NODE*)mallloc(sizeof(struct NODE));
r=(struct NODE*)malloc(sizeof(struct NODE));
p->num=10;q->num=20; r->num=30;
p->next=q;q->next=r;
printf("%d\n",p->num+q->next->num);
}
程序运行后的输出结果是( )。
A.10
B.20
C.30
D.40
第4题:
If node 2 is accepting line timing from node 1, node 2 will send () to node 1 as its SSM messge.
第5题:
You load an XmlDocument named doc with the following XML.
第6题:
What affect will a shutdown -Fr command have on the resource groups on a cluster node?()
第7题:
An administrator has a two node cluster, Node1 and Node2, running resource group rg1. The resource groupis active on Node1. The administrator stopped cluster services and unmanaged the resource group on Node1to work on a problem. Now the administrator needs to move rg1 to Node2. Which of the following will achievethis?()
第8题:
ABC Corp. is installing 11i Oracle Applications on two nodes A and B. On Node A, it hasinstalled the Forms server, Web server, and Administration server. On Node B, it has installed theConcurrent Processing server. By default, on which node would the Reports server be installed?()
第9题:
AMI
DUS
ESF
PRS
SMC
B8ZS
第10题:
Use thee cascading resource groups where ’rg1’ and ’rg2’ fallover to Node ’B’ and ’rg3’ falls over to Node ’C’
Use Dynamic Node Priority resource groups with a priority chain consisting of Node ’A’ then Node ’B’ then Node ’C’
Use three rotating resource groups with ’rg1’ and ’rg2’ falling over to node ’B’ and ’rg3’ falling over to Node ’C’
Upgrade Nodes ’B’ and ’C’ to be equal to Node ’A in CPU and memory resources to enable the cluster to synchronize three resource groups
第11题:
p=(NODE*)malloc(sizeof(p));
p=(*NODE)malloc(sizeof(NODE));
p=(NODE)malloc(sizeof(p));
p=(NODE*)malloc(sizeof(NODE));
第12题:
Dim node As XmlNodeFor Each node In nodes node.Attributes(0).Value = NANext node
Dim node As XmlNodeFor Each node In nodes node.Attributes(1).Value = NANext node
Dim node As XmlNodeFor Each node In nodes Dim genre As XmlNode = node.SelectSingleNode(/genre) genre.Value = NANext node
Dim node As XmlNodeFor Each node In nodes Dim genre As XmlNode = node.SelectSingleNode(@genre) genre.Value = NANext node
Dim node As XmlNodeFor Each node In nodes Dim genre As XmlNode = node.SelectSingleNode(genre) genre.Value = NANext node
第13题:
有以下程序
#include<stdlib.h>
struct NODE
{ int num;stmct NODE*next;};
main()
{ struct NODE*p,*q,*r;
p=(struct NODE*)malloc(sizeof(struct NODE));
q=(struct NODE*)malloc(sizeof(struct NODE));
r=(struct NODE*)malloc(sizeof(struct NODE));
p->num=10;q->num=20;r->num=30;
p->next=q;q->next=r;
printf(“%d\n”,p->num+q->next->num);
}
程序运行后的输出结果是
A.10
B.20
C.30
D.40
第14题:
A. set apply-groups node$
B. set apply-groups (node)
C. set apply-groups $(node)
D. set apply-groups (node)all
第15题:
设链表中的结点是NODE类型的结构体变量,且有NODE*p;为了申请一个新结点,并由p指向该结点,可用以下语句()。
Ap=(NODE*)malloc(sizeof(p));
Bp=(*NODE)malloc(sizeof(NODE));
Cp=(NODE)malloc(sizeof(p));
Dp=(NODE*)malloc(sizeof(NODE));
第16题:
A customer has a resource group rg1 configured on a two node cluster with the following policies:The customer has observed the following scenarios as nodes join the cluster during cluster start up. Scenario 1 Node1 joins cluster as first node - rg1 is acquired by Node1 Node2 joins cluster as second node - rg1 ismoved from Node1 to Node2 Scenario 2 Node2 joins cluster as first node - rg1 is acquired by Node2 Node1 joins cluster as second node - rg1 remainson Node2 Which of the following is the reason for this behavior?()
第17题:
If node 2 is accepting line timing from node 1, node 2 will send ()to node 1 as its SSM message.
第18题:
Company.com has a four-node cluster (nodes ’A’, ’B’, ’C’, and ’D’). The nodes are set up in Resource group pairs. Node ’A’ falls over to Node ’B’, and Node ’C’ falls over to Node ’C’. During a maintenance windows, it was discovered that the six resource groups on Node ’A’ are too much to be adequately handled by Node ’B’. What could be done to better utilize the available resources during fallover?()
第19题:
During a planning session, it is determined that a three node cluster (Node ’A’, Node ’B’, and Node ’C’) will meet the customer’s application needs. Node ’B’ will be a hot-standby fallover node for both Node ’A’ and Node ’C’ resource groups. A serial network for this cluster will require which connections?()
第20题:
They will be placed in an error state.
They will be released an not acquired by another node.
They will migrate to the next node in the priority list.
They will migrate to the next node and be reacquired by the first node on system restart.
第21题:
ESF
PRS
DUS
SMC
B8ZS
第22题:
set apply-groups node$
set apply-groups (node)
set apply-groups $(node)
set apply-groups (node)all
第23题:
Perform the upgrade on the active node of the cluster. When completed, the node reboots and then pushes the service package to the passive node automatically.
Perform the upgrade on the passive node of the cluster. When completed, the node reboots and then pushes the service package to the active node automatically.
On the clustering status page, disable the active node. Perform the upgrade on the disabled node. When completed and the node reboots, enable the node on the clustering status page.Repeat the process on the passive node.
On the clustering status page, disable the passive node. Perform the upgrade on the disabled node. When completed and the node reboots, enable the node on the clustering status page.Repeat the process on the active node.
第24题:
rg1 is configured with a delayed fallback timer
Settling time policy has not been configured for rg1
Node1 does not have sufficient resources to support rg1
Node2 is the first in the ’Default Node Priority’ list for resource group rg1