Tagged articles
597 articles
Page 3 of 6
Advanced AI Application Practice
Advanced AI Application Practice
Mar 13, 2024 · Interview Experience

Why Standard Interview Answers Actually Matter

The article argues that using concise, professional terminology in interviews—rather than personal, free‑form explanations—demonstrates competence, enables standardized assessment, and reduces communication costs, much like textbook language or API contracts do in technical work.

career advicecommunicationinterview
0 likes · 5 min read
Why Standard Interview Answers Actually Matter
IT Services Circle
IT Services Circle
Mar 9, 2024 · Backend Development

Java Backend Interview Guide: Networks, Data Structures, MySQL Logs, Elasticsearch, Kafka, Microservices, and Spring Essentials

This article compiles a comprehensive Java backend interview guide covering network protocols, HTTP characteristics, core data structures and algorithms, MySQL logging mechanisms, Elasticsearch full‑text search, Kafka reliability and deduplication, common micro‑service components, load‑balancing algorithms, and essential Spring concepts such as IoC, AOP, transactions, and MVC workflow.

BackendElasticsearchJava
0 likes · 22 min read
Java Backend Interview Guide: Networks, Data Structures, MySQL Logs, Elasticsearch, Kafka, Microservices, and Spring Essentials
Java Captain
Java Captain
Feb 16, 2024 · Backend Development

Effective Java Interview Preparation Tips

This article outlines comprehensive Java interview strategies, including solidifying core language fundamentals, mastering popular frameworks, strengthening data structures and algorithms knowledge, showcasing real project experience, improving communication skills, and practicing mock interviews to boost confidence and success.

Algorithmscommunicationinterview
0 likes · 4 min read
Effective Java Interview Preparation Tips
DevOps Operations Practice
DevOps Operations Practice
Feb 16, 2024 · Operations

Linux, Networking, Container, and Monitoring Interview Questions

This article compiles a comprehensive set of interview-style questions covering Linux file handling, CPU metrics, link types, TCP handshakes, process vs thread, TCP/UDP differences, DDoS mitigation, Keepalived operation, TIME_WAIT optimization, container networking, Kubernetes components, deployment strategies, monitoring concepts, Prometheus architecture, and common web‑site operational issues.

Containersinterviewlinux
0 likes · 4 min read
Linux, Networking, Container, and Monitoring Interview Questions
Python Programming Learning Circle
Python Programming Learning Circle
Feb 4, 2024 · Fundamentals

Common Python Interview Questions and Answers

This article compiles a comprehensive set of 20 frequently asked Python interview questions covering fundamentals such as data types, memory management, built‑in functions, object copying, threading, closures, and best‑practice tips, providing concise explanations and illustrative examples for each topic.

fundamentalsinterviewquestions
0 likes · 8 min read
Common Python Interview Questions and Answers
Open Source Linux
Open Source Linux
Feb 1, 2024 · Operations

Top Linux Ops Interview Q&A: RAID, Load Balancing, MySQL, and More

This article compiles essential Linux operations interview questions covering server management for hundreds of machines, RAID 0/1/5 principles, differences among LVS, Nginx and HAProxy, proxy servers, middleware, Tomcat ports, CDN, gray releases, DNS resolution, RabbitMQ, LVS modes, MySQL lock diagnostics, replication delay mitigation, root password reset, backup tools, keepalived health checks, common command‑line utilities, TCP/IP model, Nginx modules, web load‑balancing architectures, and practical shell scripts for monitoring and maintenance.

RAIDinterviewlinux
0 likes · 32 min read
Top Linux Ops Interview Q&A: RAID, Load Balancing, MySQL, and More
Open Source Linux
Open Source Linux
Jan 25, 2024 · Cloud Native

Top 200 Kubernetes Interview Questions and Answers for Mastery

This comprehensive guide presents 200 essential Kubernetes interview questions covering fundamentals, architecture, real‑world scenarios, and advanced topics, complete with concise answers, diagrams, and practical insights to help candidates ace container orchestration interviews.

Cloud NativeDevOpsKubernetes
0 likes · 21 min read
Top 200 Kubernetes Interview Questions and Answers for Mastery
Advanced AI Application Practice
Advanced AI Application Practice
Jan 17, 2024 · Interview Experience

Why You Should Treat Every Interview Opportunity Seriously

The article analyzes how interviews are a two‑way selection process, explains how shifting market conditions affect candidate leverage, highlights common misconceptions, and offers concrete preparation tips to help job seekers view each interview as a strategic step toward better self‑positioning.

