Predix_Examination
In Predix Seed based on Polymer, how to run on local machine
Grunt serve
Grunt
Gulp serve
gulp
In px-dropdown component, which event will be fired when an item is selected
Px-dropdown-value-changed
Px-dropdown-value-change
Px-dropdown-item-change
Px-dropdown-item-changed
Which api is used to create card
/api/cards
/api/card
/api/decks//cards/add
/api/decks//cards
How to associate card id with deck
GET /api/decks/id/cards/add
POST /api/decks/id/cards/add
GET /api/cards/id/decks/add
POST /api/cards/id/decks/add
What is View service name in CF marketplace
Predix-views
Predix-viewservice
Predix-view
View-service
Which api is used to associate card and deck
/api/decks//cards/add
/api/decks//card/add
/api/decks//card/associate
/api/decks//cards/associate
How to get deck by tags
/api/decks/tag?values={comma delimited tag strings}
/api/deck/tag?values={comma delimited tag strings}
/api/decks/tag?value={comma delimited tag strings}
/api/decks?tags={comma delimited tag strings}
Deck can contain
View
Card
Workflow
All
How to sort decks DESC based on createdBy field
/decks?filter(order)=createAt DESC
/decks?filter:order=createAt DESC
/decks?filter[order]=createAt DESC
/decks?order=createAt DESC
How to detach a card from a deck
Method POST, API /api/decks//cards/remove
Method POST, API /api/decks//card?id=
Method DELETE, API /api/decks//cards/remove
Method DELETE, API /api/decks//card?id=
Which library/framework is using in Predix UI components
Polymer
AngularJS 1.x
Jquery
AngularJS 2.x
Which api is used to create deck
/api/decks
/api/deck
/api/views//deck/add
/api/views//decks
Which service belong to UI Service?
View service
Deck service
Card service
All
How to use px-buttons-degisn in UI app
Import px-buttons-design/_objects.buttons.css, then enable specific class
import px-buttons-design/_objects.buttons.scss, then enable specific class
Enable specific class to true, then import px-buttons-design/_objects.buttons.scss
Enable specific class to true,then import px-buttons-design/_objects.buttons.css
What is JSON format of card
{ "title": "untitled", "slug": "string", "attributes": {}, "id": "string","createTimeStamp": "2016-11-15"}
{ "name": "untitled", "slug": "string", "attributes": {}, "id": "string","createTimeStamp": "2016-11-15"}
{ "name": "untitled", "slug": "string", "attributes": {}, "id": "string","createdTime": 1479236331867}
{ "title": "untitled", "tag": "string", "attributes": {}, "id": "string","createTimeStamp": "2016-11-15"}
Which api is used to delete card
/api/cards/
/api/cards?id=
/api/component?type=card&id=
/api/component?type=cards&id=
How to use CSS class "btn--primary" of px-buttons-design
Enable flag $inuit-enable-btn--primary and import "_objects.buttons.scss" file
Enable flag $inuit-enable-btn-primary and import "_objects.buttons.scss" file
Enable flag $inuit-enable-btn--primary and import "buttons.scss" file
Enable flag $inuit-enable-btn-primary and import "buttons.scss" file
How can a technician enroll a device?
By using EdgeManager settings menu
By scripts
By Predix Machine Technician console
By Predix Machine Technician Dashboard
Which fields are required when importing the device lists in Device Manager?
Device_model_id
Did
Name
All A,B and C
What is not a feature of EdgeManager?
User Mangement
Device Management
Logging Management
Repository management
What config for proxy in machine?
Com.ge.dspmicro.websocketriver.send-0.config
Com.ge.dspmicro.hoover.spillway-0.config
Org.apache.http.proxyconfigurator-0.config
Com.ge.dspmicro.predixcloud.identity.cfg
How does the EdgeManager send command to Predix machine
Call an API in Predix Machine
Call a Rest API on Predix Machine
. Send Command thru a message queue
Predix Machine using a polling machenism to get commands
What is the minimum length of user's Password in Edge Manager?
8 chars
6 chars
4 chars
10 chars
What maybe the cause of the error "500 Internal Server Error Failed to upload the devices. An unexpected error has occurred, try again later"?
The device list are already existed
No permission
The device list may not meet the required format
The device list don't have the message_id
What are the states of SIM card life cycle?!
Ready, Activated, Completed
Ready, Activated, Completed, Deactivated
Ready, Activated, Purged
Ready, Activated, Purged, Deactivated
What is the correct behaviour when deleting a group in edge manager?
When you delete a parent group, all subgroups and devices within the parent group are deleted
When you delete a parent group, the subgroups and devices within the parent group are not deleted, but instead move to group 'Anonymous'
When you delete a parent group, the subgroups and devices within the parent group are not deleted, but instead move to group 'Others'
When you delete a parent group, the subgroups and devices within the parent group are not deleted, but instead move up a level in the hierarchy
What user roles able to enroll devices by Predix machine
Administrator
Operator
Technician
User
How to subscribe to commands in Edge Manager?!
Implements IProcessor
implements ICommandService
Implements ICommandHandler
Implements ICommandProcessor
What is the max length of the Tenant ID when registering an access to the Edge manager?
64 chars
32 chars
128 chars
256 chars
What need to do when having the error "Unable to get tenant configuration"?!
Retry to check the configuration
File a ticket
Check the JSON format
A and C
How to have an account to access Edge Manager?
Use command line to create account
Use Eclipse Plugin to generate account
File a ticket
A and B
What is repository in Edge Manager?
The repository to manage source code of different predix machines
The repository to manage source code of edge manager
The repository to mange enrolled devices
The repository to mange (view and upload) software packages, including applications, configurations, and containers
What are the EdgeManger command status code?
SUCCESS, FAILED, ACKNOWLEDGED, DELIVERED, NOTSUPPORTED
SUCCESS, DELIVERED,ACKNOWLEDGED, FAILURE, NOTFOUND
SUCCESS, DELIVERED, ACKNOWLEDGED, PROCESSING, NOTSUPPORTED
SUCCESS, DELIVERED, ACKNOWLEDGED, FAILURE, NOTSUPPORTED
What is different between role Operator and Administrator?
Connectivity
Settings
User Manager
Device Manager > Groups
What is not a system-defined default command in EdgeManager?
Get Available Logs
Get IP Address
Restarts the Predix Machine OSGi container.
Get Current Memory usage
Where to config the Machine Command Handler?!
What are the user roles in Edge manager?
Technician, supporter, administrator
Technician, supporter, administrator
Technician, operator, administrator
Supporter, operator and adminstrator
How to create a business operation service?!
Cf create-service business-services
Cf create-service business
cf create-service business-opt
cf create-service business-operations
Command line to create service logstash?
Cf create_service logstash-{n}
Cf create-service logstash-{n}
cf csl logstash-{n}
Cf create-s logstash-{n}
How to update Services Provisioned using Tenant Management?!
HTTP PUT /v1/tenant/{tenantName}/{instanceName}
HTTP PUT /v1/tenant/service/{instanceId}
HTTP PUT /v1/tenant/{tenantName}/service/{instanceName}
HTTP PUT /v1/{tenantName}/service/{instanceName}
How to retrieve details of a specific service instance for a specific tenant?!
HTTP GET /v1/tenant/{tenantName}/service
HTTP GET /v1/tenant/{tenantName}/service/{serviceName}
HTTP GET /v1/tenant/service/{serviceName}
HTTP GET /v2/tenant/{tenantName}/service/{serviceName}
How to list services available to dev?
Cf services
Cf login
Cf m
cf predix_market
How to get service ID?
--id
--guids
--gui
--guid
Which command to start kibana app name
Cf start kibana-[your-app-name]
Cf start kibana [your-app-name]
Cf run kibana [your-app-name]
Cf goin kibana [your-app-name]
Which command to start business-operation
Cf create-service business-operator
Cf create-service busineses-operations
Cf create-service business-operations
Cf create-service bo
What scope is required for Tenant Management service read API?
Tms.tenant.write
tms.tenant.write.permission
tenant.manage.write
tms.tenant.id.write
Which command to create instance Decisyon App Composer
Cf create-service desisyon_composer
cf create-service desisyon
Cf create-service desisyon_app
cf create-service desisyon_app_composer
How to get app environment?!
cf e
Cf environement
Cf a
Cf s
What are the Logging Services in Predix
Kibana, Elastic Search, Logstash
Kibana, Asset, Timseries
Kibana, Elastic Search, RabbitMQ
Kabani, Elastic Search, Logstash
Which import package for device enrollment?
Com.ge.dspmicro.device.api;version="[1.0,2)"
com.ge.dspbmicro.device.api;version="[1.0,2)"
Com.ges.dspmicro.device.api;version="[1.0,2)"
Com.ge.dspmicro.device.test.api;version="[1.0,2)"
How to send data to timeseries?
WebSocket River
Http Data Service
Http River Service
WebSocket Service
Which file is to configure HTTP river
Com.ge.dspmicro.mqttriver.send-0.config
Com.ge.dspmicro.httpsriver.send-0.config
Com.ge.dspmicro.httpriver.send-0.config
Com.ge.dspmicro.webriver.send-0.config
Which languages are supported by Predix Machine
C++
Java
Java and c++
C
What are gateways in Predix Machine
M2M, M2E, M2H
M2C, M2M, M2H
M2C, M2O, M2H
M2C, M2M, M2A
Where is the password configuration located? (Predix Machine)
What is the flow of data from MQTT to Predix
Rabb ->MQTT->HooverSpillway->WSS/HTTP
Timseries ->MQTT->HooverSpillway->WSS/HTTP
HooverSpillway->MQTT->WSS/HTTP
MQTT->HooverSpillway->WSS/HTTP
How to get the list of machine adapters
IMachineGateway
IGatewayMachine
MachineGatewayInterface
MachineGatewayIfc
Where can you change logging config in predix machine?
Org.logging.log4j.xml
Org.ops4j.pax.logging.cfg
Log4j.xml
Logback.xml
Plugins in predix-machine containers
eclipse-plugins
Rpc-plugins
Osgi-plugins
Google-plugin
Modbus support protocols
Zigbee
TCP and Serial
Modbus
https
Where is the UAA config in machine?
/configuration/machine/com.ge.dspmicro.hoover.spillway-0
/configuration/machine/com.ge.dspmicro.predixcloud.identity.config
/configuration/machine/com.ge.dspmicro.httpriver.send-0.cfg
/configuration/machine/com.ge.dspmicro.predixcloud.identity.cfg
Interface to preprocess data
ProcessorInterface
Iprocess
IProcessor
ProcessorIfc
Which predix machine type can be run as a service in Linux or Window?
BASIC
PROV
TECH
DEBUG
What config for proxy in machine?
Com.ge.dspmicro.predixcloud.identity.cfg
Com.ge.dspmicro.websocketriver.send-0.config
Org.apache.http.proxyconfigurator-0.config
Com.ge.dspmicro.hoover.spillway-0.config
How to transfer data from Predix Machine to TimeSeries?
Web-socket River
Data River
Modbus
OPC
Which file is to configure Databus river
Com.ge.dspmicro.httpsriver.send-0.config
Com.ge.dspmicro.databusriver.send-0.config
Com.ge.dspmicro.websocketriver.send-0.config
Com.ge.dspmicro.httpriver.send-0.config
Which is the Default Analytic Configure?
Memory, 512 MB; Disk Quota,512 MB for Java and Python, 1024 MB for Matlab;
Memory, 512 MB; Disk Quota, 2024 MB for Java and Python, 1048 MB for Matlab;
Memory, 1024MB; Disk Quota, 1024 MB for Java and Python, 2048 MB for Matlab;
Memory, 512 MB; Disk Quota, 1024 MB for Java and Python, 2048 MB for Matlab;
Which interface enroll HTTPClient & Web socket river?
IRequesterToken
Itoken
ITokenRequester
TokenRequesterIfc
Which library is requiried to consume Machine Ping Service
ISubscriptionMachineAdapter
Httpclient-api
Validateroute-api
IMachineAdapter
Which command to generate Predix Machine docker image from scratch
GenerateMachine.sh
DockerizeContainers.sh
DockerizeMachine.sh
GenerateContainers.sh
Where do you configure the predix machine processor?
in stored and forward configuration
In hoover spillway configuration
In data river (websocket, http) configuration
In predix machine adapter configuration
Which of the following relational algebra operations do not require the participating tables to be union-compatible?
Difference
Intersection
Join
Union
Where is the timeseries configuration in machine
Com.ge.dspmicro.websocketriver.send-0.config
Com.ge.dspmicro.hoover.spillway-0.config
Com.ge.dspmicro.predixcloud.identity.cfg
Both A and B
How do you configure Edge Manager auto enrollment for Predix Machine
Com.ge.dspmicro.autoenrollenv.config
Com.ge.dspmicro.edge.config
Com.ge.dspmicro.edgemanager.enroll.config
Com.ge.dspmicro.autoenrollenv.edge.config
Which the data flow is right?
Timeseries -> machine -> hover spillway -> web socket river
Web socket river -> machine -> hover spillway -> timeseries
machine -> hover spillway -> web socket river -> timeseries
Hover spillway -> machine -> web socket river -> timeseries
How to active OPC-UA
What is the data type supported by Predix Machine data river
PDataValue
KeyValue
IDataValue
MachineData
Which file is to configure HTTPS river
Com.ge.dspmicro.httpriver.send-0.config
Com.ge.dspmicro.webriver.send-0.config
Com.ge.dspmicro.mqttriver.send-0.config
com.ge.dspmicro.httpsriver.send-0.config
What type of predix machine does not have Web console?
PROV
TECH
BASIC
DEBUG
Which folder contains com.ge.dspmicro.securityadmin.cfg?
machine
Security
Dspmicro
install
How to configure Predix Machine proxy
org.apache.http.proxyconfigurator-0.config
Org.apache.http.proxyconfigurator-100.config
Org.apache.http.proxy.configurator-0.config
org.apache.proxy.configurator-0.config
What is container for predix machine?
SpringFW
Docker
OSGI
Container
What is not modbus register type
SINGLE
COIL
INPUT
DISCRETE
Which is the configuration of Databus destination topic
Com.ge.dspmicro.databusriver.send.mainTopic
Com.ge.dspmicro.databusriver.send.defaultTopic
. com.ge.dspmicro.databusriver.send.destTopic
Com.ge.dspmicro.databusriver.send.topic
Which is not the correct Predix Machine configuration value
T"true"
S"true"
B"true"
"true"
How do you configure modbus nodes in Predix Machine
com.ge.dspmicro.machineadapter.modbus-0.xml
Com.ge.dspmicro.machineadapter.modbus-0.config
Com.ge.dspmicro.machineadapter.modbus.nodes.xml
Com.ge.dspmicro.machineadapter.modbus.nodes.config
Which is OR operator in GEL Syntax
,
|
||
;
How many options to access Fault lines database?
1
2
3
4
Which request parameter is NOT supported in Asset service
OrderBy
Filter
PageSize
Fields
How to complete Multipart Upload request for BlobStore?
Issue a PUT request to endpoint "/ObjectName?uploadId=UploadId" with payload contains all the PartNumber and Etag under each part
No need to issue a separate request to complete the Multipart Upload
Issue a POST request to endpoint "/ObjectName?uploadId=UploadId"
Issue a POST request to endpoint "/ObjectName?uploadId=UploadId" with payload contains all the PartNumber and Etag under each part
What is not a valid GEL symbol operator?
|
..
&
:
How to get all domain objects in Asset service
GET /assets/all
GET /domains
GET /objects
GET /assets
Which statement is not correct about Audit History of Asset?
Audit History is disabled as default
Supports =, : and | operators
Can query on timestamp ranges using before and after
Endpoint is /system/audit
What is Asset service name in CF marketplace
Predix-asset-service
Predix-asset
Asset-service
predix-asset-data
What is the symbol for AND operation in GEL?
|
&&
&
:
What is method is used for Upload Part in Blobstore service ?
PUT
POST
None of them
Both of them
Which statement is not correct about Time Series service?
The size limit for the actual JSON payload is 512 KB regardless of the ingestion request format.
Support various aggregator including: standard deviation, interpolate, percentile, scale and trendmode
Data points in the query result cannot exceed the maximum limit of 200,000
MessageID must be an integer and between 0 and 2^64 (18446744073709551616)
What can cause 413 error while query to Timeseries
Payload exceeds 512KB
Missing predix-zone-id
Syntax is invalid
Wrong endpoint
What is the limit of payload when create a set of resources in Asset service
50Mb
100Mb
25Mb
20Mb
When query time series data using the latest API, how is the time range of the data returned?
Last 30 days
Last 7 days
Last 10 days
Last 15 days
With RANGE query in Asset Service, if unix timestamp is used, value is compared by STRING or DATE?
STRING
DATE
Both of them
None of them
Number of records in Seismic Faults datasets?
~1 000 000
~10 000
~20 000
~100 000
Which request methods is NOT supported in Asset service
DELETE
OPTIONS
PUT
POST
What can cause Query returns no Datapoint in Timeseries
Multiple tags
Timestamp is not in milliseconds
Server error
Wrong aggregation
What method is used for Initiate Multipart Upload in Blobstore service?
POST
PUT
None of them
Both of them
What is the service api to enable/disable the audit feature in asset service?
/v1/system/configs/update
/v1/system/configs
/v1/system/audit/snapshots
/v1/system/audit/configs
How do you specify the reason of changes when you update an asset?
Use x-audit-metadata header
Add 'reason=xxxx' in request body
Use x-audit-metadata request parameter
Add a field 'reason' to request header
What is the default data quality when ingestion data to time series?
uncertainty quality
Bad quality
good quality
Not applicable
How do you delete a collection of assets?
use DELETE request on the collection
Use DELETE on every single asset of the collection
Use POST request on the collections
All of them
How to query list of truck that have repairDate between 01/12/2015 and 31/12/2015
/truck?filter=repairDate=2015/12/01..2015/12/31
/truck?repairDate=2015/12/01..2015/12/31
/truck?repairDate=2015-12-01T00\:00\:00Z..2005-12-31T00\:00\:00Z
/truck?filter=repairDate=2015-12-01T00\:00\:00Z..2005-12-31T00\:00\:00Z
How can we know total assets per domain in Asset Service and how we now total assets with filter?
Using /v1/ for both
Count with filter using /v1/, can not count for all assets
Count all assets using /v1/, can not count with filter
Asset service does not support count assets
Let's say the asset model looks like: [{uri: “/assets/1”, model.code: “001.02” }], what is the correct way to get the asset based on code?
filter=model\.code=001\.02
Filter=model\.code=001.02
Filter=model.code=001.02
filter=model.code=001\.02
Maximum value of pageSize is
1500
100
1000
2000
What is value Authorization header while using Blobstore service?
access token from uaa
refresh token from uaa
predix-zone-id
SignatureValue
Which command below is to get GUID for your UAA instance?
cf get -guid
cf get -id
Cf service -id
Cf service -guid
With client has the scope authorities as: "scim.read openid scim.me", which scope authority can be revoked without impact on authority of this client?
scim.read
Openid
Scim.me
None of above
Which user need to use to create additional clients?
client
User
Admin
administrator
Which item is not a main element of ACS policy?
Scope
Target
Condition
Name
What is authorized grant type should be use for mobile app?
Implicit
Client_credentials
Authorization_code
password
How to get token using uaac tool?
Uaac client token get admin
Uaac get token admin
uaac token client get admin
Uaac token admin get client
What is the best practice to use UAA?
Create new UAA instance for each service.
Use the same UAA instance for all services.
Both of them
Which element is required when creating policy set in ACS?
Name
Effect
Condition
target
Which uuac command used to create user?
Uaac user add -u userid -p password -e email@host.com
uaac user add userid -p password -e email@host.com
uaac user create -u userid -p password -e email@host.com
Uaac user create userid -p password -e email@host.com
In order to allow user1 to access zone1, what need to be done?
There should be a group call zone1, and user1 must belong to this group
User1 must be admin user
client that will access the resource on user1 behalf must have zone1 scope, an user1 must belong to zone1 group
Just need the client that will access resource on behalf of user1 has scope zone1
If policy condition returns false, what is the overal state of access decision control?
DENY
PERMIT
NOT_APPLICABLE
None of above
Deleting the tenant also deletes the service instances related to the tenant?
No, only instances are created for that tenant
TRUE but need specific permission
FALSE
TRUE
Which authorized_grant_types is required for client that can get token directly from uaa issuerId?
Client_credentials
Password
Refresh_token
Authorization_code
When you use uaac command to target to your uaa instance, sometime you get error message related to SSLException. What you you do?
Using flag --skip-ssl-validation
Using flag --skip-validation
Using flag --skip-ssl
Using flag --skip-ssl-checking
What is the maximum number of UAA instances that you can create in your space?
15 instances
10 instances
1 instance
5 instance
Which is NOT an authorized grant type?
Client_credentials
Password
implicit
Authentication_code
What is a ACS subject?
a collection of attributes that user must posses in for the policy to apply
a collection of attributes the resource must possess, for the policy to apply
The matching criteria to determine if a particular policy is applicable to an incoming evaluation request
None of above
How to target to your UAA instance?
Uaac target
Uaac use
Uaac use
Uaac target
What is the main difference between authorities and scope of client?
There's no difference between them
Authorities is client default resource privileges (scope), scope is both client privilege and the privileges that client can leverage based on user behalf
Scope is the client default resource privilege (scope) , authorities is the privileges that client can leverage based on user behalf
Authorities is client default resource privilege (scope), scope is the privileges that client can leverage based on user behalf
What grant type is the best use for web application like predix-seed ?
Client credential
Authorization code
Password
Implicit
What is a not valid scope required for ACS?
Predix-acs.zone.{zone_id}.user
Acs.resources.read
. acs.attribute.read
acs.policies.read
Which command to change password for admin?
Uaac pasword change
Uaac secret update
Uaac pwd change
Uaac secret change
Which item is not a main element of ACS policy?
Scope
Target
Condition
Name
Which command is use to bind your uaa instance to your application
Cf bind
Cf bind-service
cf bind-service
Cf bind
Which scope authorities that client requires to have in order to manage group?
Group.write
Group.create
Scim.write
Scim.create
Which scope authorities that client requires to have in order to manage user?
Zone.{zone_id}.scim.write
scim.create
Zone.{zone_id}.scim.create
Scim.write
What is not a UAA url endpoint?
/oauth/token/revoke/client/{clientid}
/oauth/validate_token
/check_token
/oauth/token
In order to able to retrieve users information, client must
Have the zone.{zone_id}.scim.read in authorites
Have the zone.{zone_id}.scim.read in scope
have the scim.read in scope
Have the scim.read in authorites
What is the default account lockout policy in uaa?
5 minutes for 5 fail within 1 hour
No default account lockout policy in uaa
10 minutes for 5 fails within 1 hour
5 minutes for 3 fail within 1 hour
Which scope authority is required for client to get userinfo?
Openid
Scim.me
idps.read
None of above
How can UAA integrate with external authorization data sources?
SAML
OAuth2
SOAP
OpenID
What is the maximum number of ACS instances that can be created in your space?
10
50
100
200
Which link is issuer Id for UAA instance?
https://d0919b4b-8e2b-4e07-bf22-2798603c6aad.predix-uaa.run.aws-usw02-pr.ice.predix.io
Https://d0919b4b-8e2b-4e07-bf22-2798603c6aad.predix-uaa.run.aws-usw02-pr.ice.predix.io/check_token
https://d0919b4b-8e2b-4e07-bf22-2798603c6aad.predix-uaa.run.aws-usw02-pr.ice.predix.io/oauth/token
Https://d0919b4b-8e2b-4e07-bf22-2798603c6aad.predix-uaa.run.aws-usw02-pr.ice.predix.io/token
What are authoritues or scopes required for ACS service?
Acs.policies.read acs.policies.write
Acs.attributes.read acs.attributes.write
Predix-acs.zones..user
All authorities or scopes mentioned above.
What is the service provides CRUD operations for application policies?
Policy Management service
Attribute Management service
Policy Evaluation service
All
Which uuac command used to create user?
Uaac user add -u userid -p password -e email@host.com
Uaac user add userid -p password -e email@host.com
Uaac user create -u userid -p password -e email@host.com
Uaac user create userid -p password -e email@host.com
What format is use for policy sets, subjects and attributes?
Binary
Json
Xml
Plain text
Which authorized_grant_types is required for client that can get token from uaa issuerId on user behalf?
Refresh_token
password
Authorization_code
Client_credentials
How to update the client for token expiration time
uaac client update [client_name] --access_token_expired
Can not change expiration time of token
Uaac client update [client_name] --access_token_validity
Uaac client update [client_name] --access_token_validation
Which grant types is the most secure one?
Client_credentials
password
Implicit
Authorization_code
Which authority is must add to your admin client to be able to update/change user password?
uaa.admin
Scim.admin
scim.write
Uaa.write
How to create group in UAA instance?
Uaac add group
Uaac group add
Uaac create group
Uaac create group
What do you do to view additional details for UAA instance?
Cf s
Cf services
Bind an application yo your UAA instance.
Cf service
Which link is URI for UAA instance?
Https://d0919b4b-8e2b-4e07-bf22-2798603c6aad.predix-uaa.run.aws-usw02-pr.ice.predix.io/oauth/token
https://d0919b4b-8e2b-4e07-bf22-2798603c6aad.predix-uaa.run.aws-usw02-pr.ice.predix.io/token
Https://d0919b4b-8e2b-4e07-bf22-2798603c6aad.predix-uaa.run.aws-usw02-pr.ice.predix.io
https://d0919b4b-8e2b-4e07-bf22-2798603c6aad.predix-uaa.run.aws-usw02-pr.ice.predix.io/check_token
Which authorized_grant_types is required for client that can get token directly from uaa issuerId?
Client_credentials
Password
refresh_token
Authorization_code
Which item is not a authorization grant type to obtain access token?
Explicit
Implicit
Client cridential
Authorization code
What is the difference between UAA URI and UUA issuer id?
/issuer/
Issuer id is not an URI
URI will not have the ID
/oauth/token
What is a ACS subject?
A collection of attributes that user must posses in for the policy to apply
A collection of attributes the resource must possess, for the policy to apply
The matching criteria to determine if a particular policy is applicable to an incoming evaluation request
None of above
What grant type is the best use for web application like predix-seed ?
Client credential
Authorization code
Password
Implicit
What is the service processes policy evaluation requests for an OAuth client?
Policy Management service
Attribute Management service
Policy Evaluation service
All
Which link is issuer Id for UAA instance?
Https://d0919b4b-8e2b-4e07-bf22-2798603c6aad.predix-uaa.run.aws-usw02-pr.ice.predix.io
Https://d0919b4b-8e2b-4e07-bf22-2798603c6aad.predix-uaa.run.aws-usw02-pr.ice.predix.io/check_token
Https://d0919b4b-8e2b-4e07-bf22-2798603c6aad.predix-uaa.run.aws-usw02-pr.ice.predix.io/oauth/token
https://d0919b4b-8e2b-4e07-bf22-2798603c6aad.predix-uaa.run.aws-usw02-pr.ice.predix.io/token
With client has the scope authorities as: "scim.read openid scim.me", which scope authority can be revoked without impact on authority of this client?
scim.read
Openid
Scim.me
None of above
In order to able to retrieve groups information, client must
Have the scim.read in scope
Have the group.read in authorites
have the scim.read in authorites
Have the group.read in scope
What is the main difference between authorities and scope of client?
There's no difference between them
Authorities is client default resource privileges (scope), scope is both client privilege and the privileges that client can leverage based on user behalf
Scope is the client default resource privilege (scope) , authorities is the privileges that client can leverage based on user behalf
Authorities is client default resource privilege (scope), scope is the privileges that client can leverage based on user behalf
What is not a valid evaluation method in condition of ACS?
Match.single
Match.all
Match.any
None of above
Which information is not included in a bearer token?
Scope
Auth
Client_id
jti
At least how many HTTP headers are required to add an analytic to Analytics Catalog?
2 headers
3 headers
4 headers
5 headers
What step is NOT required when adding an analytic to Analytics Catalog?
Create an analytic entry.
Attach an executable zip file to the entry.
Attach an analytic template file to the entry.
Deploy the analytic.
What is a model in a trained analytic?
Similar to a model in MVC.
A text file.
A binary file.
A methematical representation of a solution to the problem.
Currently how can an analytic get data from a PostgreSQL instance in Predix cloud?
Connect to the database.
Call a REST API exposed by a custom data connector that can connect to the database.
There is no way.
Both A and B.
Currently how long is the timeout of an HTTP/S call in Predix cloud?
There is no such limitation.
1 minute
10 minutes
100 minutes
What is a valid scope to run Analytics Runtime?
A. analytics.zones.5678.user
runtime.zones.5678.user
Analytics.zones.5678.execute
Runtime.zones.5678.execute
What is the limit of number of datapoints when querying TimeSeries data from Analytics Runtime service?
. 2000
20000
200000
2000000
Can an Analytics be executed asynchronously using a direct call?
Yes
No
Maximum analytics file size for upload
100MB
50MB
200MB
250MB
What is a valid scope to run Analytics Catalog?
Analytics.zones.1234.user
Catalog.zones.1234.user
analytics.zones.1234.execute
Catalog.zones.1234.execute
In Port-To-Field file, can we only define InputMaps but OutputMaps?
Yes
No
Which credential is not eligible when querying TimeSeries data from Analytcis Runtime service?
Start/End timestamp
Tag Name
Limit
Order
Can an Orchestration execute multiple Analytics?
Yes
No
Which type must be chosen when uploading a Port-To-Field file to Orchestration,
PortToFieldMap
PortToField
Port-To-Field-Map
Port-To-Field
Which programming language does Analytics Catalog service not support?
Java
C#
Python
Matlab
Can an Analytics Catalog Entry have multiple Executable artifacts?
Yes
No
Which artifact is used to define where to get the analytic’s input data and how to handle the analytic’s output data (Analytics Runtime)?
Executable
Template
BPMN
Port-To-Field
How to get the result of a long-running analytic asynchronously?
Use the asynchronous feature of your programming language to call the analytic.
Open a websocket where the analytic can publish the result.
Call the analytic repeatedly until it returns the result.
There is no way.
What is the template of Analytics instance ID
analytics.zones..user
Zones..user
analytics.zones.
What are the default values of Analytics for Matlab instance
Memory, 1024 MB; Disk Quota, 1024 MB
Memory, 2048 MB; Disk Quota, 1024 MB
Memory, 512 MB; Disk Quota, 2048 MB
Memory, 2048 MB; Disk Quota, 2048 MB
How to set a job to run every 10th minute?
0 10 * * * ?
0 */10 * * * ?
10 * * * * ?
*/10 * * * * ?
What JSON field is NOT required when creating an analytic entry?
Author
Description
version
SupportedLanguage
How many times consecutively does a job need to fail for the system to suspend it?
25 times
50 times
75 times
100 times
What is the configuration file of an Executable artifact (Analytics Catalog)?
analytics.config
analytics.conf
Config.json
Configuration.json
What is the meaning of ORCH004
The platform was unable to execute the specified analytic(s) because the analytic details in the BPMN workflow do not match those of the analytic in the catalog.
The platform received an unexpected response when trying to execute the specified analytic(s).
The scheduled job is fails after execution.
The platform was unable to execute the orchestration because the BPMN workflow was not formatted correctly.
What field in an orchestration request is only required if the orchestration contains a trained analytic?
ModelGroupKey
ModelGroup
ModelKey
ModelName
What is a valid deployed analytic URI?
Https://predix-analytics-catalog-release.run.aws-usw02-pr.ice.predix.io
https://predix-analytics-catalog-release.run.aws-usw02-pr.ice.predix.io/1234
https://1234.run.aws-usw02-pr.ice.predix.io
No option is valid.
Which service does Analytics Runtime service not support for integration?
Asset
Blobstore
Timeseries
Besides Executable artifact, which artifact does Analytics Catalog service support?
BPMN
Port-To-Field
Dataset
Template
When a trained model is deployed as a configuration entry, which method in the analytic must be implemented to receive the model?
Main()
Main()
Run()
Run()
Which artifact can we define Analytics executed within an Orchestration?
Executable
Template
BPMN
Port-To-Field
How to set a job to run every 10 minutes?
10 * * * * ?
*/10 * * * * ?
0 10 * * * ?
0 */10 * * * ?
{"name":"Predix_Examination", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"In Predix Seed based on Polymer, how to run on local machine, In px-dropdown component, which event will be fired when an item is selected, Which api is used to create card","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}