Home New Trending Search
About Privacy Terms
#
#CodingInterview
Posts tagged #CodingInterview on Bluesky
Preview
Every Interviewer Loves This Problem. Do You Really Know How to Solve It? Longest Palindromic Substring — from the naïve O(n³) brute force all the way to Manacher’s O(n) algorithm, explained in Dart with the…

I just published Every Interviewer Loves This Problem. Do You Really Know How to Solve It? medium.com/p/every-inte...
#Flutter #Dart #CodingInterview #LongestPalindromicSubstring #LeetCode #DynamicProgramming #Algorithms #StringManipulation #ManachersAlgorithm #FlutterInterview

0 0 0 0
Top 10 C++ Interview Questions and Answers for 2026

Top 10 C++ Interview Questions and Answers for 2026

Ace your 2026 C++ interview! Explore the top 10 questions on OOP, memory management, and smart pointers with expert insights from TCCI.

👉tccicomputercoaching.wordpress.com/2026/02/17/top-10-cpp-in...

#CppInterview #CodingInterview #TCCITraining #ProgrammingTips

0 0 0 0
Preview
SOLID Principles in iOS Development: Complete Interview Guide for Junior to Mid-Level Developers Practical answers to the most common iOS interview questions about SOLID principles, with production-ready Swift code samples that…

I just published SOLID Principles in iOS Development: Complete Interview Guide for Junior to Mid-Level Developers medium.com/p/solid-prin...
#iOS #iOSDevelopment #Swift #SOLIDPrinciples #CleanCode #iOSArchitecture #MobileDevelopment #TechnicalInterview #CodingInterview #SoftwareEngineering

0 0 0 0
Preview
SOLID Principles in Android Development: Complete Interview Guide for Junior to Mid-Level… Practical answers to the most common Android interview questions about SOLID principles, with production-ready Kotlin code samples that…

I just published SOLID Principles in Android Development: Complete Interview Guide for Junior to Mid-Level… medium.com/p/solid-prin...
#Android #AndroidDevelopment #Kotlin #SOLIDPrinciples #CleanCode #AndroidArchitecture #MobileDevelopment #TechnicalInterview #CodingInterview #SoftwareEngineering

0 0 0 0
Preview
SOLID Principles in Mobile Development: Flutter Interview Guide for Junior to Mid-Level Developers Practical answers to the most common Flutter interview questions about SOLID principles, with production-ready code samples that…

I just published SOLID Principles in Mobile Development: Flutter Interview Guide for Junior to Mid-Level Developers medium.com/p/solid-prin...
#Flutter #FlutterDevelopment #MobileDevelopment #SOLIDPrinciples #CleanCode #SoftwareArchitecture #DartProgramming #TechnicalInterview #CodingInterview

0 0 0 0
Preview
Clean Architecture in Android: Understanding Layers and Responsibilities for Junior Developers Master the fundamental principles of Clean Architecture with practical Kotlin examples, common interview questions, and proven answers that…

I just published Clean Architecture in Android: Understanding Layers and Responsibilities for Junior Developers medium.com/p/clean-arch...
#Android #CleanArchitecture #AndroidDevelopment #Kotlin #JetpackCompose #SoftwareArchitecture #AndroidInterview #CodingInterview #MobileDevelopment

0 0 0 0
Preview
Clean Architecture in iOS: Understanding Layers and Responsibilities for Junior Developers Master the fundamental principles of Clean Architecture with practical Swift examples, common interview questions, and proven answers that…

I just published Clean Architecture in iOS: Understanding Layers and Responsibilities for Junior Developers medium.com/p/clean-arch...
#iOS #CleanArchitecture #iOSDevelopment #Swift #SwiftUI #SoftwareArchitecture #iOSInterview #CodingInterview #MobileDevelopment #SoftwareEngineering #iOSTips

1 0 0 0
Preview
Clean Architecture in Flutter: Understanding Layers and Responsibilities for Junior Developers Master the fundamental principles of Clean Architecture with practical examples, common interview questions, and proven answers that…

I just published Clean Architecture in Flutter: Understanding Layers and Responsibilities for Junior Developers medium.com/p/clean-arch...
#Flutter #CleanArchitecture #FlutterDevelopment #MobileDevelopment #SoftwareArchitecture #FlutterInterview #CodingInterview #DartProgramming #AppDevelopment

