Pre-Summer Sale Discount Flat 70% Offer - Ends in 0d 00h 00m 00s - Coupon code: 70diswrap

Guidewire InsuranceSuite-Developer Dumps

Associate Certification - InsuranceSuite Developer - Mammoth Proctored Exam Questions and Answers

Question 1

A developer is creating a new entity for auditors that contains a field for the license. Which configuration of the file name and the field name fulfills the requirement and follows best practices?

Options:

A.

Auditor_Ext.eti, License_Ext

B.

Auditor.etx, License_Ext

C.

Auditor.eti, License_Ext

D.

Auditor_Ext.eti, License

E.

Auditor_Ext.etx, License

Question 2

In the screenshot below

as

A developer has added a tab labeled Delinquencies to the tab bar of BillingCenter. This tab will contain several pages. The first page in the tab will display a summary of the currently-selected delinquency, the second page will show the associated policy, and the third page will show the associated account.

What PCF container will be used to configure this requirement?

Options:

A.

A location ref

B.

A location group

C.

A location ref iterator

D.

A location

Question 3

Which log message output follows best practices in production?

Options:

A.

[Method=RenewalProcess#issueNow] [Job#JobNumber=00005678] is renewed.

B.

User minimalist paid the premium with the card: 4071002234567855.

C.

The account cannot be created for: Jane ' s Florist, phone number: (510) 555-0000, address: 112 Main Street, Livermore CA 94550.

D.

ALERT! The server went down. It must be recovered immediately.

Question 4

A query is known to return 500,000 rows. Which two are recommended to process all 500,000 rows efficiently? (Select two)

Options:

A.

Use Google Iterables.

B.

Use setPageSize().

C.

Use a batch process for large result sets.

D.

Chunk the results into page sets.

E.

Sort the result by entity name.

Question 5

An insurer needs to define a new Typecode on an existing base application Typelist. Which actions follow best practices for implementing this requirement in Guidewire InsuranceSuite? (Choose 2)

Options:

A.

Create a new standalone Typelist with the new category.

B.

Modify the typelist ' s .java file so that the new Typecode is added in the Typelist ' s definition file.

C.

Define the new Typecode within the base Typelist ' s .ttx file.

D.

Define the new Typecode within the base Typelist ' s .tti file.

E.

Create an extension file (.ttx) if it does not already exist.

Question 6

Succeed Insurance needs to extend the contact functionality to support tracking agency information. The new agency entity should have all of the fields of ABCompany, but include fields that are specific to the agency. Following best practices, which of the following options would implement this requirement?

Options:

A.

A new foreign key should be added to ABCompany that points to a new Agency_Ext entity. The new fields should be added to the new Agency entity.

B.

A new Agency_Ext entity should be added so that ABCompany becomes a subtype of Agency_Ext. The new fields should be added to the new Agency entity.

C.

A new array should be added to ABCompany that points to a new Agency_Ext entity. The new fields should be added to the new Agency_Ext entity, including a foreign key pointing back to ABCompany.

D.

Add a new Agency subtype of ABCompany. The new fields should be added to the new Agency_Ext subtype.

Question 7

What is a benefit of archiving?

Options:

A.

Reorganizes and compresses the contents of the database to conserve space

B.

Improves application performance by reducing the size of the database

C.

Reindexes the contents of the database to increase data retrieval speed

D.

Reduces database size by permanently removing data marked for purge

Question 8

The business wants to create a new popup in BillingCenter that displays a single customer invoicing inquiry. The popup will have the inquiry date, inquiry contact, and the description of the inquiry. Which configurations follow best practices to make this page editable? (Choose Two)

Options:

A.

Add a Boolean variable named editable_Ext to the Variables tab and set its initial value to true.

B.

Set the Page ' s startInEditMode property to true if it should initially be editable.

C.

Set the Detail View panel ' s readOnly property to false.

D.

Be sure that the ListView container widget has its editable property set to true.

E.

Ensure that Input widgets are used for fields requiring data entry, and that their editable property is set to true.

F.

Add an InputSet widget within the detail view and set its canEdit property to true.

Question 9

An insurer has identified a new requirement for company vendor contacts in ContactManager. If the Preferred Vendor9 field is set to Yes, display the new BBS Rating (Better Business Bureau) field.

as

Which two configuration changes will satisfy this requirement? (Select two)

Options:

A.

Call a gosu expression from the PostOnChange onChange properly to set the value of the BBB Rating field

B.

Enable the Post On Change property for the Preferred Vendor? field

C.

Set the visible property of the BBB Rating field to true when the Preferred Vendor? field is Yes

D.

Enable the Post On Change property for the 8BB Rating field

E.

Set the editable property of the BBB Rating field to true when the Preferred Vendor ' field is No

Question 10

In TrainingApp. the Person Info card of the Details screen for a contact has a section where basic employment information is stored:

as

The insurer requires this information to be displayed, in this format, on every card of both the Summary and Details screens, for every individual person contact. This information will be stored in a container to be reused on all these cards.

Which object will most efficiently meet this requirement, according to best practices?

Options:

A.

Detail View Panel

B.

Input set widget

C.

Input Set PCF file

D.

Worksheet PCF file

Question 11

The following screenshot displays a segment of the menu items in the sidebar on a Guidewire application:

as

[Financials, Notes, Documents, Plan of Action, Services, Litigation, History]. The business analysts have uncovered a requirement that the Documents, History, Litigation, and Notes pages should be grouped under a single heading, to be called Legal Records. What is the best practice for accomplishing this?

Options:

A.

Place the views associated with those four pages onto a single screen named Legal Records, and place that screen on the sidebar, removing the individual pages from the sidebar

B.

Create a location group named Legal Records, containing those four items, and add it to the sidebar, removing the individual pages from the sidebar

C.

Click the gear icon in the UI, select user settings, select Sidebar, set preferences for the four pages according to the desired view

D.

Rearrange the order of the sidebar so that the four pages are all together, set the indent property for all four pages, and insert a label above them, which reads Legal Records

Question 12

An insurance carrier plans to launch a new product for various types of Recreational Vehicles (RVs)—such as motorhomes, boats, motorcycles, and jet skis. When collecting information to quote a policy, all RVs share some common details (like purchase date, price, year, make, and model), but each type also has its own unique properties. According to best practices, what should be done to configure the User Interface so that only the relevant RV details are shown when creating a policy quote? Select Two

Options:

A.

Create a separate page for each type of RV.

B.

Create a Modal Input Set for each RV type.

C.

Create separate inline Input Sets for each RV type and set the visibility on each Input Set

D.

Create a Detail View that includes the properties that are common to all of the RV types.

E.

Place an Input Set Ref on the Detail View and configure the RV type as the Mode.

F.

Define a Location Group to allow the user to choose the page for each RV type.

Question 13

What is a benefit of archiving?

Options:

A.

Re-indexes the contents of the database to increase data retrieval speed.

B.

Reduces database size by permanently removing data marked for purge.

C.

Improves application performance by reducing the size of the database.

D.

Reorganizes and compresses the contents of the database to conserve space.

Question 14

Given the following code example:

var query = gw.api.database.Query.make(Claim)

query.compare(Claim#ClaimNumber, Equals, " 123-45-6798 " )

var claim = query.select().AtMostOneRow

According to best practices, which logic returns notes with the topic of denial and filters on the database?

Options:

A.

var notesQuery = gw.api.database.Query.make(Note); var denialNotes = notesQuery.select().where(\elt - > elt.Topic==NoteTopicType.TC_DENIAL)

B.

var denialNotes = claim.Notes.where(\elt - > elt.Topic==NoteTopicType.TC_DENIAL)

C.

var notesQuery = gw.api.database.Query.make(Note); notesQuery.compare(Note#Topic, Equals, NoteTopicType.TC_DENIAL); notesQuery.compare(Note#Claim, Equals, claim); var denialNotes = notesQuery.select()

D.

var notesQuery = gw.api.database.Query.make(Note); notesQuery.compare(Note#Topic, Equals, NoteTopicType.TC_DENIAL); var denialNotes = notesQuery.select()

Question 15

Which rule is written in the correct form for a rule which sets the claim segment and leaves the ruleset?

Options:

A.

CONDITION: (claim: entity.Claim) return claim.Segment == nullACTION: (claim: entity.Claim, actions: gw.rules.Action) claim.Segment = TC_AUTO_LOW; actions.exit()

B.

CONDITION: (claim: entity.Claim) if (claim.Segment == null) {claim.Segment = TC_AUTO_LOW}ACTION: actions.exit()

C.

CONDITION: (claim: entity.Claim) return claim.Segment == nullACTION: (claim: entity.Claim, actions: gw.rules.Action) claim.Segment == TC_AUTO_LOW; actions.exitRuleset()

D.

CONDITION: (claim: entity.Claim) return claim.Segment = TC_AUTO_LOWACTION: (claim: entity.Claim, actions: gw.rules.Action) actions.exit()

Question 16

An insurer has a number of employees whose names are similar, but each one has a unique employee number for identification. Displaying the employee ' s name as a drop-down list in the user interface must include the employee ' s number with the employee ' s name to ensure uniqueness. For example:

    John Smith 3455

    William Andy 3978

    John Smith 4041

How can a developer satisfy this requirement following best practices?

Options:

A.

Enable Post On Change for name fields to modify how they display when the name is referenced.

B.

Define an entity name that concatenates the name fields and employee number.

C.

Create a setter property in a Name enhancement class.

D.

Create a Displaykey that concatenates the name fields and employee number.

Question 17

An insurer has a number of employees who are working remotely from different locations. Displaying the employee ' s name in a drop-down list in the user interface must include the employee ' s location along with it. For example: John Smith London, UK; William Andy Dublin, Ireland; Eric Andy BC, Canada. How can a developer satisfy this requirement following best practices?

Options:

A.

Define an entity name that concatenates the name fields and work locations.

B.

Create a setter property in a Name enhancement class.

C.

Create a displaykey that concatenates the name fields and work locations.

D.

Enable Post On Change for name fields to modify how the name is displayed when referenced.

Question 18

An insurer plans to offer coverage for pets on homeowners policies. Whenever the covered pet Is displayed in the user interface, it should consist of the pet ' s name and breed. For example:

as

How can a developer satisfy this requirement following best practices?

Options:

A.

Enable Post On Change for the pet name field to modify how it displays when referenced

B.

Define an entity name that concatenates the pet ' s name and breed fields

C.

Create a setter property in a Pet enhancement class

D.

Create a display key that concatenates the pet ' s name and breed

Question 19

The sources describe different types of deployment strategies for InsuranceSuite applications. What are characteristics of a selective deployment?

Options:

A.

It is primarily used for deploying builds to production star systems.

B.

It always involves a database restore from production.

C.

It requires deploying all InsuranceSuite and EnterpriseEngage applications simultaneously.

D.

It is the only strategy that supports rolling updates.

E.

It allows deployment of only the selected InsuranceSuite applications.

Question 20

Which GUnit base class is used for tests that involve Gosu queries in PolicyCenter?

Options:

A.

PCUnitTestClassBase

B.

SuiteDBTestClassBase

C.

PCServerTestClassBase

D.

GUnitTestClassBase

Question 21

The following Gosu statement is the Action part of a validation rule:

claim.rejectField( " State " , TC_PAYMENT, DisplayKey.get( " Rules.Validation.Claim.NotInDraft " , null, null))

It produces the following compilation error:

Gosu compiler: Wrong number of arguments to function rejectField(java.lang.String, typekey.ValidationLevel, java.lang.String, typekey.ValidationLevel, java.lang.String). Expected 5, got 3

What needs to be added to or deleted from the statement to clear the error?

Options:

A.

A left parenthesis must be deleted.

B.

The two nulls must be replaced with a typekey and a string.

C.

A right parenthesis must be added.

D.

The word ' State ' must be replaced with a DisplayKey.

Question 22

A developer has modified the DesktopActivities list view in ClaimCenter to add a date cell to display the claim date of loss for each row. The list view is backed by the view entity ActivityDesktopView. The screenshot provided shows the current configuration of the new date cell with the value

ActivityDesktopView.Claim.LossDate.

as

Which action should be taken to configure the date cell to follow best practices?

Options:

A.

Use an existing display key rather than creating a custom display key

B.

Use a text cell widget instead of a date cell widget and format the value as a string

C.

Configure the dateFormat property of the widget to display the date in a short format

D.

Extend the view entity to include the claim loss date rather than access it from Claim

Question 23

Given the following query:

uses gw.api.database.Query

var query = Query.make(Claim)

query.compare(Claim#ClaimNumber, Equals, " 123-45-6789 " )

var claim = query.select().AtMostOneRow

Which follows the best practice to find the urgent open activities of the claim, considering the memory usage and bundle size?

Options:

A.

var activityQuery = gw.api.database.Query.make(Activity)activityQuery.compare(Activity#Status, Equals, TC_OPEN)activityQuery.compare(Activity#Claim, Equals, claim)var urgentActivities = activityQuery.select().where(\ activity - > activity.Priority == TC_URGENT)

B.

var urgentActivities = claim.Activities.where(\ activity - > activity.Priority == Priority.TC_URGENT and activity.Status == TC_OPEN)

C.

var urgentActivities = claim.Activities.where(\ activity - > activity.Status == TC_OPEN).where(\ activity - > activity.Priority == TC_URGENT)

D.

var activityQuery = gw.api.database.Query.make(Activity)activityQuery.compare(Activity#Priority, Equals, Priority.TC_URGENT)activityQuery.compare(Activity#Status, Equals, TC_OPEN)activityQuery.compare(Activity#Claim, Equals, claim)var urgentActivities = activityQuery.select()

Question 24

ACME Insurance requires that addresses are validated through a postal service in all insurance products. Which package structure and Gosu class name follow best practice?

Options:

A.

ai.suite.integration.postalservice, AddresUtil.gs

B.

gw.suite.services.postalservice, AddressUtilExt.gs

C.

gw.webservice.postalservice, AddressUtil.gs

D.

acme.pc.service.postalservice, AddressUtilExt.gs

Question 25

Given the following code sample:

var newBundle = gw.transaction.Transaction.newBundle()

var targetCo = gw.api.database.Query.make(ABCompany)

targetCo.compare(ABCompany#Name, Equals, " Acme Brick Co. " )

var company = targetCo.select().AtMostOneRow

company.Notes = " TBD "

Following best practices, what two items should be changed to create a bundle and commit this data change to the database? (Select two)

Options:

A.

End with newBundle.commit()

B.

Add Notes to the bundle

C.

Add targetCo to the bundle

D.

Add company to the bundle

E.

Add runWithNewBundle(\newBundle - > { to the first line

Question 26

When a user marks the InspectionComplete field and clicks Update, the user making the update and the date/time of the update need to be recorded in separate fields. Which approach will accomplish this?

Options:

A.

Create a Validation Rule that checks for a change in the InspectionComplete field...

B.

Enable Reflection on the InspectionComplete widget...

C.

Create a Preupdate Rule that checks for a change in the InspectionComplete field and updates the UpdatedBy and UpdatedDateTime fields

D.

Create an EventFired Rule that would be triggered...

Question 27

Given the following screen showing a DetailView in Guidewire Studio highlighted in red:

as

Which single item added directly to the detail view will correct the error shown, with no further errors?

Options:

A.

Add a row iterator to the detail view

B.

Add a toolbar to the detail view

C.

Add a list view to the detail view

D.

Add an input column to the detail view

Question 28

A developer performed Guidewire Profiler analysis on a web service. The results showed a large Own Time (unaccounted-for time) value, but it is difficult to correlate the data with the exact section of code executed. Which approach can help to identify what is causing the large processing time?

Options:

A.

Create more profiler tags to block out sections of code

B.

Add more logging statements at the INFO level

C.

Use print statements to calculate the time spent in the code

D.

Apply extra frames in the profiler output

Question 29

Which log message follows logging best practices in production?

Options:

A.

[Method=ClaimProcess#createClaim][Claim#PublicID=00001234] was created.

B.

The personal auto claim was created for Jane Smith with driver ' s license AD45678.

C.

The claim was created successfully for: Ray Newton, email: rnewton@foo.com, vehicle: white 2022 Toyota Camry.

D.

ERROR! The claim was not created because the database connection was lost.

Question 30

Succeed Insurance is developing multiple policy lines of business (LOB). The LOBs they are implementing are Homeowners (HO), Commercial Auto (CA), and Personal Auto (PA). They want to show key data elements of these LOBs on the exposure screen in ClaimCenter. To support this, you will need to modify the ExposureDetailDV container to support the different LOBs. Following best practices, which of the following implementations should be used?

Options:

A.

Modify the ExposureDetailDV and add inline InputSets for LOB data needed for each region. Then use visibility logic to show and hide the LOB specific InputSets so each LOB only sees the data they need.

B.

Create an InputSet for each LOB (e.g., LOBHOInputSet, LOBCAInputSet, and LOBPAInputSet). Modify the ExposureDetailDV and add references to all InputSets, using visibility logic to show/hide them.

C.

Create a set of LOB InputSets with the following modes: HO, CA, PA, and Default. Modify the ExposureDetailDV to add a reference to the new LOB InputSet, specifying the LOB value as the mode so the correct InputSet is displayed.

D.

Create a single InputSet for all LOBs. Within the InputSet, specify visibility logic for each individual field based on the LOB the field is used for, then reference this InputSet in the ExposureDetailDV.

Question 31

The Panel Ref in the screenshot below displays a List View with a toolbar. Add and Remove buttons have been added to the toolbar, but they appear in red, indicating an error. The Row Iterator has toAdd and toRemove buttons correctly defined.

as

What needs to be configured to fix the error?

Options:

A.

Set the toCrealeAndAdd property of the row iterator

B.

Sel the addVisible and removeVisible properties of the Add and Remove buttons

C.

Set the iterator property of the Add and Remove buttons

D.

Set the Visible property of the row iterator

Question 32

Succeed Insurance would like a list of all Notes related to all Policies for an Account. Which approach follows best practices for retrieving this data more efficiently?

Options:

A.

Code snippetvar policyNotes = Query.make(Note).compare(Note#Policy, Relop.Equals, policy).compare(Note#Account, Relop.Equals, account).select()

B.

Code snippetvar policyNotes = account.Policies*.Notes.toList()

C.

Code snippetvar policyNotes : ArrayList < Note > for(policy in account.Policies) {for (note in policy.Notes) {policyNotes.add(note)}}

D.

Code snippetvar policyNotes = account.Policies*.Notes*.DisplayName

Question 33

The Guidewire Cloud Platform (GWCP) uses an astronomy metaphor to describe its logical partitions. Which statements accurately describe how different levels within this metaphor provide isolation? (Choose 2)

Options:

A.

Tenants provide isolation between different AWS regions.

B.

Each Star is kept completely separate from the other Stars within a Tenant.

C.

A Star isolates data between different Tenants.

D.

A Star is a logical star system that represents a business unit or shared service.

E.

Galaxies isolate individual planets from each other.

F.

Planets provide isolation between different Orbits.

Question 34

A query is known to return 500,000 rows. Which two are recommended to process all 500,000 rows efficiently? (Select two)

Options:

A.

Use Google Iterables

B.

Use setPageSize()

C.

Use a batch process for large result sets

D.

Sort the result by entity name

E.

Chunk the results into page sets

Question 35

An insurer doing business globally wants to use a validation expression to verify that a contact ' s postal code is a real postal code for the country specified in the contact ' s address.

A developer has created a method with the signature validatePostalCode(anAddress: Address): boolean, which returns true if and only if the postal code is valid.

What would be the correct validation expression?

Options:

A.

validatePostalCode(anAddress) == true

B.

validatePoslalCode(anAddress) == null

C.

validatePostalCode(anAddress)

D.

validatePostalCode(anAddress) ? null: false

Question 36

Which statements describe best practices when using bundles in Gosu to save new entities/edit existing entities? (Select Two)

Options:

A.

Commit changes individually for each entity.

B.

Create a new bundle using gw.transaction.Transaction.runWithNewBundle().

C.

Explicitly call the commit() method on the bundle outside of a managed block.

D.

Add all entities to the bundle, not just those which will be edited.

E.

Obtain a bundle using gw.transaction.Transaction.getCurrent().

F.

Never call commit() within a runWithNewBundle() statement.

Question 37

There is a requirement to add fields specific to Auto Rental Agencies. The additional fields required are; Auto Renta License, Offers Roadside Assistance, and Offers Insurance. Other fields will come from the existing ABCompanyVendor entity.

For reference, the diagram below shows the ABCompany subtype of the ABContact entity:

as

How should this requirement be configured following best practices?

Options:

A.

Create ABAutoRentalAgency.Ext as a subtype of A B Company Vendor and add the three fields to the subtype

B.

Create ABAutoRentalAgency.Ext as a subtype of ABCompany and add the three fields to the subtype

C.

Create a custom entity ABAutoRentalAgency_Ext and add the three fields to this entity

D.

Create three new fields to extend the existing ABCompany Vendor subtype

Question 38

An insurer ran the DBCC checks against a copy of their production database and found three errors with high counts in the category Data update and reconciliation. What are two best practices for resolving the errors? (Select two)

Options:

A.

Analyze the errors to determine the root cause and correct the code responsible for the errors

B.

Promote the code to production and run the DBCCs again

C.

Wait to see if error counts increase; if they increase by more than 10%, fix the errors

D.

Identify any bad data and write a SQL script to correct the data; run the script immediately

E.

Search the Knowledge Base on the Guidewire Community for solutions to the problems found

Question 39

Succeed Insurance needs to add a new getter property to the Java class generated from the Contact entity. According to best practices, what steps below would allow this to get implemented? (Select Two)

Options:

A.

Add the enhancement definition to the Contact.eti file.

B.

Add the enhancement definition to a new Contact.etx file.

C.

Create a new Gosu enhancement for the Contact entity in the gw.entity.enhancements package.

D.

Add a new get property to the enhancement.

E.

Create a new Gosu enhancement for the Contact entity in the si.cc.entity.enhancements package.

F.

Add a new get function to the enhancement.

Question 40

A developer is creating an enhancement class for the entity AuditMethod_Ext in PolicyCenter for an insurer, Succeed Insurance. Which package structure of the gosu class and function name follows best practice?

Options:

A.

si.pc.enhancements.entity, determineAuditType()

B.

si.pc.enhancements.entity, determineAuditType_Ext()

C.

gw.job.audit, determineAuditType()

D.

gw.entity.enhancement, determineAuditType_Ext()

Question 41

An insurer has extended the ABContact entity in ContactManager with an array of Notes to capture information of interest about the contact over time. A developer has been asked to write a function to process all the notes for a given contact. Which code satisfies the requirement and follows best practices?

Options:

A.

while (exists (note in anABContact.Notes)) { //do something }

B.

for ( note in anABContact.Notes) { //do something }

C.

for (i = 1..anABContact.Notes.length) { //do something }

D.

var aNote = anABContact.Notes.firstWhere( \ note - > note.Author != null) //do something

Question 42

Which two statements are true regarding the Guidewire Cloud Assurance process? (Select two)

Options:

A.

Cloud Assurance does not apply to customer projects migrating self-managed implementations into Guidewire Cloud Platform.

B.

Items in the Optimization Backlog must be resolved before deployment to the Cloud.

C.

Cloud Assurance applies to both new Guidewire Cloud implementations and customer projects migrating self-managed implementations into Guidewire Cloud Platform.

D.

Cloud Assurance applies to new Guidewire Self-managed implementations.

E.

The Optimization Backlog includes Guidewire suggestions for improvement.

Question 43

For ABPerson contacts only, the marketing team has requested to store the name of the individual ' s favorite sports team. What data model extension follows best practices to fulfill this requirement?

Options:

A.

Add a varchar field to ABContact named FavoriteTeam_Ext.

B.

Create a typelist of sports team names, and add a typekey to ABContact based on that typelist.

C.

Create an ABSportsTeam entity and add a foreign key from ABContact to ABSportsTeam.

D.

Add a varchar field to ABPerson named FavoriteTeam_Ext.

Question 44

A developer is creating an entity for home inspections that contains a field for the inspection date. Which configuration of the file name and the field name fulfills the requirement and follows best practices?

Options:

A.

HomeInspection.etx, InspectionDate.Ext

B.

HomeInspection_Ext.eti, InspectionDate.Ext

C.

HomeInspection_Ext.etx, InspectionDate

D.

HomeInspection.eti, InspectionDate.Ext

E.

HomeInspection.Ext.eti, InspectionDate

Question 45

An insurance carrier needs the ability to capture information for different kinds of watercraft, such as power boats, personal water craft, sailboats, etc. The development team has created a Watercraft_Ext entity with subtype entities to store the distinct properties of each type of watercraft. Which represents the best approach to provide the ability to edit the data for watercraft in the User Interface?

Options:

A.

Create a Modal Detail View for each type of watercraft, duplicating common fields across each Detail View

B.

Create a single page for all watercraft types with the visibility of fields distinct to the type of watercraft controlled at the widget level

C.

Create a set of Modal Pages for each type of watercraft

D.

Create a Detail View for the common properties of all watercraft and a set of Modal InputSets for the distinct property of each watercraft

Page: 1 / 15
Total 150 questions