Grokking the coding interview. Coding interview problems into a set of 16 patterns.

Grokking the coding interview. FAANG Coding Interview Roadmap.
Grokking the coding interview Ctci: Behavioural stuffs, Interview Procedure, Questions & solutions, Data structure introduction. According to its authors, this course has helped thousands of people to prepare for their Coding Interviews. I skimmed through it and imo you’re better off with neetcode’s list or Sean prasad because they are free mohllal/grokking-coding-interview-patterns This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. Oct 21, 2021 · Coding Interview Prep # Developers learn by doing. Contribute to alishsuper/Grokking-the-Coding-Interview development by creating an account on GitHub. Pattern 2: Sliding Window Grokking the Coding Interview - Subsets chapter So I'm going through the Subsets chapter of this course which deals with permutation and combination problems. html. The first two are great read, but the latter two, I think you should be familiar with data structures before trying leetcode anyways and questions on the book are mostly on leetcode Jul 29, 2023 · Similarly, the Grokking Coding Interview course helps in preparing candidates for coding interviews. Please take a look at Grokking the System Design Interview and Grokking the Advanced System Design Interview for some good examples of system design question and their answers. Check out our courses that cover coding interview patterns in various : Grokking Coding Interview Patterns in Python By the end of this course you will be able to identify some coding interview problems so that you can use that pattern to solve it. Coding interview problems into a set of 16 patterns. A few years back, brushing up on key data structures and going through 50-75 coding interview questions was more than enough prep for an interview. 6 (22014 ratings) Preview. Developed by FAANG hiring managers to help you prepare for interviews at major tech companies. Once you solve the questions in grokking, and understand the solutions there, search for similar questions on leetcode and try to apply what you just learned. Efficiently prepare for coding interviews with the ultimate course created by FAANG engineers. 4. If you haven’t, check out this refresher course on Data Structures. interview-questions coding-interviews grokking-coding-interview Updated Apr 24, 2021 Grokking the Coding Interview Patterns. This repository contains topic tutorials on "must know" coding interview patterns, their associated LeetCode questions and solutions in Java programming language. Each section is structured as follows: "Grokking 75 Top Coding Interview Questions" is the ultimate course for mastering the most important and frequently asked coding interview questions, designed specifically to help you excel in technical interviews at top tech companies like FAANG. This course teaches you the underlying patterns behind common coding interview questions. His courses on youtube are a teaser of Structy content, but he really holds your hand in thinking about how to traverse nodes and the recursive stack. Take the guesswork out of coding interviews with codinginterview. Practice with real-world interview questions and get interview-ready in just a few hours. org, they offer lifetime access (no subscription). As we know, when we are not allowed to repeat characters while finding permutations of a string, we get N!N! permutations (or anagrams) of a string having NNcharacters. At Google, she interviewed hundreds Jun 1, 2022 · Grokking the Coding Interview: Patterns for Coding Questions. Ctci is decent read but the selling points are different from Grokking. Grokking the Coding Interview Patterns in Java, Python, JS, C++, C#, & Go. main Download Grokking the Coding Interview PDF Description Similar Free PDFs. Most comprehensive course with 498 Lessons & 540 Exercises. The following patterns assume that you’ve brushed up on Data Structures. I find it the hardest chapter for sure by far and I'm wondering if it has something to do with the way it is explained. Learn more about these patterns and sample problems in Grokking the Coding Interview and Grokking Dynamic Programming for Coding Interviews. Helps immensely with retention! Unlock the secrets of acing coding interviews with "Grokking 75 - Top Coding Interview Questions," the definitive course made for those determined to excel in interviews at top tech giants like the FAANG companies. I've come across "Grokking the Coding Interview" and I really love their sliding window chapter. This expertly designed course zeroes in on the most important and frequently asked questions from the past year, ensuring you engage with material that's both up-to-date and highly Dec 31, 2024 · One term that frequently arises in discussions about cracking the coding interview is “grokking. io that you should consider for your coding interview preparation, they cover all essential topics for coding interviews like System Design, API Grokking the Coding Interview: Unlocking the Path to Success The coding interview can be a nerve-wracking experience for many aspiring software engineers, but it doesn’t have to be. Learn coding patterns and solutions for common interview questions with examples in Java, Python, C++ and Javascript. Searching online to see if this was anyone else's experience lead me to your post and one in r/leetcode with similar reports. Contribute to lakhbawa/PDF---Grokking-the-Coding-Interview-Patterns-for-Coding-Questions development by creating an account on GitHub. Today, everyone has access to massive sets of coding questions that have even gotten more complex. I read both. This roadmap is your companion on your journey to cracking FAANG interviews. It is based on "Grokking the Coding Interview: Patterns for Coding Questions" by Design Gurus. The coding interviews are getting harder every passing day, so it’s important to prepare only from the best resources. May 29, 2019 · This just touches the surface — I strongly recommend checking out Grokking Coding Interview Patterns in Java for comprehensive explanations, examples, and coding practice. Coding interviews focus on solving algorithmic problems with code, while system design interviews evaluate your ability to create scalable and efficient architectures for real-world applications. Grokking the Coding Interview in 16 Patterns. When learning linked lists and trees, I found it really helpful to dedicate a whole week to learning how to traverse these data structures, which made solving LC problems much easier because I had Jan 7, 2025 · 《Grokking Coding Interview》通过多种经典的编程题目,引导读者学习如何分解问题、优化解法,并提高解决问题的效率。 书中重点介绍了几类常见的算法题型,如数组操作、字符串处理、树和图的遍历、动态规划等。 Dec 22, 2024 · Here are the top 9 Grokking courses on Educative. You signed out in another tab or window. I actually followed along pretty well. There’s a link somewhere with a list of their questions and the associated leetcode question. You've come to a consistent conclusion. Hey all, I'm kinda in a pickle right now. Alvin is to Structy what Neetcode is to neetcode. I'm working on a free alternative to courses such as Grokking the Coding Interview. The goal is to build an understanding of the underlying pattern so that we can apply that pattern to solve other problems. Grokking the Coding Interview. 1 Introduction - Grokking the Coding Interview_ Patterns for Coding Questions. Learning coding patterns is crucial for succeeding in programming interviews. Grokking Dynamic Programming Interview in JavaScript Gain insights into dynamic programming in JavaScript with strategies developed by FAANG engineers. If you end up seeing solution for 100 problems and try the remaining on your own, it should work. The course allows you to TLDR: Grokking the Coding Interview 🚀 Grokking the Coding Interview: Patterns for Coding Questions is an interactive interview prep course on Educative. Given a string and a pattern, find all anagrams of the pattern in the given string. Obviously, it doesn't provide as much in-depth detail, but it outlines everything that Grokking would cover. 0 Dec 15, 2022 · To continue improving your coding interview skills, we recommend checking out the all-new Grokking Coding Interview Patterns in Python course, which covers 21 additional patterns, includes free practice problems to test your knowledge, and features a hands-on, setup-free coding environment. Conventional wisdom recommends going through 100 or 200 difficult coding questions to prepare for a technical interview, yet without an adequate conceptual foundation, this approach is essentially just cramming for an exam. A few Feb 16, 2022 · Grokking the Coding Interview: Patterns for Coding Questions by Educative expands on the recommended practice questions in this article but approaches the practicing from a questions pattern perspective, which is an approach I also agree with for learning and have personally used to get better at coding interviews. Watch on Frontend Masters. Latest commit Grokking the Coding Interview has some 200 problems divided into all the famous patterns like sliding window, two pointers, two heaps, topological sort, etc. Her background is in software development. Code Samples and Excercises Licensed Under Apache 2. Let’s get started! 1. The overall process has gotten more competitive. 🚀 💥 It’s geared towards aspiring FAANG-level software engineers. Mar 30, 2021 · Grokking The Spring Boot Interview (Grokking the Java and Spring Developer Interview Series Book 3) - Kindle edition by Paul, Javin. It is helpful to have all the progress and code in one place. Coding Interviews: Questions, Analysis & Solutions also contains examples to help you creatively solve problems. Blame. Mar 2, 2023 · Welcome to another edition of Grokking Python! In our Dec. io - Grokking the Coding Interview: Patterns for Coding Questions in JAVA/Python/JS/C++ - Study recurring patterns/techniques for solving most Data Structures and Algorithm coding questions. However now I'm hearing Grokking the coding interview is a really good course as well so should I switch over to it and replace it with CTCI?? Grokking Modern System Design Interview Guide This System Design Interview Guide will provide the latest system design interview questions and equip you with knowledge and techniques needed to design, build, and scale your own robust applications, for professionals as well as newbies. Grokking the Coding Interview Patterns. Coding interviews are getting harder every day. Explore comprehensive guides to hack the process at top companies including Amazon, Microsoft, Google, Apple, Facebook, and more You signed in with another tab or window. Is there coding involved in the System Design Interview? System Design Interviews focus primarily on high-level system architecture with minimal to no code. Instead of trying out random Algos, they break down the patterns you need to solve them. Check out Grokking the Coding Interview. By understanding the intricacies of coding interviews and honing your preparation techniques, you can approach these challenges with confidence. Jul 1, 2015 · Gayle Laakmann McDowell is the founder and CEO of CareerCup and the author of Cracking the PM Interview and Cracking the Tech Career. 4 days ago · I liked the way Grokking the coding interview organized problems into learnable patterns. Mar 11, 2023 · Overview of Grokking the Coding Interview . To say something positive, for Finally, you’ll work on the soft skills needed to pass the coding interview. The Nov 16, 2021 · The 30-Minute Guide and Cracking the Coding Interview (again, there are free LeetCode problem mappings if you do not own Cracking the Coding Interview) both cover computer science fundamentals. Is buying Grokking the Coding Interview: Patterns for Coding Questions or LC premium worth it for prepping for the interview? This course presents 215 of the most popular coding interview questions, organized as a set of 26 coding patterns. Nov 10, 2024 · Here are the top 20 coding interview patterns discussed in Grokking the Coding Interview: 1. Covering 24 patterns, this course Jan 31, 2023 · Learn more about the Merge Interval pattern in Grokking the Coding Interview. Copy path. The Hello, I recently started Grokking the Coding Interview patterns and I feel like I'm struggling a lot when trying to learn the patterns. Content Licensed Under CC-BY-NC-4. So instead of passively watching videos, Educative provides some guidance to courses that involve interactive challenges and playing with real code right from your browser. The goal is to build an understanding of the underlying pattern so that we can apply that pattern Nov 10, 2022 · Instead, simplify your interview prep by unlocking the patterns behind the industry’s most common questions. Cracking The Coding Interview Set 1: Gayle L McDowell - Cracking The Coding Interview (video) Cracking the Coding Interview with Author Gayle Laakmann McDowell (video) Cracking the Facebook Coding Interview: The Approach; Problem Walkthrough; Prep Courses: Python for Data Structures, Algorithms, and Interviews (paid course): Golang version for "Grokking the Coding Interview: Patterns for Coding Questions" go golang algorithms-and-data-structures grokking-coding-interview You’ll learn how to solve dynamic programming questions, and you’ll master the fundamentals of data structures and algorithms. g. Today, we will continue exploring important coding patterns for interviews. 2019; Grokking the System Design Interview. 0. I already have "Cracking the Coding Interview" but I honestly don't really know how to utilize it Grokking 75: Top Coding Interview Questions Unlock the secrets of acing coding interviews with "Grokking 75 - Top Coding Interview Questions," the definitive course made for those determined to excel in interviews at top tech giants like the FAANG companies. org) has more than 200 problems. For example, I'm doing two pointers right now and have done the easy questions for which I do understand how to implement the pattern. This is primarily for people May 22, 2020 · javascript algorithms leetcode data-structures interview-questions coding-interviews interview-preparation grokking-dynamic-programming grokking-coding-interview Updated Aug 20, 2024 Improve this page This course categorizes coding interview problems into a set of 16 patterns. The Grokking the coding interview (designgurus. There is a lot more work to be done when it comes to coding interview preparation Grokking the Coding Interview: Patterns for Coding Questions. Grokking the Coding Interview Patterns: Includes Topic Tutorials Plus LeetCode Questions & Solutions in JAVA ☕️ Grokking the Coding Interview: Patterns for Coding Questions Grokking the Coding Interview Patterns in Java, Python, JS, C++, C#, and Go. With a focus on mastering coding techniques, data structures, and algorithms, learners gain the Aug 28, 2023 · The book follows the same format as my previous Grokking the Java Interview and Grokking the Spring Boot Interview and tries to teach you SQL by interview questions. To excel at answering these types of questions, it's important to strike the right balance. But nothing is free in this world and the rest of the course is $79. Grokking the Coding Interview: Patterns for Coding Questions This course by Design Gurus expands upon the questions on the recommended practice questions but approaches the practicing from a questions pattern perspective, which is an approach I also agree with for learning and have personally used to get better at coding interviews. Whether you're a budding software engineer or a seasoned professional aiming for a senior role, this roadmap is designed to equip you with the insights, strategies, and tools needed to succeed in your coding interviews. In addition to that go through the online "Grokking the Coding Interview" as well as this for the system design interview: https: 00:00 Introduction02:17 Two Sum04:49 Fast and Slow Pointer06:21 Reverse Array07:13 MergeSort 09:28 QuickSort12:06 Remove Duplicates 16:02 Squares of Sorted A Solutions for Grokking the Coding Interview: Patterns for Coding Question in JavaScript. This alternative is different for two reasons: All the content is free and will never be behind a paywall I got grokking the system design interview (10/10) which also gave me access to grokking the coding interview. Apr 24, 2021 · Solutions to the coding questions featured in Grokking The Coding Interview Course in Golang. Grokking, in the context of coding interviews, goes beyond simply memorizing algorithms and data structures. Here was my original plan: CTCI -> Blind75 -> Grokking the system design -> Apply for lots of companies -> Whatever company I get I'll grind LC with the company tagged questions. - teimurjan/educative-grokking-coding-interview Oct 8, 2024 · Grokking the Coding Interview: Patterns for Coding Questions This course on by Design Gurus expands upon the questions on the recommended practice questions but approaches the practicing from a questions pattern perspective, which is an approach I also agree with for learning and have personally used to get better at coding interviews. Good luck with your coding interview prep! Also, keep seeing the solution when you are stuck. Pattern 1: Two Pointers Techniques . Learn and practice common patterns such as two pointers, sliding window, merge intervals, cyclic sort, and more. Grokking Advanced Coding Patterns for Interviews course, specially crafted for students and professionals aiming to crack coding interviews at top tech companies like MAANG (Meta, Apple, Amazon, Netflix, Google) and beyond. Grokking the Modern System Design Interview : Perfect for senior-level candidates, this course covers key system design concepts, helping you craft scalable solutions. Grokking the Coding Interview is a software platform for aspiring software engineers to practice their skills while preparing for coding interviews. Grokking the Coding Interview has been a good course in the learning and problem-solving process. Then used the leetcode explore section for that subject, e. Grokking the Coding Interview by Educative is a very popular course that has helped developers prepare for coding interviews. Grokking the Coding Interview: Patterns for Coding Questions is an online course developed by Design Gurus. There already exist different gists mapping the older Grokking to equivalent Leetcode problems, such 1. Nov 14, 2019 · 上完了Grokking the Coding Interview: Patterns for Coding Questions 这门课, 感觉还是挺不错的,学精了再刷个300道左右熟练下应该能应付大部分公司面试了,我随手整理了下笔记,分享下,如果觉得有用麻烦加点大米。 Golang version for "Grokking the Coding Interview: Patterns for Coding Questions" go golang algorithms-and-data-structures grokking-coding-interview. Jul 1, 2015 · 1-16 of 69 results for "grokking the coding interview" Results. 15 edition, we delved into three common interview patterns that are currently popular among interviews. Grokking the Coding Interview: A Comprehensive Guide In the fast-paced world of technology, coding interviews have become an integral part of the hiring process for many companies. No, a system design interview is different from a coding interview. Speaking from experience, I was able to get through the Blind 75 a lot easier after completing Grokking the Coding Interview problems. Honestly I’d recommend that over Grokking. Each pattern will be a complete tool - consisting of data structures, algorithms, and analysis techniques - to solve a specific category of problems. Grokking the Coding Interview is a great resource to prepare for the coding interview, as it helps you learn the key algorithm patterns you will encounter during the coding interview. 🗺 System design is an important component of any ML interview. Now I'm with the group, doing the grokking the coding interview modules and done with the first pattern (sliding windows) and still have my doubts. Download it once and read it on your Kindle device, PC, phones or tablets. Check Design Gurus for some interesting courses on Coding and System Design interviews. Being able to efficiently solve open-ended machine learning problems is a key skill that can set you apart from other engineers and increase the level of seniority at which you’re hired. New. The most comprehensive course with 476 Lessons. 0/1 Knapsack (Dynamic Programming) Pattern: Topological Sort (Graph) With thousands of potential questions to account for, preparing for the coding interview can feel like an impossible challenge. Explore topics such as sliding window, two pointers, merge intervals, cyclic sort, in-place reversal, tree traversal and more. flamingass submitted a new resource:Educative. You’ll also get an in-depth understanding of Grokking Dynamic Programming Interview Patterns for Technical Interviews, and you’ll learn the skills needed to solve the toughest coding interview questions. I essentially used their list as a guide to what to learn next. Master 24 essential coding patterns to solve thousands of LeetCode-style questions. The original authors of Grokking the Coding Interview course are designgurus. You signed in with another tab or window. Stop drilling endless sets of practice problems, and prepare more efficiently by learning coding interview patterns. 💥 🗺The course features 16 patterns that help you map a new problem to an already known problem. A repository of coding interview patterns and solutions for various problems. The interviewer focuses on your ability to strategically tackle complex problems and iteratively work toward an acceptable solution. Here are a few good posts on coding and system design interviews: Don’t Just LeetCode; Follow the Coding Patterns Oct 23, 2024 · Grokking Coding Interview Patterns: Learn 26 fundamental coding patterns that make it easier to tackle various problems in coding interviews. So say you do the two pointer pattern. Reply reply madlad3008. Grokking the Coding Interview Patterns in Java, Python, JS, C++, C#, and Go. Cracking the Coding Interview: 189 Programming Questions and Solutions (Cracking the Interview & Career) Oct 8, 2024 · Grokking the Coding Interview: Patterns for Coding Questions This course by Design Gurus expands upon the questions on the recommended practice questions but approaches the practicing from a questions pattern perspective, which is an approach I also agree with for learning and have personally used to get better at coding interviews. 🍷 Looking for more coding interview questions? This book pairs well with the course Grokking the Coding Interview on Educative. Yet with a strategic approach, coding interview prep doesn’t have to take more than a few weeks. This course teaches you the underlying patterns Grokkin the Coding Interviews. Today, everyone has access to massive sets of coding problems, and they've gotten more difficult to account for that. Thanks! What will you learn in this course? You will learn and master 5 Patterns for coding interviews: Solutions in Java & Python. com. io. What helped me massively was solving leetcode questions on the pattern I was studyign at the time. She has worked as a software engineer at Google, Microsoft, and Apple. You switched accounts on another tab or window. Learn a structured, pattern-based approach to solving any coding interview question — without getting lost in a maze of Leetcode-style practice problems. graphs and dynamic programming. It’s not something you own, you actually don’t even need to create a profile - your progress is saved in your browser cache. Jul 12, 2021 · Coding interviews are getting harder every day. Some prefer this place to be LeetCode. Jul 18, 2019 · Please take a look at Grokking the Coding Interview to find more of such patterns and their sample problems. Preparing for coding interviews is very crucial for securing a job in top-tier tech companies. Coding interviews are getting tougher every day. I'm currently preparing for my FB SWE intern interview, and through past feeds, people seem to recommend Grokking the Coding Interview: Patterns for Coding Questions, Blind 75, and FB tagged LC problems. We'll be writing about coding interview patterns in a December edition of Grokking Python, but to get started now, check out Educative's all-new course, Grokking Coding Interview Patterns in Python. And 14 coding patterns goes a little bit further. It’s just a structured tree of common leetcode problems with video walkthroughs that discuss both intuition and implementation. Reload to refresh your session. Here is a good list of patterns to practice: System Design Interview Practice System Design + Behavioral Interview (45-minute exercise) Recruiters and hiring managers often ask about the projects you have worked on. Like coding interviews, candidates who haven’t put a deliberate effort to prepare for SDIs, mostly perform poorly specially at top companies like Google, Facebook, Amazon, Microsoft, etc. These interviews are designed to assess a candidate's technical skills, problem-solving abilities, and overall compatibility with the team. As the explanations on leetcode are usually just as good, the course really boils down to being a glorified curated list of leetcode problems. Unlike many other coding interview prep courses, Grokking doesn’t go into in-depth teaching of coding. Pattern: Two Pointers. Grokking the Coding Interview contains a detailed breakdown of coding patterns and the LeetCode type questions that can be solved through these patterns. However, the course is expensive and the majority of the time the problems are copy-pasted from leetcode. Every anagram is a permutation of a string. Nov 19, 2021 · Their only option is to prepare smartly and learn problem-solving by focusing on the underlying problem patterns. Closing Thoughts. FAANG Coding Interview Roadmap. Both test different skill sets. ” But what does it truly mean to grok the coding interview, and is it worth the effort? Understanding “Grokking” the Coding Interview. In these companies, candidates who do not perform above average have a limited chance to get an offer. And once you understand the algorithm patterns behind a question, a bunch of similar questions suddenly become much more manageable. glgrtl ztckkk lyuau dokecsr foqgs kibq mmfpj bkpvpd qmfxb fycstfzt
{"Title":"What is the best girl name?","Description":"Wheel of girl names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}