Server Processes Flashcards

1
Q

<p>What comes in Base Install</p>

A

<p>Coordination Service and Cluster Controller</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

<p>Coordination Service</p>

A

<p>Maintains that there is a quorum of nodes.</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

<p>Cluster Controller</p>

A

<p>Failover execution

| Takes action on Server health and availability issues</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

<p>Gateway</p>

A

<p>Receives HTTP request and directs them to appropriate service</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

<p>What processes are involved in the Application Server</p>

A

<p>VizPortal and API Server</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

<p>VizPortal</p>

A

<p>Handles the non-content UI of a Server
Handles authentication screens
Multi threaded
</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

<p>API Server</p>

A

<p>Handles all of the REST API calls</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

<p>Search &amp;amp; Browse</p>

A

<p>Queries metadata from TWBs and TDSs</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

<p>Repository</p>

A

<p>Stores metadata

This involves: TDS, permissions, projects, extract metadata, refresh info, groups, status vizzes

Active/Passive</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

<p>VizQL Server</p>

A

<p>Loads and renders views

Translates clicks and drags to SQL (live connection only)

Parallel Queries</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

<p>Data Server</p>

A

<p>Invoked when data source is published via Tableau Server

Serves as a proxy between requests for data and individual data sources

Maintains connections to data

Allows centralized driver deployment

Multiple worksheets can use the same data extract</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

<p>Data Engine</p>

A

<p>Queries the extracts

VizQL will attempt to query local node Data Engine first

Can decide how to optimize queries improving data processing</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

<p>File Store</p>

A

<p>Stores the extracts

Replicates extracts across nodes</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

<p>Cache Server</p>

A

<p>Acts as a shared cache across all Tableau Processes in cluster

Default cache server capacity is 512MB, but can add more instances of cache server for more capacity and throughput</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

<p>Backgrounder</p>

A

<p>Extract refreshes

Fufills subscriptions

CPU intensive

Single threaded</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What processes are resource hogs?

A

VizQL
Backgrounder
Data Engine

17
Q

Which processes can be duplicated without having multiple machines?

A
VizQL
Backgrounded
App Server
Cache Server
Data Server
Data Engine