Pass the EMC EMCDS E20-065 Questions and answers with CertsForce

Viewing page 2 out of 2 pages
Viewing questions 11-20 out of questions
Questions # 11:

Why would a company decide to use HBase to replace an existing relational database?

Options:

A.

It is required for performing ad-hoc queries.


B.

Varying formats of input data requires columns to be added in real time.


C.

The company's employees are already fluent in SQL.


D.

Existing SQL code will run unchanged on HBase.


Expert Solution
Questions # 12:

What describes how nodes in a social network are similar to each other in characteristics?

Options:

A.

Community clustering


B.

Modularity


C.

Homophily


D.

Strongly tied network


Expert Solution
Questions # 13:

What is a property of a good color model for ordinal data?

Options:

A.

Uses a rainbow-like color map for distinction of categories


B.

Uses a rainbow-like color map for ease of display and printing


C.

Uses perceptually ordinal colors with just-noticeable increments


D.

Uses perceptually ordinal colors with linear, perceptual increments


Expert Solution
Questions # 14:

What elements are needed to determine the time complexity of finding all the cliques of size k in social network analysis?

Options:

A.

Eigenvector centrality and betwenness


B.

Clique size and total number of nodes in the network


C.

Number of edges in the network and centrality measure of the cliques


D.

Clique size and betweenness centrality


Expert Solution
Questions # 15:

You conduct a TFIDF analysis on 3 documents containing raw text and derive TFIDF ("data", document y) = 1.908. You know that the term "data” only appears in document 2.

What is the TF of “data" in document 2?

Options:

A.

2 based on the following reasoning:

TFIDF = TF1DF = 1 908

You then know that IDF will equal LOG (32)=0.954

Therefore, TFIDF=TF*0.954 = 1.908

TF will then round to 2


B.

4 based on the following reasoning:

TFIDF = TF1DF = 1.908

You then know that IDF will equal LOG (3/1 )=0.477

Therefore, TFIDF=TF'0 477 = 1.908

TF will then round to 4


C.

6 based on the following reasoning:

TFIDF = TF1DF = 1.908

You then know that IDF will equal 3/1=3

Therefore, TFIDF=TF/3 = 1.908

TF will then round to 6


D.

11 based on the following reasoning:

TFIDF = TF1DF = 1908

You then know that IDF will equal LOG(3/2)=0.176

Therefore, TFIDF=TF"0.176 = 1.908

TF will then round to 11


Expert Solution
Questions # 16:

What best describes the meaning behind the phrase "Six Degrees of Separation'"?

Options:

A.

Ability to use about six hops to reach any other node in an extremely large social network


B.

Erdos number of all scholars having written papers with Paul Erdos


C.

Maximum number of edges between nodes in a graph with a diameter of six


D.

Typical distance between nodes that are connected by triadic closure


Expert Solution
Questions # 17:

The naive Bayer classifier is trained over 1600 movie reviews and then tested over 400 reviews.

Here is the resulting confusion matrix:

190 (TP) 10(FN)

80 (FP) 120(TN)

What are the precision, recall, and the F1-score values?

Options:

A.

Precision0.95; Recall: 0704; F1-score: 0.809


B.

Precision 0.613, Recall: 0.95, F1-score: 0.745


C.

Precision 0.704, Recall: 0.95; F1-score: 0.809


D.

Precision 0.95; Recall: 0.613; F1-score: 0.745


Expert Solution
Questions # 18:

What do first-order and second-order Markov processes have in common concerning next word prediction?

Options:

A.

Both use WordNet to model the probability of the next word


B.

Both are unsupervised methods


C.

Both provide the foundation to build a trigram language model


D.

Neither makes assumptions about the probability of the next word


Expert Solution
Questions # 19:

What is an effective use of color in visualization?

Options:

A.

Use self-explanatory colors so a legend is unnecessary


B.

Maximize use of color to make a more lasting impression


C.

Use high contrast colors such as red and blue


D.

Minimize use of color except for emphasis


Expert Solution
Viewing page 2 out of 2 pages
Viewing questions 11-20 out of questions