Search Your Question...!

Cyber Security MCQ's

1. Which of these are Personally Identifiable Information?

   View Answer   

   All



2. Which of these is an anti-virus program

   View Answer   

   All



3. What is PUP?

   View Answer   

   Potentially Unwanted Pgm



4. Internet can impose a number of Risks and hence Cybersecurity is required.

   View Answer   

   True



5. ________ monitors user activity on internet and transmit that information in the background to someone else.

   View Answer   

   Spy ware



Git Slack MCQ's

1.  What is ChatOps ?

   View Answer   

   Philosophy, Collaboration Practice



2. ChatOps helps in _

   View Answer   

   All the options mentioned



3. Compare the notifications triggered during Exercise 1 and Exercise 2. Which of the following notification to slack are missing when the GitHub repository is updated in authed mode vs. unauthed mode.

   View Answer   

   Pull Notification 



4. Merge the Pull request in GitHub for the updates made to starfeature branch. Which channels would receive notification for this event?

   View Answer   

   stakeholders and starprojectteam 



5. Delete the branch starfeature in GitHub. Which channels would receive notification for this event?

   View Answer   

   starprojectteam



Clustering MCQ's

1.  of a set of points is defined using a distance measure .

   View Answer   

   Similarity



2. Each point is a cluster in itself. We then combine the two nearest clusters into one. What type of clustering does this represent ?

   View Answer   

   Agglo



3. Unsupervised learning focuses on understanding the data and its underlying pattern.

   View Answer   

   True



4. Members of the same cluster are far away / distant from each other .

   View Answer   

   False



5. The ______ is a visual representation of how the data points are merged to form clusters.

   View Answer   

   Dendogram



Clustering - The Data Ensemble MCQ's

1.  What is a preferred distance measure while dealing with sets ?

   View Answer   

   Jaccard 



2. Each point is a cluster in itself. We then combine the two nearest clusters into one. What type of clustering does this represent ?

   View Answer   

   Agglomerative 



3. Which learning is the method of finding structure in the data without labels.

   View Answer   

   Unsupervised



4. ____________ of a set of points is defined using a distance measure .

   View Answer   

   Similarity 



5. Members of the same cluster are far away / distant from each other .

   View Answer   

   False



TensorFlow MCQ's

1. Improve quality and performance of the applications is a major driver for switching to DevOps

   View Answer   

   True



2. Running the TensorFlow session is mandatory to run TensorFlow graph.

   View Answer   

   True



3. In TensorFlow, a computation runs before the creation of a session.

   View Answer   

   False



4. TensorFlow is based on ________________.

   View Answer   

   dataflow graph



5. What is a tensor?

   View Answer   

   an n-dimesional array



Gulp MCQ's

1. Which Streams provide ability to both read and write?

   View Answer   

   Duplex



2. Streams are Asynchronous

   View Answer   

   True



3. Streams which play vital role in gulp, has its origin from __________.

   View Answer   

   Node.js



4. While installing gulp, the first installation step would be ________.

   View Answer   

   gulp g



5. The default task representation in gulp will be like ____

   View Answer   

   gulp.task



Color Theory MCQ's

1. The attribute that differentiates colors as red, blue, green is called ______

   View Answer   

   Hue



2. Adding gray to an original color will give you a 

   View Answer   

   Tones



3. The colors should be combined in such a way that it creates a 

   View Answer   

   Harmony



4. Which color scheme is mostly used in minimalistic designs?

   View Answer   

   Mono



5. Red and green are complementary colors.

   View Answer   

   True



Azure-Virtual Machines MCQ's

1. A Standard_A7 virtual machine would be considered for

   View Answer   

   High Memory Entry Level



2. Which of the following is supported on Azure virtual machines

   View Answer   

   Generation 1 virtual machines



3. Which Windows Server feature(s) is / are not supported on Azure virtual machines

   View Answer   

   Multipath I/O and Network Load Balancing



4. An Azure Standard_A4 virtual machines has ____ cores

   View Answer   

   8



5. Use the following command to create a virtual machine with Resource Manager

   View Answer   

   New-AzureRMVM  



Structured Query Language(SQL) MCQ's

1. Hbase DDL Operations (create, delete tables) are maintained by 

   View Answer   

   Region Server



2. Pre-join projection is equivalent to ________ as in traditional relational systems.

   View Answer   

   Materialized view



3. Hbase main server components include all except

   View Answer   

   Hbase Memstore



4. The column store has to perform _____ IO to insert a new value.

   View Answer   

   multiple



5. The row store needs to perform _____ IO to insert a new value.

   View Answer   

   single



Micro services Architecture MCQ's

1. Benefits of Microservices include

   View Answer   

   All



2. Simple to Develop, Test, Deploy, Scale represents

   View Answer   

   Mono



3. Agile development & Deployment is difficult in case of 

   View Answer   

   Mono



4. Decomposition of Microservices based on 2 categories namely

   View Answer   

   BC,SD



5. Complexity of developing, testing & deploying distributed system, Handling partial failures account to disadvantages of

   View Answer   

   Mic