/
Browse
/
Courses
/
DevOps for ABAP with gCTS in SAP S/4HANA
/
Assignment Week 1
gCTS Basics and Preparation
Exercise
Why gCTS?
gCTS in action
Introduction to the exercises
Introduction to the exercise landscape
Configuration to enable gCTS
Create a repository on GitHub
Exercise Week 1
Downloads
Quiz
Use gCTS Basics
Leverage Git Capabilities in ABAP
Tailor gCTS to Your Needs
gCTS in CI/CD Processes
Bonus Content
Knowledge quiz
It's time to put what you've learned to the test, get 8 right to pass this week.
1.
What are some of the main parameters that need to be entered when using the gCTS enablement wizard?
There are two correct answers.
The path to the Java engine
The path to the gCTS directory
The name of the gCTS app
The HTTP connection created in SM59 beforehand
2.
How can you influence the behavior of gCTS?
There are two correct answers.
By setting repository parameters
By implementing BAdIs
By using RFCs
By recompiling the code
By buying advanced gCTS
3.
What is the purpose of the observer job user as a collaborator in your repositories?
Choose the correct answer.
To perform activities in GitHub automatically when specific activities are triggered in gCTS
To observe your activities in GitHub and report them back to gCTS
To monitor access of other users to your repository
To perform scheduled malware scans in your repository
4.
Which of the following statements about repositories in Git are true?
There are three correct answers.
Repositories can be worked on locally.
Repositories can be private or public.
Repositories can consist of several branches.
Repository names have to start with ‘Git’.
The number of repositories in one account is limited to 10.
5.
Which usage scenarios can be implemented using gCTS?
There are two correct answers.
Distributed / Decentralized development
Branch-based development for various releases
Replacement for database backups
Delivery of patches to SAP customers
6.
In which sequence do you prepare the GitHub and local repositories for use?
Choose the correct answer.
Create repositories on GitHub – Create credentials – Create local repositories
Create credentials – Create local repositories – Create repositories on GitHub
Create local repositories – Create repositories on GitHub – Create credentials
Create local repositories – Create credentials – Create repositories on GitHub
7.
How do you get the gCTS app on the home screen of your SAP Fiori launchpad?
Choose the correct answer.
By using the ‘Edit Home Page’ entry from the user menu in the launchpad
By downloading it from the openSAP course website
By configuring the SAP Logon entry accordingly
By activating it in transaction SICF
8.
On which ABAP-based system(s) do you have to configure gCTS?
Choose the correct answer.
On one central system
On every system that is involved in using gCTS
On all development systems
gCTS does not require any configuration
9.
Which object types does gCTS support?
There are two correct answers.
Workbench objects
Customizing objects
Transaction data
Any ABAP and non-ABAP objects
10.
How can branches in a Git repository be leveraged?
There are two correct answers.
To store several releases of a software component in one repository
To support a distributed development use case
To keep changes from different users separate from each other
To avoid conflicts