Tagged articles
131 articles
Page 1 of 2
Java Tech Enthusiast
Java Tech Enthusiast
Apr 30, 2026 · Operations

What Does “Familiar with Linux” Really Mean in Campus Recruitment?

The article explains that while many graduates claim to be “familiar with Linux,” interviewers expect the ability to solve about 80% of daily tasks, covering core commands, file permissions, process monitoring, networking, shell scripting, and real‑world troubleshooting.

Campus RecruitmentInterview PreparationLinux
0 likes · 5 min read
What Does “Familiar with Linux” Really Mean in Campus Recruitment?
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Apr 30, 2026 · Artificial Intelligence

When Is Claude Code’s Memory Injected into system_prompt? Interview Insight

The article explains that Claude Code loads persisted memory once at REPL startup via _build_system(), inserts it as the 10th segment of system_prompt, enforces a 200‑line limit on MEMORY.md, deliberately avoids side‑effects in get_memory_dir(), and only refreshes the prompt with the /model command.

Claude CodeInterview PreparationLLM
0 likes · 11 min read
When Is Claude Code’s Memory Injected into system_prompt? Interview Insight
Java Architect Handbook
Java Architect Handbook
Apr 23, 2026 · Interview Experience

Meituan Second Interview: Solving High RocketMQ Consumption Latency in Production

During a Meituan second-round interview, the candidate explains how to diagnose and resolve high RocketMQ consumption latency in production, outlining a three‑step approach—stop the bleeding, recover service, and cure the root cause—through consumer scaling, message forwarding, logic optimization, concurrency tuning, queue expansion, and monitoring.

Consumer LagInterview PreparationJava
0 likes · 14 min read
Meituan Second Interview: Solving High RocketMQ Consumption Latency in Production
Sohu Tech Products
Sohu Tech Products
Apr 22, 2026 · Artificial Intelligence

What Is Harness Engineering and How to Use It in Your Projects?

Harness Engineering, the set of systems that surround and extend a large‑language‑model‑based agent, determines real‑world performance far more than the model itself, and mastering its six‑layer architecture, bottlenecks, and practical rollout steps is essential for AI‑agent development and interview preparation.

AI agentsAgent ArchitectureContext Engineering
0 likes · 20 min read
What Is Harness Engineering and How to Use It in Your Projects?
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Apr 20, 2026 · Artificial Intelligence

Why Java Skills Alone Won’t Cut It for LLM Application Engineering

The article debunks the myth that Java developers only need a bit of AI knowledge to succeed in LLM application roles, explaining the full engineering stack—from retrieval and prompt design to deployment and performance tuning—through real‑world examples, metrics, and interview‑ready advice.

AI EngineeringBackendInterview Preparation
0 likes · 13 min read
Why Java Skills Alone Won’t Cut It for LLM Application Engineering
AI Waka
AI Waka
Apr 16, 2026 · Interview Experience

40 Must‑Know GenAI Interview Questions: From RAG Pipelines to Multi‑Agent Orchestration

This comprehensive guide compiles 40 senior‑level GenAI interview questions covering LLM fundamentals, retrieval‑augmented generation, prompt engineering, multi‑agent orchestration, fine‑tuning, evaluation, system design, NL‑to‑SQL, and knowledge‑graph retrieval, providing concise, accurate answers and practical trade‑off insights.

GenAIInterview PreparationLLM
0 likes · 31 min read
40 Must‑Know GenAI Interview Questions: From RAG Pipelines to Multi‑Agent Orchestration
Selected Java Interview Questions
Selected Java Interview Questions
Apr 14, 2026 · Backend Development

Mastering Java Exception Hierarchy: From Checked to Unchecked and Best Practices

This guide explains Java's exception inheritance tree, the design intent behind checked and unchecked exceptions, proper handling strategies, common pitfalls, and interview‑ready answers to high‑frequency questions, helping developers write robust, maintainable backend code.

Backend DevelopmentChecked ExceptionException Handling
0 likes · 8 min read
Mastering Java Exception Hierarchy: From Checked to Unchecked and Best Practices
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Apr 10, 2026 · Artificial Intelligence

How to Build a Robust Agent Memory System: Architecture, Management, and Evaluation

This article provides a comprehensive guide to designing, implementing, and evaluating an Agent Memory module for large‑language‑model assistants, covering memory types, short‑ and long‑term storage, conflict resolution, hybrid retrieval, compliance, and practical interview answers.

Agent MemoryHybrid RetrievalInterview Preparation
0 likes · 32 min read
How to Build a Robust Agent Memory System: Architecture, Management, and Evaluation
Su San Talks Tech
Su San Talks Tech
Apr 4, 2026 · Backend Development

Building a Resilient Third‑Party Integration Layer for High Availability

When external APIs are unstable or slow, this guide explains how to design a dedicated defense layer that abstracts third‑party calls, implements client‑side rate limiting, retries, observability, and mock testing, and even shows how to showcase these skills in a technical interview.

Interview PreparationMock Testingclient‑side governance
0 likes · 24 min read
Building a Resilient Third‑Party Integration Layer for High Availability
Big Data Tech Team
Big Data Tech Team
Mar 30, 2026 · Big Data

2026 Data Warehouse Interview Guide: Essential Questions for All Three Rounds

This article compiles a comprehensive set of data‑warehouse interview questions—including self‑introduction prompts, SQL and window‑function challenges, data‑skew solutions, architecture design, file‑format trade‑offs, governance, and team‑leadership topics—to help candidates prepare for first, second, and third‑round interviews at leading tech firms.

