TCS SQL Real Interview BY TCS Team! TCS Interview Recording Simulation! TCS Ninja Hiring

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

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

  • @naagarhive6581
    @naagarhive6581 10 месяцев назад +315

    00:03 Understanding basic concepts of databases and database management systems
    02:26 SQL is a query language for database operations
    07:16 Case sensitivity and constraints in SQL
    09:45 Foreign key linking and CRUD operations
    14:42 Difference between Drop, Delete and Truncate in SQL
    16:56 Understanding SQL commands and concepts
    21:01 Using aggregate functions and joining tables in SQL
    23:30 Understanding Inner Joins in SQL
    27:51 Interest in Development Role
    30:15 Teamwork is essential for success
    34:37 Utilize online tutorials and organizational resources to learn quickly.
    36:46 Effective communication and learning during the managerial and technical rounds.
    41:15 Importance of technology interest and communication skills
    43:19 Confidence and communication skills are crucial for interview performance.
    47:15 Clear concepts in English for better communication
    Crafted by Pradeep Naagar

    • @Rockstar.919
      @Rockstar.919 10 месяцев назад +25

      Its good to have ppl like u on RUclips 😊

    • @IfNotMe
      @IfNotMe 10 месяцев назад +3

      Thank you bro

    • @SanjaySanjay-rw6lr
      @SanjaySanjay-rw6lr 9 месяцев назад +2

      Thank you

    • @India_Asks
      @India_Asks 8 месяцев назад +1

      ❤ thanks

    • @brownerjerry174
      @brownerjerry174 7 месяцев назад +3

      Bro wrote crafted by his name as if he has written a world disrupting novel.

  • @SatyarthRanjan-lt1tz
    @SatyarthRanjan-lt1tz 6 месяцев назад +110

    because of this interview i got a chance to revise my sql concepts

  • @imranrmd1552
    @imranrmd1552 9 месяцев назад +52

    21:49 select count(*) and select count(field_name) difference is select count(*) will count null values but count(fieldname) will not count null values that is difference

  • @mdammar
    @mdammar 10 месяцев назад +18

    00:03 Understanding basic concepts of databases and database management systems
    02:26 SQL is a query language for database operations
    07:16 Case sensitivity and constraints in SQL
    09:45 Foreign key linking and CRUD operations
    14:42 Difference between Drop, Delete and Truncate in SQL
    16:56 Understanding SQL commands and concepts
    21:01 Using aggregate functions and joining tables in SQL
    23:30 Understanding Inner Joins in SQL
    27:51 Interest in Development Role
    30:15 Teamwork is essential for success
    34:37 Utilize online tutorials and organizational resources to learn quickly.
    36:46 Effective communication and learning during the managerial and technical rounds.
    41:15 Importance of technology interest and communication skills
    43:19 Confidence and communication skills are crucial for interview performance.
    47:15 Clear concepts in English for better communication
    Crafted by Merlin AI.

  • @babadeepa2011
    @babadeepa2011 10 месяцев назад +259

    Beautiful interview and very confident participant

  • @KingJagguYT
    @KingJagguYT 10 месяцев назад +85

    Its a very good interview, very informative...

  • @ManuHere-fy5jv
    @ManuHere-fy5jv 6 месяцев назад +17

    This is Helpful For So Many people
    Thank You For Given your experience to us 🙏❤

  • @mohdshahzad8856
    @mohdshahzad8856 10 месяцев назад +180

    Great. The way she decribed all the things. Her presence of mind and communication was great.

    • @TheRealSaviour
      @TheRealSaviour 2 месяца назад +1

      Database is not organisation of the structure😂,it is organised collection of data stored electronically

    • @seansanwhybaptisingmakesch1930
      @seansanwhybaptisingmakesch1930 2 месяца назад

      what kind of horrible black dress by the candidate..

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

      Even there are many people who speak well in BPO or recruitment side 😅

    • @Tumharaabbu-xn6cd
      @Tumharaabbu-xn6cd 25 дней назад +1

      Tere kom ko he toh appreciate toh karega 😂😂😂😂

  • @syedmajidahmed8292
    @syedmajidahmed8292 9 месяцев назад +85

    One of the best interview I have seen...
    She calmy answered all questions which such grace & confidence....
    This is next level 💯 we all should master our communication skill it's extremely important.....
    Best of luck to her🎉 👑

    • @murlidhardubey9296
      @murlidhardubey9296 2 месяца назад +9

      but why she is in black tent

    • @Danish_khan123
      @Danish_khan123 2 месяца назад

      ​@@murlidhardubey9296Mere muh se English he ni nikalti ideas bahut acche ate hai 😢😢 84% btech mai hai 6 sem tak,interview kiase nikaelga mere muh se English ni nikalti meri bahut khosis ki 😢😢

    • @mujibultanim
      @mujibultanim 9 дней назад

      @@murlidhardubey9296 she had no problem with it then why are you bothering? what if we asked you about why you worship elephant, monkey, pig and 69+ crore others? what if we asked you about casteism, sati daha and other women treatments in your religion?

  • @datalover120
    @datalover120 10 месяцев назад +39

    Primary key is combined of unique key & not null that means we can't leave that column blank as well as that record will be unique

    • @muhammadaknan6023
      @muhammadaknan6023 9 месяцев назад +2

      Primary key is minimal key which satisfied Entity integrity constraint

  • @piyush42962
    @piyush42962 10 месяцев назад +52

    Excellently handled the questions.

  • @prasadjoshi9368
    @prasadjoshi9368 8 месяцев назад +18

    Must appreciate the way she is giving answers superbb👌👌

  • @ShaikMuzammil-n4r
    @ShaikMuzammil-n4r 10 месяцев назад +45

    Excellent and awesome performance Good one🎉

  • @RiyaSingh-ty2cu
    @RiyaSingh-ty2cu 3 месяца назад +5

    at 21:49 Count(*) will count total number of rows from a table be it null or not null where as Count (attribute_name) will count no of rows in that particular attribute(column) ignoring null rows.

    • @evilhunter662
      @evilhunter662 29 дней назад

      But here we applied a constraint that primary key exist in table so any null record who if have primary key value not null and all other values null will be counted and if primary key is also null then we cannot add that null record as we already specified primary key not while defining table so in both cases number of records should be same what do you think

    • @Shyam_1567
      @Shyam_1567 11 дней назад

      ​​@@evilhunter662interviewer told me at the end of my interview
      Good I will share your details with hr
      This means?

  • @zidhas546
    @zidhas546 10 месяцев назад +18

    very nice interview....had an exposure of the interview environment

  • @ar_editz
    @ar_editz 8 месяцев назад +11

    14:02 The Command is used to insert the multiple columns at a time is wrong because we should not use values keywords multiple times.

  • @nitinchauhan6549
    @nitinchauhan6549 10 месяцев назад +307

    generally sql is not case senstive

    • @SabinPoudel
      @SabinPoudel 10 месяцев назад +31

      Yeah in terms of syntax its not case sensitive because Select and SeLect both will work.

    • @shubhamroy7510
      @shubhamroy7510 10 месяцев назад +3

      Yes, we should care abt small letters word and capital letters word because it provides readability.

    • @mahimaprasadnayak7256
      @mahimaprasadnayak7256 10 месяцев назад +18

      but while defining a table name it is

    • @ravishmahajan9314
      @ravishmahajan9314 10 месяцев назад +19

      Sql is not case sensitive but the data in tables is case sensitive.
      SELECT & select are same.
      Table name, index name all are case insensitive.
      But data in table columns "SQL" is different from "sql"

    • @gstylegaming8658
      @gstylegaming8658 9 месяцев назад +5

      Correct so it will not create a new table it will give an error that the table already exists

  • @Bagad_billa24no
    @Bagad_billa24no 9 месяцев назад +15

    SQL is not a case sensitive language but for table name , column name, e.g it depends on case ❤

    • @hiteshrs4457
      @hiteshrs4457 7 месяцев назад +6

      Case-Insensitive: MySQL and SQL Server (when not configured otherwise) typically treat identifiers as case-insensitive. This means that "Table1" and "table1" would be considered the same.
      Case-Sensitive: PostgreSQL and Oracle (when not configured otherwise) treat identifiers as case-sensitive. So "Table1" and "table1" would be considered as different.

    • @Shyam_1567
      @Shyam_1567 11 дней назад

      ​@@hiteshrs4457interviewer told me at the end of my interview
      Good I will share your details with hr
      This means?

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

    It's very beautiful interview and so more helpful to everyone

  • @naveen_maddela
    @naveen_maddela 10 месяцев назад +5

    Very usefull 🎉
    Very good one

  • @smita1668
    @smita1668 6 месяцев назад +5

    Quite informative and helpful video.

  • @mr_affan15
    @mr_affan15 10 месяцев назад +8

    Informative interview excellent ❤

  • @heebakouser4529
    @heebakouser4529 10 месяцев назад +30

    Very useful 👌

  • @simplyanup9658
    @simplyanup9658 8 месяцев назад +25

    SQL isn't case sensitive. When you try to to create another table with name of any case of existing table name, it won't create.

    • @RS-3_roses
      @RS-3_roses 8 месяцев назад

      Yes, you're correct.

    • @ellenmarygeorge8130
      @ellenmarygeorge8130 6 месяцев назад +2

      Mysql databases are not case sensitive...if you create a table with tablename EMPLOYEES and create another table with tablename employees .Both will be different tables.

    • @dhikeshmm620
      @dhikeshmm620 5 месяцев назад

      Basic logic...u cannt give same name to multiple tables...irrespective of case sensitive

  • @wobaidurrobtareq3941
    @wobaidurrobtareq3941 9 месяцев назад +18

    She is so confident best wishes for her.

  • @krishnaRaog21
    @krishnaRaog21 6 месяцев назад +22

    Candidate has done very well in the interview ..Congratulations

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

      You should also learn sql

    • @seansanwhybaptisingmakesch1930
      @seansanwhybaptisingmakesch1930 2 месяца назад

      what kind of horrible black dress by the candidate..

    • @Shyam_1567
      @Shyam_1567 11 дней назад

      ​@@abhishekchauhan2601interviewer told me at the end of my interview
      Good I will share your details with hr
      This means?

  • @shabbir.j.kholiya9886
    @shabbir.j.kholiya9886 10 месяцев назад +12

    It's informative

  • @faisalchauhan6380
    @faisalchauhan6380 6 месяцев назад +11

    the question which was asked i find it very easy becz i had sql in my previuos semester

    • @dsa-j8x
      @dsa-j8x 5 месяцев назад +3

      having in semester is completetly different when it comes to nterview i hope you understand it when you face the inrerview

  • @mohammadjaved4044
    @mohammadjaved4044 10 месяцев назад +17

    Good interview and confident participant

  • @saidinesh4397
    @saidinesh4397 7 месяцев назад +1

    @7:50, tables,databases are not case sensitive. in sql, nothing is case sensitive.

    • @suhailshaikh1771
      @suhailshaikh1771 6 месяцев назад

      it is case sensitive though

    • @magxbeats
      @magxbeats 5 месяцев назад

      Create table Student & student as table name will create 2 different table man it's case sensitive as for queries it's not case sensitive

    • @saidinesh4397
      @saidinesh4397 5 месяцев назад

      @@magxbeats sql throws an error . a database should have an unique table_name. it doesnt create a new table if you change the case. sql stores tablenames in lower case only.

    • @Tussu17
      @Tussu17 5 месяцев назад

      Not sure about other but in Postgres it is case sensitive.

  • @MasterMinds-pk7vp
    @MasterMinds-pk7vp 7 месяцев назад +1

    DDL does NOT required commit, auto commit, delete can be rolled back.

    • @sanjaybhandari2144
      @sanjaybhandari2144 5 месяцев назад

      DDL is mostly auto commit ,but is configurable in some databases.

    • @srikanthsri85
      @srikanthsri85 5 месяцев назад

      Yes you said the answer ddl commands like create alter drop truncate rename once used these commands fetched the data auto commit.

  • @_MSTHAKUR
    @_MSTHAKUR 6 месяцев назад +1

    at 19:50 when we are using a temp name for a column to hide the orginal name then what if someone see's that query there you are pitting na its orginal name like (roll no as ROl)

    • @sanjaybhandari2144
      @sanjaybhandari2144 5 месяцев назад

      Output Table won't have the original column name, but If u want to hide it from developer than DBA can use views to create an abstraction.

  • @muhammadrezaulkarim5850
    @muhammadrezaulkarim5850 10 месяцев назад +33

    She is excellent

  • @TusharPatil-fu1qg
    @TusharPatil-fu1qg 4 месяца назад +1

    Excellent 👌

  • @trueworld3604
    @trueworld3604 10 месяцев назад +8

    Excellent👍

  • @ishraquekhan2058
    @ishraquekhan2058 2 месяца назад +2

    Very confident candidate

  • @123....infinityanish2
    @123....infinityanish2 10 месяцев назад +19

    Excellent❤

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

    very useful, thank you

  • @gouravshaw6939
    @gouravshaw6939 6 месяцев назад +1

    wonderful interview!

  • @muskan2651
    @muskan2651 10 месяцев назад +3

    Very informative

  • @naimahmad3615
    @naimahmad3615 10 месяцев назад +11

    She handled the interview very well👍👍

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

    i think in sql table names are not case sensitive

    • @Par_323
      @Par_323 8 месяцев назад +1

      Yes

  • @GB-fn2to
    @GB-fn2to 6 месяцев назад +2

    She is very confident. Good interview 😊💯👍

  • @advocatemz3152
    @advocatemz3152 10 месяцев назад +2

    Great session

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

    🎉 thank you

  • @salmanshaikh-zj1cg
    @salmanshaikh-zj1cg 10 месяцев назад +3

    Great and confident 👍

  • @Savethetigerr
    @Savethetigerr 6 месяцев назад +3

    Excellent 👌👍

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

    Excellent,superb 👍

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

      in which domain you are preparing?

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

      @@haariskhan5307AI/ML

  • @techwitharbaz4506
    @techwitharbaz4506 5 месяцев назад

    ITS WAS INFORMETIVE

  • @asceticadarsh8284
    @asceticadarsh8284 10 месяцев назад +2

    22:21 With agg function we need to use group by function

    • @dhanushreddy4367
      @dhanushreddy4367 7 месяцев назад

      Yes. But it is not mandatory. When the query is simple there is no need to use aggregate function. It all depends on the condition.

  • @cherrytales7617
    @cherrytales7617 3 месяца назад

    Useful

  • @youtubveeru
    @youtubveeru 10 месяцев назад +3

    useful.. nice,good,

  • @Mahesh-rt4jg
    @Mahesh-rt4jg 6 месяцев назад

    In depth answers!

  • @vivektarab16
    @vivektarab16 2 месяца назад +3

    0:50 - Database Management Q
    1:32 - RDBMS
    2:55 - What is SQL
    5:18 - Create Table
    10:58 - Select Query

  • @abdulkafeel2849
    @abdulkafeel2849 10 месяцев назад +6

    please upload interview for cloud engineer

    • @TTT-oj1mj
      @TTT-oj1mj 10 месяцев назад

      Hi are you Embedded Systems engineer?

  • @chaitraram4992
    @chaitraram4992 10 месяцев назад +20

    Easy n basic interview

    • @laxmanbudhewad7611
      @laxmanbudhewad7611 10 месяцев назад +9

      Yes too easy questions 😂

    • @thariq94__
      @thariq94__ 9 месяцев назад +6

      Good For freshers

    • @vivekgodse3685
      @vivekgodse3685 8 месяцев назад +3

      @@laxmanbudhewad7611 yes SQL is easier than programming language :)

    • @shaiksajid613.
      @shaiksajid613. 7 месяцев назад +1

      Easy 😂😂😂

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

    Great

  • @m.kirubakaran6564
    @m.kirubakaran6564 10 месяцев назад +2

    Nice👏👏👏👏👏👍👍

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

    Nice interview 😊

  • @rameshgoud2986
    @rameshgoud2986 5 месяцев назад

    Very useful

  • @askgaming99-cq6rr
    @askgaming99-cq6rr 6 месяцев назад +1

    Excellent 🥰

  • @Musakhan-g1k9c
    @Musakhan-g1k9c 7 месяцев назад

    Very good answer ... Confidence level 👍

  • @ahlussuffiya4225
    @ahlussuffiya4225 10 месяцев назад +2

    Nice❤❤

  • @souravtewari4597
    @souravtewari4597 7 месяцев назад +1

    Really Very Helpful

  • @prakharsrivastava6571
    @prakharsrivastava6571 8 месяцев назад +1

    select name , max(rollno) from student
    group by name ???

    • @PreetBhanushali1234
      @PreetBhanushali1234 6 месяцев назад +2

      The answer of the name of student with maximum marks can be done using a sub query.
      The answer is :
      Select
      name
      from
      student
      where marks =(
      Select max(marks) from student);
      Here the query inside round brackets is knows as inner query which will be executed first which will be used as a parameter for where clause for outer query.
      I hope this helped you .😊😊😊😊

  • @siddheshpatil1271
    @siddheshpatil1271 6 месяцев назад +4

    that is girl so much talented

  • @meruvadharani7121
    @meruvadharani7121 6 месяцев назад

    Its a very good interview

  • @dsdjiitian
    @dsdjiitian 10 месяцев назад +4

    very useful

  • @user-rg9kx7ibccd
    @user-rg9kx7ibccd 10 месяцев назад +10

    The interview is too easy and basic even for a fresher. 😂

    • @StartreckTu
      @StartreckTu 9 месяцев назад +1

      First of all understand that the interview questions depends on the level of the candidate. For junior levels we just only need to cover the basics and they will anyways to be guided by senior developers.

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

    Nice

  • @larrywell2104
    @larrywell2104 3 месяца назад

    this is good

  • @kandulasujith1206
    @kandulasujith1206 6 месяцев назад

    Learnt many things

  • @wallahengineer9989
    @wallahengineer9989 6 месяцев назад

    Excellent interview 😊

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

    Goodd 😊

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

    Excellent

  • @Sam-ahmd
    @Sam-ahmd 10 месяцев назад

    Good

  • @surajkumar8755
    @surajkumar8755 9 месяцев назад +2

    Sql case sensitive??🙂

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

      No

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

      No

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

      yes, that depends from the collation. default collation is case insensitive

    • @Aman__
      @Aman__ 7 месяцев назад

      SQL is case insensitive but i thing the Table name is not !

    • @ALL_IN_ONEcanbe
      @ALL_IN_ONEcanbe 6 месяцев назад +1

      Yes... Queries are not case sensitive but if any call strings are case sensitive..

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

    Sql is cas insensitive student and Student is same

  • @sandipwayase3938
    @sandipwayase3938 10 месяцев назад +4

    👍👌

  • @mohimakhter6597
    @mohimakhter6597 3 месяца назад

    SQL is not case sensitive

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

    Rich contents

  • @suhailkilledar1963
    @suhailkilledar1963 3 месяца назад +2

    Best interview confidence 🫡

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

    Awesome interview ❤

  • @mukulhingase6575
    @mukulhingase6575 10 месяцев назад +5

    Excellent✌

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

    Nice interview 😊

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

    Excellent