Tag Archives: Interview questions

Hyperledger Fabric Transaction Flow (Interview Q&A & Notes)

hyperledger fabric transaction flow

This article represents concepts in relation to, how does a transaction flow in Hyperledger Fabric Blockchain network, in form of notes and interview questions and answers. Those appearing for Hyperledger Fabric interview would find the questions and notes very useful for quick brush-up. Hyperledger Fabric is a platform for distributed ledger solutions. The following represents key participants in Hyperledger Fabric Blockchain network who are involved in the transaction flow right from the initiation of transaction proposal to committing a transaction into the distributed ledger. Application: Gets involved in following capacity: Sends the transaction proposal to endorsing peers Receives the transaction results from endorsing peers Broadcasts the transaction message to ordering service Endorsing peers: Do some of the …

Continue reading

Posted in BlockChain, Hyperledger, Interview questions. Tagged with , , , .

Hyperledger Fabric Distributed Ledger – Interview Questions / Notes

hyperledger fabric distributed ledger interview questions

This article represents practice test / interview questions and answers and revision notes on Hyperledger Fabric Distributed Ledger**. These questions and answers can prove to be very helpful to check your knowledge on Hyperledger Fabric if you are appearing for Hyperledger Fabric interview in near future. Hyperledger Fabric is an open-source framework for building distributed ledger solutions. The distributed ledger is maintained by every peer participating in the network. It is stored as a combination of a transaction logs and a world state database (key-value pairs). Revision Notes – Hyperledger Fabric Distributed Ledger Concepts The distributed ledger is a combination of following: Blockchain to store immutable ordered/sequenced records; It is stored in form of transaction logs and stored in peers’ file system (local …

Continue reading

Posted in BlockChain, Hyperledger, Interview questions. Tagged with , , .

Certified Kubernetes Administrator Sample Test on Services Concept

Certified Kubernetes Administrator Practice Test on Services

This page represents practice test consisting of questions and answers on Kubernetes. This practice test covers the topic such as Kubernetes Services. The practice test can prove to be very helpful if you are preparing to take Certified Kubernetes Administrator (CKA) certification examination in near future. It covers the Networking Concepts from CKA certification exam syllabus which can comprise of 11% questions in CKA certification exam. Check out other question sets on this page, Kubernetes Certification Exam (CKA) Sample Questions Sets. Revision Notes – Kubernetes concepts on Services A Kubernetes service is an abstraction which is used to define a logical set of pods. A Kubernetes service is assigned an IP address. In service spec definition, port refers to incoming port which is mapped to targetPort on Pod. By default, the value of …

Continue reading

Posted in certifications, Interview questions. Tagged with , , .

Kubernetes Certification Exam (CKA) Sample Questions Sets

kubernetes certification CKA exams questions

This article represents a series of practice / sample tests on some of the following topics as per the Kubernetes CKA exams syllabus. Kubernetes certification expert page also provides weightage associated with different topics. Topics Weightage Application Lifecycle Management 8% Installation, Configuration & Validation 12% Core Concepts 19% Networking 11% Scheduling 5% Security 12% Cluster Maintenance 11% Logging / Monitoring 5% Storage 7% Troubleshooting 10% These questions are intended to provide you with practice tests to test your knowledge on different Kubernetes concepts before appearing for Kubernetes certification (CKA) exams. This page will be updated from time-to-time as more practice tests are added. Practice / Sample Tests on Kubernetes Topics …

Continue reading

Posted in certifications, Kubernetes. Tagged with , , .

Kubernetes Interview Questions and Answers – Set 4

Kubernetes Interview Questions and Answers

This page represents practice test consisting of objective questions and answers on Kubernetes. This practice test covers the topic such as Pod Lifecycle. The practice test can prove to be very helpful if you are preparing to take Certified Kubernetes Administrator (CKA) certification examination in near future. It covers the Core Concepts from CKA certification exam syllabus. Those preparing for interviews in relation with Kubernetes or cloud-native apps would also find these questions to be useful enough. These questions can as well prove to be useful for interns / freshers / beginners. Revision Notes – Kubernetes Concepts (Pod Lifecycle) A Pod status field is a PodStatus object which has got phase field. The phase of the pod is a simple, high-level summary of where the Pod is in its lifecycle Kubelet invokes …

Continue reading

Posted in certifications, CloudNative, Interview questions, Kubernetes. Tagged with , , , .

Quantum Computing Interview Questions and Answers – Set 1

Quantum Computing Interview Questions

This is the first in series of practice tests / interview questions and answers in relation to Quantum computing. It touches upon the basic concepts in relation to some of the following: Qubit Difference between a bit and Qubit Superposition of Qubit states Quantum entanglement This practice test will prove to be useful for Quantum Computing beginners / interns / freshers.  Revision Notes – Quantum Computing Fundamentals Quantum computing is different than classical computing. Problems which are suited for quantum computing should be considered for Quantum computing. A Qubit is a two-state quantum mechanical system; A Qubit can be in superposition of both the states at the same time. A Qubit is similar to bit …

Continue reading

Posted in Interview questions, Latest Tech, Quantum Computing. Tagged with , .

Hyperledger Interview Questions and Answers – Set 1

Interview questions deep learning

This is the first in series of practice tests / interview questions and answers in relation to Hyperledger products suite for building distributed ledgers / Blockchain business networks. This test focuses on checking your knowledge on different products such as following under hyperledger umbrella. Fabric Sawtooth Iroha Indy Burrow Cello Composer Quilt Explorer Revision Notes – Hyperledger Tools & Frameworks Hyperledger Fabric supports pluggable consensus algorithm (ordering service) and membership service provider Hyperledger Indy can be used to build distributed ledger (Blockchain) related with decentralized digital identities Hyperledger Burrow is used for creating a permissioned Ethereum smart-contract blockchain node that executes smart contract code following the Ethereum specification. Hyperledger Explorer can be used to view, invoke, deploy or query blocks, transactions and associated data, network …

Continue reading

Posted in BlockChain, Hyperledger, Interview questions. Tagged with , , .

Kubernetes Interview Questions and Answers – Set 3

kubernetes interview questions and answers

This page represents practice test consisting of objective questions and answers on Kubernetes.  The following topics are covered as part of this practice test / quiz: Container hooks and related lifecycle Pods The practice test can prove to be very helpful if you are preparing to take Certified Kubernetes Administrator (CKA) certification examination in near future. It covers the Core Concepts from CKA certification exam syllabus. Those preparing for interviews in relation with Kubernetes or cloud-native apps would find these questions to be useful enough. These questions can prove to be useful for interns / freshers / beginners. Revision Notes – Kubernetes Concepts (Container Hooks / Pods) Kubernetes provides containers with following lifecycle hooks: PostStart PreStop Kubernetes supports implementation …

Continue reading

Posted in certifications, CloudNative, Interview questions, Kubernetes. Tagged with , , , .

Spring Framework Interview Questions & Answers – Set 1

Spring framework interview questions and answers

This is a practice test / interview questions and answers for Java Developers working on Spring Framework. These questions can be used to check your knowledge on Spring framework fundamentals. They could be useful and helpful in preparing you for upcoming interview in relation with Spring framework. The following are some of the topics in relation with Spring Framework Fundamentals which are covered in this practice test: Spring IOC concepts Configuration metadata Beans packages for IOC container Beans instantiation Different types of DI techniques (Constructor-based, Setter-based DI) Beans initialization (Eager / lazy initialization) Method injection techniques (lookup method, arbitrary method injection) Bean Scopes (Singleton, Prototype, Request, Session, Application, WebSocket) Practice Test on Spring Framework Fundamentals

Posted in Interview questions, Java, Web. Tagged with , , .

Kubernetes – Interview Questions and Answers on Pods

Kubernetes Namespaces Cheatsheet

This page represents practice test consisting of objective questions and answers on Kubernetes.  The practice test can prove to be very helpful if you are preparing to take Certified Kubernetes Administrator (CKA) certification examination in near future. It covers the Core Concepts from CKA certification exam syllabus. Those preparing for interviews in relation with Kubernetes or cloud-native apps would find these questions to be useful enough. These questions can prove to be useful for interns / freshers / beginners. These questions are related with some of the following topics: Kubernetes Pods New feature release in Kubernetes 1.8 such as taints and tolerations The following is link to other practice tests: Practice test on introduction to Kubernetes Practice …

Continue reading

Posted in certifications, CloudNative, Interview questions, Kubernetes. Tagged with , , , .

Neural Networks Interview Questions – Set 2

Neural network interview questions

This quiz represents practice test on artificial neural networks. These questions and answers can be as well used for your upcoming interviews for the position of machine learning engineer or data scientist. These questions can prove to be very useful for testing your neural networks knowledge from time-to-time. Also, these will be useful for interns / freshers / beginners of machine learning / data science. The topics covered in this practice test are following: Introduction to different types of neural networks such as Radial Basis Network, Recurrent neural network etc. Difference between multilayer perceptron (MLP) and Radial basis function network Practice Test on Neural Networks

Posted in Interview questions, Machine Learning. Tagged with , , .

Top 10 Tricky Interview Questions for Java Developers

Java interview questions

Here is a list of top ten (10) tricky / popular interview questions and answers for Java developers. I got these questions out from Stackoverflow. You are a Junior or Intermidiate level Java developer and planning to appear for Java developer interviews in near future, you would find these questions to be useful enough. Q1: Is Java “pass-by-reference” or “pass-by-value”? Ans: Java is always “pass by value”. Read the details on this page, Is Java “pass-by-reference” or “pass-by-value”? Q2: How to create a memory leak in Java? Ans: This is possible by making use of Class loader and ThreadLocal. Read the details on this page, Creating a memory leak in Java Q3: What is difference between package private, public, protected, and private? Ans: A private member …

Continue reading

Posted in Interview questions, Java. Tagged with , .

K-Means Clustering Interview Questions – Set 1

kmeans clustering interview questions

This is a practice test on K-Means Clustering algorithm which is one of the most widely used clustering algorithm used to solve problems related with unsupervised learning. This can prove to be helpful and useful for machine learning interns / freshers / beginners planning to appear in upcoming machine learning interviews. This practice tests consists of interview questions and answers in relation with following: Introduction to K-Means Clustering Cost function Practice Test on K-Means Clustering

Posted in Interview questions, Machine Learning. Tagged with , .

Kubernetes Interview Questions and Answers – Set 1

Interview questions deep learning

This page represents practice test consisting of objective questions on Kubernetes. The practice test can prove to be very helpful if you are preparing to take Certified Kubernetes Administrator (CKA) certification examination in near future. It covers the Core Concepts from CKA certification exam syllabus. Those preparing for interviews in relation with Kubernetes or cloud-native apps would find these questions to be useful enough. These questions can prove to be useful for interns / freshers / beginners. These questions are related with some of the following topics: Introduction to Kubernetes Kubernetes objects Kubernetes controllers Below are other practice tests on Kubernetes concepts such as Pods, Pods lifecycle, Container hooks lifecycle, Kubernetes 1.8 release concepts such as …

Continue reading

Posted in CloudNative, Kubernetes. Tagged with , .

70 Regression Analysis Interview Questions & Practice Tests

Linear and logistic regression interview questions and practice tests

This page lists down practice tests (questions and answers), links to PDF files (consisting of interview questions) on Linear / Logistic Regression for machine learning / data scientist enthusiasts. These questions can prove to be useful, especially for machine learning / data science interns / freshers / beginners to check their knowledge from time-to-time or for upcoming interviews. Practice Tests on Linear / Multilinear Regression These are a set of four practice tests (consisting of 40 questions) covering linear (univariate) and multilinear (multivariate) regression in detail. Linear, Multiple regression interview questions and answers – Set 1 Linear, Multiple regression interview questions and answers – Set 2 Linear, Multiple regression interview …

Continue reading

Posted in Data Science, Freshers, Interview questions, Machine Learning. Tagged with , , , , .

Logistic Regression Interview Questions & Practice Tests

logistic regression interview questions and practice tests

This page lists down a set of 30 interview questions on Logistic Regression (machine learning/data science) in form of objective questions and also provides links to a set of three practice tests that would help you test / check your knowledge on an ongoing basis. These questions and practice tests are intended to primarily help interns/freshers/beginners to help them brush up their knowledge in logistic regression from time to time.  The following is a list of topics covered on this page. Introduction to logistic regression Logistic regression examples Evaluating performance of logistic regression and related techniques including AIC, deviance, ROC etc. Difference between linear and logistic regression Here is another post on …

Continue reading

Posted in Data Science, Freshers, Interview questions, Machine Learning. Tagged with , , , , .