Which service in Tanzu Greenplum manages external data sources?
AData Federation
BNetwork Load Balancer
CData Replication
DTask Scheduler
Explanation
Data Federation allows integration with external sources, while the others do not perform this function.
Q152
A company needs to improve data locality in Greenplum. What should they configure?
ASegment Placement Policy
BData Backups
CDatabase Mirroring
DRead Replicas
Explanation
Segment Placement Policy ensures data is distributed across segments for better locality, while the others address different needs.
Q153
You are configuring a query optimization strategy in Greenplum. What happens when you enable Adaptive Query Optimization?
AQueries run slower on complex joins
BQueries re-evaluate execution plans
CData locality is disregarded
DNo effect on performance
Explanation
Adaptive Query Optimization allows re-evaluation of execution plans in-flight, improving efficiency; the other options reflect misunderstandings of its function.
Q154
Which service in Greenplum allows for ML model deployment?
APivotal Ops Manager
BGreenplum Machine Learning
CGreenplum Data Federation
DGreenplum Query Optimizer
Explanation
Greenplum Machine Learning facilitates ML model deployment, while others do not focus on this functionality.
Q155
A company needs to import large datasets into Greenplum efficiently. What should they use?
Apg_dump
Bgpload
CCOPY command
DINSERT statements
Explanation
gpload is optimized for large data imports, unlike the others which are slower or less efficient.
Q156
You are configuring replication in Greenplum. What happens when you set the fault tolerance to 'none'?
AAutomatic failover when a node fails
BData loss in case of failure
CContinuous data availability
DIncreased replication lag
Explanation
Setting fault tolerance to 'none' leads to potential data loss if there's a failure, as opposed to other outcomes listed.
Q157
Which service is primarily responsible for data distribution in Greenplum?
AData Movement Service
BSegment Communication Manager
CMaster Query Coordinator
DData Loader Utility
Explanation
The Segment Communication Manager handles data distribution among segments, while others serve different roles.
Q158
A company needs to analyze large datasets on-the-fly without precedent storage. What Greenplum feature should they use?
AData Gateway
BTemporary Tables
CExternal Table Access
DBackup and Restore
Explanation
External Table Access allows for analysis of large datasets directly without storage requirements, whereas others focus on different functionalities.
Q159
You are configuring authentication for a Greenplum cluster. What happens if you enable GSSAPI authentication?
AAll connections will be denied
BOnly SSL connections are allowed
CUser account credentials are validated via Kerberos
DPassword authentication becomes mandatory
Explanation
GSSAPI leverages Kerberos for user account validation, while others describe incorrect behaviors within the authentication mechanism.
Q160
Which service in Tanzu Greenplum is responsible for data distribution?
ADOP (Data Outbound Protocol)
BData Segregation Service
CMaster Data Management
DQuery Coordinator
Explanation
The Query Coordinator manages data distribution; others do not relate directly to distribution.