Skip to main content

IS5113 Week 3 ( LESSON 4,5 Quizs)

 LESSON 4 Quiz


1.Which of the following features of Tableau consists of a code that is made up of different functions, operations, and references to the other fields?

A) .Calculation



2.Which of the following functions of tableau is used to break a string into multiple values


A) .SPLIT()

3. Which of the following functions groups in tableau consists of the decision making function?

A) .Logical

4. Which of the following sections in tableau is by default used for placing the calculations with a numeric result?

A) .Measures



5. Which of the following calculations is slower than the boolean and numeric calculations?

A) .String

6. Which of the following keys in tableau provides an option to autocomplete a word?

A) .Tab

7. Which of the following types of calculation allows the user to perform aggregations that result in the value at a row level?

A) .Level of detail

8. Which of the following types of level of detail is used to omit the defined dimensions from the view?

A) .Exclude



9. Which of the following calculations in tableau allows the user to add the calculated fields to the shelves in a single view?

A) .Ad hoc







10. Which of the following features in tableau is used to store a single or a global value?

A) .Parameter






LESSON 5 Quiz 

1.    Which of the following direction options when used on tables increments index over the entire table?

A) .Table (across)

2.    In tableau, which of the following functions allows integration with the R analytics platform or python?

A) .Script

3.    Which of the following fields on the Tableau shelf in the view uses a table calculation

A) .Delta



4.    Which of the following calculations is performed after the initial query in Tableau?

A) .Table 


5.    Which of the following calculations in Tableau can be applied to the fields that are used as a measure in the view?

A) .Quick table calculations


6.    Which of the following table calculation functions begins with the value of 1 and keeps increasing by one moving along a given direction within a given scope?

A) .Index()


7.    In tableau, which of the following functions provides the user with the ability to reference values in the other rows?

A) .Lookup()



8.    In tableau which of the following functions operates across all the rows in the partition at once and performs the aggregation of the first level row in the tableau sheet?

A) .Window_Sum()

9.    Which of the following tableau terms indicated that the missing values or records are filled in?

A) .Data densification


10.    Which of the following terms in tableau defines the boundaries within which a table calculation can reference other values?

A) .Scope






















































Comments

Popular posts from this blog

IS5213 Data Science and Big Data Solutions

WEEK- 2 code  install.packages("dplyr") library(dplyr) Rajeshdf = read.csv('c:\\Insurance.csv') str(Rajeshdf)                        str(Rajeshdf) summary(Rajeshdf) agg_tbl <- Rajeshdf %>% group_by(Rajeshdf$JOB) %>%    summarise(total_count=n(),             .groups = 'drop') agg_tbl a = aggregate( x=Rajeshdf$HOME_VAL, by=list( Rajeshdf$CAR_TYPE), FUN=median, na.rm=TRUE ) a QUIZ 2. What famous literary detective solved a crime because a dog did not bark at the criminal? A). Sherlock Holmes 1.  In the Insurance data set, how many Lawyers are there? A).  1031 3. What two prefixes does the instructor use for variables when fixing the missing values? Select all that apply. A). IMP_ M_ 4. What is the median Home Value of a person who drives a Van? A).  204139 5. In the insurance data set, how many missing (NA) values does the variable AGE have? A) 7   1. What...

GE5103-2 Project Management [Aug 23 Syllabus]

    Some of the advantages of using time boxes and cycles in project coordination efforts include creating urgency, measuring progress, and allowing for predictable measurements. A)        True 2.    Even though most project managers are not contract specialists, they need to understand the process well enough to coordinate with the team. For the current assignment, you are looking at a short-term and small effort with a contractor of just a few hours without significant clarity. Which of the following would be the most applicable contract to use in this situation? A)        Time and materials 3. The project you are working on has had modifications to the plan from the start and even how the project is run. Project governance covers all of the 3 following except: A)        Naming The project manager 4. Of the following, which is most likely a trigger condition defined early in t...

GE5093 Design Thinking All Quizzes

  GE---5093-1D2-FA-2021 - Design Thinking Home My courses 2021-FA GE---5093-1D2-FA-2021 Week 1 Reading Quiz 1 Started on Sunday, October 31, 2021, 2:04 PM State Finished Completed on Sunday, October 31, 2021, 2:30 PM Time taken 25 mins 58 secs Grade 8.00  out of 10.00 ( 80 %) Top of Form Question  1 Correct 1.00 points out of 1.00 Flag question Question text A critical finding of Edward Lorenz related to Design Thinking was: Select one: a. An application of the caterpillar effect b. The idea of deterministic chaos or the "Butterfly Effect" c. Business leaders enjoy chaos d. Statistical modeling of weather was fairly accurate in the long term Feedback Your answer is correct. The correct answer is: The idea of deterministic chaos or the "Butterfly Effect" Question  2 Incorrect 0.00 point...