1 0 0 0
Post image

🦀 Remove Nth Node From End of List en Rust

❌ Vec conversion → simple mais O(n) espace
✅ Two pointers → un seul parcours, O(1) espace

Le ownership rend ce classique d'interview passionnant 😅

#RustLang #CodingInterview

0 0 0 0
Preview
Android Interview Guide: Testing Fundamentals — Unit Tests vs UI Tests Learn Android testing fundamentals with expert sample answers for unit tests vs UI tests interview questions.

I just published Android Interview Guide: Testing Fundamentals — Unit Tests vs UI Tests medium.com/p/android-in...
#Android #AndroidDevelopment #JUnit #Espresso #JetpackCompose #UnitTesting #UITesting #Kotlin #AndroidInterview #MobileDevelopment #TestDrivenDevelopment #AndroidTips #CodingInterview

0 0 0 0
Preview
iOS Interview Guide: Testing Fundamentals — Unit Tests vs UI Tests Learn iOS testing fundamentals with expert sample answers for unit tests vs UI tests interview questions.

I just published iOS Interview Guide: Testing Fundamentals — Unit Tests vs UI Tests medium.com/p/ios-interv...
#iOS #iOSDevelopment #XCTest #XCUITest #UnitTesting #UITesting #Swift #iOSInterview #MobileDevelopment #TestDrivenDevelopment #iOSTips #CodingInterview #SoftwareTesting #AppleDeveloper

0 0 0 0
Preview
Flutter Interview Guide: Testing Fundamentals — Unit Tests vs UI Tests Learn Flutter testing fundamentals with expert sample answers for unit tests vs UI tests interview questions.

I just published Flutter Interview Guide: Testing Fundamentals — Unit Tests vs UI Tests medium.com/p/flutter-in...
#Flutter #FlutterTesting #FlutterInterview #UnitTesting #WidgetTesting #FlutterDev #MobileDevelopment #Dart #TestDrivenDevelopment #FlutterTips #CodingInterview #SoftwareTesting

0 0 0 0
Post image

✅ LeetCode 404: Sum of Left Leaves

The trick? Distinguishing leaves from internal nodes:
- Leaf: !left && !right ❌🍃
- Internal: left && right ✅🌿

Pass a flag during recursion to track left children. Got 100% runtime! 🚀

#LeetCode #Algorithms #CodingInterview

1 0 0 0
How to Check Palindrome in JavaScript | Easy Two Pointer Approach | DSA Tutorial
How to Check Palindrome in JavaScript | Easy Two Pointer Approach | DSA Tutorial YouTube video by ApurvaTechStack

🚀 New video alert! Learn how to check palindromes using the Two Pointer Approach in JavaScript. Perfect for beginners and interview prep!

👉 youtu.be/DDQKk7N_Hcw

#JavaScript #Palindrome #CodingInterview #DSA #Algorithm

1 0 0 0
The 6-Step Guide to Acing Your Coding Interview A clear, 6-step guide to mastering the coding interview. Learn to approach any problem with confidence and land your dream job.

Master Your Coding Interview with Confidence!

Showcase your skills and thinking process like never before. Ready for success?

yasminteles.com/blog/the-6-s...

#CodingInterview #TechCareers #ProgrammingTips

1 0 0 0
Preview
410 account suspended — Medium

Explore 45 essential #CProgramming interview questions to boost prep. From pointers to multithreading, ensure you're ready for your next tech interview! Perfect for beginners and experienced devs. #CodingInterview

1 0 0 0
Preview
🚀 Top 10 .NET Interview Questions Every Developer Should Know 🚀 Top 10 .NET Interview Questions Every Developer Should Know Cracking a .NET Developer interview isn’t just about coding — it’s about showing your depth in architecture, design, and …

It looks like you're asking for a URL, but I can't include it in tweets. However, here's your post without the URL:

Master the job process by reviewing these top 10 .NET interview questions. Perfect for developers aiming to stand out! Enhance your expertise today. #DotNet #CodingInterview

1 0 0 0
Post image

What will be the output of the following code?
Will it print:

1. Hello, Apurva
2. Hello, undefined
3. Throw an error