career adviceinterviewjob market
0 likes · 8 min read
Why You Should Treat Every Interview Opportunity Seriously
Deepin Linux
Deepin Linux
Jan 15, 2024 · Fundamentals

Top 50 Linux Embedded System Interview Questions and Answers

This article compiles 50 high‑frequency interview questions covering Linux embedded systems, including CAN bus, bare‑metal programming, real‑time scheduling, interrupt handling, kernel modules, memory management, and various Linux kernel mechanisms, providing concise explanations and code examples for each topic.

driversinterviewlinux
0 likes · 62 min read
Top 50 Linux Embedded System Interview Questions and Answers
Efficient Ops
Efficient Ops
Jan 9, 2024 · Operations

35 Must‑Know Linux Operations Interview Questions & Answers

This comprehensive guide compiles 35 essential Linux operations interview questions covering server management, RAID configurations, load balancing with LVS/Nginx/HAProxy, proxy choices, middleware, MySQL troubleshooting, networking tools, security practices, and practical scripts, providing concise answers to help candidates ace DevOps and sysadmin roles.

Operationsinterviewlinux
0 likes · 34 min read
35 Must‑Know Linux Operations Interview Questions & Answers
Deepin Linux
Deepin Linux
Jan 9, 2024 · Fundamentals

Linux System and Kernel Interview Questions – 100+ Topics and Code Examples

A comprehensive collection of over 100 Linux system and kernel interview questions, covering topics such as distributions, package management, process monitoring, memory management, file systems, system calls, concurrency, C/C++ language features, data structures, algorithms, and practical code examples for developers preparing for technical interviews.

C++Operating SystemsSystem Programming
0 likes · 88 min read
Linux System and Kernel Interview Questions – 100+ Topics and Code Examples
IT Services Circle
IT Services Circle
Jan 1, 2024 · Backend Development

ByteDance Java Backend Internship Interview Questions and Answers

This article compiles a comprehensive set of ByteDance daily internship interview questions covering Java backend fundamentals, networking protocols, operating system concepts, Linux process management, Redis data structures and persistence, MySQL indexing and query optimization, as well as essential algorithms, providing detailed explanations and code examples for each topic.

BackendJavaOperating System
0 likes · 37 min read
ByteDance Java Backend Internship Interview Questions and Answers
Su San Talks Tech
Su San Talks Tech
Dec 29, 2023 · Backend Development

How I Cracked Meituan’s Multi‑Round Interviews: From Live Streaming to Payments

The author recounts a four‑battle journey through Meituan’s interview process—starting with live‑streaming, then overseas, delivery, and finally payment—detailing each technical round, the questions faced, negotiation tactics, and lessons learned, offering practical insights for candidates aiming to secure offers at top tech firms.

Job HuntingMeituaninterview
0 likes · 14 min read
How I Cracked Meituan’s Multi‑Round Interviews: From Live Streaming to Payments
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Dec 23, 2023 · Backend Development

Evolution of Technical Interview Questions: From Basic Java to Complex System Design

The article compares interview questions from ten years ago, which focused on basic Java concepts, with today's interviews that probe deep system design, distributed architecture, performance troubleshooting, and data consistency, highlighting the increasing difficulty and breadth of knowledge required for modern developers.

BackendJavaSystem Design
0 likes · 2 min read
Evolution of Technical Interview Questions: From Basic Java to Complex System Design
IT Services Circle
IT Services Circle
Dec 21, 2023 · Backend Development

Comprehensive Backend Interview Guide: MySQL, Redis, Java Collections, Concurrency, and TCP

This article compiles essential backend interview questions and answers covering MySQL storage engines and indexes, Redis persistence modes, Java collection frameworks and HashMap internals, thread‑safe ConcurrentHashMap implementations, as well as HTTP message structure and TCP reliability mechanisms, providing a thorough review for candidates preparing for backend positions.

JavaTCPconcurrency
0 likes · 26 min read
Comprehensive Backend Interview Guide: MySQL, Redis, Java Collections, Concurrency, and TCP
Deepin Linux
Deepin Linux
Dec 13, 2023 · Fundamentals

CVTE Embedded Technology Interview Experience and Key Technical Concepts

This article presents a comprehensive collection of CVTE embedded engineering interview questions and answers, covering project introductions, C/C++ operators, the static keyword, pointers vs. references, copy constructors, Linux sed usage, file system types, I²C limits, interrupt handling, recursion, IPC, GPIO modes, and compilation stages, providing clear explanations and code examples for each topic.

C++Hardwareembedded
0 likes · 24 min read
CVTE Embedded Technology Interview Experience and Key Technical Concepts
Yunxuetang Frontend Team
Yunxuetang Frontend Team
Dec 1, 2023 · Frontend Development

