Accenture Coding Questions & Answers | Latest Pseudo Code Questions asked in Accenture🔥

Поділитися
Вставка
  • Опубліковано 17 гру 2024

КОМЕНТАРІ • 24

  • @RohanKamble-tt2de
    @RohanKamble-tt2de 4 місяці тому +2

    42:03 here Second Part: (a ^ b > a)
    a ^ b = 5 ^ 1
    In binary:
    5 in binary: 0101
    1 in binary: 0001
    XOR (^) result: 0100 (which is 4 in decimal)
    4 > 5 is false there fore a-b thats 4

    • @zaidshaikh1065
      @zaidshaikh1065 3 місяці тому +1

      He Explained it later. U r wrong.

  • @FaizanKhan-bf2rs
    @FaizanKhan-bf2rs 3 місяці тому +1

    public static void main(String[] args) {
    Scanner sc = new Scanner(System.in);
    int n = sc.nextInt();
    System.out.println(count(n));
    }
    public static int count(int n){
    int count = 0;
    while (n > 0) {
    if (n % 2 != 0){
    count++;
    }
    n/=2;
    }
    return (int)Math.pow(2, count) -1;
    }

  • @AruStudiess-ub3ny
    @AruStudiess-ub3ny 3 місяці тому +1

    could have just counted the no. of set bits, and appended it in a new stringbuilder, and then finally converted into decimal

  • @apekshasaxena5854
    @apekshasaxena5854 3 місяці тому +1

    Sir looks like a mixture of virat kohli and hardik pandya😂

  • @ishaj8224
    @ishaj8224 4 місяці тому +1

    I received a rejection mail from Accenture on June 8th, and the eligibility criteria state that candidates who have given an interview in the last three months are not eligible. So, will this opening still be available until September 8th for the 2024 passout batch?

  • @ashutoshrana2552
    @ashutoshrana2552 4 місяці тому

    sir can you please help me with one thing.. i also have mac but i am not able to set a timer in the tool bar , you are using one.. is it external software or is there any feature can you please tell me..

  • @shaikyasmin9432
    @shaikyasmin9432 4 місяці тому +1

    Where can i get this ppt?

  • @baridhara815
    @baridhara815 4 місяці тому

    49:05

  • @bhavani2584
    @bhavani2584 4 місяці тому +1

    for 2nd questions answer will be 11 know
    so why cant take 10 also??

  • @TusharVerma-i1k
    @TusharVerma-i1k 4 місяці тому +1

    virat bhai coding mai bhi ?

    • @jacobblack2544
      @jacobblack2544 4 місяці тому

      Tushar bhai ek dikkat hai, placement cell wale bacche cheating karlete hai humko nhi karne dete

    • @TusharVerma-i1k
      @TusharVerma-i1k 4 місяці тому

      @@jacobblack2544 haaa i know

  • @utkarsh4404
    @utkarsh4404 4 місяці тому +3

    Sir If someone has a backlog in 5th semester and their backlog paper is this year, can they apply to Accenture? Please let me know if you have any information about it."🙏🙏

    • @mohammedhusein4905
      @mohammedhusein4905 4 місяці тому +1

      read the jd and eligible criteria in the college mail or ask your placement cell most of the case no live kt are entertained

    • @AritraChakraborty-t8x
      @AritraChakraborty-t8x 4 місяці тому +1

      You can apply , as I was allowed to apply in Accenture after having pending backlogs in 1st Semester

    • @akshit109
      @akshit109 4 місяці тому

      my one of the friend cleared his backlog during the registration process of accenture was going on but still he was not allowed to sit in the accenture drive

    • @muneebkhannn
      @muneebkhannn 4 місяці тому

      Mri 3 back h pichle sem m bs no back dlde or mail ajyega.. Back dlega to mail bhi nhi ayega

  • @jacobblack2544
    @jacobblack2544 4 місяці тому +1

    Recursion aur DP bhi karna hai kya for accenture??

    • @CookWithTiki61
      @CookWithTiki61 4 місяці тому

      Haire mg tu kan sabu jaga re asiki ei same comment deiki jauchu kire ?? bedhua sala...

    • @CookWithTiki61
      @CookWithTiki61 4 місяці тому

      ede pandita tu ??
      jadi pandita jaunu tu tora ghare basiki practice karunu ethi comment section re asiki kaniki haguchu ??

  • @coder7113
    @coder7113 4 місяці тому +1

    ppt sir