Tag Archives: message

public class StringReplace { public static void main(String[] args) { String message = "Hi everyone!";

public class StringReplace {public static void main(String[] args) {String message = “Hi everyone!”;System.out.println(“message = ” + message.replace(“e”, “X”)); }}What is the result? A. A runtime error is produced. B. message = C. message = Hi XvXryonX! D. message = Hi Xveryone! E. message = Hi everyone! F. A compile time error is produced. Correct Answer: C

Your customer noticed a message that sometimes appears when they are moving activities between resources.

Your customer noticed a message that sometimes appears when they are moving activities between resources. The message reads “Soft skill mismatch” and the customer wants it changed to read “Resource does not meet Preferable work skill level”.Which option fulfills that requirement? A. From the Glossary, update the wording for the “Soft skill mismatch’ entry within the “Move Activity… Read More »

After an engineer configures an EtherChannel between switch SW1 and switch SW2, this error message is logged on switch SW2:

Refer to the exhibit. After an engineer configures an EtherChannel between switch SW1 and switch SW2, this error message is logged on switch SW2: SW2# 09:45:32: %PM-4-ERR_DISABLE: channel-misconfig error detected on Gi0/0, putting Gi0/0 in err-disable state 09:45:32: %PM-4-ERR_DISABLE: channel-misconfig error detected on Gi0/1, putting Gi0/1 in err-disable state Based on the output from switch SW1 and the… Read More »

An engineer is configuring an EtherChannel between Switch1 and Switch2 and notices the console message on Switch2. Based on the output, which action resolves this issue?

Refer to the exhibit. An engineer is configuring an EtherChannel between Switch1 and Switch2 and notices the console message on Switch2. Based on the output, which action resolves this issue? A. Configure more member ports on Switchl. B. Configure less member ports on Switch2. C. Configure the same port channel interface number on both switches. D. Configure the… Read More »

An engineer is using XML in an application to send information to a RESTCONF-enabled device. After sending the request, the engineer gets this response message and an HTTP response code of 400. What do theseresponses tell the engineer?

Refer to the exhibit. An engineer is using XML in an application to send information to a RESTCONF-enabled device. After sending the request, the engineer gets this response message and an HTTP response code of 400. What do these responses tell the engineer? A. The Accept header sent was application/xml. B. POST was used instead of PUT to… Read More »

While configuring an IOS router for HSRP with a virtual IP of 10.1.1.1, an engineer sees this log message. Jan 1 12:12:12.111 : %HSRP-4-DIFFVIP1: GigabitEthernet0/0 Grp 1 active routers virtual IP address 10.1.1.1 is different to the locally configured address 10.1.1.25 Which configuration change must the engineer make?

A. Change the HSRP group configuration on the local router to 1. B. Change the HSRP virtual address on the local routerto 10.1.1.1. C. Change the HSRP virtual address on the remote routerto 10.1.1.1. D. Change the HSRP group configuration on the remote routerto 1. Answer: Option B. Explanation:  No answer description available for this question Show AnswerDiscussion… Read More »

An engineer must create an EEM applet that sends a syslog message in the event a change happens in the network due to trouble with an OSPF process. Which action should the engineer use? event manager applet LogMessage event routing network 172.30.197.0/24 type all

A. action 1 syslog msg “OSPF ROUTING ERROR” B. action 1 syslog send “OSPF ROUTING ERROR” C. action 1 syslog pattern “OSPF ROUTING ERROR” D. action 1 syslog write “OSPF ROUTING ERROR” Answer: Option A. Explanation:  No answer description available for this question Show AnswerDiscussion The post An engineer must create an EEM applet that sends a syslog… Read More »

An engineer is configuring Cisco ISE to reprofile endpoints based only on new requests of INIT-REBOOT and SELECTING message types. Which probe should be used to accomplish this task?

A. DHCP B. DNS C. NMAP D. RADIUS Answer: Option A. Explanation:  No answer description available for this question Show AnswerDiscussion The post An engineer is configuring Cisco ISE to reprofile endpoints based only on new requests of INIT-REBOOT and SELECTING message types. <br>Which probe should be used to accomplish this task? appeared first on Majanto.