🔥ACCENTURE 23/08/2024 Questions & Solutions | Accenture Repeating Questions🔥

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

КОМЕНТАРІ • 195

  • @Akash-wk7ph
    @Akash-wk7ph 2 місяці тому +87

    Cleared both Aptitude and coding round. Thank you so much ❤ your videos helped me a lot😊

    • @lavanyakethavath4706
      @lavanyakethavath4706 2 місяці тому +4

      is it on campus or off campus ?

    • @Akash-wk7ph
      @Akash-wk7ph 2 місяці тому

      @@lavanyakethavath4706 off

    • @abhi_coder6
      @abhi_coder6 2 місяці тому +4

      Bro in coding round can we write only logic or write everything clear my doubt bro

    • @bindukaki7728
      @bindukaki7728 2 місяці тому +2

      Are the coding questions getting repeated

    • @OptimusKika
      @OptimusKika 2 місяці тому

      ​@@abhi_coder6practice leetcode youwill know

  • @recongaming4942
    @recongaming4942 2 місяці тому +6

    0:58 It my dearest request that 0:58 on this time stamp screenshot question Please make a video covering answer of those question, it really help full for us thank you so much for your kind work.

  • @senthilnathanr609
    @senthilnathanr609 2 місяці тому +13

    16:20 468,455,469,454,470,? In that question,i could suggest adding one to the numbers in the odd index and decreasing 1 to the numbers in the even index.this is easier.

  • @arjunak1341
    @arjunak1341 2 місяці тому +3

    Position question solving process is just amazing brother ❤❤

  • @AyushMitra
    @AyushMitra 16 днів тому

    For the second coding question I would recommend everyone to go through a better tutorial to understand the pattern of finding longest common subtring , subsequences and others. These are explained much better on other channels and also go solve them in leetcode too for better practice.

  • @TalachutlaSatyavathi
    @TalachutlaSatyavathi 2 місяці тому +9

    s1=input()
    s2=input()
    l=[]
    sum=0
    for i in s1[0:]:
    for j in s2[0:]:
    if i==j:
    l.append(i)
    else:
    continue
    for i in set(l):
    sum+=ord(i)
    print(sum)
    sir can i do like this for 2nd problen

  • @unknowncoder2037
    @unknowncoder2037 2 місяці тому +1

    It s the best channel in UA-cam that providing this type of helpful videos which free of charges and good quality videos supeb explanation with detailed solution I really appreciate your effort sir and very much thankful if you continue making this type of videos for us

  • @manalibachhav8969
    @manalibachhav8969 2 місяці тому +2

    Sir, My cognitive and technical assessment took place on 23 August 2024, its result came today or asked to give the next assessment but I am login for the next assessment but I am getting an error, Your test validity is over. The time and date of coding assessment was not mentioned in the mail, so I login before 24 hours of receiving the mail, still this error is coming.

  • @UdayMetre-u9e
    @UdayMetre-u9e 2 місяці тому

    I only had this question Rebound Height in the Accenture exam today, but most of the questions are repeated. Please learn more about this program as it won't pass all test cases.👍

    • @d_mvp
      @d_mvp 2 місяці тому +1

      Exactly. I faced the same problem. It just run 2 test cases.

  • @thaarshinevlogs4700
    @thaarshinevlogs4700 Місяць тому +2

    Tq sir I have passed my 1st round

  • @Vloger8863
    @Vloger8863 2 місяці тому +1

    sir I gave the last interview round on the 23rd but till now, have not heard anything from Accenture. anyone else BCA Graduate who attended this interview got a reply from Accenture please let me know.

  • @3amtunes
    @3amtunes Місяць тому

    Thankyou sir. I cleared my cognitive assessment. I watched your videos 😊❤

  • @workprabhsingh6038
    @workprabhsingh6038 2 місяці тому +5

    hello sir, sir i completely believing in you and this channel for Accenture preparations, is this enough for me to crack the exam?

  • @tharunkumar9271
    @tharunkumar9271 16 днів тому

    I completed my Aptitude round on 23rd OCT when will I get the coding assessment?

  • @nadhanvijaya1341
    @nadhanvijaya1341 Місяць тому

    Actually Bhai you are really great man for teaching in a easy way

  • @DharaniG-wy8wu
    @DharaniG-wy8wu 2 місяці тому +1

    Sir, is this same pattern follows to non engineering courses too

  • @Tirna_Sil
    @Tirna_Sil 2 місяці тому +1

    Thank You ONLINESTUDY4U ,my fav channel

  • @brindhaladdu3531
    @brindhaladdu3531 Місяць тому

    Hello sir,
    I have applied for the record to reports associate. How is the recruitment procedure for the bcom graduates. Do we have any exams. Please guide on the interview procedure for the R2R post sir please please.

  • @adityasinghrajawat5246
    @adityasinghrajawat5246 Місяць тому

    keep going you are doing great job

  • @raghunandhan7489
    @raghunandhan7489 2 місяці тому +3

    can you please explain the second question
    using python?

  • @birbalkumar7498
    @birbalkumar7498 2 місяці тому +4

    00:05 Solving and discussing repeated questions from Accenture exams
    02:11 Solving mathematical equations using logic
    06:38 Accenture questions are repeating, providing opportunities for higher scores.
    09:04 Decode code language for given words.
    14:25 Accenture crash course offers comprehensive preparation for competitive exams
    16:47 Solving seating arrangement problems through systematic experimentation
    20:46 Solving seating arrangement problem with logic
    22:59 Explaining penalty calculation for late electricity bill payment
    27:32 Accenture coding problem on rebound height
    29:33 Calculating the height of ball after rebounds
    33:31 Deriving and applying V upon VN formula to calculate values
    35:34 Code to calculate H multiplied by V upon V and square
    39:37 Finding the longest common substring between two strings is crucial for decoding a secret message using character encoding.
    41:34 Finding longest common substring between two strings
    45:45 Matching characters and search strategy
    47:33 Problem-solving using recursive approach
    51:19 Finding the largest common substring
    53:20 Find the largest common substring
    57:27 Finding matching substrings using incrementing method
    59:30 Finding the longest common substring
    1:04:03 Finding the starting index of the longest common substring
    1:06:07 Reset substring count to zero for new substring formation
    1:10:22 Type casting characters to integers in C++
    1:12:23 Explaining the time complexity of the recursive method for finding common substrings
    1:16:04 Explanation of the approach for comparing two arrays
    1:18:02 Algorithm to find and count matching substrings
    1:22:05 Explaining DP approach for finding longest common substring
    1:23:52 Finding Longest Common Substring using Dynamic Programming
    1:28:32 Explanation of dynamic programming approach for finding longest common substring
    1:30:36 Explaining how to find the answer when Max L is zero
    1:34:54 Optimizing time complexity through efficient matrix traversal

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

      These ai generated timestamps are of no use

  • @ShaikAyesha-gw4tv
    @ShaikAyesha-gw4tv Місяць тому +1

    Thank you sir for helping us

  • @RishirajDesigns
    @RishirajDesigns 2 місяці тому

    Hello sir, hope you are having a good day.
    I did both the code questions correctly, is there a guarantee of getting interview call?

  • @dostirathi8254
    @dostirathi8254 Місяць тому

    Sir cleared accenture ,thankyou very much ..your videos helped a lot.I watched all your videos regarding accenture and made it .

    • @OnlineStudy4u
      @OnlineStudy4u  Місяць тому

      Super . Get ready for interview

    • @dostirathi8254
      @dostirathi8254 Місяць тому

      @@OnlineStudy4u sir done with interview and get selected for ASE role

    • @mamatha9081
      @mamatha9081 16 днів тому

      ​@@dostirathi8254is coding questions repeated? Please let me know

  • @CodeFun_Hub
    @CodeFun_Hub 2 місяці тому

    I'm flowing since 10th class now I'm pursuing mca 1st year I hope I will achieve one day for your teaching 😊

  • @varshithkumar850
    @varshithkumar850 2 місяці тому +3

    best for preparation

  • @prasanthprasanth4005
    @prasanthprasanth4005 2 місяці тому +3

    In test camera should on or off

  • @d_mvp
    @d_mvp 2 місяці тому +1

    I think this is not the correct solution to rebound height coding problem since this exact code passed only 2/10 TCs in my case and even after changing different data types and trying different way, I still could not get it over 2/10. Accenture should look into this.

  • @ssm840
    @ssm840 Місяць тому

    can the coding questions be solved using any programming language?or only using C++?

  • @ArpitaGuhaNeogi21BLC158
    @ArpitaGuhaNeogi21BLC158 Місяць тому

    Very nice video!

  • @saikirancreations3726
    @saikirancreations3726 2 місяці тому +11

    Can we use pen and paper in Accenture online assesment?

    • @chandugaduunique69
      @chandugaduunique69 2 місяці тому +1

      @online study for you say can we use pen and paper on online assessment

    • @charanstargaming5003
      @charanstargaming5003 2 місяці тому

      @OnlineStudy4u Can we use pen and paper in Accenture test .... Tell about this

    • @aksharmishra9693
      @aksharmishra9693 2 місяці тому +2

      obviously guys otherwise how u gonna solve apti questions

    • @bossnation8921
      @bossnation8921 2 місяці тому

      Like how could someone be so dumb....!!

    • @pleasantdayNwisdom
      @pleasantdayNwisdom 2 місяці тому

      😂😂 i can be ​@@bossnation8921

  • @Straight_Forward615
    @Straight_Forward615 2 місяці тому

    Thankyou so much sir.
    Parnaam.

  • @chandbasha9363
    @chandbasha9363 2 місяці тому

    Guys when we can expect our Accenture Communication Round

  • @deeprajgazi4540
    @deeprajgazi4540 2 місяці тому

    SS sir for which job role this assessment was taken?

  • @gunjana5446
    @gunjana5446 2 місяці тому +1

    very useful. thank you sir .

  • @durgayannam3117
    @durgayannam3117 2 місяці тому +3

    Ss sir we are following the questions 468,455,469,454,470 ,? This is alternative series +1 and -1

    • @OnlineStudy4u
      @OnlineStudy4u  2 місяці тому +1

      that is also correct, A no series questions can have many logics

  • @chandbasha9363
    @chandbasha9363 2 місяці тому

    How Many Days It Takes To Get Accenture Communication Round Mail After Our First Round Completed

  • @triptig8042
    @triptig8042 2 місяці тому +2

    Sir, I have applied for Packaged APP Development Associate in accenture. I received assesment slot booking mail on 20th August, but it was showing "No slots available at the moment. Comeback later!".
    Will I get another mail regarding slots booking.?
    Will I able to proceed further in the hiring process.

    • @evangelin-t4c
      @evangelin-t4c 2 місяці тому

      What happened

    • @ssm840
      @ssm840 Місяць тому

      did you inform them about this issue? have they done anything to resolve it?

  • @MidhunJayan-s6j
    @MidhunJayan-s6j 2 місяці тому

    Does this role System and Application Services Associate requires coding questions??

  • @SreeSuda-j4i
    @SreeSuda-j4i 2 місяці тому +2

    Hii I have written exam on 23rd and done coding one question passed all test case and 2nd one was just attempted do I get qualified for next round sir pls reply

  • @utkarshmishra998
    @utkarshmishra998 2 місяці тому

    Sir were these coding questions only for technical round or also for cognitive round ??

  • @kumarguptadevaki5741
    @kumarguptadevaki5741 2 місяці тому

    I got OL on 7th august
    When can I expect DOJ
    Accenture PADA

  • @udayranjith6004
    @udayranjith6004 2 місяці тому

    I completed my interview on August 6th but I got mail to register once again we have to register again or not

  • @sayakpaul9488
    @sayakpaul9488 2 місяці тому +1

    In the 2nd question, the approach u followed is too lengthy we can solve it by seeing that in every column there must be a blank box without a dot so only option 2 is possible...... u should have thought more smartly.Thank u

    • @OnlineStudy4u
      @OnlineStudy4u  2 місяці тому

      @@sayakpaul9488 how blank box without the dot ? Please explain? That is the difference between a teacher and a leaner . A teacher think about the students and explain each and everything so the student understand things without any doubt. but a leaner think about how he can solve without telling logic to people. Hope u understand now !

    • @sayakpaul9488
      @sayakpaul9488 2 місяці тому

      @@OnlineStudy4u ok

  • @Ruchita2306
    @Ruchita2306 2 місяці тому +1

    this was held oncampus or offcampus

  • @Srujankumaraluri
    @Srujankumaraluri 2 місяці тому

    this time accenture conducted on which platform sir

  • @factsmadeiteasy9943
    @factsmadeiteasy9943 2 місяці тому

    How you get these photos ...is phone allowed there ? 🤔

  • @coderc3527
    @coderc3527 2 місяці тому

    I had the Accenture exam yesterday but ny wifi was not working so i raised a ticket to delay my schedule ,now when can i expect?😅

    • @pleasantdayNwisdom
      @pleasantdayNwisdom 2 місяці тому

      Was it offcampus or on campus , also college or online

    • @coderc3527
      @coderc3527 2 місяці тому

      @@pleasantdayNwisdom it was off campus and was online nd i raised the ticket and as always they said we solved ur issue , do u have any idea will i get the assessment link again or m i rejected 🙂

  • @supriyagautam8770
    @supriyagautam8770 2 місяці тому +1

    sir online assessment exam held in college campus or at home?

    • @utkarshmishra998
      @utkarshmishra998 2 місяці тому

      Reply please

    • @sudalaimuthusundaram
      @sudalaimuthusundaram 2 місяці тому

      @@utkarshmishra998 if you applied through ur clg placement ,then it only happen in clg campus only

  • @akshatyadav01
    @akshatyadav01 2 місяці тому

    what is the platform for this exam ??\

  • @tharunsai-yl3bm
    @tharunsai-yl3bm 2 місяці тому

    Where can i find coding lectures

  • @Anything_anywhere12
    @Anything_anywhere12 2 місяці тому

    sir plz make this coding in java/c plzz i really need urgent

  • @AbhayPandey-j4x
    @AbhayPandey-j4x Місяць тому

    Amazing

  • @Spriya-qr9ks
    @Spriya-qr9ks 2 місяці тому +1

    Someone kindly share Accenture apply link

  • @shantanubasak9950
    @shantanubasak9950 2 місяці тому

    When to expect communication round??

  • @manasreddyvenkat1574
    @manasreddyvenkat1574 2 місяці тому

    Thank You

  • @abhinavrao1469
    @abhinavrao1469 2 місяці тому

    helpfull so much

  • @UAkash-kp9pp
    @UAkash-kp9pp 2 місяці тому

    sir what is the cutoff for the online assessment

  • @sunil6699
    @sunil6699 2 місяці тому +2

    I registered for an accenture campus drive at the end of july, then when can i expect accenture exam

  • @ajaykumaryadav365
    @ajaykumaryadav365 2 місяці тому

    Guys anyone who wrote accenture can you tell me online assessment is in college or from home?

  • @prantikroy7
    @prantikroy7 2 місяці тому

    thank you sir

  • @naziyaafrinmohammad2324
    @naziyaafrinmohammad2324 2 місяці тому

    Sir,can you solve the code in python please

  • @kalaivani2773
    @kalaivani2773 2 місяці тому

    // You are using Java
    import java.util.*;
    class acc{
    public static void main(String args[])
    {
    Scanner obj=new Scanner(System.in);
    String s1=obj.nextLine();
    String s2=obj.nextLine();
    int n=s1.length();
    int m=s2.length();
    int arr[][]=new int[n+1][m+1];
    int max_len=0;
    int row=0;
    int col=0;
    for(int i=1;i

  • @shantanubasak9950
    @shantanubasak9950 2 місяці тому

    Anyone whose assessment was on 23 Aug got interview mail?

  • @Yuvraj-Singh577
    @Yuvraj-Singh577 2 місяці тому +2

    Test validity over😢

    • @jyotichougale712
      @jyotichougale712 2 місяці тому

      Same issue, Mera to directly system hi shutdown ho gya. Fir se login Kiya toh test validity expire aise dikha rha tha. What can do now. Test incomplete hi rh gya

    • @snehathomas9431
      @snehathomas9431 2 місяці тому

      Same issue.after successfully completed cognitive assessment.i could 'nt attend the coding assessment.the login page shows test Validity is over.and I got a message on WhatsApp that " you will receive a notification soon to participate in the next round." I m confused.and I don't know what to do.??
      Please reply

    • @binduyarlagadda7393
      @binduyarlagadda7393 2 місяці тому

      Same

    • @sasirekha9254
      @sasirekha9254 2 місяці тому

      Same issue did u raise a ticket

    • @Yuvraj-Singh577
      @Yuvraj-Singh577 2 місяці тому

      @@sasirekha9254 yes

  • @sathyaa4447
    @sathyaa4447 2 місяці тому

    Nice 🎉

  • @Nikita-qc7dp
    @Nikita-qc7dp 2 місяці тому

    Sir coding assessment keliye login nhi ho raha, test validity is over it's showing?? Means

    • @Sweet_spice_vibes
      @Sweet_spice_vibes 2 місяці тому

      Rise the tickets in Accenture you receive resedule but with in 24 hours from start of assessment your assessment

    • @Sneha.vanam05
      @Sneha.vanam05 2 місяці тому

      Same issue. What can we do?

  • @satwikkrishna5784
    @satwikkrishna5784 2 місяці тому

    thanks

  • @ShreyaDas-zf7hm
    @ShreyaDas-zf7hm 2 місяці тому

    Does anyone get the communication interview link ?

  • @ahooman4120
    @ahooman4120 Місяць тому

    Tnx sir

  • @arkadeepmukherjee7021
    @arkadeepmukherjee7021 2 місяці тому +4

    Without DP
    public class Solution {
    public static int calculateAsciiSumOfLongestCommonSubstring(String S1, String S2) {
    String max = "";
    // Iterate over S2 to find substrings
    for (int i = 0; i < S2.length(); i++) {
    for (int j = i; j < S2.length(); j++) {
    String S23 = S2.substring(i, j + 1);
    if (S23.length() > max.length() && S1.contains(S23)) {
    max = S23;
    }
    }
    }
    // Calculate the ASCII sum of the longest common substring
    int sum = 0;
    for (char ch : max.toCharArray()) {
    sum += (int) ch;
    }
    return sum;
    }

    • @m1151-n8x
      @m1151-n8x 2 місяці тому

      i also used same but accenture compiler can accept this inbuilt methods is the only question

    • @-IT-ShivamPandey
      @-IT-ShivamPandey 2 місяці тому

      @@m1151-n8x bro can you please make it clear what you wanted to say ?

    • @legendarymortarplayer9453
      @legendarymortarplayer9453 2 місяці тому +2

      it is better not to use any inbuilt functions

    • @akashreddy7860
      @akashreddy7860 2 місяці тому

      Even without using inbuilt functions and DP also , we can solve in O(n^2)

  • @rahul2rg
    @rahul2rg 2 місяці тому

    Accenture me pip me daltthe hai bhai log ye true hai kya

    • @rahul2rg
      @rahul2rg 2 місяці тому

      join karo ya nhi

  • @jigyasayadav1155
    @jigyasayadav1155 2 місяці тому

    please share the java code of the last question

    • @santoshn961
      @santoshn961 2 місяці тому

      public class LongestCommonSubstring {
      public static int findEncodedSecret(String S1, String S2) {
      int maxLength = 0; // Length of the longest common substring
      String longestCommonSubstring = ""; // Store the first longest common substring
      // Iterate through all substrings of S1
      for (int i = 0; i < S1.length(); i++) {
      for (int j = i + 1; j maxLength) {
      maxLength = subStr.length();
      longestCommonSubstring = subStr;
      }
      }
      }
      }
      // If no common substring is found, return 0
      if (maxLength == 0) {
      return 0;
      }
      // Compute the ASCII sum of the longest common substring
      int asciiSum = 0;
      for (char c : longestCommonSubstring.toCharArray()) {
      asciiSum += (int) c;
      }
      return asciiSum;
      }
      public static void main(String[] args) {
      String input1 = "adventure";
      String input2 = "future";
      int result = findEncodedSecret(input1, input2);
      System.out.println(result); // Output: 448
      }
      }

    • @santoshn961
      @santoshn961 2 місяці тому

      public class LongestCommonSubstring {
      public static int findEncodedSecret(String S1, String S2) {
      int m = S1.length();
      int n = S2.length();
      int[][] dp = new int[m + 1][n + 1];
      int maxLength = 0; // Length of the longest common substring
      int endIndex = -1; // End index of the longest common substring in S1
      // Dynamic Programming to find longest common substring
      for (int i = 1; i

  • @hydigiworld
    @hydigiworld 2 місяці тому

    Anyone get communication round mail....who write exam on 23rd August?????

    • @ankitapanchal9646
      @ankitapanchal9646 2 місяці тому

      Did you got any update now

    • @hydigiworld
      @hydigiworld 2 місяці тому

      @@ankitapanchal9646 yeah

    • @ankitapanchal9646
      @ankitapanchal9646 2 місяці тому

      @@hydigiworld after how many days you got communication round mail, I mean on which date and when is your communication round

    • @ankitapanchal9646
      @ankitapanchal9646 2 місяці тому

      @@hydigiworld plzz reply

    • @hydigiworld
      @hydigiworld 2 місяці тому

      @@ankitapanchal9646 4

  • @vinayaksharma7134
    @vinayaksharma7134 2 місяці тому

    nice

  • @manugulasatya5497
    @manugulasatya5497 2 місяці тому

    a year paasout exam paper idhii

  • @vaishnavipanchamukhi290
    @vaishnavipanchamukhi290 2 місяці тому

    Is communication a elimination round in accenture?

    • @siddhant2943
      @siddhant2943 2 місяці тому

      no, but its score will be considered in interview

  • @naveenbabu5229
    @naveenbabu5229 2 місяці тому

    Gud

  • @EBharathkumar021-ew4iy
    @EBharathkumar021-ew4iy 2 місяці тому

    Tell in java sir please

  • @chandbasha9363
    @chandbasha9363 2 місяці тому

    Guys Anyone Received Accenture Communication Round Mail

    • @shantanubasak9950
      @shantanubasak9950 2 місяці тому

      No bro

    • @chandbasha9363
      @chandbasha9363 2 місяці тому

      @@shantanubasak9950 When We Can Expect Our Accenture Communication Round Mail

    • @shantanubasak9950
      @shantanubasak9950 2 місяці тому

      Assuming, in next week

    • @rajitha871
      @rajitha871 Місяць тому

      ​@@chandbasha9363 is there any chances for copy bro

  • @eeshasadineni4026
    @eeshasadineni4026 2 місяці тому

    Anyone get communication round mail....who write exam on 23rd August

  • @AshishVermaO2O3O3
    @AshishVermaO2O3O3 2 місяці тому +1

    Second comment 😅

  • @Yuvayatra9
    @Yuvayatra9 2 місяці тому

    sir you look like brammanandham , telugu actor

  • @Ravenffx210
    @Ravenffx210 2 місяці тому

    thankzzz buddy🙌🧏‍♂

  • @rahul2rg
    @rahul2rg 2 місяці тому

    @onlinestudy pls tell

  • @NihaalShetty2901
    @NihaalShetty2901 Місяць тому

    Thankyou Sir

  • @factsmadeiteasy9943
    @factsmadeiteasy9943 2 місяці тому

    Thanks ❤

  • @diwakarchaurasiya4515
    @diwakarchaurasiya4515 Місяць тому +1

    Thanks 🎉