Oracle GoldenGate 19c Implementation Professional Sample Questions:
1. To identify a bottleneck, where should monitoring begin?
A) From the source to the target
B) From the target back to the source
2. A process group in GoldenGate is a collection of things associated with a specific GoldenGate Extract or Replicat process. Which of these is not an item in a GoldenGate process group?
A) The Extract processes
B) A parameter file
C) A checkpoint table for the Extract
D) A checkpoint file
3. You are concerned that the process report generation in your production environment will become too large and not contain useful statistics.
A) GoldenGate automatically generates a new report when the processes start.
B) Use the ADD EXTTRAIL command option MEGABYTES.
C) Use the parameter REPORTROLLOVER.
D) Use the parameter REPORT.
4. You were assigned to install the Oracle GoldenGate 19c Microservices architecture software. There are three things that need to be done for the installation process: Install the software using the Oracle Universal Installer. Set the necessary environment variables. Deploy an Oracle GoldenGate instance using the configuration assistant, oggc a. What will running the oggca.sh utility do?
A) Launch GoldenGate instance wizard to guide you through creating an Extract and a Replicat.
B) Create the administration user for the GoldenGate instance.
C) Create a database user for the GoldenGate instance.
D) Configure the Service Manager and the other Microservices architecture servers.
5. Which transactions are captured if you ADD EXTRACT with BEGIN NOW at 1:00 PM, but START EXTRACT at 2:00 PM?
A) Transactions that started before 1:00 PM and committed after 2:00 PM
B) Transactions that started at or after 1:00 PM
C) Only transactions that started before 1:00 PM and committed after 1:00 PM
D) Only transactions that started at or after 2:00 PM
Solutions:
Question # 1 Answer: B | Question # 2 Answer: C | Question # 3 Answer: C | Question # 4 Answer: D | Question # 5 Answer: B |