Why Developers Are Rethinking Element‑Plus, Ref vs Reactive, and Node Version Managers

This article critiques Element‑Plus’s API inconsistencies, debates Vue 3’s ref versus reactive usage, clarifies the v‑for versus v‑if priority question, introduces Volta as a superior Node version manager, examines ESLint versus Prettier decisions, and recounts Didi’s costly Kubernetes outage.

ESLintElement PlusKubernetes
0 likes · 4 min read
Why Developers Are Rethinking Element‑Plus, Ref vs Reactive, and Node Version Managers
IT Services Circle
IT Services Circle
Nov 28, 2023 · Backend Development

Comprehensive Java Interview Guide: Basics, Collections, Concurrency, Spring Boot, MySQL, and Network Concepts

This article provides a thorough overview of Java interview topics, covering core language fundamentals, collection frameworks, concurrency mechanisms, Spring Boot transaction handling, database indexing strategies, and network protocol comparisons, all presented in clear English with code examples and diagrams.

JavaNetworkingSpring Boot
0 likes · 19 min read
Comprehensive Java Interview Guide: Basics, Collections, Concurrency, Spring Boot, MySQL, and Network Concepts
Deepin Linux
Deepin Linux
Nov 23, 2023 · Fundamentals

30 Essential Embedded Linux Interview Questions and Answers

This article compiles 30 common embedded Linux interview questions covering Linux basics, kernel components, memory management, process scheduling, I/O subsystems, inter-process communication, system calls, bootloader processes, and essential command-line tools, providing concise explanations to help candidates prepare for embedded system positions.

interviewlinux
0 likes · 41 min read
30 Essential Embedded Linux Interview Questions and Answers
FunTester
FunTester
Nov 7, 2023 · Interview Experience

Master UI Automation Interviews: Waiting Methods, Selenium Architecture, and Test Layering

This article compiles and analyzes common UI automation interview questions, covering the differences among implicit, explicit, and forced waits, Selenium's execution principles and custom encapsulation, the three‑layer test architecture, typical testing challenges and solutions, and strategies for reliable element locating.

SeleniumTest architectureUI automation
0 likes · 7 min read
Master UI Automation Interviews: Waiting Methods, Selenium Architecture, and Test Layering
Liangxu Linux
Liangxu Linux
Oct 9, 2023 · Operations

30 Essential Linux Interview Questions and Answers for Developers

This article compiles the most common Linux interview questions—covering core components, boot loaders, storage management, networking modes, essential commands, security features, and system administration tricks—providing concise answers and code examples to help developers and sysadmins prepare for technical interviews.

NetworkingSecurityinterview
0 likes · 17 min read
30 Essential Linux Interview Questions and Answers for Developers
Bitu Technology
Bitu Technology
Sep 13, 2023 · Frontend Development

Insights on Recent Employment Trends and Tubi’s Frontend Interview Design by Senior VP Shang Chun

Senior VP Shang Chun shares recent global employment trends, the impact of AIGC tools, evolving front‑end hiring requirements, and detailed Tubi interview design—including multiple coding rounds, culture assessment, and practical project tasks—to help engineers navigate the current job market and identify strong opportunities.

AIGCEmployment Trendscareer
0 likes · 12 min read
Insights on Recent Employment Trends and Tubi’s Frontend Interview Design by Senior VP Shang Chun
Open Source Linux
Open Source Linux
Sep 1, 2023 · Fundamentals

Top Linux Shell Interview Questions and Practical Answers

This article presents ten common Linux shell interview questions, each followed by concise explanations and ready‑to‑run command‑line examples that illustrate how to abort scripts, manipulate files, inspect characters, manage directories, and understand process states.

Scriptingcommand-lineinterview
0 likes · 7 min read
Top Linux Shell Interview Questions and Practical Answers
Sanyou's Java Diary
Sanyou's Java Diary
Aug 28, 2023 · Fundamentals

16 Proven Tips to Ace Your Tech Interview and Land the Offer

This article shares sixteen practical suggestions—from polishing your résumé and highlighting strengths to mastering technical descriptions, leveraging referrals, preparing for each interview round, handling HR talks, negotiating salary, and post‑interview reflection—to help job seekers improve their interview performance and secure a desirable offer.

Tech Interviewcareer adviceinterview
0 likes · 14 min read
16 Proven Tips to Ace Your Tech Interview and Land the Offer
Architect's Guide
Architect's Guide
Aug 22, 2023 · Backend Development

Comprehensive Java Backend Interview Guide: Data Structures, JVM, MySQL, Redis, and Performance Optimization

