Coding Question asked in TCS NQT in February exam | TCS Subject NQT asked Question

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

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

  • @ramkrishnaawasthi1418
    @ramkrishnaawasthi1418 3 года назад +1

    Good 👍

  • @RakeshG619
    @RakeshG619 3 года назад

    With radius find area.... By using pi R square...
    This is the program on 21st feb

    • @TechWithSaumya
      @TechWithSaumya  3 года назад +1

      Okay, thanks for sharing

    • @RakeshG619
      @RakeshG619 3 года назад

      @@TechWithSaumya nqt results? Latest 19 & 21

  • @prathyusha7602
    @prathyusha7602 3 года назад

    y did u use minimum function?

  • @shreyashyewale6495
    @shreyashyewale6495 3 года назад

    int cnt = 0;
    int i = 0;
    while (cnt < n)
    {
    if (i % 2 == 0 || i % 3 == 0 || i % 5 == 0||i==1)
    {
    cnt++;
    }
    i++;
    }
    cout

    • @TechWithSaumya
      @TechWithSaumya  3 года назад

      Your solution need slight modification , as its considering 11 also , in the series.
      This is another approach , that you can follow
      int main()
      {
      int cnt = 1;
      int i = 1;
      int n;
      cin>>n;

      int c = 1;
      while (c < n)
      {
      if (i % 2 == 0 || i % 3 == 0 || i % 5 == 0)
      {
      c++;
      }
      if(c==n)
      {
      cout

  • @sunetramukherjee1805
    @sunetramukherjee1805 3 года назад

    Ma'am plz upload previous year question papers of IBM and CTS upcoming drive

  • @pavankumarlucky5963
    @pavankumarlucky5963 3 года назад

    Sis Is there any logic for this problem...

  • @sammetayuvaadithya7100
    @sammetayuvaadithya7100 3 года назад

    Mam i gave nqt exam on February and got 78% in cognitive and 67%in coding
    Will i get interview mail??
    If yes when approximately?

    • @TechWithSaumya
      @TechWithSaumya  3 года назад

      Are you doing BTech??

    • @sammetayuvaadithya7100
      @sammetayuvaadithya7100 3 года назад

      @@TechWithSaumya yes cse final year 2021 passout
      Do B.tech students have eligibility

    • @TechWithSaumya
      @TechWithSaumya  3 года назад

      Actually , Feb nqt was for BCA/BSC hiring , after their hiring maybe you can get Interview call, as your scores are good.

  • @nikhilhegde6503
    @nikhilhegde6503 3 года назад +1

    Mam where we will get TCS nqt February 2021 question paper??

    • @TechWithSaumya
      @TechWithSaumya  3 года назад

      They(que) were shared to us by students.

  • @subashre7813
    @subashre7813 3 года назад

    Telegram link is not reachable

    • @TechWithSaumya
      @TechWithSaumya  3 года назад

      t.me/placement_phodenge

    • @subashre7813
      @subashre7813 3 года назад

      @@TechWithSaumya
      Soumya it's not reachable now also pls tell me the group name I will join immediately

    • @TechWithSaumya
      @TechWithSaumya  3 года назад +1

      Placement phodenge , please search and join

    • @subashre7813
      @subashre7813 3 года назад

      @@TechWithSaumya ok maa

  • @ABHISHEKYADAV-jv2fr
    @ABHISHEKYADAV-jv2fr 3 года назад +1

    hello ma'am please make a video on all the topics including aptitude reasoning and how to be success in exam of upcoming 10th March TCS NQT Exam

  • @rishabhpal7597
    @rishabhpal7597 3 года назад +1

    How are you ma'am

  • @programmer9809
    @programmer9809 3 года назад +1

    just one clarification, are you writing using mouse or stylus?

  • @prashantsandilya6197
    @prashantsandilya6197 3 года назад

    Why you are scolding your subscribers that " have faith on us ".Save your energy and my demand is next time when you come please face haan ❤️.
    Hehe.
    I come here for that thing only.
    Baat mt kro. Reply b mt kro. Like b mt kro bt at least show ur face to ur biggest fan.
    Anyways i have liked it already.
    Stay calm n cool n be nice n cute the way you are 😍☺️

    • @jayshreejurani2431
      @jayshreejurani2431 3 года назад

      Don't you have manners how to talk to a girl!! She is teaching us the tricks to solve our problems and u r spreading this bullshit messages over here. @LogicPlusCode

    • @jayshreejurani2431
      @jayshreejurani2431 3 года назад

      If u can't appreciate her work.. You don't have any rights to talk to her like that.!!
      So next time be aware of that.

  • @javalearners3073
    @javalearners3073 3 года назад

    Mam when we can expect tcs result

  • @TK-Techs
    @TK-Techs 3 года назад

    Who told you that they asked that programming question in tcs nqt 2021 feb.
    I wrote that exam on 21feb 2021, they arenot given that problem..

    • @TechWithSaumya
      @TechWithSaumya  3 года назад +2

      21 Feb , there were other problems....these coding questions are from 18-19 th feb and shared by students itself who attended the exam.

    • @TK-Techs
      @TK-Techs 3 года назад

      @@TechWithSaumya kk miss

  • @tarunhardainiya5144
    @tarunhardainiya5144 3 года назад

    Name your telegram channel 🤨

    • @tusharnayak440
      @tusharnayak440 3 года назад

      Link is given in the description 👍

    • @tarunhardainiya5144
      @tarunhardainiya5144 3 года назад

      this link is not activate now so plz name of your telegram channel

  • @ananyanayak7509
    @ananyanayak7509 3 года назад

    At 4:19 I didn't get min( 2xli[C2]...) and henceforth, I lost the flow completely for the remaining part of the video.
    Could you please explain this part again ? Especially, I didn't understand the concept of 'minimum among three'. If you could emphasize on this point a bit, it will be better.
    Thanks In Advance