Cognizant Latest 18 Sept Actual Coding Solutions | Python, CPP, Java

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 พ.ย. 2024
  • In this video, we break down Cognizant's latest 18 Sept coding solutions, covering Python, C++, and Java questions. These are actual questions from recent assessments, designed to help you crack Cognizant’s coding round.
    Subrray : leetcode.com/p...
    min boxes: leetcode.com/p...
    Prime Coding LinkedIn: / primecoding
    Prime Coding Instagram: / primecoding
    Subscribe, like the channel and leave a comment!
    Interview preparation playlists:
    Interview Preparation: • Interview Preparation
    TCS: • TCS Interview Playlist
    Accenture: • Accenture
    Wipro: • Wipro
    Tech Mahindra: • Tech Mahindra
    🖥️ Prime Coding Community (Notes/Hiring Updates/Ask Doubt):
    Join telegram: t.me/+z0_jpru_...
    1:1 Mentorship Program: www.primecodin...
    Join us on social media:
    📷 All links: linktr.ee/adit...
    📧 For more info, contact us at - contactprimecode@gmail.com
    Don't forget to like, comment, and subscribe for more updates and preparation tips!

ความคิดเห็น • 23

  • @sachinratnakar5265
    @sachinratnakar5265 14 วันที่ผ่านมา

    Q1 - O(n) time complexity solution:
    public static int miniBox(int arr[], int x){
    int count=0;
    int n = arr.length;
    int i=0;
    int j=n-1;
    while(i x){
    j--;
    }
    else{
    count += j-i+1;
    i++;
    }
    }
    return count;
    }

  • @AyushMitra
    @AyushMitra 22 วันที่ผ่านมา

    At 12:22 you said we dont have min feature, in Java we do have min and max function from Math class it is written as Math.min(a,b).

  • @177_debantasidhanta5
    @177_debantasidhanta5 หลายเดือนก่อน

    but are we eligible to write in cpp

    • @PrimeCoding19
      @PrimeCoding19  หลายเดือนก่อน

      Depends on cluster!

  • @swagatadasmusic
    @swagatadasmusic หลายเดือนก่อน +2

    please upload python cluster coding questions

  • @manchikantisaipraneeth9919
    @manchikantisaipraneeth9919 หลายเดือนก่อน +4

    what is the syllabus for aptitude which i have on 24sept

    • @rushalichaudhari2422
      @rushalichaudhari2422 หลายเดือนก่อน

      when will be technical assessment after aptitude round

  • @AbhishekAnandMCU
    @AbhishekAnandMCU หลายเดือนก่อน

    Do we have to write the code from scratch or just complete a given function .PLZZ Reply

  • @soumitghosh628
    @soumitghosh628 หลายเดือนก่อน

    Can I write my code in CPP in Cognizant exam?

    • @mgworld3342
      @mgworld3342 หลายเดือนก่อน

      @@soumitghosh628 No

  • @Sujitha-jt1hp
    @Sujitha-jt1hp หลายเดือนก่อน

    Yesterday I 've atten the 3-4 questions in aptitude assessment suddenly my system corrupted and restarts after 1hr I tried to login again it's shows the time out msg .Do have any possibility to go for next round? But I received the technical assessment mail .

    • @sv-iy6ld
      @sv-iy6ld หลายเดือนก่อน +1

      @@Sujitha-jt1hp
      Technical & aptitude are of same level the next round would be HR round. ..

    • @Sujitha-jt1hp
      @Sujitha-jt1hp หลายเดือนก่อน

      @@sv-iy6ld do they see communication assessment?

  • @AdityaPrakashVlogs_14
    @AdityaPrakashVlogs_14 หลายเดือนก่อน

    Is coding and aptitude is combined or separate exam taken...please confirm anyone

    • @harshavardhan9252
      @harshavardhan9252 หลายเดือนก่อน

      @@AdityaPrakashVlogs_14 separate

    • @rushalichaudhari2422
      @rushalichaudhari2422 หลายเดือนก่อน

      @@harshavardhan9252 how many days it will take for technical assessment after apti

  • @B__TirnaSil
    @B__TirnaSil หลายเดือนก่อน +2

    Do you review resume'?

    • @arunsps
      @arunsps หลายเดือนก่อน

      Ss(it come under single package) It is worth

    • @B__TirnaSil
      @B__TirnaSil หลายเดือนก่อน

      @@arunsps I can't get u

    • @PrimeCoding19
      @PrimeCoding19  หลายเดือนก่อน

      yes, head over to the website

  • @yashrajdube0877
    @yashrajdube0877 หลายเดือนก่อน

    👍🏻