#codinginterview ผลการค้นหา
Short on what I think of coding tests from my experience as a game dev hoping to never do them again. #indiedev #LeetCode #codinginterview #gamedev #Unity
Python Gotcha 😲 Global vs Local Variable Explained in 50s | Tricky Interview Question 🐍 #Python #CodingInterview #PythonTips #LearnPython #CodeGotchas #PythonTricks #pythonprogramming #pythoncoding
What's the output of this code?🧑💻 Share your thoughts below!📷 #JavaScript #CodingInterview #DevWithDSA #100DaysOfCode #CodeNewbie
Day 84: LeetCode 3347 - Max Freq of an Element After Operations II (Hard) 🎯Today's #CodingInterview #HardProblem #SweepLine #Algorithm #Day84 #TechInterview #Optimization #RangeQueries
Back in the LeetCode groove! Just solved the classic "295. Find Median from Data Stream." Feels good to be back and grinding. Consistency is the key! #LeetCode #CodingInterview #DataStructures #Algorithms #Python #Java #SoftwareEngineering #Consistency
🚀 Is a String a Valid Number? 🤔 Validate numbers like "3.14", "-90E3", "2e10" while rejecting "abc", "99e2.5", "1e". Here's a clean JavaScript solution! 👇 Regex FTW! 🔥 #JavaScript #CodingInterview #Regex #100DaysOfCode
🚨 New Batch: DSA using Java 📅 2nd July | 🕢 7:30 PM IST 👨🏫 Mr. Ramana ✍️ Registration Link: t.ly/DSAJ-2J 🔥 Practice with HackerRank & LeetCode 💥 For top tech placements! #NareshIT #DSAwithJava #CodingInterview #JavaDeveloper #TechTraining #LeetCode #HackerRank
🗓️ My Weekend Plans: ✅ Coffee ☕ ✅ Code 💻 ✅ Conquer DSA 🧠 Time to get in the zone and prepare. Let's grid! #DataStructuresAndAlgorithms #CodingInterview #ProblemSolving #Tech #LearnToCode
🚀 Find the Minimum in a Rotated Sorted Array (with Duplicates!) Use modified binary search to handle duplicates efficiently! 🔥 ⚡ Time: O(log n), worst O(n) (duplicates) 💡 Used in: Circularly sorted data, indexing #LeetCode #BinarySearch #CodingInterview #Python
🚀Day 79 of #100DaysOfCodingChallenge | Mastering Sliding Window: Counting Binary Subarrays with Exact Sum. 1423. Maximum Points You Can Obtain from Cards 930. Binary Subarrays With Sum #JavaDeveloper #CodingInterview #LeetCode #DSA #SlidingWindow #TwoPointers #CodingCommunity
🚨 New Batch: DSA using Java 📅 2nd July | 🕢 7:30 PM IST 👨🏫 Mr. Ramana ✍️ Registration Link: t.ly/DSAJ-2J 🔥 Practice with HackerRank & LeetCode 💥 For top tech placements! #NareshIT #DSAwithJava #CodingInterview #JavaDeveloper #TechTraining #LeetCode #HackerRank
Grind 75 or Taro 75? Taro 75's recency and smaller size might make it the better choice for targeted practice. Worth it? #CodingInterview #DataStructures #Algorithms #TechInterview #Grind75 join our community: ladderly.io
You have 45 minutes to solve a Hard Graph problem in a FAANG interview. Do you choose: A) C++ (Speed, but risky syntax errors) B) Java (Reliable, but your hand will cramp typing) C) Python (Fast to write, but might hit TLE) Which one are you picking? 👇 #CodingInterview…
Failed the Nutanix online assignment twice. Many company assessments feel tough, especially with hidden test cases. Any tips on how to tackle these challenges better? #JobHunt #SoftwareDeveloper #CodingInterview
✨ Cycle Detection Code Example with DSU (Data Structures And Algorithms) #Algorithms #DataStructures #CodingInterview #ProblemSolving #100DaysOfCode #DevLife
35+ vanilla JavaScript interview questions top companies ask in 2025. Debouncing, throttling, closures, infinite scroll with solutions. Read it 👇 #JavaScript #Programming #CodingInterview medium.com/@sanchit0496/8…
These are solid questions that really probe into core Java and system design concepts. It's great to see a focus on practical application and understanding the underlying mechanics of things like GC and auto-configuration 🤔.
That's a really interesting interview format, it sounds like it tests your ability to think critically about design choices and communicate your reasoning effectively. It's a great way to see how someone approaches problem-solving even when they aren't the one typing the code…
Does anyone do coding interviews where the interviewee is tasked with building a service, but only the interviewer can write the code and the interviewee has to work through type signatures, and is quizzed on implementation details throughout (e.g., "why did I do it this was?")
My hot take for crushing coding technical interviews: you don’t need to be a good coder if you can ask questions and communicate well to land jobs. Best skill I learned to prepare were negotiation and how to read tarot cards for a stranger. #100Devs #coding #technicalinterview
7/ If you want the JS code implementation, happy to share. #codinginterview #javascript #datastructures #linkedlists #leetcode #interviewprep #softwareengineering #apple #amazon #microsoft #oracle #problemsolving #javascriptdeveloper #techcareer #bigtech #codingpractice
✨ Merge Sort: Divide and Conquer (Data Structures And Algorithms) Learn more on our App and Website: App : play.google.com/store/apps/det… Web : techielearns.com #Algorithms #DataStructures #CodingInterview #ProblemSolving #100DaysOfCo...
idea for technical interviews - give candidate a coding problem but they can't write any code themselves. Candidate is limited to writing .md files, no code blocks allowed. they must figure out how to get the model to do what they want.
I mean... people seeking programming jobs are usually required to do some coding in an interview, so this is not especially off the wall or burdensome. That said, if you're an art director and you can't tell whether a portfolio is AI generated just by looking at it...
7. Technical Interview Manual: A selection of coding interview preparation resources specifically for software engineers. Link: github.com/yangshun/tech-…
Round 2- Coding(DSA) Two questions 1 easy and 1lc hard. I was supposed to write a working code that passed all the testcases. I wasn't able to write the complete code for second one and my logic still had flaws but the discussion I had was excellent. I was able to explain my…
✨ Implementing a Priority Queue with a Heap (Data Structures And Algorithms) #Algorithms #DataStructures #CodingInterview #ProblemSolving #100DaysOfCode #DevLife
I had a similar experience in one of the interviews I had maybe a decade ago. The interviewer was keep asking, “can you right this code one liner with short variables” multiple times. After a while I said enough and asked “please stop insisting on making the code unreadable. How…
Meetcode - A ultimate coding interview platform where you can practice interview problems in one to one session , advanced chat feature record entire session , share screen , a dashboard where you can see active sessions , past sessions Link meetcode-csnt7.sevalla.app
This is a bad interview technique— the coding interview should be a discussion of tradeoffs. The interviewer should’ve promoted the candidate to see or discuss a recursive solution and why it is or isn’t a good idea.
The first time I interviewed at Eventbrite, the interviewer asked for a function to provide a Fibonacci value, and I did it using a plain ol' for loop. The recruiter later told me that the interviewer wanted to see recursion. I rage-blogged about it: vicvijayakumar.com/blog/when-recu…
✨ Detecting Cycles in Undirected Graphs using DFS (Data Structures And Algorithms) #Algorithms #DataStructures #CodingInterview #ProblemSolving #100DaysOfCode #DevLife
The difference between good and great developers? First-order thinking in DSA. Here's what most people miss: #CodingInterview #DSA #SoftwareEngineering
The worst coding interview I ever had was one where they asked me to code in a specific language (not my main language) in a text document with no way to run the code in question. Closed book, no internet connection, if it doesn't compile and run correctly you fail. Insanity.
Something went wrong.
Something went wrong.
United States Trends
- 1. The Jupiter 484K posts
- 2. Purdue 5,837 posts
- 3. Texas Tech 9,796 posts
- 4. FINALLY DID IT 680K posts
- 5. Ferran 32.5K posts
- 6. #big12championship N/A
- 7. The Rock 47K posts
- 8. Gakpo 18.2K posts
- 9. Roony 27.9K posts
- 10. Europe 427K posts
- 11. The EU 513K posts
- 12. Cam Boozer N/A
- 13. Jordan Scott N/A
- 14. Mackey 1,758 posts
- 15. Cinnabon 14.5K posts
- 16. #MeAndTheeSeriesEP4 2.01M posts
- 17. Betis 32.2K posts
- 18. Ekitike 9,316 posts
- 19. Iowa State 15.2K posts
- 20. Bob Nightengale N/A