<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Journey to FAANG - Interview Tips and Strategies on Sandeep Gangarapu</title>
    <link>https://sandeepgangarapu.com/series/journey-to-faang---interview-tips-and-strategies/</link>
    <description>Recent content in Journey to FAANG - Interview Tips and Strategies on Sandeep Gangarapu</description>
    <image>
      <title>Sandeep Gangarapu</title>
      <url>https://sandeepgangarapu.com/images/profile/vivekkrishnanphotography-6_websize.jpg</url>
      <link>https://sandeepgangarapu.com/images/profile/vivekkrishnanphotography-6_websize.jpg</link>
    </image>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 18 Dec 2021 15:12:00 -0600</lastBuildDate>
    <atom:link href="https://sandeepgangarapu.com/series/journey-to-faang---interview-tips-and-strategies/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Journey to FAANG - Interview tips and strategies</title>
      <link>https://sandeepgangarapu.com/blog/journey-to-faang-interview-tips-and-strategies/</link>
      <pubDate>Sat, 18 Dec 2021 15:12:00 -0600</pubDate>
      <guid>https://sandeepgangarapu.com/blog/journey-to-faang-interview-tips-and-strategies/</guid>
      <description>&lt;p&gt;Job hunting and giving interviews is not something you do often that you can learn from your mistakes and improve upon. That is the reason I wanted to write this so you learn from my mistakes and see if what worked for me will work for you. I did my best to provide unique and new information that you may not find elsewhere.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;💡 This is tailored for data scientist positions in top tech (FAANG) and equivalent companies. Some of it may apply to everyone like (Resume, Behavioral prep), but not all.&lt;/p&gt;</description>
    </item>
    <item>
      <title>MODE SQL Notes</title>
      <link>https://sandeepgangarapu.com/blog/mode-sql-notes/</link>
      <pubDate>Tue, 18 Aug 2020 00:00:00 -0600</pubDate>
      <guid>https://sandeepgangarapu.com/blog/mode-sql-notes/</guid>
      <description>&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Comparison operators&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;LIKE is case sensitive&lt;/li&gt;
&lt;li&gt;ILIKE is not&lt;/li&gt;
&lt;li&gt;BETWEEN includes the range bounds&lt;/li&gt;
&lt;li&gt;IS NULL is for missing values. column=NULL will not work.&lt;/li&gt;
&lt;li&gt;For non null values - use IS NOT NULL. Don&amp;rsquo;t use NOT IS NULL&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Aggregate function&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;COUNT
&lt;ul&gt;
&lt;li&gt;COUNT(col) gives of count of col where values are not null.&lt;/li&gt;
&lt;li&gt;This is the main difference between COUNT(*) and COUNT(col)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;SUM, AVG and COUNT can only be used for numeric values. (duh!)&lt;/li&gt;
&lt;li&gt;AVG ignores null values completely. Does not take in the denominator&lt;/li&gt;
&lt;li&gt;MIN and MAX can be used for numeric, date, chars&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;GROUP BY&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