Big DataCareer DevelopmentData Governance
0 likes · 7 min read
2026 Data Warehouse Interview Guide: Essential Questions for All Three Rounds
Test Development Learning Exchange
Test Development Learning Exchange
Mar 26, 2026 · R&D Management

Mastering Test Manager Interviews: 5 Dimensions, 30+ Questions & Winning Strategies

This guide systematically outlines five key dimensions—quality strategy, team leadership, technical depth, metric‑driven improvement, and scenario‑based behavior—providing over 30 high‑frequency interview questions, model answers, code examples, and actionable frameworks to help candidates demonstrate sustainable quality leadership and secure a test manager role.

AutomationInterview PreparationSoftware Testing
0 likes · 12 min read
Mastering Test Manager Interviews: 5 Dimensions, 30+ Questions & Winning Strategies
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Mar 26, 2026 · Artificial Intelligence

Why Hybrid Retrieval Beats Pure Vector Search: BM25, RRF, and Real‑World Gains

This article explains why combining BM25 with dense vector search using Reciprocal Rank Fusion (RRF) improves recall for both exact‑term and semantic queries in a financial‑insurance document corpus, details the underlying algorithms, parameter choices such as k=60, provides Python implementations, and shows measurable performance gains in production.

BM25FAISSHybrid Retrieval
0 likes · 28 min read
Why Hybrid Retrieval Beats Pure Vector Search: BM25, RRF, and Real‑World Gains
Tech Freedom Circle
Tech Freedom Circle
Mar 25, 2026 · Backend Development

Cracking Alibaba’s 10M Orders Interview: Architecture Seven‑Suite + Heterogeneous Storage Solution

The article dissects Alibaba’s second‑round interview question on handling 10 million daily order queries, exposing why a single sharding answer fails and presenting a comprehensive architecture‑seven‑suite combined with heterogeneous storage (MySQL, HBase, ClickHouse, ES, Redis, MQ) to achieve high concurrency, low latency, and reliable data consistency.

Backend ArchitectureDistributed SystemsInterview Preparation
0 likes · 40 min read
Cracking Alibaba’s 10M Orders Interview: Architecture Seven‑Suite + Heterogeneous Storage Solution
Old Meng AI Explorer
Old Meng AI Explorer
Mar 2, 2026 · Industry Insights

Three Underrated Open‑Source Tools to Supercharge Research, Bidding, and Interview Prep

This article introduces three low‑star but highly functional open‑source projects—Burner X for AI‑assisted literature handling, yibiao‑simple for automated bid document creation, and tech‑interview‑handbook for comprehensive engineering interview preparation—highlighting their key features, technical implementations, and GitHub links.

AIInterview PreparationTool Review
0 likes · 7 min read
Three Underrated Open‑Source Tools to Supercharge Research, Bidding, and Interview Prep
Tech Freedom Circle
Tech Freedom Circle
Jan 27, 2026 · Interview Experience

Netease Interview: Write a BlockingQueue in 5 Minutes and Explain Design Patterns & Principles

The article breaks down a common Netease interview task—hand‑coding a BlockingQueue in five minutes—by explaining the underlying lock‑and‑condition mechanism, the relevant design patterns and principles, common pitfalls such as spurious wakeups, and provides a concise, 50‑line Java implementation with step‑by‑step commentary.

BlockingQueueDesign PatternsInterview Preparation
0 likes · 20 min read
Netease Interview: Write a BlockingQueue in 5 Minutes and Explain Design Patterns & Principles
Liangxu Linux
Liangxu Linux
Jan 25, 2026 · Fundamentals

How to Master FreeRTOS for Real-World Projects and Interviews

This guide explains why FreeRTOS has become essential, what interviewers truly test, practical learning paths for beginners to advanced users, common pitfalls, and how to apply the RTOS effectively to solve real embedded problems.

FreeRTOSInterview PreparationLearning Path
0 likes · 8 min read
How to Master FreeRTOS for Real-World Projects and Interviews
PMTalk Product Manager Community
PMTalk Product Manager Community
Jan 22, 2026 · Interview Experience

How Tencent Evaluates AI Product Manager Candidates: A Complete Interview Breakdown

This article details a non‑elite graduate's journey from a mid‑size cloud data product role to securing a Tencent T8 AI Product Manager offer, outlining the candidate's weaknesses, the coaching methods used to reframe experience, the job responsibilities, and a step‑by‑step analysis of each interview round with sample questions and answers.

AI industryAI product managerInterview Preparation
0 likes · 10 min read
How Tencent Evaluates AI Product Manager Candidates: A Complete Interview Breakdown
Java Architect Handbook
Java Architect Handbook
Jan 13, 2026 · Databases

When to Normalize or Denormalize? A Deep Dive for Java Interview Prep

This article breaks down the interview expectations around database normalization, explains the theory and trade‑offs of normalization versus denormalization, provides SQL code examples, compares design impacts, offers best‑practice guidelines, and warns against common misconceptions.

Database designDenormalizationInterview Preparation
0 likes · 11 min read
When to Normalize or Denormalize? A Deep Dive for Java Interview Prep
ITPUB
ITPUB
Jan 3, 2026 · Backend Development

How to Build a Scalable Order Cancellation System: 3 Advanced Delayed‑Task Solutions

This article dissects a common interview question about automatically canceling unpaid orders after 30 minutes, explains why naive cron jobs fail at scale, and presents three robust backend designs—Redis ZSet polling, message‑queue delayed messages, and time‑wheel timers—along with practical code snippets and pitfalls to avoid.

Backend ArchitectureDistributed SystemsInterview Preparation
0 likes · 11 min read
How to Build a Scalable Order Cancellation System: 3 Advanced Delayed‑Task Solutions
Big Data Tech Team
Big Data Tech Team
Dec 29, 2025 · Big Data

