Final Exam Flashcards
1: The top level version of the geodatabase is:
A ) Editor
B ) Parent
C ) Default
D ) Primary
C) Default
2: What can’t you do when doing non-versioned editing?
A ) Edit tables
B ) Undo single operations
C ) Use other applications to access data
D ) Have multiple users
D) Have multiple users
3: Which table(s) contain(s) information on records added, deleted or updated in versioned editing?
A ) Add and Delete
B ) Spatial Index and Geometry Index
C ) Business
D ) Layers
A) Add and Delete
4: Geodatabase Replication can be:
A ) Check in/Check out
B ) One way
C ) Two way
D ) All of the above
D) All of the above
5: Versioned editing with the option to move edits to base means:
A ) all changes are saved in the Add and Delete tables
B ) the database doesn’t have to be compressed
C ) 3rd party applications can’t see your changes
D ) you never reconcile to the Default version
B) the database doesn’t have to be compressed
6: You can load data into an SDE Enterprise geodatabase using:
A ) Python commands
B ) ArcToolbox tools
C ) An ArcGIS Desktop Model or script
D ) FME
E ) All of the above
E) All of the above
7: What should always be done after loading data in an SDE Enterprise Geodatabase?
A ) Add geodatabase behaviour
B ) Create attribute indexes
C ) Build database statistics with Analyze
D ) Grant privileges to other users
E ) All of the above
E) All of the above
8: Which “Best Practice” is only done by the SDE Administrator?
A ) update database statistics
B ) compress database
C ) delete old versions
D ) rebuild attribute indexes
B) compress database
9: Your Oracle 11G user account has the following permissions:
A ) SDE Administrator
B ) GIS User
C ) select, insert, update, delete
D ) connect, resource, create table, select any dictionary
D) connect, resource, create table, select any dictionary
10: Which configuration keyword defines the storage of system tables?
A ) Data_Dictionary
B ) BLOB
C ) ST_Geometry
D ) Defaults
A) Data_Dictionary
11: Which type of Raster compression would you use on images you wish to use in analysis?
A ) LZ77
B ) JPEG
C ) Cubic Convolution
D ) JPEG2000
A) LZ77
12: Of the five tables used to store a raster, four of them are named using the:
A) layer_id
B) rasterband_id
C) raster_column_id
D) registration_id
C) raster_column_id
13: Which raster table stores metadata about the raster bands?
A ) BLK
B ) RAS
C ) AUX
D ) BND
D) BND
14: A mosiac consists of multiple rasters merged into a single image.
A ) True
B ) False
A) True
15: Which interpolation method should be used to create pyramids from continuous raster data?
A ) nearest neighbour
B ) cubic convolution
C ) kriging
D ) aggregation
E ) bilinear interpolation
B) cubic convolution