Posts

ARTIFICIAL INTELLIGENCE PRACTICAL QA BOOK

Image
  1. Artificial Intelligence : Computer Vision & Deep Learning Models Url :  https://www.amazon.com/dp/B08R94ST3G 2.  Artificial Intelligence : MFDM , NLP using python , spacy & Deep Learning Url:  https://www.amazon.com/dp/B08R9548RC 3. Artificial Intelligence: Deep Learning Models , Neural network , Sequence models & Microsoft Bot Framework Url:  https://www.amazon.com/dp/B08R68LJFV

ARTIFICIAL INTELLIGENCE TECHNICAL PRACTICAL QA BOOK

Image
  1. ARTIFICIAL INTELLIGENCE :RASA POWERED CHATBOT :INTERVIEW QA URL:  https://www.amazon.com/dp/B08PV6NV3D 2. ARTIFICIAL INTELLIGENCE : NLP USING SPACY : INTERVIEW QA URL:  https://www.amazon.com/dp/B08PYDR5LC 3. ARTIFICIAL INTELLIGENCE : DEEP LEARNING : INTERVIEW QA URL:  https://www.amazon.com/dp/B08Q8R8S53 4. ARTIFICIAL INTELLIGENCE : MFDM : INTERVIEW QA URL:  https://www.amazon.com/dp/B08QDKF2FP 5. ARTIFICIAL INTELLIGENCE : SEQUENCE MODELS : INTERVIEW QA URL:  https://www.amazon.com/dp/B08QN27RST

JAVA : Polymer JS Practical QA

Image
  1. What is Polymer ? Ans: Polymer  is an  open source JavaScript library,  initially released on May 27, 2015,  used to define and style  web components  by creating your own custom elements . These custom components can be utilized for building complex Web Applications. This library is  backed by Google  and used by others like  McDonald's, ING, GitHub, Ola Cabs, USA Today, YouTube 2. What are Web Components ? Ans: Web Components  are a set of features in browsers that allow you to create  reusable and encapsulated custom HTML elements  to be used in your web applications. 3. Where Polymer built ? Ans: Polymer is built on top of  Web Components  that makes it easy to build standalone and encapsulated web components. 4. What are the benefits that Polymer provides ? Ans: These are a few benefits that Polymer provides you: Create your own  custom elements  (for examp...

IoT Practical QA

Image
                                                                                                           1. What is IOT ? Ans:Internet of Things (IoT)   is a system of interconnected computing  devices   and  things , with an ability to understand and comprehend, in any given situation, and take appropriate actions/decisions, without any human interventions. Internet of Things (IoT) is a conglomerate of internet-enabled computing devices.  IoT system works by  interacting  with connected objects/things. 2. What is Key-Value Pair Database ? Ans: Data is stored in the  key-value  pairs. ...

HADOOP & CLOUD COMPUTING PRACTICAL QA

Image
  1. What is Hadoop ? Ans: Hadoop is the framework to process and analyze Big Data. Hadoop’s popularity speaks for itself. A  huge volume  of data is considered as Big Data. Apache Hadoop was born out as a  solution to Big Data. Hadoop was created by  Doug Cutting  and  Mike Cafarella. Apache Hadoop software library is a  framework  that  allows for the distributed processing of large data sets across clusters of computers using simple programming model. 2. What is Big data ? Ans: Big data is a  collection of data sets so large and complex that your legacy IT systems cannot handle them. Now, the question arises what is considered as huge? Many terabytes, petabytes, exabytes of data. Now, the other question is how we can decide the data is Big Data or not? How can we say the problem needs a Big Data solution or not? If the problem satisfies the three factors. The four factors are...

SVN Practical QA

Image
  1. What is SVN ? Ans: It is a software versioning and revision control system distributed under an open source license. 2. Who created SVN? Ans: CollabNet Inc in 2000 3. What is Version control System ? Ans: It is a software that helps software developers to work together and maintain a complete history of their work. 4. What are the two categories of the VCS ? Ans: There are two categories of the VCS 1. Centralized Version control system 2. Decentralized Version control system 5. What is repository ? Ans: A repository is the heart of any version control system.It is the central place where developers store all their work. Note: For Devops Interview Please go through below books: URL:  https://www.amazon.com/dp/B07LBMCPNY URL:  https://www.amazon.com/dp/B07KPFDJMV

Azure Practical QA

Image
  1. What are Containers ? Ans: Containers are multiple isolated services  that are run on a single control host (underlying infrastructure) and they access a single kernel. 2. What is Container based Virtualization ? Ans: Container based virtualization is an OS-level virtualization  method for deploying and running distributed applications without launching an entire VM for each application. They  isolate applications  from one another. 3. What are the Advantages of Containers ? Advantages of Containers Improved portability Better performance Optimum RAM/disk space/cloud utilization Suited for agile environment 4. What is ACS ? Ans: Microsoft provides containers as a service, which accelerates containerized application development. This is called as  Azure Container Service (ACS) . Azure Container Service (ACS) helps in  managing, deploying and orchestrating  the containers. Curren...