Accenture Coding Questions & Answers | Accenture Last min Preparation

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ธ.ค. 2024

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

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

    Code in Java :
    int weight = 14;
    int n = 4;
    int weights[] = {1,3,10,14};

    ArrayList mars = new ArrayList();
    //weights present in mars
    for(int i = 1; i

  • @Foodiee_wee
    @Foodiee_wee ปีที่แล้ว

    24:06 sir in this why we take string length 5 ... The string starts with 0 so the total character is 4 and than we so the xor operation than the answer become 5

    • @pineapplejuice9814
      @pineapplejuice9814 ปีที่แล้ว +1

      No , string length is always the no of characters present not the index of the last element.

    • @PrepInsta
      @PrepInsta  ปีที่แล้ว

      Hey, we got pretty late with the response 🥺 How was your test?

  • @stupidBatman-b5z
    @stupidBatman-b5z 4 หลายเดือนก่อน

    for the coding question, to do it in O(n) complexity we could create an array of size m and set true for all the indices which are there in earthStones[ ]. Then find the count of stones which can be taken in O(n) time by only adding those stones whose corresponding index is false. This way we can avoid sorting the array.

  • @stupidBatman-b5z
    @stupidBatman-b5z 4 หลายเดือนก่อน

    To solve the coding question in O(n) complexity, we could create an array of size M and mark all those indices whose weight is given in comonStones[ ] array as false. then we just need to find the count of stones which could be taken and whose corresponding index is true. This avoids sorting the array.

  • @KNOX_1910
    @KNOX_1910 ปีที่แล้ว +5

    "Absolutely invaluable content! 😄🚀 This video truly helped me fine-tune my Accenture interview preparation at the last minute. The coding questions and answers shared here were spot on and boosted my confidence. Kudos for sharing such relevant and practical insights. A big thank you for aiding me in acing my interview! 🙌👍"

    • @PrepInsta
      @PrepInsta  ปีที่แล้ว

      Yayyy! Thank you for the feedback.

  • @sagardutta799
    @sagardutta799 ปีที่แล้ว +11

    coding was difficult here.. took 30 mins to solve using recursion.. god no pls! esa matt dena

    • @PrepInsta
      @PrepInsta  ปีที่แล้ว +1

      Join our TA Support Group on Discord, where we will help you out with all your queries:
      📍prepinsta.com/discord/
      If you are new to Discord, please watch our tutorial here❤️: bit.ly/how-to-use-prepinsta-discord-server
      Also, to get CODING guidance give us an instant call on 8448440710.

    • @ramyaananthasivaram5464
      @ramyaananthasivaram5464 ปีที่แล้ว

      u got same like this or a different pattern

  • @SabaFirdos-i4r
    @SabaFirdos-i4r ปีที่แล้ว +18

    I am watching this video on the last minute at 12 AM, tomorrow is my Accenture coding test lol :(

    • @PrepInsta
      @PrepInsta  ปีที่แล้ว

      We are glad to help you at the last minute! We wish you all the best 💚

    • @tulasiyanala2482
      @tulasiyanala2482 ปีที่แล้ว +1

      How did you wrote ur exam

    • @shaikkarishma9854
      @shaikkarishma9854 ปีที่แล้ว +2

      Hii...how did uh wrote?
      please reply back..i have exam tmrw getting too scared

    • @nehasaroch
      @nehasaroch ปีที่แล้ว

      Mine's at 9 and it's 8 now

    • @priyuu13
      @priyuu13 ปีที่แล้ว

      I have it today 🌝

  • @scoa33rutujar.ghosalkar44
    @scoa33rutujar.ghosalkar44 ปีที่แล้ว

    Thanks for your valuable support and teaching ❤

    • @PrepInsta
      @PrepInsta  ปีที่แล้ว

      Yayyy! Thank you!

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

    Done✅✅

  • @swetank123
    @swetank123 ปีที่แล้ว +3

    m=int(input('enter the size of bag'))
    n=int(input('enter the no of stone as same as earth'))
    arr=eval(input('weight of common stones'))
    l=[]
    for i in range(1,m+1):
    l.append(i)
    a=set(l)-set(arr)
    b=list(a)
    x=b[0]
    y=b[1]
    z=b[2]
    for i in range(len(b)):
    for j in range(i+2,len(b)):
    for k in range(i+3,len(b)):
    if b[i]+b[j]+b[k]

    • @PrepInsta
      @PrepInsta  ปีที่แล้ว

      We, the social media team is quite not confirmed about the answers but for sure our mentors will let you know soooon

  • @harshratthe3732
    @harshratthe3732 ปีที่แล้ว

    How will we solve coding question in Cpp ?

    • @PrepInsta
      @PrepInsta  ปีที่แล้ว

      Hey,
      You can refer the link: prepinsta.com/top-100-codes/
      Follow our social media handles listed below to get instant updates 👇
      Telegram- prepinsta.com/telegram/
      Instagram- prepinsta.com/instagram/
      WhatsApp- prepinsta.com/whatsapp/

  • @le-404poosaswathi7
    @le-404poosaswathi7 ปีที่แล้ว +1

    How to solve this question in java

    • @PrepInsta
      @PrepInsta  ปีที่แล้ว

      Hey,
      You can check our Discord channel for all queries related to java . 👀❤
      Join our TA Support Group on Discord, where we will help you out with all your technical queries:
      📍prepinsta.com/discord/
      If you are new to Discord, please watch our tutorial here❤️:
      bit.ly/how-to-use-prepinsta-discord-server
      We have dedicated material for Java, kindly reach out to us on 8448440710

  • @priyankamazumdar5243
    @priyankamazumdar5243 ปีที่แล้ว +2

    pseudocode questions too easy, unrealistic that accenture will give this

    • @PrepInsta
      @PrepInsta  ปีที่แล้ว

      Questions similar to this will be asked.
      Refer to this link- prepinsta.com/accenture/pseudo-code/

  • @user-dc3lj2ij3n
    @user-dc3lj2ij3n 4 หลายเดือนก่อน +2

    😁i got selected

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

      did u get selected in accenture ?

  • @omkarartwork3567
    @omkarartwork3567 ปีที่แล้ว +1

    Too much time consuming 🫠

    • @PrepInsta
      @PrepInsta  ปีที่แล้ว +1

      Hey, we got pretty late with the response 🥺 How was your test?

  • @prasannathota7897
    @prasannathota7897 ปีที่แล้ว

    PLEASE PROVIDE CODING QUESTIONS

    • @PrepInsta
      @PrepInsta  ปีที่แล้ว +1

      Hey,
      Please refer to this link: prepinsta.com/accenture/coding/

  • @payalkhonde742
    @payalkhonde742 ปีที่แล้ว +1

    Question is too blur hard to understand

    • @PrepInsta
      @PrepInsta  ปีที่แล้ว

      Hey, thanks for informing us! We will forward your message to concern team👍