Accenture Coding Questions and Answers🔥 | Accenture Coding Assessment Questions Leaked

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

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

  • @SushmaMandava
    @SushmaMandava 3 месяца назад +9

    class Example{
    public static void main(String[] args) {
    String s = " fly me to the moon ";
    String[] str = s.split(" ");
    int n = str.length;
    String s1=str[n-1];
    System.out.println(s1.length());
    }
    }

    • @as_if
      @as_if 2 месяца назад +1

      use s.trim().split("\\s+") for safety and to cover more range for this type of questions
      that is a regex inside split, for one or more spaces

  • @GautamParmar-ug9ld
    @GautamParmar-ug9ld 3 месяца назад +3

    please please please make a video on taking input ....that is must required for us .

  • @ARkhan-xw8ud
    @ARkhan-xw8ud 3 месяца назад +1

    def longest_consecutive(nums):
    store = set()
    for i in nums:
    store.add(i)
    for n in nums:
    if n-1 in store:
    continue
    else:
    length = 0
    while n+length in store:
    length+=1
    length_max = 0
    length_max = max(length_max, length)
    return length_max

  • @B38-AyushYadav
    @B38-AyushYadav 2 месяца назад +3

    Bhai plz test case input Lena sikhao

  • @suvenduchatterjee5462
    @suvenduchatterjee5462 3 месяца назад +1

    Please bhaiya!! Make a dedicated video on input taking .. 🙂
    Love from Kolkata ❤

  • @SayanKarmakar
    @SayanKarmakar 3 месяца назад +1

    Brother, can you please do a coding session on subarrays, subsequences (of both strings and arrays)

  • @AdityaPandey-xr7by
    @AdityaPandey-xr7by 3 месяца назад +9

    Bhai hum first wale question mai loop ulta bhi chala sakte hai rather than pure string to traverse karne ke jagah

    • @SayanKarmakar
      @SayanKarmakar 3 месяца назад

      My logic: I added a space in the beginning after trim() (in case a single sword is given)...then I traversed from str.length - 1 to the first space

    • @ShubhamKumar-me7py
      @ShubhamKumar-me7py 3 месяца назад

      @@SayanKarmakar same bhai , but isme ek edge case aa sakta haii when u have multiple spaces in the last of indix of string

    • @SayanKarmakar
      @SayanKarmakar 3 месяца назад

      @@ShubhamKumar-me7py haa so that's why I am trimming the string, usse sab extra spaces end me trim off ho jayenge...

  • @as_if
    @as_if 2 месяца назад

    31:25 please need a video clarifying this taking input test case with vscode. Didn't understand this.

  • @sayantandas100
    @sayantandas100 2 месяца назад

    In question 9 if we put if condition insted of while then it also works.
    Can anyone explain why we are using while loop insted of if condition.
    public static int longestSubstringLength(String s) {
    Set set = new HashSet();
    int max = 0;
    int start = 0;

    for(int end=0;end

  • @GautamParmar-ug9ld
    @GautamParmar-ug9ld 3 месяца назад

    please make video for taking input ..........

  • @soumi6720
    @soumi6720 2 месяца назад

    More accenture coding videos please in c++

  • @deepthid1673
    @deepthid1673 3 месяца назад +2

    in the Accenture coding assessment do we just have to write the function or the entire code from scratch?

    • @ayush-sp6xr
      @ayush-sp6xr 2 месяца назад

      If you found your query then please tell us also

  • @unnamed3280
    @unnamed3280 3 месяца назад

    bhayya python me karsakthe he na by using builtin functions in accenture coding round?

  • @goutamparmar004
    @goutamparmar004 3 месяца назад

    Please make a video on How to take an input from the user

  • @snehadas5012
    @snehadas5012 3 месяца назад

    make a reasoning oneshot

  • @namrataganguli
    @namrataganguli 3 месяца назад

    bhai ab tcs pe bhi aase one shot coding video bana do jese accenture ka basic and advanced ke liye banaya!!!!

  • @soumi6720
    @soumi6720 2 месяца назад

    sir please do story based questions as asked in accenture

    • @TheBtechFactory
      @TheBtechFactory  2 месяца назад

      Already uploaded: ruclips.net/video/mJORqJMK46M/видео.htmlsi=zu9zu4sxgnDgvw0Q

  • @ShamimKhan.17
    @ShamimKhan.17 3 месяца назад

    Guys koi help kr do please I am not able to apply in accenture on it's portal whenever I am trying to apply its not proceeding further...😥😥

  • @Varsh3104
    @Varsh3104 3 месяца назад +1

    On campus dates???

  • @krutikagadigone7946
    @krutikagadigone7946 2 месяца назад

    Accenture Coding PDF pls.............

  • @bavithshetty2381
    @bavithshetty2381 3 месяца назад +1

    Accenture coding pdf sir❤.

  • @snehadas5012
    @snehadas5012 3 месяца назад +4

    Itna straight forward question nahi ata bhaiyaaa
    Bohut lamba lamba story de jati haa

    • @TheBtechFactory
      @TheBtechFactory  3 месяца назад +1

      Focus on logic , problem solving not the length of the question. Length of question is large but same type of logic applied.

  • @lucifer00110
    @lucifer00110 3 месяца назад

    Yes

  • @sfkfathimKausar07
    @sfkfathimKausar07 2 месяца назад

    Accenture coding pdf in python plzzz

  • @as_if
    @as_if 2 месяца назад

    12:00
    18:02

  • @vishalpatil2035
    @vishalpatil2035 3 месяца назад +1

    Accenture Coding PDF

  • @THANNIRUSRUTHILAYA
    @THANNIRUSRUTHILAYA 2 месяца назад

    Accenture PDF

  • @namrataganguli
    @namrataganguli 3 месяца назад

    itne difficult questions bhi aate hain kya?

  • @sujithayadla675
    @sujithayadla675 2 месяца назад

    coding pdf sir

  • @adwaitraich7493
    @adwaitraich7493 3 месяца назад +1

    mai chutiya hu bhai mujhe bas khudki aukat layak job dilwa do ab aur nhi hoti berojgari

  • @animeshpandey5103
    @animeshpandey5103 3 месяца назад

    Accenture coding pdf

  • @Aranyak.123
    @Aranyak.123 2 месяца назад

    Accenture coding pdf

  • @tusharsankhla9739
    @tusharsankhla9739 3 месяца назад

    Accenture coding pdf

  • @aiml-nargisakhatun2307
    @aiml-nargisakhatun2307 2 месяца назад

    accenture pdf

  • @BhagyshriDere
    @BhagyshriDere 3 месяца назад +1

    Accenture coding pdf

  • @nitinmali7793
    @nitinmali7793 3 месяца назад

    Accenture Coding PDF

  • @kaushikdas7532
    @kaushikdas7532 2 месяца назад

    accenture coding pdf

  • @veerrajput4080
    @veerrajput4080 3 месяца назад

    coding pdf

  • @gauravpandey9683
    @gauravpandey9683 3 месяца назад +1

    Accenture coding pdf

  • @PranayAmbade
    @PranayAmbade 2 месяца назад

    Accenture coding pdf

  • @subhasishnayak5979
    @subhasishnayak5979 3 месяца назад +1

    accenture coding pdf

  • @nayakudushriya7698
    @nayakudushriya7698 2 месяца назад

    Accenture coding pdf

  • @Crickraze_7
    @Crickraze_7 2 месяца назад

    accenture coding pdf

  • @prajwalmallick5001
    @prajwalmallick5001 3 месяца назад

    Accenture coding pdf

  • @bharti4370
    @bharti4370 3 месяца назад

    Accenture coding pdf

  • @AnishaShinde-no6wn
    @AnishaShinde-no6wn 17 дней назад

    Accenture coding pdf

  • @AnshikaSharma-yj4xw
    @AnshikaSharma-yj4xw 3 месяца назад

    Accenture coding pdf

  • @koradalavanya1593
    @koradalavanya1593 3 месяца назад

    Accenture coding pdf

  • @harshitsharma2653
    @harshitsharma2653 3 месяца назад

    accenture coding pdf