This article presents a full set of Java backend interview questions—ranging from self‑introduction and challenging projects to abstract classes, HashMap internals, B+‑tree characteristics, MySQL vs. skip‑list indexing, Redis skip‑list usage, large‑table optimization, join queries, JVM memory model, and Survivor space—along with detailed English explanations and sample code.

Backend DevelopmentJVMJava
0 likes · 22 min read
Comprehensive Java Backend Interview Guide: Data Structures, JVM, MySQL, Redis, and Performance Optimization
Senior Tony
Senior Tony
Jul 15, 2023 · R&D Management

What Interviewers Really Look for in Your Self‑Introduction (and How to Nail It)

The article reveals why interviewers—often busy, lazy, or even harsh—quickly form opinions based on candidates' self‑introductions, outlines common pitfalls such as overly long or self‑indulgent pitches, and provides a concise, eight‑element formula plus practical practice tips for delivering an effective introduction.

careerhiringinterview
0 likes · 9 min read
What Interviewers Really Look for in Your Self‑Introduction (and How to Nail It)
IT Services Circle
IT Services Circle
Jun 29, 2023 · Backend Development

Tencent Testing Engineer Interview Experience and Technical Q&A

This article shares a detailed account of a Tencent testing engineer interview, covering self‑introduction, Go knowledge, Redis performance, distributed lock implementation, semaphore mechanics, RPC vs HTTP, concurrency usage, Git security practices, Linux commands, and a few brain‑teaser and algorithm questions.

BackendGoRPC
0 likes · 13 min read
Tencent Testing Engineer Interview Experience and Technical Q&A
DevOps Cloud Academy
DevOps Cloud Academy
Jun 26, 2023 · Operations

Comprehensive DevOps Interview Guide: Key Concepts, Tools, and Practices

This article provides a thorough overview of DevOps fundamentals, differences from Agile, popular tools, lifecycle stages, CI/CD concepts, AWS roles, version control, SSH, Git commands, Jenkins architecture, Ansible, Puppet, Chef, Docker, Kubernetes, and related interview questions to help candidates prepare for DevOps engineering positions.

AWSDevOpsKubernetes
0 likes · 23 min read
Comprehensive DevOps Interview Guide: Key Concepts, Tools, and Practices
DevOps Cloud Academy
DevOps Cloud Academy
Jun 26, 2023 · Operations

15 Common Jenkins Interview Questions and Answers

This article provides a concise overview of Jenkins, its architecture, key concepts, and best practices by presenting fifteen frequently asked interview questions along with detailed answers to help candidates prepare effectively for Jenkins-related job interviews.

DevOpsJenkinsautomation
0 likes · 8 min read
15 Common Jenkins Interview Questions and Answers
IT Services Circle
IT Services Circle
Jun 21, 2023 · Backend Development

2024 Summer Internship Interview Experiences and Questions for Meituan, Baidu, and Perfect World (Backend Development)

This article shares detailed 2024 summer internship interview experiences, including the application process, interview timelines, and a comprehensive list of technical and scenario questions asked by Meituan, Baidu, and Perfect World, offering valuable insights for backend development candidates.

BackendMeituaninternship
0 likes · 7 min read
2024 Summer Internship Interview Experiences and Questions for Meituan, Baidu, and Perfect World (Backend Development)
Open Source Linux
Open Source Linux
May 30, 2023 · Operations

Essential Linux Ops Interview Questions & Answers for Sysadmins

A comprehensive collection of Linux operations interview questions covering topics such as system administration, RAID configurations, load balancing, middleware, MySQL troubleshooting, network monitoring, security, scripting, and best practices for optimizing and maintaining Linux servers.

LoadBalancingNetworkingOperations
0 likes · 38 min read
Essential Linux Ops Interview Questions & Answers for Sysadmins
Top Architect
Top Architect
Apr 11, 2023 · Backend Development

Spring Cloud Core Knowledge Summary and High‑Frequency Interview Questions

This article provides a comprehensive overview of Spring Cloud fundamentals, including core components, microservice concepts, service discovery, load balancing, circuit breaking, Eureka vs Zookeeper, Feign, Ribbon, Config, Bus, and Gateway, together with typical interview questions and practical code snippets.

HystrixMicroservicesRibbon
0 likes · 17 min read
Spring Cloud Core Knowledge Summary and High‑Frequency Interview Questions
Code Ape Tech Column
Code Ape Tech Column
Mar 30, 2023 · Backend Development

How to Ensure No Message Loss in MQ Systems – Interview Guide and Practical Solutions

