Search Your Question...!

Machine Learning Axioms MCQ's

1. Which of the learning methodology applies conditional probability of all the variables with respective the dependent variable?

   View Answer   

   Supervised Learning



2. Now Can you make quick guess where Decision tree will fall into _____ 

   View Answer   

   Supervised Learning



3. Do you think heuristic for rule learning and heuristics for decision trees are both same ? 

   View Answer   

    False



4. What is the benefit of Naïve Bayes ? 

   View Answer   

   Requires less training data



5. What is the advantage of using an iterative algorithm like gradient descent ? (select the best)

   View Answer   

   For Nonlinear regression problems, there is no closed form solution



Continuous Integration MCQ's

1. Feature branching is used to _.

   View Answer   

   Work on user stories 



2. Release branches are created for resolving merge conflicts.

   View Answer   

   False



3. Which is NOT a benefit of CI ?

   View Answer   

   Bugs and defects no longer occur 



4. Activities that are part of continuous integration.

   View Answer   

   All of the Options 



5. Which is not a CI practice ?

   View Answer   

   Deploy to production



APIGEE API MCQ's

1. Companies expose their services as a set of HTTP _____.

   View Answer   

   Endpoints



2. The Edge API proxie' s primary consumers are _____.

   View Answer   

   App developers



3. Apigee provides ____ services.

   View Answer   

   All the options 



4. Apigee cannot modify the backend service implementation without affecting the public API.

   View Answer   

   False



5. APIs are software interface that allow different applications to talk to one another.

   View Answer   

   True



RPA Automation MCQ's

1. Which activities allow you to iterate through an array of strings?

   View Answer   

   While,For Each,Do While



2. As a best practice, how should workflows use a local desktop application?

   View Answer   

   1) By checking if the corresponding process is running and if not, opening the application by using the Open Application activity. 2) By using selectors to interact with the application.



3. How should an RPA developer address runtime exceptions in the workflows?

   View Answer   

   1) By logging any exception events 2)By using automatic recovery sequences inside the Catch blocks. 3) By using Try/Catch blocks when invoking external workflow files



4. How can you grab text from a notepad window inside Citrix?

   View Answer   

   1) By using Screen Scraping/Relative Scraping. 2)By using the Get Text with OCR activity



5. Can you hover the mouse over a specific UI Element?

   View Answer   

   1)Yes, by using Hover Text activity. 2)Yes, by using Hover Image activity. 3)Yes, by using Hover OCR Text activity.



Continuous Deployment MCQ's

1. Capacity testing _.

   View Answer   

   is a critical testing and helps to verify technical aspects 



2. Accurev is a _ system.

   View Answer   

   Stream Based Version Control 



3. ____________ testing was derived from hardware testing.

   View Answer   

   Smoke  



4. The continuous deployment must be followed to practice continuous delivery.

   View Answer   

   True 



5. Large scale changes to an application can be achieved using __.

   View Answer   

   Branch by Abstraction



Cassandra Brass Track MCQ's

1. Which among the following is a NoSQL db?

   View Answer   

   All of the Option



2. Cassandra is a __________ architecture.

   View Answer   

   Peer to Peer



3. What is meant by 'Active everywhere design'?

   View Answer   

   All nodes can be written to and read from



4. Which of the following statements about NoSQL databases is true?

   View Answer   

   Support unstructured data



5. Cassandra is not suitable for IoT applications.

   View Answer   

   False



Power ISO 5 Free Download + Serial Key

PowerISO is a powerful CD / DVD / BD image file processing tool, which allows you to open, extract, burn, create, edit, compress, encrypt, split and convert ISO files, and mount ISO files with internal virtual drive. It can process almost all CD / DVD / BD image files including ISO and BIN files.

Power iso

NoSQL - Database Revolution MCQ's

1. Hbase main server components include all except _

   View Answer   

   Hbase Memstore



2. In column-oriented stores, data is stored on a basis.

   View Answer   

   Column Family 



3. In Hbase, 'Columns' are named and specified in table definition. 

   View Answer   

   False



4. HBase Tables are divided _ by row key range into .

   View Answer   

   horizontally - regions 



5. Columnar databases are preferable for OLTP systems.

   View Answer   

   False 



SQL Interview Questions -1

 1. Explain about your SQL Server DBA Experience.

§  This is a generic question often asked by many interviewers. Explain what are the different SQL Server Versions you have worked on, what kind of administration of those instances has been done by you. Your role and responsibilities carried out in your earlier projects that would be of significance to the potential employer. This is the answer that lets the interviewer know how suitable are you for the position to which you are being interviewed.

2. What are the different SQL Server Versions you have worked on?

§  The answer would be depending on the versions you have worked on, I would say I have experience working in SQL Server 7, SQL Server 2000, 2005 and 2008. If you have worked only the some version be honest in saying that, remember, no one would be working on all versions, it varies from individual to individual.

3. What are the different types of Indexes available in SQL Server?

§  The simplest answer to this is “Clustered and Non-Clustered Indexes”. There are other types of Indexes what can be mentioned such as Unique, XML, Spatial and Filtered Indexes. More on these Indexes later.

Kibana - Data Exquisites MCQ's

1. Is it necessary to use curl command while querying in Kibana?

a) Yes, it is necessary.
b) No, not necessary.
   View Answer   

   No, not necessary



2. Default location to run Kibana is _.

a) localhost:0000
b) localhost:8888
c) localhost:5601
d) localhost:5602

   View Answer   

   localhost:5601



3. If Elasticsearch is not visible via Kibana, what could be the problem?

a) url should match to localhost:9200 if it has not been changed manually
b) Both of these
c) None of these
d) elasticsearch.url is not set correct

   View Answer   

   Both of these



4. What can be created with the help of Kibana?

a) Histograms
b) Line Graphs
c) All of these
d) Pie Charts

   View Answer   

   All of these



5. Kibana is an independent tool nothing to do with ELK stack.

a) True
b) False
   View Answer   

   False