LI/LE COURSE EXAM COMPREHENSIVE PRACTICE
EXAM ALL 300 RANDOMIZED PRACTICE QUESTIONS
WITH ANSWERS & RATIONALES LATEST VERSION
THIS YEAR
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
Answer: B 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.
, Page 2 of 176
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
Answer: B FME Flow (formerly FME Server) is the component that automates workspaces, schedules jobs,
and manages data integration workflows in a production environment.
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
, Page 3 of 176
Answer: B A reader is the component in FME Workbench that reads source data from a specific format or
location and brings it into the workspace for processing.
4. What does a "writer" do in FME Workbench?
A) It reads data from a source
B) It writes data to a destination format or location
C) It transforms data between readers
D) It validates data quality
Answer: B A writer is the component that outputs processed data to a destination, such as a file,
database, or web service, in the specified format.
5. Which format is FME's native interchange format for transferring data between workspaces?
A) CSV
B) FFV
, Page 4 of 176
C) FFS
D) XML
Answer: C FFS (Feature File Format) is FME's native binary format used to exchange data between
workspaces or store feature data for debugging.
6. 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
Answer: C Transformers are the processing tools in FME Workbench that perform operations such as
filtering, reprojecting, merging, or calculating attributes on data features.