Master Big Data Development: A Complete Roadmap from Beginner to Expert

This guide presents a comprehensive big‑data development roadmap, detailing industry opportunities, a six‑module technology stack, four progressive learning stages, hands‑on project ideas, interview question strategies, common pitfalls, and curated resources, helping aspiring engineers become proficient and interview‑ready while avoiding common mistakes.

Big DataInterview PreparationLearning Path
0 likes · 11 min read
Master Big Data Development: A Complete Roadmap from Beginner to Expert
PMTalk Product Manager Community
PMTalk Product Manager Community
Dec 28, 2025 · Product Management

10 Common Pitfalls When Switching to Product Management (And Why Your Resume Gets Ignored)

The article outlines ten typical mistakes product‑manager job‑seekers make—from using a one‑size‑fits‑all résumé and over‑estimating seniority, to rushing interviews, complaining about former colleagues, chasing salary over growth, ignoring mentorship, neglecting career continuity, blindly targeting big firms, fabricating experience, and idolizing large companies—explaining why each trap harms interview success and long‑term career development.

Interview Preparationcareer advicejob switching
0 likes · 6 min read
10 Common Pitfalls When Switching to Product Management (And Why Your Resume Gets Ignored)
Test Development Learning Exchange
Test Development Learning Exchange
Dec 17, 2025 · Operations

Ace QA Interviews: 100+ Must‑Know Questions & Expert Answers for Test Engineers

This guide compiles over a hundred high‑frequency interview questions covering functional testing, API automation, performance testing, Linux commands, Docker, Kubernetes, and test leadership, each paired with concise answer points to help quality engineers prepare effectively and secure their next offer.

AutomationDockerInterview Preparation
0 likes · 18 min read
Ace QA Interviews: 100+ Must‑Know Questions & Expert Answers for Test Engineers
Code Wrench
Code Wrench
Dec 14, 2025 · Backend Development

How to Keep a Go System Stable: Middleware, Redis, MQ, and Beyond

This article breaks down the core concerns interviewers have for senior Go engineers—system stability, middleware pitfalls, Redis risk isolation, message‑queue buffering, distributed consistency, configuration management, ID design, and avalanche prevention—offering concrete insights and practical interview answers.

Distributed ConsistencyGoInterview Preparation
0 likes · 11 min read
How to Keep a Go System Stable: Middleware, Redis, MQ, and Beyond
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Nov 14, 2025 · Artificial Intelligence

How to Engineer Reliable Function Calls for LLM Agents: An End‑to‑End Framework

This article explains why function‑call accuracy is critical for LLM agents, identifies four common failure causes, and presents a systematic, five‑step engineering framework—including dynamic routing, chain‑of‑thought planning, result validation, memory injection, and log‑driven optimization—backed by concrete examples and quantitative improvements.

Function CallingInterview PreparationLLM
0 likes · 10 min read
How to Engineer Reliable Function Calls for LLM Agents: An End‑to‑End Framework
JavaGuide
JavaGuide
Nov 4, 2025 · Backend Development

JD Backend Salary Ranges 2024 & How to Ace the Interview

The article shares recent JD backend salary data ranging from 24k to 32k RMB per month, explains the compensation structure, and provides a step‑by‑step interview preparation guide covering project presentation, JWT, Redis, thread pools, MySQL‑Elasticsearch sync, isolation levels and performance analysis.

Backend DevelopmentInterview PreparationJD
0 likes · 21 min read
JD Backend Salary Ranges 2024 & How to Ace the Interview
Open Source Linux
Open Source Linux
Oct 31, 2025 · Operations

Master NFS Interview Questions: 30 Essential Linux Cloud File System Q&A

This comprehensive guide covers 30 high‑frequency NFS interview questions for Linux cloud roles, detailing core concepts, configuration, security options, performance tuning, troubleshooting steps, high‑availability designs, cloud‑managed services, monitoring strategies, and alternative distributed file systems to help candidates demonstrate deep technical expertise.

Interview PreparationLinuxNFS
0 likes · 33 min read
Master NFS Interview Questions: 30 Essential Linux Cloud File System Q&A
JavaGuide
JavaGuide
Oct 21, 2025 · Backend Development

Xiaohongshu’s Explosive Salaries and a Complete Backend Interview Guide

The article reveals Xiaohongshu’s unusually high 2023 campus recruitment packages—over 51 w annual total—while also providing an extensive backend interview preparation guide covering TCP vs UDP differences, design patterns, workflow versus rule engines, message‑queue selection, and Redis data structures and eviction policies.

Backend DevelopmentDesign PatternsInterview Preparation
0 likes · 32 min read
Xiaohongshu’s Explosive Salaries and a Complete Backend Interview Guide
DevOps Coach
DevOps Coach
Oct 10, 2025 · Interview Experience

How I Fast‑Tracked My Software Engineer Career: 10 Practical Growth Hacks

This article shares a software engineer’s eight‑year journey, detailing concrete habits like weekly work logs, on‑call participation, cautious tech adoption, internal team rotation, writing, and interview preparation, offering actionable advice for junior and mid‑level developers seeking rapid career advancement.

Career DevelopmentInterview PreparationOn-Call
0 likes · 24 min read
How I Fast‑Tracked My Software Engineer Career: 10 Practical Growth Hacks
IT Services Circle
IT Services Circle
Sep 13, 2025 · Operations

Master Linux Command‑Line Essentials for Interview Success

This comprehensive guide covers the most frequently asked Linux command‑line topics for interviews, including file and directory manipulation, process management, system monitoring, networking, permission handling, and practical scenario‑based exercises, all illustrated with clear examples and command syntax.

