

MCQOPTIONS
Saved Bookmarks
This section includes 74 Mcqs, each offering curated multiple-choice questions to sharpen your Uncategorized topics knowledge and support exam preparation. Choose a topic below to get started.
1. |
What are the benefits of adopting DevOps practices for an organization? |
A. | improve time to market |
B. | improve the quality of the outcomes |
C. | reduce time to both gather and analyze customer feedback |
D. | all of the mentioned |
Answer» E. | |
2. |
Installing the Certificate on Linux |
A. | $ cat server.crt >> /etc/ssl/certs/ca-certificates.crt |
B. | install ca-certificates.crt |
C. | sudo cat server.crt >> /etc/ssl/certs/ca-certificates.crt |
D. | curl cat server.crt >> /etc/ssl/certs/ca-certificates.crt |
Answer» B. install ca-certificates.crt | |
3. |
scenario: |
A. | it does not return any documents |
B. | it returns all the documents by id. |
C. | it return all the documents in ascending order |
D. | none of the mentioned |
Answer» C. it return all the documents in ascending order | |
4. |
NodeJS work on______ |
A. | chakra |
B. | rhino |
C. | v8 |
D. | spidermonkey |
Answer» D. spidermonkey | |
5. |
Package name of android application in available in file: |
A. | google-services.json |
B. | androidmanifest.xml |
C. | credentials.xml |
D. | none of the mentioned |
Answer» C. credentials.xml | |
6. |
To set up the Push Notifications service on the console, we need: |
A. | fcm credentials |
B. | gcm credentials |
C. | acm credentials |
D. | none of the mentioned |
Answer» B. gcm credentials | |
7. |
Which statement is incorrect in Node JS? |
A. | node is open source |
B. | server side java code |
C. | server side javascript code |
D. | cross-platform |
Answer» C. server side javascript code | |
8. |
How to run a nodejs file using CLI? |
A. | js filename.js |
B. | js filename.node |
C. | node filename |
D. | node filename.js |
Answer» E. | |
9. |
Which file holds the metadata information of a Node Js Project? |
A. | manifest.json |
B. | meta.inf |
C. | package.json |
D. | meta.json |
Answer» D. meta.json | |
10. |
Consumers are able to help themselves by |
A. | large virtual servers. |
B. | on-demand self-service. |
C. | large infrastructure |
D. | large servers. |
Answer» C. large infrastructure | |
11. |
Where the metadata information of the Android application is saved ? |
A. | androidmanifest.xml |
B. | mobilemanifest.xml |
C. | androidmanifest.json |
D. | mobilemanifest.json |
Answer» B. mobilemanifest.xml | |
12. |
What is FCM? |
A. | firebase cloud manager |
B. | firewall cloud manager |
C. | firebase cloud messaging |
D. | firewall cloud messaging |
Answer» D. firewall cloud messaging | |
13. |
Which of the following belong to JSON types? |
A. | string type |
B. | null type |
C. | object type |
D. | all of the mentioned |
Answer» E. | |
14. |
Maven need following file to build its project: |
A. | xml file |
B. | war file |
C. | pom file |
D. | droplet |
Answer» D. droplet | |
15. |
The deployments connection information lives in BINDING as what object? |
A. | json |
B. | xml |
C. | dgn |
D. | python |
Answer» B. xml | |
16. |
What does IBM Cloud Databases for MongoDB offer? |
A. | community distribution of mongodb |
B. | compatibility |
C. | community distribution of mongodb and compatibility |
D. | cloud cli |
Answer» D. cloud cli | |
17. |
What is the similarity between MongoDb and Cloudant? |
A. | nosql database |
B. | document oriented storage |
C. | json format |
D. | dbaas |
Answer» B. document oriented storage | |
18. |
How to stop the bluemix cloud application through the CLI |
A. | bx app stop <<app name>> |
B. | -cf stop <<app name>> |
C. | -f stop <<app name>> |
D. | -g stop <<app name>> |
Answer» B. -cf stop <<app name>> | |
19. |
What funciton is used to include the node module in an application? |
A. | require() |
B. | import() |
C. | include() |
D. | add() |
Answer» B. import() | |
20. |
What is maven ? |
A. | maven is a build automation tool used primarily for java projects. |
B. | maven is a ibm cloud service. |
C. | something else. |
D. | maven is a container. |
Answer» B. maven is a ibm cloud service. | |
21. |
What are the elements libebrty buildpack generate? |
A. | mongodb element |
B. | application element |
C. | feature manager element |
D. | all the options |
Answer» E. | |
22. |
What Type of connection do we use for MongoDB? |
A. | uri |
B. | http |
C. | ftpl |
D. | none of them |
Answer» B. http | |
23. |
Available templates for dashboard are |
A. | single page |
B. | tabbed |
C. | infographic |
D. | all of the mention |
Answer» E. | |
24. |
Which is not a prerequisite to install MongoDb chart in Ibm Cloud? |
A. | kubernetes |
B. | helm 2.11 |
C. | provisionar support |
D. | alloy |
Answer» E. | |
25. |
In Dashboard while exploring your data, you can be able to perform |
A. | view the underlying data |
B. | changing the columns or members in a visualization |
C. | selecting columns from a different data asset |
D. | all of the mention |
Answer» E. | |
26. |
The mention feature is of which service |
A. | private cloud |
B. | public (internet-facing) load balancer |
C. | internal load balancer |
D. | basic load balancing |
Answer» D. basic load balancing | |
27. |
Layer7 Rule doesnt includes |
A. | host_name |
B. | cookie |
C. | session |
D. | path |
Answer» D. path | |
28. |
IBM Cloud Foundry offers |
A. | xaas |
B. | saas |
C. | iaas and paas |
D. | all of the mention |
Answer» D. all of the mention | |
29. |
Following command is use to target a Cloud Foundry org and space |
A. | cf push --cf |
B. | cli target--cf |
C. | cf-cli target --cf |
D. | ibmcloud target --cf |
Answer» E. | |
30. |
To install a cf-cli plugin |
A. | cf install-plugin binary-filename |
B. | cf install-plugin binary-cf-cli |
C. | sudo cf install-plugin |
D. | install-plugin |
Answer» B. cf install-plugin binary-cf-cli | |
31. |
To Uninstall the stand-alone IBM Cloud CLI |
A. | uninstall ibm-cloud |
B. | /usr/local/ibmcloud/uninstall |
C. | sudo uninstall ibm-cli |
D. | uninstall ibm-cloud-cli |
Answer» C. sudo uninstall ibm-cli | |
32. |
To install the Cloud Functions CLI plug-in |
A. | ibmcloud plugin install cloud-functions |
B. | install cloud-functions |
C. | install plugin cloud-functions |
D. | none of the mention |
Answer» B. install cloud-functions | |
33. |
Listing all cf-cli plugins by repository |
A. | cf repo-plugins |
B. | cf ls |
C. | cf ls-l |
D. | cf repo ls |
Answer» B. cf ls | |
34. |
How do users access Software as a Service cloud services? |
A. | thick client |
B. | local client |
C. | web browser |
D. | command line |
Answer» D. command line | |
35. |
How to view or modify the facets of your project |
A. | right-click on the project and select properties |
B. | right-click on the server and select properties |
C. | right-click on the facets and properties |
D. | right-click on the project and select facets |
Answer» B. right-click on the server and select properties | |
36. |
What are the different notification status? |
A. | received, queued, open, dismiss |
B. | received, queued, opened, dismissed |
C. | receive, queue, open, dismiss |
D. | accept, queue, open, reject |
Answer» C. receive, queue, open, dismiss | |
37. |
What are the key HTTP API features available in IBM Cloudant? |
A. | crud options |
B. | primary indexing & mapreduce-built secondary indexes |
C. | full-text search |
D. | all of the mentioned |
Answer» E. | |
38. |
Which of the following Database Node Js Supports |
A. | mongodb |
B. | mysql |
C. | couchdb |
D. | all the the mentioned |
Answer» E. | |
39. |
The following describes how to push an app from the cf CLI |
A. | cf cli push |
B. | cf cli push app-name |
C. | cf app-name |
D. | cf push app-name |
Answer» E. | |
40. |
Following is not true to the cloud |
A. | automatic software updates. |
B. | capital-expenditure free. |
C. | document control. |
D. | not suitable for big business |
Answer» E. | |
41. |
What are the different delivery priorities available to messages: |
A. | max, average, min |
B. | max, default, min |
C. | high, low, min |
D. | high, medium, low |
Answer» D. high, medium, low | |
42. |
To install the IBM Cloud Object Storage plug-in |
A. | install cloud-object-storage |
B. | install ibmcloud plugin cloud-object-storage |
C. | ibmcloud plugin install cloud-object-storage |
D. | sudo install cloud-object-storage |
Answer» D. sudo install cloud-object-storage | |
43. |
Which of the following statement is correct for IBM Cloudant? |
A. | it offers a nosql data layer |
B. | ibm cloudant can process big data stored in databases. |
C. | ibm cloudant offers rdbms to customers. |
D. | built using a master-slave clustering framework |
Answer» B. ibm cloudant can process big data stored in databases. | |
44. |
What are the different IBM Cloudant roles available? |
A. | manager, writer, reader, monitor, checkpointer |
B. | manager, editor, consumer, monitor, checkpointer |
C. | admin, writer, customer, monitor, checkpointer |
D. | admin, writer, customer, monitor, checkpointer |
Answer» B. manager, editor, consumer, monitor, checkpointer | |
45. |
SIEM doesnt includes |
A. | firewall authentications and denials |
B. | os authentications |
C. | os administrator operations |
D. | administrative controls |
Answer» E. | |
46. |
While selecting space for eclipse project, we should select |
A. | india |
B. | dev |
C. | current project directory |
D. | all of the mention |
Answer» C. current project directory | |
47. |
Which is a feature provided for both Managed service instances and Userprovided service instances in IBM Bluemix Cloud Foundry? |
A. | binding the service instance to an application. |
B. | automatic encryption of service instance metadata. |
C. | instance lifecycle management via the cloud controller. |
D. | automatic creation of service instances during application deployment. |
Answer» B. automatic encryption of service instance metadata. | |
48. |
Which Manager provides automated fixes in IBM Cloud CF |
A. | ibm security manager |
B. | ibm endpoint manager |
C. | ibm cloud manager |
D. | none of the mention |
Answer» C. ibm cloud manager | |
49. |
solutions which means: |
A. | production use in these environments is excluded by the licensing. |
B. | liberty is unsupported for these environments. |
C. | liberty is fully supported by these paas based environments. |
D. | something else. |
Answer» B. liberty is unsupported for these environments. | |
50. |
To create a new service instance |
A. | cf create-user-serivce service-name |
B. | cf create-user-service-instance |
C. | cf create-user-instance |
D. | cf create-user-provided-service |
Answer» E. | |