This article explains the common interview question of guaranteeing 100% message reliability in MQ middleware such as Kafka or RabbitMQ, outlines the three lifecycle stages of a message, discusses detection mechanisms, id generation, idempotent consumption, and handling message backlog, providing concrete design patterns and practical examples.

Distributed SystemsIdempotencyKafka
0 likes · 12 min read
How to Ensure No Message Loss in MQ Systems – Interview Guide and Practical Solutions
Liangxu Linux
Liangxu Linux
Mar 21, 2023 · Fundamentals

Top 10 Linux Shell Interview Questions with Clear Answers

This article presents ten common Linux shell interview questions, each accompanied by concise explanations and practical command‑line examples, covering script termination, file header removal, line length checking, non‑printable character display, directory permissions, process states, and useful utilities like cut, cmp, diff, and echo.

ScriptingShellinterview
0 likes · 7 min read
Top 10 Linux Shell Interview Questions with Clear Answers
IT Services Circle
IT Services Circle
Mar 9, 2023 · Backend Development

Interview Experience and Preparation Guide for Backend Engineer Positions at ByteDance, MiHoYo, Futu, and Yuanfudao

The author shares a detailed recap of interview preparation, processes, technical questions, and personal reflections from recent backend engineering interviews at several top Chinese tech companies, highlighting the importance of solid fundamentals, Go knowledge, and systematic study resources.

BackendCloud NativeGolang
0 likes · 19 min read
Interview Experience and Preparation Guide for Backend Engineer Positions at ByteDance, MiHoYo, Futu, and Yuanfudao
Liangxu Linux
Liangxu Linux
Feb 28, 2023 · Fundamentals

30 Must‑Know Linux Interview Questions and Answers for Developers

This article compiles a comprehensive set of common Linux interview questions covering core components, boot loaders, volume management, networking, essential commands, process handling, security, and popular distributions, providing concise answers and practical examples to help developers and sysadmins prepare effectively.

Linux BasicsShellSystem Administration
0 likes · 16 min read
30 Must‑Know Linux Interview Questions and Answers for Developers
NiuNiu MaTe
NiuNiu MaTe
Feb 22, 2023 · Databases

Master Redis String Internals: Common Interview Questions & Answers

This article reviews essential Redis string concepts, covering typical interview questions, encoding types, the EMBSTR threshold, SDS structure, and memory allocation details to help readers solidify their understanding of Redis string implementation.

BackendMemory ManagementSDS
0 likes · 8 min read
Master Redis String Internals: Common Interview Questions & Answers
Java Architect Essentials
Java Architect Essentials
Jan 15, 2023 · Operations

Docker Interview Questions and Essential Knowledge

This article compiles common Docker interview questions and provides detailed explanations, covering Docker fundamentals, use cases, advantages, differences from virtual machines, core components, installation steps, storage configuration, image management, container creation, networking modes, data volumes, private registry setup, backup procedures, and MySQL deployment, all illustrated with practical command examples.

ContainerDevOpsDocker
0 likes · 20 min read
Docker Interview Questions and Essential Knowledge
21CTO
21CTO
Dec 4, 2022 · Fundamentals

Why You Should Refuse Unreasonable Take‑Home and Whiteboard Interviews

The article explains how demanding unpaid take‑home tasks and pointless whiteboard interviews insult developers, offers concrete reasons to say no, and presents a respectful, hands‑on interview process that better evaluates real coding skills while protecting candidates' time.

Whiteboardcareer adviceinterview
0 likes · 6 min read
Why You Should Refuse Unreasonable Take‑Home and Whiteboard Interviews
FunTester
FunTester
Nov 25, 2022 · Databases

100 Common SQL Interview Questions with Answers and Explanations

This article presents 100 typical SQL interview questions covering basic queries, advanced techniques, and database design, illustrated with three sample tables (employee, department, job) and detailed answers, code examples, and analysis for both MySQL and Oracle implementations.

QueriesSQL AdvancedSQL Basics
0 likes · 50 min read
100 Common SQL Interview Questions with Answers and Explanations
Top Architect
Top Architect
Nov 13, 2022 · Backend Development

Personal Journey and Interview Experience of a Senior Java Backend Architect

This article shares a senior architect's personal career timeline from early jobs in Fujian to senior roles at Ant Financial, along with practical Java interview tips, lessons on communication, workload management, and project showcase strategies to help junior developers succeed in competitive tech interviews.

Backend DevelopmentJavaarchitecture
0 likes · 11 min read
Personal Journey and Interview Experience of a Senior Java Backend Architect
Selected Java Interview Questions
Selected Java Interview Questions
Sep 25, 2022 · Backend Development