Interview PreparationLinuxShell Commands
0 likes · 24 min read
Master Linux Command‑Line Essentials for Interview Success
NiuNiu MaTe
NiuNiu MaTe
Sep 12, 2025 · Backend Development

Mastering QPS: From Basics to Real‑World Interview Wins

This article explains what QPS (queries per second) really means, distinguishes it from TPS and concurrency, shows typical QPS ranges for different systems, and provides practical methods—production monitoring, APM tools, custom metrics, load‑testing and manual estimation—to obtain, validate, and interpret QPS for performance optimization and interview success.

Interview PreparationLoad TestingPerformance Monitoring
0 likes · 22 min read
Mastering QPS: From Basics to Real‑World Interview Wins
NiuNiu MaTe
NiuNiu MaTe
Sep 4, 2025 · Operations

Mastering Multi‑Active Distributed Systems: From Single Server to Global Fault Tolerance

This article walks developers through the evolution of distributed system architectures—from single‑machine deployments to master‑slave, same‑city active‑active, and finally true multi‑active setups—explaining core concepts, replication strategies, conflict resolution, fault detection, switch mechanisms, recovery methods, and interview tips for high‑availability design.

CAP theoremDistributed SystemsInterview Preparation
0 likes · 26 min read
Mastering Multi‑Active Distributed Systems: From Single Server to Global Fault Tolerance
Big Data Tech Team
Big Data Tech Team
Aug 25, 2025 · Interview Experience

Essential Big Data Interview Questions for Data Warehouse Engineer Roles

A comprehensive list of interview topics covering self‑introduction, career moves, data‑warehouse design, team building, architecture comparisons, fact‑table classification, common dimensions, performance tuning, and data‑governance for aspiring big‑data engineers.

Big DataData GovernanceFlink
0 likes · 4 min read
Essential Big Data Interview Questions for Data Warehouse Engineer Roles
Deepin Linux
Deepin Linux
Aug 23, 2025 · Backend Development

Master C++ Autumn Recruitment: Essential Skills and Project Prep Guide

This guide outlines the critical C++ knowledge, interview topics, project selection strategies, resume writing tips, and post‑interview review techniques needed to secure a high‑paying C++ position during the competitive autumn recruitment season.

CInterview PreparationJob Hunting
0 likes · 7 min read
Master C++ Autumn Recruitment: Essential Skills and Project Prep Guide
Big Data Technology & Architecture
Big Data Technology & Architecture
Jul 29, 2025 · Big Data

What Interviewers Really Ask About Flink, Data Consistency, and Warehouse Design

An interviewee recounts a challenging first interview that focused on Flink resource configuration, late data handling, and offline data warehouse design, and shares practical advice on attitude, thorough preparation, emphasizing real project storytelling, and post‑interview review to continuously improve performance.

Data ConsistencyData WarehouseFlink
0 likes · 4 min read
What Interviewers Really Ask About Flink, Data Consistency, and Warehouse Design
Dual-Track Product Journal
Dual-Track Product Journal
Jul 15, 2025 · Product Management

Master the ‘Most Difficult Project’ Interview Question with a Proven STAR‑R Framework

This guide breaks down the classic product‑manager interview question “Tell me about your most difficult project,” explaining what interviewers assess, key pitfalls to avoid, and a detailed STAR‑R framework with a real‑world case study to help you craft a compelling, data‑driven answer.

Case StudyInterview PreparationSTAR-method
0 likes · 12 min read
Master the ‘Most Difficult Project’ Interview Question with a Proven STAR‑R Framework
Big Data Technology Tribe
Big Data Technology Tribe
Jun 17, 2025 · Backend Development

Master System Design Interviews: Step-by-Step Prep Guide for Engineers

This article outlines a comprehensive, step‑by‑step roadmap for preparing system design interviews, covering foundational concepts, interview templates, high‑level and detailed design choices, practical resources, mock interview platforms, and company‑specific tailoring to boost candidates' success.

Backend ArchitectureInterview PreparationScalability
0 likes · 13 min read
Master System Design Interviews: Step-by-Step Prep Guide for Engineers
Java Tech Enthusiast
Java Tech Enthusiast
Apr 28, 2025 · Interview Experience

Avoid the 4 Biggest Resume Mistakes That Kill Your IT Job Chances

In today's tough job market, IT professionals often miss interviews because their resumes suffer from four common pitfalls: bland self‑introductions, unhighlighted project work, lack of quantifiable results, and either overly long or overly brief content, all of which can be fixed with clear, data‑driven writing.

IT careerInterview PreparationJob Hunting
0 likes · 5 min read
Avoid the 4 Biggest Resume Mistakes That Kill Your IT Job Chances
Java Architecture Stack
Java Architecture Stack
Feb 7, 2025 · Backend Development

Master MyBatis Interview: Advanced Tips, Performance Hacks, and Real-World Code

This article walks senior Java developers through MyBatis fundamentals, core components, result mapping, the trade‑offs between #{} and ${}, dynamic SQL, second‑level caching, batch inserts, plugin creation, thread‑safety concerns, and concrete interview‑question solutions, all illustrated with real code snippets and performance numbers.

Backend DevelopmentInterview PreparationJava
0 likes · 11 min read
Master MyBatis Interview: Advanced Tips, Performance Hacks, and Real-World Code
Big Data Technology & Architecture
Big Data Technology & Architecture
Jan 15, 2025 · Big Data

From Operations to Data Engineering: A Student’s Real‑World Journey and Practical Guide

This article shares a data‑engineering student’s personal experience—from a misaligned operations role to mastering big‑data technologies, building a portfolio, crafting a targeted resume, and navigating multi‑stage interviews—offering concrete advice and a structured learning roadmap for aspiring data professionals.