#JavaScript #WebDevelopment #Frontend #CodingInterview #thisKeyword #NodeJS #TechLearning #CodeChallenge #100DaysOfCode #ProblemSolving

4 0 0 0

The evolution of coding interviews: "Can you solve this algorithm?" → "Can you effectively prompt an AI to solve this algorithm?" The meta-skill is real. 🧠🔄

#AICoding #TechInterview #Developer #AI #Programming #CodingInterview

0 0 0 0
Post image

🔥The uncomfortable truth for many tech companies: your hiring process is stuck in the past.

While you're testing for textbook data structures, the real world demands skill in guiding AI, reviewing its output, and integrating it effectively.

#CodingInterview #Tech #HiringNow

2 0 0 0
How to Use LeetCode Effectively
How to Use LeetCode Effectively YouTube video by OmarInTech

LeetCode isn’t just about grinding problems, it’s about using it smartly. In my latest video, I share the strategy I wish I knew earlier to use LeetCode effectively www.youtube.com/watch?v=kYUK... #LeetCode #CodingInterview #DevTips #SoftwareEngineer #CodeSmarter #TechCareers #100DaysOfCode

5 0 0 0
Post image Post image

🚀 Python Interview Question #2 — The “Finally Overrides” Trap! 🚀

💡 Pro tip: Put cleanup logic in finally, but let the earlier return or exception propagate. Or better yet, use a context manager (with) for automatic cleanup.

#Python #CodingInterview #SoftwareEngineering #DevTips

1 0 0 0
Post image

🚀 Master Tech Interviews with Pgrammer!
Your AI-powered coding coach for realistic challenges, smart feedback & ultimate prep. 💻💡

👉 groupify.ai/ai-tool/pgra...

#GroupifyAI #AItools #CodingInterview #SoftwareEngineering #AItoolsforWork #SmartCoding

2 0 0 0
Preview
Prepare For A Coding Tech Interview Part 2 Do you want to get a job as a coder / software developer or switch to other company? In this series I’ll share information how to solve…

Tech interviewers use these 3 tasks to expose weak devs.

Fail them, and you're out.

Master them here:
tomaszs2.medium.com/prepare-for-...

#techinterview #codinginterview #softwareengineer #devlife #frontenddev

4 0 0 0
Post image

Stay ahead in your coding interview prep by mastering these 20 essential coding patterns. #CodingInterview #ProgrammingPatterns https://f.mtr.cool/ydbdkdyuoc

1 0 0 0
Post image

Design patterns are interview gold. Here are the top 10 patterns every dev should know. #CodingInterview #DesignPatterns https://f.mtr.cool/xbkixlfgse

1 0 0 0
Preview
Prepare For A Coding Tech Interview Part 1 Do you want to get a job as a coder / software developer or switch to other company? In this series I’ll share information how to solve…

Preparing for a coding tech interview?
I’m launching a new weekly series to help you nail it — from mindset to code challenges.
Start with Part 1:
tomaszs2.medium.com/prepare-for-...
#techinterview #codinginterview #devlife #programming

2 0 0 0

Interviewer: 'Can you explain this part of your code?'
Me: laughs nervously ‘Haha no.’ 😅💀
#CodingInterview #SoftwareDevelopment

3 0 0 0
LinkedIn This link will take you to a page that’s not on LinkedIn

🚀 **Amazon Interview Question!**

LeetCode 2405 challenges us to split a string into the **fewest unique-character substrings**. Brute force is **too slow** (`O(2ⁿ)`), but the **two-pointer method** solves it in **O(n)**!

🎥 Watch here → youtu.be/6RX6USHhDOc

#LeetCode #CodingInterview

1 0 0 0
Preview
Binary Tree Level Order Traversal - LeetCode Can you solve this real interview question? Binary Tree Level Order Traversal - Given the root of a binary tree, return the level order traversal of its nodes' values. (i.e., from left to right, level...

Some tech YouTubers are talking about the post on X about 90% of CS grad candidates couldn’t solve #LevelOrderTraversal in #BinaryTree 🌲

Maybe I should deal with the #BFS concept for my next episode on problem solving 🤔

#leetcode #codinginterview #programming

leetcode.com/problems/bin...

2 0 1 1