Understanding Component Implementation Principles for Technical Interviews

The article explains why interviewers probe the implementation details of backend components such as Redis, HashMap, and Memcached, illustrates common interview questions, and shows how mastering the underlying data structures, algorithms, and memory‑allocation mechanisms can improve both interview performance and real‑world problem solving.

AlgorithmsBackendData Structures
0 likes · 8 min read
Understanding Component Implementation Principles for Technical Interviews
Java High-Performance Architecture
Java High-Performance Architecture
Sep 7, 2022 · Backend Development

Master Distributed Transaction Consistency: 2PC vs MQ Solutions for Java Interviews

This article explains the challenges of distributed transactions in high‑concurrency systems, compares classic two‑phase commit (2PC) with modern message‑queue‑based reliable delivery, outlines their mechanisms, pros and cons, and provides interview‑ready insights and practical implementation tips for Java developers.

2PCDistributed TransactionsJava
0 likes · 15 min read
Master Distributed Transaction Consistency: 2PC vs MQ Solutions for Java Interviews
FunTester
FunTester
Aug 11, 2022 · Interview Experience

How to Ace a Testing Interview: Insider Tips from a Former Candidate

This guide shares practical advice on preparing for testing job interviews, handling technical questions, and conducting post‑interview reviews, emphasizing resume optimization, clear skill definitions, and proactive follow‑up to improve interview success rates.

career adviceinterviewresume
0 likes · 6 min read
How to Ace a Testing Interview: Insider Tips from a Former Candidate
php Courses
php Courses
Jul 14, 2022 · Frontend Development

29 Classic Vue Interview Questions Summary

This article compiles 29 essential Vue interview questions covering Vue 3 design goals, performance optimizations, component structure, Vuex architecture, routing techniques, Composition vs Options API, and common pitfalls, providing a comprehensive study guide for frontend developers preparing for technical interviews.

JavaScriptVueVue3
0 likes · 4 min read
29 Classic Vue Interview Questions Summary
php Courses
php Courses
Jul 1, 2022 · Backend Development

Comprehensive PHP Interview Questions (Practical Experience)

This article compiles a thorough list of PHP interview questions covering object‑oriented concepts, session and cookie differences, HTTP status codes, data types, storage engines, functions, security, performance, and various advanced topics to help candidates prepare effectively.

Web Developmentinterviewprogramming
0 likes · 7 min read
Comprehensive PHP Interview Questions (Practical Experience)
Open Source Linux
Open Source Linux
Jun 21, 2022 · Operations

Top 150 Must‑Know Linux & DevOps Interview Questions (Answers Inside)

This article compiles a comprehensive list of over a hundred Linux, networking, load‑balancing, database, caching, monitoring, container and cloud‑native interview questions, providing candidates with essential knowledge to ace system‑administration and DevOps job interviews.

DevOpsNetworkingcaching
0 likes · 11 min read
Top 150 Must‑Know Linux & DevOps Interview Questions (Answers Inside)
Python Programming Learning Circle
Python Programming Learning Circle
Jun 7, 2022 · Fundamentals

Curated List of Popular Python Learning Resources and Tools

This article compiles a comprehensive, curated collection of popular Python resources—including frameworks, libraries, applications, books, tutorials, interview questions, data‑structure and algorithm guides, and learning tools—suitable for developers at any skill level seeking to deepen their Python knowledge.

PythonResourcesinterview
0 likes · 10 min read
Curated List of Popular Python Learning Resources and Tools
Architecture and Beyond
Architecture and Beyond
May 1, 2022 · R&D Management

Effective Questioning Techniques for Promotion Review Panels

The article outlines systematic questioning strategies for judges in corporate promotion defenses, detailing how to clarify definitions, probe processes, assess difficulty, evaluate big‑picture thinking, explore methodology, and link technical work to business value, thereby ensuring fair and insightful evaluations.

Career DevelopmentR&D managementevaluation
0 likes · 13 min read
Effective Questioning Techniques for Promotion Review Panels
IT Services Circle
IT Services Circle
Apr 9, 2022 · Fundamentals

Finding the Majority QQ Number: Moore Voting Algorithm Explained

This article explains a Tencent interview question requiring identification of a QQ number appearing more than half the time among 2N entries, discusses naive sorting and hashmap approaches, and presents the optimal O(N) time, O(1) space Moore voting algorithm with a complete C++ implementation and sample output.

C++Moore votingalgorithm
0 likes · 6 min read
Finding the Majority QQ Number: Moore Voting Algorithm Explained
Su San Talks Tech
Su San Talks Tech
Mar 27, 2022 · Big Data