Big DataInterview PreparationLearning Path
0 likes · 14 min read
From Operations to Data Engineering: A Student’s Real‑World Journey and Practical Guide
Java Tech Enthusiast
Java Tech Enthusiast
Dec 31, 2024 · Backend Development

Tencent Backend Interview Experience and Technical Knowledge Summary

The article details Tencent’s updated 15‑month compensation packages for 2025 backend roles, outlines a one‑hour interview covering OS process/thread concepts, sorting algorithms, MySQL storage engines and indexing, Redis data structures, Java collections, and compares RocketMQ with Kafka for reliable messaging.

Data StructuresInterview PreparationOperating Systems
0 likes · 27 min read
Tencent Backend Interview Experience and Technical Knowledge Summary
Didi Tech
Didi Tech
Dec 12, 2024 · Product Management

Key AB Testing Interview Questions and Answers for Data Science Candidates

The article reviews common AB‑testing interview questions for data‑science candidates, explaining the role of p‑values, Type I/II errors, the difference between statistical and business significance, why effects can vanish when scaling, and how to improve experiment sensitivity through larger samples, variance‑reduction methods, and careful metric design.

AB testingInterview PreparationMDE
0 likes · 12 min read
Key AB Testing Interview Questions and Answers for Data Science Candidates
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Apr 25, 2024 · Frontend Development

Writing Elegant Frontend Code and Preparing for Technical Interviews

This article shares practical tips for writing clean frontend code, using AI assistants for code improvement, understanding business requirements, reading source code of popular libraries, and mastering front‑end infrastructure such as tooling, monitoring, CI/CD, and technology selection to ace technical interviews.

AI assistanceInterview PreparationTooling
0 likes · 15 min read
Writing Elegant Frontend Code and Preparing for Technical Interviews
IT Services Circle
IT Services Circle
Mar 16, 2024 · Backend Development

Test Development Interview Preparation: Tips, Sample Questions, and Core Technical Knowledge

This article offers a comprehensive guide for students aiming to secure test development internships at major tech companies, covering interview strategies, sample questions on testing concepts, database CRUD commands, MySQL vs Redis differences, HTTP/HTTPS, TCP reliability, Linux commands, data structures, and code examples for linked‑list deletion and binary search.

AlgorithmsInterview PreparationLinux
0 likes · 13 min read
Test Development Interview Preparation: Tips, Sample Questions, and Core Technical Knowledge
Advanced AI Application Practice
Advanced AI Application Practice
Mar 4, 2024 · Interview Experience

How to Craft a Winning Resume in a Tight Job Market

In a competitive hiring season, the article outlines why internal referrals matter, common resume pitfalls, and the essential components of a strong résumé—personal strengths, professional skills, work history, project experience, and representative works—to improve interview chances.

Interview PreparationJob Huntingcareer advice
0 likes · 8 min read
How to Craft a Winning Resume in a Tight Job Market
Deepin Linux
Deepin Linux
Dec 3, 2023 · Fundamentals

Comprehensive Guide to Common C Language Interview Questions and Concepts

This article provides a thorough overview of essential C language concepts frequently asked in interviews, covering topics such as language basics, keywords, variables, pointers, arrays, memory management, functions, recursion, data structures, preprocessor directives, and practical code examples to help readers master high‑frequency C interview questions.

C programmingInterview PreparationRecursion
0 likes · 70 min read
Comprehensive Guide to Common C Language Interview Questions and Concepts
Baobao Algorithm Notes
Baobao Algorithm Notes
Oct 8, 2023 · Interview Experience

Must‑Know Large‑Model Interview Questions for RLHF Candidates

The article shares a practitioner’s transition story from reinforcement‑learning‑focused game AI to large‑model work, outlines the challenges faced during job hunting at major Chinese tech firms, and provides a curated list of 23 technical interview questions covering PPO, RLHF, dataset evaluation, model fine‑tuning, and broader LLM concepts.

AI researchInterview PreparationLLM
0 likes · 10 min read
Must‑Know Large‑Model Interview Questions for RLHF Candidates
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 10, 2023 · Backend Development

My Layoff Experience and Job‑Hunting Journey: Advice for Backend Developers

The author recounts being laid off as a backend developer, describes the emotional ups and downs over six months of job hunting, and offers practical advice on interview preparation, project presentation, study resources, and mental resilience for engineers seeking new opportunities.

Interview PreparationJob HuntingSoftware Engineering
0 likes · 14 min read
My Layoff Experience and Job‑Hunting Journey: Advice for Backend Developers
Big Data Technology & Architecture
Big Data Technology & Architecture
Jul 31, 2023 · Big Data

How to Tackle Real‑World Scenario Questions in Big Data Interviews

The article explains why interviewers increasingly use practical scenario questions in big‑data interviews, analyzes the underlying reasons, and provides a three‑step framework—clarify business/technical background, present a concise solution, and highlight benefits—to help candidates answer effectively and demonstrate both technical depth and problem‑solving mindset.

Interview Preparationcareer adviceproblem solving
0 likes · 6 min read
How to Tackle Real‑World Scenario Questions in Big Data Interviews
Efficient Ops
Efficient Ops
Jul 25, 2023 · Operations

How to Craft an Ops Resume That Lands Interviews: 3 Common Mistakes and Fixes

The article examines three frequent pitfalls in operations resumes—unclear focus, breadth without depth, and vague career planning—and offers concrete strategies to highlight strengths, specialize wisely, and define clear professional goals to improve interview success.

