Snowflake - Interview Questions - Scenario Based

Поделиться
HTML-код
  • Опубликовано: 25 дек 2024

Комментарии • 60

  • @FromPlanetZX
    @FromPlanetZX 10 месяцев назад +1

    Never seen such way of explaination. Many Thanks to you.

  • @vinishadevi-f5g
    @vinishadevi-f5g 4 месяца назад +1

    Hi Sir, Your videos are really helpful. Great Explanation with real time examples. I'm really happy to share with you that I got job with 100% hike. Just because of your classes I was able to crack the interview. I suggest all of you who ever wants to learn snowflake from basic and also in interview point view you will get all the questions here. This is the best channel I can say.... Thanks again!!!

    • @mrjana520
      @mrjana520  4 месяца назад

      Congratulations and thank you

  • @sairammodhi6895
    @sairammodhi6895 Год назад +2

    Hi @ Janardhan reddy all because of your snowflake videos I got a 2 job offers really thanks a lot from bottom of my heart it's was 150% Hike from existing salary..❤❤❤

    • @mrjana520
      @mrjana520  Год назад +2

      That's great to know, congratulations Sairam

    • @sairammodhi6895
      @sairammodhi6895 Год назад +1

      I just watched your snowflake class I got the job now I was planning to do snowflake certification ...

    • @vijjidatawarehouse7454
      @vijjidatawarehouse7454 10 месяцев назад

      Hi Sairam, I am also preparing for snow flake, can you please share more details your contact number?

  • @nanim8416
    @nanim8416 Год назад +2

    Great explanation never seen such a realtime based explanation..can I get more questions and answers.impressed the way your explaining

  • @murthykasturi2520
    @murthykasturi2520 Год назад

    Your videos are very helpful. Thanks for uploading. Straight to the point and crystal clear. Liked your explanation. Keep uploading.

  • @sugunapochalukatikireddy
    @sugunapochalukatikireddy Год назад +3

    Really Great explanation, Thanks for the time and appreciate your hard work..

  • @somduttharihar3099
    @somduttharihar3099 Год назад +1

    Well explained. Thank you.

  • @mdmuheebmd8520
    @mdmuheebmd8520 4 месяца назад +1

    excellent!!!

  • @uravakondakhadhar5458
    @uravakondakhadhar5458 Год назад +1

    Great content

  • @KumudiniChaudhari-xo6ok
    @KumudiniChaudhari-xo6ok 8 месяцев назад

    Very well crafted Scenario based snowflake questions. Thank you!
    However I do have a doubt on Quest No. 07.
    You mentioned after 1000rows inserted in table B storage cost will be only for those thousand records which are not available in the original table and wherever Thousandrecords we have inserted there will be a storage cost for only those thousand rowsfrom the table B for the rest onemillion records there will be no storagecost.
    I would like to know what if the original table A is dropped and we insert 1000 more rows to table B. How the storage cost will be for the table B?

    • @mrjana520
      @mrjana520  8 месяцев назад

      If you delete data from base table A, there will be a storage cost for all records in table B

  • @bhargavi9705
    @bhargavi9705 Год назад +1

    very useful questions. Thank you.

  • @yamuna-p4u
    @yamuna-p4u Год назад

    really very nice explanation bro thank you

  • @kamalakannank-k6e
    @kamalakannank-k6e Год назад

    Can you share the snowflake project description for interview prepartion.Interviwers expecting more things from me.

    • @mrjana520
      @mrjana520  Год назад

      Reach me on jana.snowflake2@gmail.com

  • @kishoreevani5813
    @kishoreevani5813 Год назад

    Thanks for making this Video. Very helpful. Is the roboquery only the option for converting DDL queries or converting stored procs functions etc. I mean to ask sometimes we do migrations that time source script won't work in Snowflake, we can't change each and every line in the code, is there any option for this situation?

    • @mrjana520
      @mrjana520  Год назад +1

      Robo query, Snowflake stored proc, Python script there are many ways to convert the DDL. But it is impossible to convert a complex query or complex procedure as it is to snowflake, those tools can help you to some extent but after that you have to make changes again. I suggest convert the queries manually and carefully, it won't take much time because 80% of the sql is similar to other databases.

    • @kishoreevani5813
      @kishoreevani5813 Год назад

      Thank you for your prompt reply.

  • @sn2000
    @sn2000 Год назад

    Hi
    I've a query. I have a requirement where a new file comes to my local system every day at a specific location. I have to create an internal stage on Snowflake and have to exceute put command on snowsql to upload this file data into snowflake table . I want to orchestrate this daily. How to achieve this

    • @mrjana520
      @mrjana520  Год назад

      You can write a cron job to automate that put command to run daily at particular time

  • @nitinpandey4857
    @nitinpandey4857 Год назад +2

    Q2 - What if the actual date is 2022-01-01, then what will be the output of masking.?

    • @mrjana520
      @mrjana520  Год назад

      it will come as 2022-01-01 only, but the user can't think it as original date right, so no issues..

    • @avuthusivavardhanareddy5178
      @avuthusivavardhanareddy5178 Год назад

      select 'XX-XX-' ||to_char(current_date(),'yyyy') from dual;

  • @sai3321
    @sai3321 Год назад +1

    I have a few questions
    1) what is the size of datawarehouse in your company
    ans) 10TB
    2) what schema is your company using and how many facts and dimensions tables are there if it is star schema and snowflake
    ans) we used snowflake schema
    And we have 30dimensions and 5 fact tables in your company
    Is it ok to answer like this?

  • @dslouie4151
    @dslouie4151 Год назад

    What happens when DELETES or updates to table A are applied in 0 copy cloning scenario? My guess is if we delete 1000 rows from table A the pointers are removed but will remain on Table B hence 0 cost? In the update scenario where we update 1000 rows in table A the pointers are directed to the updated partitions but the original un-updates partitions remain on table b therefore cost will be incurred?

    • @mrjana520
      @mrjana520  Год назад +1

      If you clone a table, suppose B is cloned from A and if you delete or update records in table A then only for those records there will be cost associated in Table B.

    • @dslouie4151
      @dslouie4151 Год назад

      @@mrjana520 Thank you! Great video!

  • @nanim8416
    @nanim8416 Год назад

    Could you please tell me what are the major challenges while migrating from teradata to snowflake and project explanation regarding the same .which wooukd be helpful in interviews.

    • @mrjana520
      @mrjana520  Год назад

      Reach me on jana.snowflake2@gmail.com

    • @nanim8416
      @nanim8416 Год назад

      @@mrjana520 I sent a mail

    • @swarajrandhvan9057
      @swarajrandhvan9057 8 месяцев назад

      ​@@nanim8416 Did you get it?

  • @kalyaniv3941
    @kalyaniv3941 Год назад +1

    Permanent table name emp we careted tem table emp?
    Yes we created but we dropped the table which table is dropped temp table or permanent table??

    • @mrjana520
      @mrjana520  Год назад

      Always temp table gets priority, so temp table will get dropped

  • @rittikabose
    @rittikabose Год назад

    for the first query can row_number be used?

    • @mrjana520
      @mrjana520  Год назад

      No, we can't use

    • @rashuraj8892
      @rashuraj8892 Год назад

      ​@@mrjana520hi bro really ur videos r very helpfull fr freshers, iam a bcom student bt iam learning this data analytics, so plz guide fr freshers what is r the question they may ask in interview abt snowflake, SQL queries plz

  • @kalyaniv3941
    @kalyaniv3941 Год назад

    Find the 2'nd highest sal from the emp table?? With out using dense_rank(),top can u pls explain

    • @mrjana520
      @mrjana520  Год назад

      I can be reachable on jana.snowflake2@gmail.com

  • @Loki1997L
    @Loki1997L Год назад

    Like this scenario based any thing is there.. please provide link

  • @Venkata499
    @Venkata499 Год назад

    Hi Can you update Coupon code ? It is not working now.

  • @kalyaniv3941
    @kalyaniv3941 Год назад

    Sir how many database support snowflake?? How many data bases used in ur project can u pls explain sir??

    • @mrjana520
      @mrjana520  Год назад

      I don't understand, snowflake itself is a cloud database, how it can support other databases?

    • @kalyaniv3941
      @kalyaniv3941 Год назад

      I don't know sir I faced same question in interview sir.. interviewer asking how many database support in your project how many database created

    • @mrjana520
      @mrjana520  Год назад

      Ok may be it is about databases created in your snowflake project account

    • @sugunapochalukatikireddy
      @sugunapochalukatikireddy Год назад

      @@mrjana520 may be OR it may be how many(what DB's) databases we can migrate to snowflake

  • @nagarajunaik2561
    @nagarajunaik2561 Месяц назад

    Sir please provide pdf 😢

    • @mrjana520
      @mrjana520  Месяц назад

      reach me on jana.snowflake2@gmail.com

  • @BKG-u7v
    @BKG-u7v 9 месяцев назад

    Hi janardhn contact number plz

    • @mrjana520
      @mrjana520  9 месяцев назад

      can be reachable on jana.snowflake2@gmail.com

  • @pramodh311
    @pramodh311 Год назад

    SQL is called snowflake so funny 😅😅😅

    • @mrjana520
      @mrjana520  Год назад

      Have you attended any snowflake interview? So pity 😭😭😭

    • @pramodh311
      @pramodh311 Год назад +1

      @@mrjana520 not yet, after your video I came to know it’s a SQL