Developing with Guidewire Cloud

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/201

flashcard set

Earn XP

Description and Tags

Last updated 9:32 PM on 6/12/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

202 Terms

1
New cards

Platform as a Service

PaaS abbreviation stands for

2
New cards

Guidewire Cloud Platform

A cloud-native Platform-as-a-Service that provides the tools necessary to develop, deploy, and monitor Guidewire applications.

3
New cards

Configuration

The developer (you) own this layer in the Guidewire Cloud architecture

4
New cards

Usage

The multi-tenant side of the cloud tenancy model scale independently to optimize resource _________

5
New cards

Tenant

The side of the hybrid cloud tenancy model which hosts your specific stars and planets

6
New cards

Platform

The multi-tenant side of the hybrid cloud tenancy model that hosts shared microservices separated from the core applications, such as rating, rules, and observability tools

7
New cards

False

(True/False) Developing in GWCP has the same technical requirements as any legacy environment.

8
New cards

Centralized Logging

The technical requirement in GWCP where all logs should be stored in a single, accessible location like Datadog

9
New cards

Read-Only

A file system in which you can’t write data to a local server disk

10
New cards

True

(True/False) The cloud utilizes a read-only file system.

11
New cards

Externalized

All environment-specific settings must be ________ in GWCP

12
New cards

Tenant

In the astronomy metaphor, my company

13
New cards

Star

In the astronomy metaphor, my project or line of business

14
New cards

Orbit

In the astronomy metaphor, a development environment, such as Dev/QA/PreProd/Prod

15
New cards

Planet

In the astronomy metaphor, the specific runtime environment for an application

16
New cards

Asteroid

In the astronomy metaphor, a specialized environment for more containerized workloads

17
New cards

Isolation Zone

In the astronomy metaphor, the high-level geographic and regulatory fence that keeps data and services in a specific region (ex. North America East)

18
New cards

Galaxy

In the astronomy metaphor, a specific cloud region within an isolation zone where GWCP runs infrastructure (Ex. AWS region us-east-1)

19
New cards

False

(True/False) Other insurers can freely access your tenant in GWCP

20
New cards

True

(True/False) Tenants are completely isolated from one another

21
New cards

False

(True/False) Tenants share data, configurations, and workloads with each other

22
New cards

Star

In the astronomy metaphor, a logical business unit or system (ex. personal lines)

23
New cards

Orbit

In the astronomy metaphor, this defines the role and promotion stage of planets throughout the software development lifecycle

24
New cards

True

(True/False) Orbits define how an environment is meant to be used

25
New cards

Planet

In the astronomy metaphor, this is your execution target that you open and see in a browser

26
New cards

True

(True/False) Every star has a unique TeamCity project

27
New cards

True

(True/False) Every star has a unique Bitbucket repository

28
New cards

Star System

In the astronomy metaphor, a group of planets that share Cloud Platform services

29
New cards

Planets

Every star system contains _______ on particular orbits

30
New cards

True

(True/False) Each star system keeps its data entirely separate from others.

31
New cards

True

(True/False) Each star system relies on its own dedicated database.

32
New cards

True

(True/False) On the Guidewire Home landing page, you can pin frequently accessed applications in the CI/CD activity section.

33
New cards

False

(True/False) On the Guidewire Home landing page, you can visualize application logs and metrics.

34
New cards

True

(True/False) On the Guidewire Home landing page, you can access documentation and pin it to Recently viewed docs in the Documentation section.

35
New cards

False

(True/False) On the Guidewire Home landing page, you can build, deploy, and promote applications.

36
New cards

True

(True/False) On the Guidewire Home landing page, you can view the deployment status for planets by selecting the “i” icon from the CI/CD activity section.

37
New cards

True

(True/False) On the Guidewire Home landing page, you can view the status of applications in the CI/CD Activity section.

38
New cards

Orbit

In the astronomy metaphor, this represents code promotion paths or stages within the software development lifecycle.

39
New cards

Software Development Lifecycle

SDLC abbreviation stands for

40
New cards

Planet

In the astronomy metaphor, this is the deployment environment in which a Guidewire InsuranceSuite application or service runs.

41
New cards

False

(True/False) A star system can have at most 1 planet.

42
New cards

Planets

In the astronomy metaphor, a Star System is a group of _______ that share Cloud Platform services.

43
New cards

Development Lifecycle

The end-to-end process of designing, building, and delivering configuration changes to your InsuranceSuite applications.

44
New cards

Technical Configuration

The iterative process of creating and testing code on your local workstation

45
New cards

Technical Configuration

Phase 1 of the Software Development Lifecycle

46
New cards

CI/CD Pipeline

An automated workflow that builds, dockerizes, and deploys changes to the cloud

47
New cards

CI/CD Pipeline

Phase 2 of the Software Development Lifecycle

48
New cards

Promotion Path

The sequence that moves validated builds through the Development, Testing, and Production star systems

49
New cards

Promotion Path

Phase 3 of the Software Development Lifecycle

50
New cards

True

(True/False) Bitbucket repos, TeamCity, and planets in the Dev orbits are all pre-linked by Guidewire

51
New cards

