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?!
/configuration/machine/com.ge.dspmicro.device.commandhandler.machine.config
/configuration/machine/com.ge.dspmicro.device.commandhandler.machine.configuration
/configuration/machine/com.ge.dspmicro.device.predixcloud.identity.config
/configuration/machine/com.ge.dspmicro.device.commandhandler.hoover.machine.config
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
Choose comand right
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
{"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"}
Powered by: Quiz Maker