Tag Archives: write

Which two are true about instance recovery for a database that is open in read write mode? (Choose two.)

Which two are true about instance recovery for a database that is open in read write mode?(Choose two.) A. It is always performed when opening a database. B. The database opens after the roll forward phase of instance recovery has completed. C. It is guaranteed to complete within fast_start_mttr_target number of seconds. D. Only the CURRENT REDO log… Read More »

You want to write a query that prompts for two column names and the WHERE condition each time it is executed

You want to write a query that prompts for two column names and the WHERE condition each time it is executed in a session but only prompts for the table name the first time it is executed.The variables used in your query are never undefined in your session.Which query can be used? A. SELECT &col1, &col2FROM &&tableWHERE &condition;… Read More »

Given the following two classes: (Exhibit) How should you write methods in the ElectricAccount class

Given the following two classes:How should you write methods in the ElectricAccount class at line n1 so that the member variable bill is always equal to the value of the member variable kwh multiplied by the member variable rate?Any amount of electricity used by a customer (represented by an instance of the customer class) must contribute to the… Read More »

Given the following two classes: (Exhibit) How should you write methods in the ElectricAccount class

Given the following two classes:How should you write methods in the ElectricAccount class at line n1 so that the member variable bill is always equal to the value of the member variable kwh multiplied by the member variable rate?Any amount of electricity used by a customer (represented by an instance of the customer class) must contribute to the… Read More »

You want to write a query that prompts for two column names and the WHERE condition each time it is executed

You want to write a query that prompts for two column names and the WHERE condition each time it is executed in a session but only prompts for the table name the first time it is executed.The variables used in your query are never undefined in your session.Which query can be used? A. SELECT `&&col1′, `&&col2′FROM &tableWHERE `&&condition’… Read More »

Which two are true about instance recovery for a database that is open in read write mode? (Choose two.)

Which two are true about instance recovery for a database that is open in read write mode?(Choose two.) A. Only the CURRENT REDO log group is required to perform instance recovery. B. The database opens after the roll forward phase of instance recovery has completed. C. It always occurs during instance startup performed immediately after a SHUTDOWN ABORT.… Read More »

Which statement about TLS is accurate when using RESTCONF to write configurations on network devices?

A. It is used for HTTP and HTTPS requests. B. It requires certificates for authentication. C. It is provided using NGINX acting as a proxy web server. D. It is not supported on Cisco devices. Answer: Option C. Explanation:  Reference: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/166/b_166_programmability_cg/b_166_programmability_cg_chapter_01011.html Show AnswerDiscussion The post Which statement about TLS is accurate when using RESTCONF to write configurations on… Read More »

Which two Python libraries are used to write a script to retrieve network device information using RESTCONF? (Choose two.)

A. PySNMP B. requests C. ncclient D. YANG E. json Answer: Option B, E. Explanation:  No answer description available for this question Show AnswerDiscussion The post Which two Python libraries are used to write a script to retrieve network device information using RESTCONF? (Choose two.) appeared first on Majanto.

Drag and drop the code snippets from the bottom into the Python script to write API output to a csv file. Not all options are used.

DRAG DROP Drag and drop the code snippets from the bottom into the Python script to write API output to a csv file. Not all options are used. Select and Place: Answer: Explanation:  No answer description available for this question. Show AnswerDiscussion The post Drag and drop the code snippets from the bottom into the Python script to… Read More »