Statistics Interview Questions - Easy
Easy-level statistics interview questions covering fundamental concepts, descriptive statistics, and basic probability. Q1: Explain the difference between mean, median, and mode. Answer: graph TB A[Central Tendency Measures] --> B[Mean<br/>Average] A --> C[Median<br/>Middle Value] A --> D[Mode<br/>Most Frequent] B --> …
Read MoreEasy-level backend interview questions covering HTTP, REST APIs, databases, and server fundamentals. Q1: What is REST and what are its principles? Answer: graph TB A[REST<br/>Representational State Transfer] --> B[Stateless<br/>No session state] A --> C[Client-Server<br/>Separation] A --> D[Cacheable<br/>Responses] A …
Read MoreEasy-level Cardano interview questions covering blockchain basics, Plutus, and development. Q1: What is Cardano and how does it work? Answer: Cardano is a proof-of-stake blockchain platform. graph TB A[Cardano] --> B[Settlement Layer<br/>ADA] A --> C[Computation Layer<br/>Plutus] B --> D[Ouroboros<br/>Consensus] C --> …
Read MoreEasy-level Cosmos chain operation interview questions covering chain operations, algorithms, keys, validators, and modules. Q1: What are the key components of a Cosmos chain? Answer: Chain Components: graph TB A[Cosmos Chain] --> B[Consensus Layer<br/>Tendermint] A --> C[Application Layer<br/>Cosmos SDK] A --> D[P2P …
Read MoreEasy-level Cosmos SDK interview questions covering chain code, SDK basics, and Ignite CLI. Q1: What is Cosmos SDK and how does it work? Answer: Cosmos SDK is a framework for building blockchain applications in Go. It provides modular components that developers can combine to create custom blockchains. graph TB A[Cosmos …
Read MoreEasy-level frontend interview questions covering HTML, CSS, JavaScript, React, and Vue fundamentals. Q1: What is the DOM and how does it work? Answer: graph TB A[HTML Document] --> B[Browser Parses] B --> C[DOM Tree] C --> D[Document] D --> E[html] E --> F[head] E --> G[body] G --> H[div] H --> I[p] H --> J[span] style …
Read MoreEasy-level Polkadot interview questions covering blockchain basics, Substrate, and parachains. Q1: What is Polkadot and how does it work? Answer: Polkadot is a heterogeneous multi-chain protocol. graph TB A[Polkadot] --> B[Relay Chain] A --> C[Parachains] A --> D[Parathreads] B --> E[Validators] B --> F[Collators] B …
Read MoreEasy-level Protocol Buffers interview questions covering basics, syntax, and fundamental concepts. Q1: What are Protocol Buffers and why use them? Answer: Protocol Buffers (protobuf) is a language-neutral, platform-neutral extensible mechanism for serializing structured data. graph TB A[Protocol Buffers] --> B[Language …
Read MoreEasy-level Solana interview questions covering blockchain basics, programs, and development. Q1: What is Solana and how does it work? Answer: Solana is a high-performance blockchain designed for scalability. graph TB A[Solana] --> B[Proof of History<br/>PoH] A --> C[Tower BFT<br/>Consensus] A --> D[Gulf …
Read MoreEasy-level Web3 interview questions covering blockchain fundamentals, Ethereum, smart contracts, and decentralized applications. Q1: What is blockchain and how does it work? Answer: graph TB A[Blockchain] --> B[Distributed<br/>Ledger] A --> C[Immutable<br/>Records] A --> D[Cryptographic<br/>Hashing] A --> …
Read MoreEasy-level AI/ML interview questions with LangChain examples and Mermaid diagrams. Q1: What is the difference between supervised and unsupervised learning? Answer: graph TB subgraph Supervised["🎯 Supervised Learning"] A1[Labeled Data<br/>X, y pairs] --> B1[Train Model] B1 --> C1[Predict y<br/>for new X] style A1 …
Read MoreArchitecture Interview Questions - Easy
Easy-level software architecture interview questions covering fundamental patterns, principles, and concepts. Q1: Explain the difference between monolithic and microservices architecture. Answer: Monolithic Architecture Definition: Single unified application where all components are tightly coupled and deployed …
Read MoreEasy-level algorithm interview questions with detailed approach explanations and solutions. How to Approach Interview Problems Clarify requirements: Ask about edge cases, constraints, input/output format Think out loud: Explain your thought process Start with brute force: Then optimize Consider trade-offs: Time vs. …
Read More