Interview Preparationcareer adviceresume
0 likes · 7 min read
How to Craft an Ops Resume That Lands Interviews: 3 Common Mistakes and Fixes
Architect's Journey
Architect's Journey
Mar 12, 2023 · Industry Insights

Why 2023 Is the Hardest Year Yet for IT Programmers

The 2023 IT job market has collapsed into a buyer's market with sub‑5% recruiter response rates, soaring candidate competition, higher education filters, and salary stagnation, prompting programmers to lower expectations, sharpen interview skills, and aggressively network for remote or foreign opportunities.

IT job marketInterview PreparationNetworking
0 likes · 6 min read
Why 2023 Is the Hardest Year Yet for IT Programmers
Java High-Performance Architecture
Java High-Performance Architecture
Oct 14, 2022 · Backend Development

How to Guarantee Zero Message Loss in MQ Systems – Interview Mastery

Interviewers frequently probe candidates on ensuring 100% message reliability in MQ systems like Kafka or RabbitMQ, and this guide walks through the underlying concepts, potential loss points, detection mechanisms, idempotent design, handling backlog, and practical ID generation strategies to ace such questions.

IdempotencyInterview PreparationKafka
0 likes · 13 min read
How to Guarantee Zero Message Loss in MQ Systems – Interview Mastery
Architect
Architect
Sep 8, 2022 · Backend Development

Ensuring No Message Loss in MQ Systems: Interview Guide and Practical Solutions

This article explains how to answer interview questions about guaranteeing 100% message delivery in MQ middleware such as Kafka, RabbitMQ, or RocketMQ, covering system decoupling, message lifecycle stages, reliability mechanisms, idempotent consumption, unique ID generation, and handling message back‑pressure.

IdempotencyInterview PreparationMessage Queue
0 likes · 12 min read
Ensuring No Message Loss in MQ Systems: Interview Guide and Practical Solutions
Top Architect
Top Architect
Sep 1, 2022 · Backend Development

Ensuring Zero Message Loss in MQ Systems – Interview Guide and Best Practices

This article explains how to guarantee that messages are never lost when using MQ middleware such as Kafka, RabbitMQ or RocketMQ, covering the three lifecycle stages, detection methods, design‑for‑failure principles, idempotent consumption, handling message backlog, and practical interview answers.

Distributed SystemsInterview PreparationMQ
0 likes · 13 min read
Ensuring Zero Message Loss in MQ Systems – Interview Guide and Best Practices
Sanyou's Java Diary
Sanyou's Java Diary
Jul 28, 2022 · Backend Development

How to Guarantee Zero Message Loss in MQ Systems – Interview‑Ready Strategies

This article explains how interview candidates can demonstrate mastery of MQ reliability by describing the three message lifecycle stages, detection mechanisms for loss, idempotent consumption techniques, and strategies to resolve backlog, providing concrete examples and design principles for robust backend systems.

Backend DevelopmentIdempotencyInterview Preparation
0 likes · 12 min read
How to Guarantee Zero Message Loss in MQ Systems – Interview‑Ready Strategies
21CTO
21CTO
Jul 27, 2022 · Databases

Master 10 Essential Advanced SQL Concepts for Data Professionals

This article presents ten crucial intermediate‑to‑advanced SQL techniques—including CTEs, recursive CTEs, temporary functions, CASE‑WHEN pivots, EXCEPT vs NOT IN, self‑joins, ranking window functions, delta calculations, cumulative sums, and date‑time manipulation—to help data professionals ace interview questions and write cleaner, more powerful queries.

CTEInterview PreparationSQL
0 likes · 11 min read
Master 10 Essential Advanced SQL Concepts for Data Professionals
Alimama Tech
Alimama Tech
Apr 6, 2022 · Artificial Intelligence

Interview Preparation Guide for Alibaba Mama Algorithm Positions

This guide from an Alibaba Mama algorithm team member outlines the six focus areas—recruitment emphasis, interview stages, concise résumé writing, pre‑interview setup, in‑interview conduct, and typical assessment topics such as machine‑learning fundamentals and ad‑system knowledge—to help candidates secure offers.

AlibabaInterview Preparationalgorithm interview
0 likes · 8 min read
Interview Preparation Guide for Alibaba Mama Algorithm Positions
Java Interview Crash Guide
Java Interview Crash Guide
Feb 24, 2022 · R&D Management

How to Ace a P8 Interview at Alibaba: Real Project Stories and Strategic Tips

This article shares a detailed account of a successful P8 interview at Alibaba, covering interview stages across three departments, how to present a core project using the STAR method, technical architecture insights, project and team management advice, and tips for the final life‑chat round.

Interview Preparationcareer adviceproject presentation
0 likes · 19 min read
How to Ace a P8 Interview at Alibaba: Real Project Stories and Strategic Tips
macrozheng
macrozheng
Feb 19, 2022 · R&D Management

How to Ace a P8 Alibaba Interview: Project Showcase, Architecture, and Management Insights

This article shares a detailed account of a successful P8 Alibaba interview, breaking down the interview structure, offering practical advice on presenting core projects with the STAR method, designing system architecture, handling technical challenges, and mastering project and team management to boost interview performance.

Interview PreparationProject Managementproject presentation
0 likes · 19 min read
How to Ace a P8 Alibaba Interview: Project Showcase, Architecture, and Management Insights
Su San Talks Tech
Su San Talks Tech
Dec 30, 2021 · Backend Development

Mastering Message Queues: Key Interview Questions and Practical Solutions

This article provides a comprehensive overview of message queue concepts, common interview questions, and practical solutions covering use cases, popular frameworks, selection criteria, message models, reliability, ordering, backlog handling, data consistency, transactional messaging, performance optimization, high availability, and specific Kafka considerations.

