0
0
Tableaubi_tool~10 mins

Tableau installation and activation - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to start the Tableau installation process.

Tableau
Start the installer by double-clicking the [1] file.
Drag options to blanks, or click blank then click option'
Alicense.key
Breadme.txt
Cuninstall.exe
Dsetup.exe
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing a non-executable file like readme.txt
Trying to open the license key file to start installation
2fill in blank
medium

Complete the step to activate Tableau after installation.

Tableau
After installation, open Tableau and enter your [1] to activate the software.
Drag options to blanks, or click blank then click option'
Aemail address
Bpassword
Cproduct key
Dusername
Attempts:
3 left
💡 Hint
Common Mistakes
Entering email instead of product key
Using password or username for activation
3fill in blank
hard

Fix the error in the activation step by choosing the correct command.

Tableau
To activate Tableau via command line, run: tableau.exe /[1] your_product_key
Drag options to blanks, or click blank then click option'
Aactivate
Binstall
Cregister
Dlicense
Attempts:
3 left
💡 Hint
Common Mistakes
Using /install which starts installation, not activation
Using /license which is not a valid command
4fill in blank
hard

Fill both blanks to complete the Tableau activation script.

Tableau
Run the command: tableau.exe /[1] [2]
Drag options to blanks, or click blank then click option'
Aactivate
Bproduct_key
Clicense_key
Dinstall
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'install' instead of 'activate'
Using 'product_key' instead of 'license_key'
5fill in blank
hard

Fill all three blanks to complete the Tableau activation PowerShell command.

Tableau
Start-Process -FilePath "tableau.exe" -ArgumentList "/[1]", "[2]", "/[3]"
Drag options to blanks, or click blank then click option'
Aactivate
Blicense_key
Csilent
Dinstall
Attempts:
3 left
💡 Hint
Common Mistakes
Omitting the /silent argument
Using 'install' instead of 'activate'
Confusing license_key with product_key