Top 10 Advanced Kafka Interview Questions with In‑Depth Answers

This article provides a comprehensive collection of advanced Kafka interview questions covering core architecture, storage mechanisms, replication, leader election, controller responsibilities, consumer group rebalancing, message semantics, partition assignment strategies, performance tuning, and practical tips for handling large message backlogs.

ConsumerGroupKafkaReplication
0 likes · 33 min read
Top 10 Advanced Kafka Interview Questions with In‑Depth Answers
IT Services Circle
IT Services Circle
Mar 21, 2022 · Fundamentals

Finding the Smallest Missing Positive Integer: Interview Problem Explanation and Go Solutions

This article explains a classic interview question of locating the smallest missing positive integer from an array, analyzes its theoretical bounds, and presents three O(n) time, O(1) space solutions—including a clever marking technique and a swap‑based method—accompanied by complete Go implementations.

algorithminterviewmissing-number
0 likes · 7 min read
Finding the Smallest Missing Positive Integer: Interview Problem Explanation and Go Solutions
Su San Talks Tech
Su San Talks Tech
Mar 16, 2022 · Databases

Mastering Redis: 16 Essential Interview Questions and Answers

This article provides a comprehensive overview of Redis, covering its definition, data structures, performance characteristics, persistence mechanisms, expiration strategies, memory eviction policies, hot key handling, cache pitfalls, deployment modes, Sentinel and Cluster features, and replication details, all framed as interview questions.

ClusterIn-Memory DatabasePersistence
0 likes · 17 min read
Mastering Redis: 16 Essential Interview Questions and Answers
IT Services Circle
IT Services Circle
Mar 2, 2022 · Fundamentals

Union-Find Solution for Determining Friend Circles (Alibaba Interview Question)

This article explains an Alibaba interview problem about counting friend circles using the union‑find (disjoint set) data structure, provides a detailed conceptual analysis, visual illustrations, and a complete C++ implementation that determines whether two people belong to the same circle and computes the total number of distinct circles.

C++Friend Circledisjoint-set
0 likes · 6 min read
Union-Find Solution for Determining Friend Circles (Alibaba Interview Question)
Programmer DD
Programmer DD
Feb 16, 2022 · Backend Development

Master Tencent Interview: Deep Dive into HashMap, Redis, MySQL & System Design

This article compiles a comprehensive set of Tencent interview questions and detailed answers covering HashMap internals, thread safety, red‑black trees, Redis performance, MySQL indexing, TCP reliability, IO multiplexing, RPC, and system bottleneck analysis to help candidates prepare effectively.

BackendHashMapinterview
0 likes · 11 min read
Master Tencent Interview: Deep Dive into HashMap, Redis, MySQL & System Design
Architect's Journey
Architect's Journey
Feb 16, 2022 · Databases

How to Explain Redis Persistence Mechanisms in an Interview

The article walks through Redis’s two persistence options—RDB snapshots and AOF logs—detailing how each works, their advantages and drawbacks, and why interviewees should understand their differences, including AOF rewrite compression, to answer interview questions accurately.

AOFCachePersistence
0 likes · 8 min read
How to Explain Redis Persistence Mechanisms in an Interview
Su San Talks Tech
Su San Talks Tech
Feb 7, 2022 · Databases

Essential MySQL Interview Q&A: Locks, Indexes, Replication, and Optimization

A comprehensive collection of MySQL interview questions and answers covering storage engines, lock types, gap locks, deadlock avoidance, isolation levels, index types, covering indexes, the left‑most prefix rule, SQL tuning, master‑slave replication, latency handling, sharding challenges, and global ID generation.

Replicationdatabaseindexing
0 likes · 15 min read
Essential MySQL Interview Q&A: Locks, Indexes, Replication, and Optimization
Code Ape Tech Column
Code Ape Tech Column
Feb 4, 2022 · Backend Development

Ensuring Zero Message Loss in MQ Systems: Interview Strategies and Solutions

This article explains how to guarantee that messages are never lost when using MQ middleware such as Kafka, RabbitMQ, or RocketMQ, outlines the key interview points, and provides practical design patterns, detection mechanisms, idempotency, and scaling strategies for reliable message delivery.

Distributed SystemsKafkaMessage Queue
0 likes · 13 min read
Ensuring Zero Message Loss in MQ Systems: Interview Strategies and Solutions
IT Services Circle
IT Services Circle
Feb 2, 2022 · Backend Development

Backend Engineer Interview Experience and Technical Q&A at Huanju (YY)

