New Year Sale 2026! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Salesforce Analytics-Admn-201 Exam - Topic 4 Question 9 Discussion

Actual exam question for Salesforce's Analytics-Admn-201 exam
Question #: 9
Topic #: 4
[All Analytics-Admn-201 Questions]

What file format should you use to register Tableau Server from the command line?

Show Suggested Answer Hide Answer
Suggested Answer: C

Registering Tableau Server from the command line involves providing configuration details (e.g., identity store, license) via the tsm register command. Let's explore this fully:

Registration Process:

Run during initial setup or to update settings (e.g., after changing AD/LDAP config).

Uses a configuration file to pass parameters to TSM.

Command: tsm register --file .

File Format:

Tableau Server uses JSON for configuration files in TSM commands like tsm register.

Example:

json

CollapseWrapCopy

{

'identityStore': {

'type': 'local',

'domain': 'example.com'

}

}

JSON is structured, machine-readable, and aligns with Tableau's modern CLI design.

Option C (JSON): Correct.

Official format for tsm register, per documentation and practical use.

Option A (YML): Incorrect.

While tabsvc.yml exists internally, it's not for registration---tsm register uses JSON.

Option B (XML): Incorrect.

Older Tableau configs used XML (e.g., workgroup.yml pre-TSM), but TSM standardized on JSON.

Option D (HTTP): Incorrect.

HTTP is a protocol, not a file format---irrelevant here.

Why This Matters: Correct file format ensures seamless registration, avoiding CLI errors in setup or migrations.


Contribute your Thoughts:

0/2000 characters
Dong
6 days ago
D) HTTP? What is this, the 90s? We're not sending faxes here.
upvoted 0 times
...
Fernanda
11 days ago
B) XML? Really? That's like using a typewriter to send a text message.
upvoted 0 times
...
Gilma
16 days ago
C) JSON is the correct answer for registering Tableau Server from the command line.
upvoted 0 times
...
Leota
21 days ago
I definitely remember HTTP being discussed, but I don’t think it’s the right answer for this specific question.
upvoted 0 times
...
Armanda
26 days ago
I’m leaning towards JSON, but I could be mixing it up with another tool.
upvoted 0 times
...
Hollis
1 month ago
I feel like we practiced a question similar to this, and I think XML was mentioned as a possible option.
upvoted 0 times
...
Herminia
1 month ago
I think it might be YML, but I’m not entirely sure. I remember something about configuration files.
upvoted 0 times
...
Denny
1 month ago
I remember learning about Tableau's command-line tools in class, but I can't recall the specific file format. I'll have to make an educated guess and go with B) XML.
upvoted 0 times
...
Leatha
2 months ago
D) HTTP? Really? That doesn't seem right, HTTP is a protocol, not a file format. I'm leaning towards B) XML, but I'm not totally confident.
upvoted 0 times
...
Luisa
2 months ago
Okay, let me think this through. Tableau is a data visualization tool, so it makes sense that the configuration would be in a structured format like XML or JSON. I'll go with C) JSON.
upvoted 0 times
...
Nickolas
2 months ago
Hmm, I'm not sure about this one. I know Tableau has a command-line interface, but I'm not familiar with the specific file format they use.
upvoted 0 times
...
Lacresha
2 months ago
I think it's probably JSON, that's a common format for configuration files.
upvoted 0 times
...

Save Cancel