Tag

Quiz

1 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Dec 6, 2024 · Backend Development

Test Your Spring AOP Mastery: 20 Multiple‑Choice Questions with Answers

This article introduces Spring AOP concepts, explains their role in improving code maintainability, and presents a set of 20 multiple‑choice questions covering aspects, advices, pointcuts, and practical usage, followed by the correct answer key for self‑assessment.

Aspect-Oriented ProgrammingJavaMultiple Choice
0 likes · 10 min read
Test Your Spring AOP Mastery: 20 Multiple‑Choice Questions with Answers
Python Programming Learning Circle
Python Programming Learning Circle
Jan 18, 2024 · Fundamentals

Python Quirks and Tricky Behaviors: 10 Quiz Questions with Explanations

This article presents ten Python quiz questions that reveal surprising language behaviors—such as banker's rounding, attribute lookup order, handling of -0.0, lazy evaluation of all/any, negative string multiplication, object‑type relationships, sum() defaults, name binding in functions, handling of NaN/Infinity, and floating‑point precision limits—along with detailed explanations for each.

FundamentalsProgrammingPython
0 likes · 8 min read
Python Quirks and Tricky Behaviors: 10 Quiz Questions with Explanations
Python Programming Learning Circle
Python Programming Learning Circle
Sep 3, 2022 · Fundamentals

Python Programming Quiz – 30 Questions with Detailed Explanations

This article presents a collection of thirty Python quiz questions, each accompanied by the correct answer and thorough explanations that illustrate language quirks, operator behavior, iteration nuances, scope rules, generators, dataclasses, and function signatures for developers seeking deeper Python knowledge.

FundamentalsLanguageProgramming
0 likes · 14 min read
Python Programming Quiz – 30 Questions with Detailed Explanations
Laravel Tech Community
Laravel Tech Community
Jun 8, 2022 · Fundamentals

Comprehensive Programming and IT Knowledge Quiz with Multiple‑Choice and Coding Questions

This timed programmer quiz combines single‑choice, short‑answer, and coding problems that test a broad spectrum of IT topics—from programming history and algorithms to Linux commands, networking layers, Helm chart concepts, and practical Python and C coding tasks—providing a holistic assessment of technical fundamentals.

CProgrammingPython
0 likes · 9 min read
Comprehensive Programming and IT Knowledge Quiz with Multiple‑Choice and Coding Questions
ByteFE
ByteFE
Jan 19, 2022 · Frontend Development

Spring Festival Mini‑Game Development with Vue.js: Mechanics, Bullet Chat, Sound, and Quiz System

This article walks through the creation of a Spring Festival themed mini‑game using Vue.js, covering game rules, global settings, menu generation, sound handling, bullet‑chat implementation, enemy (NianShou) behavior, firecracker control, bullet mechanics, a timed quiz system, and end‑game handling, all illustrated with code snippets.

JavaScriptQuizVue.js
0 likes · 19 min read
Spring Festival Mini‑Game Development with Vue.js: Mechanics, Bullet Chat, Sound, and Quiz System
Ops Development Stories
Ops Development Stories
May 12, 2021 · Cloud Native

Master Docker & Kubernetes: 30+ Essential Quiz Questions to Test Your Skills

This article presents a comprehensive set of Docker and Kubernetes multiple‑choice questions, including single‑ and multiple‑answer formats, to help readers self‑evaluate their containerization knowledge and identify areas for further study in the field.

DevOpsDockerQuiz
0 likes · 16 min read
Master Docker & Kubernetes: 30+ Essential Quiz Questions to Test Your Skills
php中文网 Courses
php中文网 Courses
Apr 14, 2021 · Backend Development

PHP Interview Questions and Answers

This article presents a collection of PHP interview questions covering function existence, language constructs, array handling, error types, and code snippets, each accompanied by explanations of the correct answers and underlying PHP behavior.

Quizinterview
0 likes · 4 min read
PHP Interview Questions and Answers
Laravel Tech Community
Laravel Tech Community
Apr 24, 2020 · Backend Development

PHP Basic Interview Questions

This article presents a collection of ten PHP basic interview questions covering CSS properties, HTML link targets, CSS centering techniques, color and opacity concepts, JavaScript object references, parsing functions, type coercion, prototype inheritance, DOM selection methods, and AJAX versus form submission nuances.

BackendPHPQuiz
0 likes · 5 min read
PHP Basic Interview Questions
Python Programming Learning Circle
Python Programming Learning Circle
Oct 5, 2019 · Fundamentals

6 Tricky Python Questions That Reveal Hidden Pitfalls (With Answers)

This article presents six challenging Python quizzes covering list comprehensions, decorators, descriptors, inheritance, metaclasses, and special methods, each accompanied by code illustrations and detailed solutions to help developers uncover common pitfalls and deepen their understanding of the language.

AdvancedDecoratorsMetaclasses
0 likes · 6 min read
6 Tricky Python Questions That Reveal Hidden Pitfalls (With Answers)
Architect's Tech Stack
Architect's Tech Stack
Jul 12, 2019 · Backend Development

Traffic Peak Shaving Techniques for Flash Sale Systems: Queuing, Quiz, and Layered Filtering

The article explains why flash‑sale services need to shave traffic peaks and presents three practical, loss‑less techniques—using message queues to buffer bursts, adding a quiz step to delay and filter requests, and applying layered filtering across CDN, front‑end, back‑end and database—to achieve smoother processing and lower resource waste.

BackendQuizflash sale
0 likes · 15 min read
Traffic Peak Shaving Techniques for Flash Sale Systems: Queuing, Quiz, and Layered Filtering