This article shares a detailed account of a backend engineer's multi‑stage interview process at Huanju (formerly YY), covering personal background, common Java and system design questions, database and caching strategies, distributed lock handling, and reflections on preparation and outcomes.

BackendThreadPoolinterview
0 likes · 16 min read
Backend Engineer Interview Experience and Technical Q&A at Huanju (YY)
Qunar Tech Salon
Qunar Tech Salon
Jan 19, 2022 · Cloud Native

Interview with Zhu Shizhi, Head of Infrastructure at Qunar: Building Technical Brand and Cloud‑Native Practices

In this interview, Zhu Shizhi, head of Qunar's infrastructure team, explains the evolution of the company's technical brand, the department's role in advancing cloud‑native and foundational technologies, key achievements such as open‑source collaborations and industry talks, and his vision for future technical branding efforts.

QunarTechnical Brandinginterview
0 likes · 10 min read
Interview with Zhu Shizhi, Head of Infrastructure at Qunar: Building Technical Brand and Cloud‑Native Practices
Java Interview Crash Guide
Java Interview Crash Guide
Jan 19, 2022 · Backend Development

Master the CCBank Online Interview: 30+ Must‑Know Backend Questions

This article outlines the first, second, and HR interview rounds for a CCBank online position, detailing over thirty technical and behavioral questions covering Elasticsearch, Redis, Spring Cloud, JVM, data structures, performance optimization, and candidate queries, followed by a concise summary.

ElasticsearchJavaSpring Cloud
0 likes · 3 min read
Master the CCBank Online Interview: 30+ Must‑Know Backend Questions
21CTO
21CTO
Dec 25, 2021 · Backend Development

Message Queue Mastery: Interview Q&A, Pros/Cons, and Choosing the Best MQ

This article explains why message queues are used, outlines core interview questions, analyzes interviewers' expectations, compares major MQ products, and provides practical guidance on selecting the right queue for different scenarios.

Backend ArchitectureKafkaMessage Queue
0 likes · 12 min read
Message Queue Mastery: Interview Q&A, Pros/Cons, and Choosing the Best MQ
FunTester
FunTester
Dec 16, 2021 · Fundamentals

Unlock Java Basics: Bytecode, Reference Passing, and Common Interview Puzzles

This article walks through core Java concepts—including the compilation to bytecode, how reference types are passed, try‑catch‑finally return rules, servlet lifecycle stages, constructor fundamentals, and detailed analyses of several interview‑style code snippets—providing clear explanations and expected outputs.

Javabasicscode analysis
0 likes · 8 min read
Unlock Java Basics: Bytecode, Reference Passing, and Common Interview Puzzles
Su San Talks Tech
Su San Talks Tech
Dec 15, 2021 · Backend Development

Top 18 Spring Interview Questions and Answers You Must Know

Explore a comprehensive list of 18 essential Spring interview questions covering design patterns, core modules, IoC, DI, AOP, proxy types, bean lifecycle, circular dependency resolution, transaction management, and Spring Boot auto‑configuration, complete with concise explanations and illustrative diagrams to help you ace your interview.

BackendIoCaop
0 likes · 17 min read
Top 18 Spring Interview Questions and Answers You Must Know
JavaEdge
JavaEdge
Dec 10, 2021 · Databases

Master MySQL Interview Questions: ACID, Indexes, Transactions, and More

This comprehensive guide covers MySQL fundamentals such as ACID transaction properties, isolation levels, index types and design principles, storage engines, MVCC mechanics, query execution flow, replication, locking strategies, and performance‑tuning techniques for large tables and complex queries.

indexesinterviewmysql
0 likes · 39 min read
Master MySQL Interview Questions: ACID, Indexes, Transactions, and More
Java Interview Crash Guide
Java Interview Crash Guide
Nov 29, 2021 · Databases

How Many Rows Can a MySQL InnoDB B+ Tree Store?

This article explains the storage units of InnoDB, calculates how many rows a B+ tree can hold at different heights, shows how to determine the tree height from the page level, and answers why MySQL uses B+ trees for indexing.

B+TreeDatabase IndexInnoDB
0 likes · 9 min read
How Many Rows Can a MySQL InnoDB B+ Tree Store?
MaGe Linux Operations
MaGe Linux Operations
Nov 7, 2021 · Cloud Native

Master Kubernetes Interviews: 128 Essential Questions & Answers

This article compiles 128 high‑frequency Kubernetes interview questions covering fundamentals, architecture, networking, storage, security, and operational best practices, helping developers and engineers prepare comprehensively for K8s‑related job interviews.

Backendcloud-nativeinterview
0 likes · 12 min read
Master Kubernetes Interviews: 128 Essential Questions & Answers