Install IRIS Flashcards

1
Q

Which of the following can be used to script implementation files for iCM (InterSystems Cloud Manager) ?

a. XML
b. JavaScript
c. JSON
d. Python

A

c. JSON

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

Which of the following does iCM use to create the defined resources?

a. NodeJS
b. Terraform
c. XML
d. IRIS Build Manager

A

b. Terraform

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

Which command will create all of the defined cloud resources ?

a. icm provision
b. iris build
c. icm define
d. iris provision

A

a. icm provision

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

What are the minimum disk space requirements for installing IRIS?

a. 1.0 GB
b. 1.5 GB
c. 10.5 GB
d. 15 GB

A

b. 1.5 GB

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

What is the default Shared Memory limit on Linux systems, and is it sufficient for IRIS ?

a. 16 MB, insufficient
b. 16 MB, sufficient
c. 32 MB, insufficient
d. 32 MB, sufficient

A

c. 32 MB, insufficient

This needs to be increased prior to IRIS installation.

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

During an unattended installation of IRS, which variable do you use to specify a progress bar ?

a. /qb
b. /pb
c. /bar
d. /qp

A

a. /qb

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

During an unattended installation of IRS, which variable do you use to specify a completely silent install ?

a. /qb
b. /pn
c. /si
d. /qn

A

d. /qn

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

What is the default value for the SuperServerPort ?

a. 50773
b. 1972
c. 52773
d. 404

A

b. 1972

If it’s not available, then 51773.

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

What is the default value for the WebServerPort ?

a. 51733
b. 1972
c. 5750
d. 52773

A

d. 52773

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

How can the IRIS WebServer be disabled ?

a. Turn it OFF.
b. Block it in the Browser.
c. Set the WebServer Port to 0 (zero).
d. Block the WebServer Port.

A

c. Set the WebServer Port to 0 (zero).

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

Which of the following is NOT a valid way to change the WebServerPort ?

a. Use the %System.ChangeWebServerPort utility
b. In the Management Portal (System Admin>Config>AddSettings>Startup)
c. In the Config.Startup class
d. Edit the CPF file

A

a. Use the %System.ChangeWebServerPort utility (it does not exist).

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

When IRIS is first installed, how much total physical memory is allocated for the database cache (global buffers) ?

a. 10%
b. 25%
c. 50%
d. 75%

A

b. 25%

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

Which 2 Namespaces come predefined with IRIS ?

a. USER and TEMP
b. %SYS and USER
c. %SYS and TEMP
d. USER and ENSLIB

A

b. %SYS and USER

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