Tag Archives: default

Which two statements set the default locale used for formatting numbers, currency, and percentages? (Choose

Which two statements set the default locale used for formatting numbers, currency, and percentages? (Choose two.) A. Locale.setDefault(“en_CA”); B. Locale.setDefault(Locale.Category.FORMAT, Locale.CANADA_FRENCH); C. Locale.setDefault(Locale.Category.FORMAT, “zh-CN”); D. Locale.setDefault(Locale.SIMPLIFIED_CHINESE); E. Locale.setDefault(“es”, Locale.US); Correct Answer: A,B

You need to calculate the number of days from 1st January 2019 until today. Dates are stored in the default

You need to calculate the number of days from 1st January 2019 until today.Dates are stored in the default format of DD-MON-RR.Which two queries give the required output? (Choose two.) A. SELECT ROUND(SYSDATE ?’01-JAN-2019′) FROM DUAL; B. SELECT TO_DATE(SYSDATE, `DD/MONTH/YYYY’) ?`01/JANUARY/2019′ FROM DUAL; C. SELECT SYSDATE ?TO_DATE(’01-JANUARY-2019′) FROM DUAL; D. SELECT TO_CHAR(SYSDATE, `DD-MON-YYYY’) ?’01-JAN-2019′ FROM DUAL; E. SELECT… Read More »

You need to calculate the number of days from 1st January 2019 until today. Dates are stored in the default

You need to calculate the number of days from 1st January 2019 until today.Dates are stored in the default format of DD-MON-RR.Which two queries give the required output? (Choose two.) A. SELECT ROUND(SYSDATE – TO_DATE(’01/JANUARY/2019′)) FROM DUAL; B. SELECT ROUND(SYSDATE – ’01-JAN-2019′) FROM DUAL; C. SELECT SYSDATE – TO_DATE(’01-JANUARY-2019′) FROM DUAL; D. SELECT TO_DATE(SYSDATE, ‘DD/MONTH/YYYY’) – ’01/JANUARY/2019′ FROM… Read More »

In a Linux environment, what is the default location of the configuration file that Oracle Cloud Infrastructure

In a Linux environment, what is the default location of the configuration file that Oracle Cloud Infrastructure CLI uses for profile information? (Choose the best answer.) A. $HOME/.oci/con B. /usr/local/bin/con C. /usr/bin/oci/con D. /etc/.oci/con Correct Answer: A Before using Oracle Functions, you must have an Oracle Cloud Infrastructure CLI configuration file that contains the credentials of the user… Read More »

Router BRDR-1 is configured to receive the 0.0.0.0/0 and 172.17.1.0/24 networks via BGP and advertise them into OSPF area 0. An engineer has noticed that the OSPF domain is receiving only the 172.17.1.0/24 route and default route 0.0.0.0/0 is still missing. Which configuration must an engineer apply to resolve the problem?

Refer to the exhibit. Router BRDR-1 is configured to receive the 0.0.0.0/0 and 172.17.1.0/24 networks via BGP and advertise them into OSPF area 0. An engineer has noticed that the OSPF domain is receiving only the 172.17.1.0/24 route and default route 0.0.0.0/0 is still missing. Which configuration must an engineer apply to resolve the problem? A. router ospf… Read More »

After implementing the configuration, 172.20.20.2 stops replying to ICMP echos, but the default route fails to be removed. What is the reason for this behavior?

Refer to the exhibit. After implementing the configuration, 172.20.20.2 stops replying to ICMP echos, but the default route fails to be removed. What is the reason for this behavior? A. The threshold value is wrong. B. The source-interface is configured incorrectly. C. The destination must be 172.30.30.2 for icmp-echo. D. The default route is missing the track feature.… Read More »

All switches are configured with the default port priority value. Which two commands ensure that traffic from PC1 is forwarded over the Gi1/3 trunk port between DSW11 and DSW2? (Choose two.)

Refer to the exhibit. All switches are configured with the default port priority value. Which two commands ensure that traffic from PC1 is forwarded over the Gi1/3 trunk port between DSW11 and DSW2? (Choose two.) A. DSW2(config)#interface gi1/3 B. DSW1(config-if)#spanning-tree port-priority 0 C. DSW2(config-if)#spanning-tree port-priority 128 D. DSW1(config)#interface gi1/3 E. DSW2(config-if)#spanning-tree port-priority 16 Answer: Option A, E. Explanation: … Read More »

A network administrator has designed a network with two multilayer switches on the distribution layer, which act as default gateways for the end hosts. Which two technologies allcw every end host in a VLAN to use both gateways? (Choose two.)

A. VRRP B. GLBP C. VSS D. MHSRP E. HSRP Answer: Option A, D. Explanation:  No answer description available for this question Show AnswerDiscussion The post A network administrator has designed a network with two multilayer switches on the distribution layer, which act as default gateways for the end hosts. Which two technologies allcw every end host in… Read More »

An engineer must configure HSKP group 300 on a Cisco IOS router. When the router is functional, it must be the active HSKP router. I he peer router has been configured using tie default priority value. Which commard set is required?

A. standby version 2 standby 300 priority 110 standby 300 preempt B. standby 300 priority 110 standby 300 timers 1 110 C. standby version 2 standby 300 priority 90 standby 300 preempt D. standby 300 priority 90 standby 300 preempt Answer: Option A. Explanation:  No answer description available for this question Show AnswerDiscussion The post An engineer must… Read More »