Backend DevelopmentInterview PreparationMQ
0 likes · 11 min read
Mastering Message Queues: Key Interview Questions and Practical Solutions
Youku Technology
Youku Technology
Dec 9, 2021 · Interview Experience

From Test Engineer to QA Leader at Alibaba: A Real‑World Interview Journey

This article shares a former Alibaba test‑development graduate’s path—from choosing the QA role, preparing for the interview, and navigating the first year’s challenges to leading large‑scale projects—offering practical insights and advice for aspiring QA professionals.

AlibabaInterview PreparationQA
0 likes · 9 min read
From Test Engineer to QA Leader at Alibaba: A Real‑World Interview Journey
Big Data Technology & Architecture
Big Data Technology & Architecture
Dec 5, 2021 · Big Data

2022 and Beyond Data Development Trends, Job Market Insights, and Interview Guidance

The article analyzes post‑2022 data development trends, explains why high‑end positions are scarce while entry‑level roles are highly competitive, and provides detailed campus and social recruitment interview advice, including required skills, project experience, and strategies for standing out in a rapidly maturing big‑data industry.

Interview Preparationcareer advicedata engineering
0 likes · 9 min read
2022 and Beyond Data Development Trends, Job Market Insights, and Interview Guidance
Architect
Architect
Sep 28, 2021 · Databases

Database Sharding Strategies: When to Use Vertical, Horizontal, and Range Partitioning

This article explains how to decide between database and table sharding, describes vertical, horizontal, and range partitioning techniques, discusses their trade‑offs and implementation details, and offers practical guidance for solving query challenges in high‑traffic, write‑intensive systems.

Interview PreparationRange ShardingScalability
0 likes · 10 min read
Database Sharding Strategies: When to Use Vertical, Horizontal, and Range Partitioning
WeDoctor Frontend Technology
WeDoctor Frontend Technology
Sep 15, 2021 · Fundamentals

Ace JavaScript Interviews: Master Variables, Types, Memory & Garbage Collection

This article provides a comprehensive JavaScript guide covering primitive and reference types, Symbol and BigInt nuances, type‑checking operators, stack vs heap memory, deep and shallow copying techniques, and practical garbage‑collection strategies to help developers ace interview questions.

Garbage CollectionInterview PreparationMemory Management
0 likes · 14 min read
Ace JavaScript Interviews: Master Variables, Types, Memory & Garbage Collection
Architect
Architect
Sep 15, 2021 · Backend Development

C++/Go Backend Interview Experiences and Preparation Tips

This article shares a 985 graduate's personal background, systematic interview preparation for C++ and Go backend positions, detailed interview question collections from major tech companies, and practical advice on study resources, project presentation, and coding practice to help candidates succeed in technical interviews.

CGoInterview Preparation
0 likes · 14 min read
C++/Go Backend Interview Experiences and Preparation Tips
Big Data Technology & Architecture
Big Data Technology & Architecture
Aug 2, 2021 · Big Data

Comprehensive Big Data Interview Question Guide for Major Tech Companies

This article compiles extensive interview questions and topics covering Hadoop, Spark, Flink, Hive, Kafka, MySQL, Redis, Java fundamentals, and algorithms, organized by companies such as Xiaomi, ByteDance, Alibaba, Shopee, Tencent, Meituan, NetEase, and Baidu, to help candidates prepare effectively for big‑data engineering roles.

Big DataFlinkHadoop
0 likes · 22 min read
Comprehensive Big Data Interview Question Guide for Major Tech Companies
Top Architect
Top Architect
Jul 6, 2021 · Backend Development

Interview Guide: Why Use Message Queues, Their Pros and Cons, and Comparison of Kafka, ActiveMQ, RabbitMQ, and RocketMQ

This article explains why message queues are used in system architecture, outlines their advantages such as decoupling, asynchronous processing, and traffic shaping, discusses their drawbacks, and compares four popular MQ solutions—Kafka, ActiveMQ, RabbitMQ, and RocketMQ—to help candidates ace interview questions.

Backend ArchitectureInterview PreparationKafka
0 likes · 12 min read
Interview Guide: Why Use Message Queues, Their Pros and Cons, and Comparison of Kafka, ActiveMQ, RabbitMQ, and RocketMQ
Selected Java Interview Questions
Selected Java Interview Questions
Apr 18, 2021 · Databases

Understanding Master‑Slave Replication in Databases: Principles, Benefits, and Interview Questions

This article explains the concept, advantages, and inner workings of master‑slave database replication, outlines the key threads and step‑by‑step process, and provides common interview questions with concise answers for candidates preparing for database engineering roles.

Interview Preparationdatabasesmaster-slave replication
0 likes · 6 min read
Understanding Master‑Slave Replication in Databases: Principles, Benefits, and Interview Questions
WeDoctor Frontend Technology
WeDoctor Frontend Technology
Mar 22, 2021 · Frontend Development

Unlocking V8: Deep Dive into JavaScript Engine Mechanics and Interview Secrets

This article explores V8’s architecture—from its host integration and bytecode compilation to hidden classes, inline caches, and garbage collection—providing interview‑ready insights, performance optimization techniques, and practical code examples that illuminate how JavaScript executes efficiently in browsers and Node.js.

Hidden ClassesInterview PreparationJavaScript Engine
0 likes · 17 min read
Unlocking V8: Deep Dive into JavaScript Engine Mechanics and Interview Secrets
FunTester
FunTester
Oct 27, 2020 · Fundamentals

How to Craft an Effective Software Testing Resume for Social Recruitment

This article provides a comprehensive guide on creating a strong software testing résumé for social recruitment, covering essential sections such as personal introduction, education, professional skills, work experience, project experience, and education background, along with practical tips and common pitfalls to avoid.

