TeraData TDVAN5 Exam Practice Questions (P. 2)
- Full Access (72 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #6
An Administrator manages a Vantage system that is continually updated. The system is critical to the business and must be available as much as possible. The Administrator decides to use a backup strategy that will allow changes to tables while a backup is in progress.
Which backup strategy should be used?
Which backup strategy should be used?
send
light_mode
delete
Question #7
A client is having many problems with a poorly written SQL. They have product joins running against large tables, and this is causing severe performance issues. The Administrator needs to help the client avoid the harm to the system that is being caused by running these queries.
Which action should be taken by the Administrator to assist this client?
Which action should be taken by the Administrator to assist this client?
- AUse the Query Spotlight Viewpoint portlet to deprioritize the queries.
- BUse the Flex Throttle option.
- CUse a TASM system filter.
- DUse the Query Log Viewpoint portlet to identify and abort the harmful queries.
send
light_mode
delete
Question #8
The Administrator has dropped a profile which was associated with a group of users.
What will happen when one of the users from the group logs on to the database?
What will happen when one of the users from the group logs on to the database?
- AThe default profile setting for the user will be reset to NULL.
- BPassword attributes defined at the system level in DBC.SecurityDefaultsV will apply.
- CThe system will show a warning message.
- DSPOOL and DEFAULT DATABASE specifications for the dropped profile will still apply to the user.
send
light_mode
delete
Question #9
An Administrator has been asked to improve the response time of the workloads in the tactical tier. Workloads are in all tiers of TASM. They are at CPU and I/O capacity, and they have AWT reserved for tactical. The Administrator begins by analyzing the data and the workload prioritization.
Which action should the Administrator take?
Which action should the Administrator take?
- AIncrease the relative weight of the tactical tier.
- BDisable the expedite option of the workloads in the SLG Tier level 1.
- CIncrease the number of AWTs.
- DAdjust the limits of awt concurrency in the tactical tier using DBS control.
send
light_mode
delete
Question #10
At a large car manufacturer, huge volumes of diagnostic data for cars are collected in the following table:

The master data for each car is stored in the following table:

Many reports require data from both tables by joining via column VehicleId.
A very frequently performed query on the system returns the number of events by FaultCode and ModelType. This query consumes many CPU and I/O resources each day.
Which action should the Administrator take to improve the runtime and resource consumption for this query?

The master data for each car is stored in the following table:

Many reports require data from both tables by joining via column VehicleId.
A very frequently performed query on the system returns the number of events by FaultCode and ModelType. This query consumes many CPU and I/O resources each day.
Which action should the Administrator take to improve the runtime and resource consumption for this query?
- AUse an aggregate join index with columns FaultCode, ModelType, as well as an appropriate aggregate function.
- BUse a sparse join index with columns FaultCode and ModelType, as well as an appropriate filter function.
- CUse a NUSI on VehicleEvent.FaultCode and a NUSI on Vehicle.ModelType
- DUse a single table join index on VehicleEvent hashed by FaultCode and another single table join index on Vehicle hashed by ModelType.
Answer: A -
Explanation:
To improve the runtime and resource consumption for a query that returns the number of events by FaultCode and ModelType from the two tables VehicleEvent and Vehicle, the most appropriate action would be:
send
light_mode
delete
All Pages