Enjoy 15% Discount With Coupon 15off

Monthly Archives - December 2020

Import departments table from mysql to hdfs as parquet file in departments_parquet directory.

Import departments table from mysql to hdfs as parquet file in departments_parquet directory.View AnswerAnswer: Solution: Step 1: Import departments table from mysql to hdfs as textfile sqoop import -connect jdbc:mysql://quickstart:3306/retail_db ~username=retail_dba -password=cloudera -table departments -as-textfile -target-dir=departments_text verify imported data hdfs dfs -cat departments_text/part" Step...

Read more...

What should you do?

You want to configure 10 Compute Engine instances for availability when maintenance occurs. Your requirements state that these instances should attempt to automatically restart if they crash. Also, the instances should be highly available including during system maintenance. What should you do?A . Create an instance template for the instances....

Read more...

The Visualforce page should include which <apex:page> attribute(s) to correctly implement controller functionality?

A Visualforce page is required for displaying and editing Case records that includes both standard and custom functionality defined in an Apex class called myControllerExtension. The Visualforce page should include which <apex:page> attribute(s) to correctly implement controller functionality?A . controller=“Case” and extensions=“myControllerExtension”B . extensions=“myControllerExtension”C . controller=“myControllerExtension”D . standardController=“Case” and extensions=“myControllerExtension”View...

Read more...

What should the consultant recommend to mitigation these concerns?

Universal Containers (UC) is updating the Service Cloud console app for its call center agents. Management is concerned that deploying the new app will disrupt current operations and impact customer satisfaction. What should the consultant recommend to mitigation these concerns?A . Deploy the configured and tested app to production, update...

Read more...

In this scenario, which two commands would you use to perform this test?

Your customer regularly schedules disaster recovery tests to ensure the high availability capabilities of the ONTAP cluster. In this scenario, which two commands would you use to perform this test? (Choose two.)A . system node run -node NetApp-Cluster-02 -command cf takeoverB . storage failover giveback -of-node NetApp-Cluster-02C . system node...

Read more...

Which approach should a developer take to automatically add a “Maintenance Plan” to each Opportunity that includes an “Annual Subscription” when an opportunity is closed?

Which approach should a developer take to automatically add a “Maintenance Plan” to each Opportunity that includes an “Annual Subscription” when an opportunity is closed?A . Build a OpportunityLineItem trigger that adds a PriceBookEntry record.B . Build an OpportunityLineItem trigger to add an OpportunityLineItem record.C . Build an Opportunity trigger...

Read more...

Which configuration item should be set to false to significantly improve data ingestion performance?

Which configuration item should be set to false to significantly improve data ingestion performance?A . AUTO_KV_JSONB . BREAK_ONLY_BEFORE_DATEC . SHOULD_LINEMERGED . ANNOTATE_PUNCTView AnswerAnswer: C Explanation: Reference: https://docs.splunk.com/Documentation/Splunk/8.0.6/Data/Configureeventlinebreaking

Read more...