Interview PreparationJob HuntingSoftware Testing
0 likes · 12 min read
How to Craft an Effective Software Testing Resume for Social Recruitment
Java Backend Technology
Java Backend Technology
Oct 11, 2020 · Fundamentals

Discover the Top Free Programming Tutorials and Resources for Every Developer

This article curates a comprehensive list of free online tutorials, video courses, e‑books, official documentation, blog communities, open‑source platforms, and interview practice sites covering front‑end, back‑end, databases, cloud, and more, helping developers find quality learning material quickly.

Interview Preparationdeveloper learningonline tutorials
0 likes · 10 min read
Discover the Top Free Programming Tutorials and Resources for Every Developer
Liangxu Linux
Liangxu Linux
Oct 9, 2020 · Fundamentals

Master Interview‑Ready Algorithms & Data Structures with This Open‑Source Guide

This article introduces a popular open‑source repository that compiles essential algorithms and data‑structure concepts for technical interviews, providing concise definitions, time‑complexity analyses, and example code for structures such as stacks, queues, trees, graphs, and sorting algorithms, along with a GitHub link.

AlgorithmsData StructuresGitHub
0 likes · 9 min read
Master Interview‑Ready Algorithms & Data Structures with This Open‑Source Guide
Java Captain
Java Captain
Oct 5, 2020 · Fundamentals

Comprehensive List of Programming Learning Resources

This guide compiles a comprehensive collection of online tutorials, video courses, e‑books, official documentation, blogs, open‑source platforms, and interview practice sites covering front‑end, back‑end, mobile, AI, databases, and more, helping programmers continuously learn and improve their skills.

Interview Preparationdeveloper documentationlearning platforms
0 likes · 16 min read
Comprehensive List of Programming Learning Resources
Programmer DD
Programmer DD
Sep 24, 2020 · Fundamentals

How an 8‑Month Self‑Study Plan Landed a $100k+ Amazon Role – The Ultimate Interview Blueprint

This article recounts how John Washam, a non‑CS graduate, self‑studied for eight months, created a popular GitHub interview guide with over 130 k stars, and leveraged flashcards, language selection, algorithm fundamentals, and interview tips to secure a six‑figure software engineering position at Amazon.

AlgorithmsGitHubInterview Preparation
0 likes · 8 min read
How an 8‑Month Self‑Study Plan Landed a $100k+ Amazon Role – The Ultimate Interview Blueprint
macrozheng
macrozheng
Jun 3, 2020 · Fundamentals

Master the 10 Essential Data Structures: From Arrays to Graphs

This article provides a comprehensive visual guide to ten fundamental data structures—including arrays, linked lists, skip lists, stacks, queues, trees, heaps, hash tables, and graphs—explaining their concepts, characteristics, and typical use cases for programmers and interview preparation.

AlgorithmsData StructuresInterview Preparation
0 likes · 22 min read
Master the 10 Essential Data Structures: From Arrays to Graphs
ITPUB
ITPUB
May 23, 2020 · Fundamentals

Master Google Interview Prep in 8 Months: The 100k‑Star Self‑Study Guide

John Washam, a self‑taught programmer, spent eight months mastering CS fundamentals, building a comprehensive interview roadmap that earned over 100,000 GitHub stars, and ultimately landed a high‑paying AWS role, sharing his language choices, flashcard system, study resources, and interview tips for aspiring engineers.

AlgorithmsGitHubInterview Preparation
0 likes · 10 min read
Master Google Interview Prep in 8 Months: The 100k‑Star Self‑Study Guide
Python Programming Learning Circle
Python Programming Learning Circle
Mar 20, 2020 · Fundamentals

How to Write an Effective Resume for Software Engineers

This article explains why a well‑structured resume is crucial for developers, outlines common pitfalls such as overly long skill lists, vague descriptions, and poor formatting, and provides detailed guidance on organizing personal information, crafting concise skill sections, and presenting work and project experience to attract HR attention.

Interview PreparationSoftware Engineeringcareer advice
0 likes · 19 min read
How to Write an Effective Resume for Software Engineers
ITPUB
ITPUB
Feb 24, 2020 · Fundamentals

How to Build a Roadmap to Land a Top Tech Job: From Fundamentals to Interview Success

This guide presents a step‑by‑step learning roadmap for ordinary university graduates who want to join leading internet companies, detailing what to study at each stage, how to gain practical experience, when to deepen theory, and effective résumé and interview strategies, with concrete milestones and resource suggestions.

BackendInterview PreparationSoftware Engineering
0 likes · 18 min read
How to Build a Roadmap to Land a Top Tech Job: From Fundamentals to Interview Success
Dual-Track Product Journal
Dual-Track Product Journal
Feb 4, 2020 · Product Management

Essential Product Manager Interview Questions on Demand & Project Management

This guide compiles key product manager interview questions about demand sourcing, priority assessment, requirement validation, translating user needs into solutions, version planning, handling project delays, managing requirement changes, and cross‑department communication, offering concise answers and practical frameworks to help candidates succeed.

Interview PreparationProject Managementcross‑functional communication
0 likes · 9 min read
Essential Product Manager Interview Questions on Demand & Project Management
Dual-Track Product Journal
Dual-Track Product Journal
Jan 18, 2020 · Product Management

Essential Product Manager Interview Questions and Winning Answers

This guide outlines the most common product manager interview questions, explains why they matter, and provides concise strategies and examples to help candidates demonstrate product thinking, user‑experience insight, metric awareness, and effective documentation skills.

Interview PreparationUser experienceproduct metrics
0 likes · 10 min read
Essential Product Manager Interview Questions and Winning Answers