1z0-915-1 Exam Question 1

Which two are true about creating a Bastion service to connect to a MySQL DB system? (Choose two.)
  • 1z0-915-1 Exam Question 2

    A query is not offloaded to the HeatWave cluster for execution. Which three are possible reasons? (Choose three.)
  • 1z0-915-1 Exam Question 3

    You want to create a new DB system with data import. How do you prepare the data?
  • 1z0-915-1 Exam Question 4

    Which two methods can you use to import data into a MySQL DB system by using MySQL Shell? (Choose two.)
  • 1z0-915-1 Exam Question 5

    The first query has an estimated cost of 100,000,000 and is offloaded to a HeatWave cluster for execution:
    SELECT flightno, departure, country FROM flight JOIN airport_geo ON 'from'=airport_id; The second query has an estimated cost of 10,000 and is NOT offloaded to the Heatwave cluster for execution:
    SELECT DISTINCT country FROM airport_geo ORDER BY country;
    Which two methods can offload the second query to the Heatwave cluster for execution? (Choose two.)