Bitbucket

Where InsuranceSuite source doe is stored and managed

52
New cards

TeamCity

The software that automates the process of compiling source code, running automated tests, and packaging applications into deployable artifacts.

53
New cards

Single Sign On

SSO abbreviation stands for

54
New cards

Personal Access Token

PAT abbreviation stands for

55
New cards

True

(True/False) You can generate your personal access token for local development within Bitbucket’s user settings

56
New cards

Single Sign On (SSO)

The authentication method used for web access to Guidewire products

57
New cards

Personal Access Token (PAT)

The authentication method used for local development and pushing code

58
New cards

1

The number of Bitbucket projects for each star

59
New cards

Merge Check

The repository setting that prevents pull requests from merging until they satisfy some specific criteria, like a minimum number of successful builds or a required approval

60
New cards

Default Reviewers

A standard Bitbucket configuration option that automatically assigns specific team members to review pull requests based on the source and target branches

61
New cards

Branch Restrictions

Security controls that limit who can push code directly or delete critical branches like develop and master

62
New cards

Default Tasks

A set of mandatory tasks that must be resolved within a pull request before it is eligible for merging, as defined by administrators

63
New cards

True

(True/False) You can use a different hosting service than Bitbucket, but your repository needs to conform to a specific set of Guidewire criteria

64
New cards

Quality Gates

The primary mechanism for enforcing standards before code is merged in Bitbucket

65
New cards

Bitbucket

Quality gates are located here

66
New cards

Merge Checks

Out-of-the-box checks managed via the Repository settings application that enforce standard Bitbucket requirements

67
New cards

Custom Quality Gates

Advanced checks used to integrate external CI/CD testing results into the workflow. Configured specifically in Guidewire Home.

68
New cards

Creation Trigger Enforcement Resolution

The 4 stages of the lifecycle of a Bring-Your-Own-Testing Quality Gate

69
New cards

Personal Access Token (PAT)

Which authentication method is required for local Git operations?

70
New cards

Merge Checks

Which section of the Bitbucket Pull Request interface gives real-time feedback for quality gates?

71
New cards

Build Management

The module that ensures every code change is consistently validated and containerized before deployment to the GWCP

72
New cards

Build Management

The process of packaging InsuranceSuite code and configurations into deployable artifacts

73
New cards

True

(True/False) Every change is validated against technical standards before it reaches a planet.

74
New cards

Defining Controlling Inspecting Ensuring

The 4 pillars of Build Management

75
New cards

Star Project

This TeamCity root project contains global settings and shared resource for your entire environment

76
New cards

True

(True/False) In TeamCity, each star project contains child projects dedicated to specific applications

77
New cards

Build Configuration

The specific blueprints used to compile, test, and dockerize individual components

78
New cards

Elastic Container Registry

Amazon ECR abbreviation stands for

79
New cards

True

(True/False) TeamCity stores build metadata, diagnostic logs, and temporary binary files

80
New cards

False

(True/False) The build’s Docker image is stored in TeamCity.

81
New cards

True

(True/False) The build’s Docker image is stored in Amazon ECR.

82
New cards

Build steps Triggers Parameters Settings

The 4 primary components of Build Configuration

83
New cards

True

(True/False) All builds in a build chain use the same Git commit of the source code.

84
New cards

Automated Cloud Assurance

ACA abbreviation stands for

85
New cards

Automated Cloud Assurance (ACA)

The project configuration that verifies code against Guidewire Cloud Standards to identify potential performance or security issues

86
New cards

Verify Blue/Green Compatible

The project configuration that evaluates whether changes enable zero-downtime deployments

87
New cards

Smoke Test

The project configuration that enables targeted validation of critical business logic before code enters the main pipeline

88
New cards

False

(True/False) The development guardrail configurations (ACA, Blue/Green, and Smoke Tests) need to be run in a fixed order.

89
New cards

True

(True/False) TeamCity initiates a build chain automatically when it detects a commit on a monitored branch.

90
New cards

Suitable

To minimize execution time with build chains, TeamCity checks for a _______ build.

91
New cards

20

The maximum number of active build/event schedules available per star system.

92
New cards

True

(True/False) Scheduled builds require temporal logic and branch targeting.

93
New cards

Build Management

This API enables developers to retrieve build metadata, access artifact lists, and download specific artifacts like manifest.json

94
New cards

CI/CD Manager

This API enables the management of pipeline configurations, including setting up build schedules and configuring code coverage for GUnit tests

95
New cards

Build Promoter

This API facilitates the promotion of validated builds through the different stages of the CI/CD pipeline

96
New cards

CiBuildSuccessfulEvent

This event signals that a build is ready for downstream testing or deployment

97
New cards

CiBuildFailedEvent

This even triggers immediate alerts in communication tools like Slack or Microsoft Teams

98
New cards

Trigger Execute Report

The 3 steps of the Bring Your Own Testing workflow

99
New cards

True

(True/False) TeamCity will trigger the entire build chain automatically for a release/ branch, as long as there are no code problems.

100
New cards

Quality Gate Framework

This framework ensures that code meets established standards before it progresses through the CI/CD pipeline