Questions 1-200
SECTION 1: FME PLATFORM FUNDAMENTALS (Questions 1-
30)
QUESTION 1
What is the primary function of FME Form (formerly FME Desktop)?
A. To publish data to web services
B. To author data integration workflows and transformations
C. To manage FME Server instances
D. To visualize 3D data only
Correct Answer: B. To author data integration workflows and transformations
*Rationale: * FME Form is the authoring tool used to create workspaces for data
integration, transformation, and translation workflows. FME Flow manages server
instances, and both 2D and 3D data can be processed .
QUESTION 2
Which component of the FME platform is responsible for automating workflows and
managing scheduled jobs?
A. FME Form
,B. FME Flow
C. FME Hub
D. FME Inspector
Correct Answer: B. FME Flow
*Rationale: * FME Flow (formerly FME Server) is the component that automates
workspaces, schedules jobs, and manages data integration workflows in a production
environment .
QUESTION 3
In FME Workbench, what is a "reader"?
A. A tool for viewing data
B. A component that reads source data into a workspace
C. A transformer that modifies data
D. A feature that writes data to a destination
Correct Answer: B. A component that reads source data into a workspace
*Rationale: * In FME Workbench, a reader is the component that reads source data
from various formats and brings it into the workspace for processing. Writers are used
to output data, and transformers modify it .
,QUESTION 4
What is the native binary format used by FME to store feature data for debugging and
data exchange?
A. CSV
B. Shapefile
C. FFS (Feature File Format)
D. XML
Correct Answer: C. FFS (Feature File Format)
*Rationale: * FFS is FME's native binary format used to exchange data between
workspaces or store feature data for debugging purposes .
QUESTION 5
What is the purpose of a transformer in FME Workbench?
A. To read data from a source
B. To write data to a destination
C. To perform operations that modify, filter, or enhance data
D. To schedule workspaces
Correct Answer: C. To perform operations that modify, filter, or enhance data
, *Rationale: * Transformers are the processing tools in FME Workbench that perform
operations such as filtering, reprojecting, merging, or calculating attributes on data
features .
QUESTION 6
The FME Inspector tool is primarily used for:
A. Editing workspaces
B. Debugging and viewing data
C. Publishing to FME Flow
D. Scheduling jobs
Correct Answer: B. Debugging and viewing data
*Rationale: * FME Inspector is a data viewer that allows users to visualize and inspect
data at various stages of a workflow, making it useful for debugging and validation .
QUESTION 7
What is a "feature" in FME terminology?
A. A single row of data or geometry object
B. A complete workspace
C. A transformer type
D. A data format