Today!ðŸ˜ē | Capgemini Coding Questions 2024 | capgemini assessment test 2024 | UBK Anna

āđāļŠāļĢāđŒ
āļāļąāļ‡
  • āđ€āļœāļĒāđāļžāļĢāđˆāđ€āļĄāļ·āđˆāļ­ 10 āļ˜.āļ„. 2024

āļ„āļ§āļēāļĄāļ„āļīāļ”āđ€āļŦāđ‡āļ™ • 45

  • @anurag7782
    @anurag7782 2 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™ +2

    I think your counting occurrence code is wrong, first we should traverse string and count the occurrences. After that we can traverse the array in which stored occurrences then if any occurrence is 0 we can skip it, if any occurrence is less than 2 then we can treat it as 2 and add it to our result and for rest we can directly add occurrence to out result and finally return.
    public static int solve(String str){
    int sum = 0;
    str = str.toLowerCase();
    int[] alphabets = new int[26];
    for(int i=0; i

    • @teknouf
      @teknouf  2 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

      @@anurag7782 as per i got the questions, its fine

    • @ashichandravanshi2150
      @ashichandravanshi2150 2 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

      Hey, which questions were asked in your capgemini coding round? From which topics the questions were from and what was the level of difficulty? I have the coding round tomorrow, please help🙏

  • @namanswarup8389
    @namanswarup8389 3 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™ +6

    I am selected in capgemini coding round but tommorow is SVAR communication round so can I use lip sync because I have lip sync problem and ai sometimes can't detect my word correctly .So it is possible to lip sync and another people give answer

    • @princerathore8973
      @princerathore8973 3 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™ +1

      Bro can you share some insights like what coding questions were asked and which topics to prepare like that ?

    • @madhavaggarwal8328
      @madhavaggarwal8328 3 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™ +2

      Yes you can do that
      It only detects the voice not lip syncing.
      Moreover can you share some insights about technical assessment mcqs what topics were there?

    • @harshranjan6045
      @harshranjan6045 3 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

      can you share your coding questions that were asked

    • @amanulrab2017
      @amanulrab2017 3 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

      Hello

    • @abhishekpatil406
      @abhishekpatil406 3 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

      @@princerathore8973 find min x such that (x*N)%M returns 0, where N,M are input ints

  • @pragatikapoor5
    @pragatikapoor5 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

    Can we use STL (C++) in Capgemini coding round as this problem can be easily solved using unordered map so is STL allowed in Capgemini?? please reply???

    • @teknouf
      @teknouf  āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

      Ask ur tnp once, it depends

  • @abhi_ram7352
    @abhi_ram7352 2 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

    Do we have to start coding from taking user input or there is function already in which I have implement logic?

    • @harshilsingh4913
      @harshilsingh4913 2 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

      Abhi list aai or chalu bhi hogya😂😂

    • @abhi_ram7352
      @abhi_ram7352 2 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

      @@harshilsingh4913 tum v bhai ðŸĪĢðŸĪĢðŸĪĢ

    • @teknouf
      @teknouf  2 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

      Function already

    • @abhi_ram7352
      @abhi_ram7352 2 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

      @@teknouf Thanks

  • @Quickfoxjumpovertheriver
    @Quickfoxjumpovertheriver 2 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

    can. we use stl in coding round ?

  • @13_debasreetadebnath80
    @13_debasreetadebnath80 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

    import java.util.*;
    public class duplify {

    public static void main(String[] args) {
    Scanner sc = new Scanner(System.in);
    String str=sc.nextLine();
    int freq=0;
    int rem=0;
    for (char i = 'a'; i 0 )
    {
    if (count==1) {
    freq += 2;
    }
    else if (count>1){
    rem = count - 1;
    freq = freq +2 + rem;
    }

    }
    }
    System.out.println(freq);
    }
    }
    is it ok?

  • @namanswarup8389
    @namanswarup8389 3 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™ +1

    bro give tip about SVAR ROUND IN capgemini

    • @amanulrab2017
      @amanulrab2017 3 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

      I need help bro

    • @amanulrab2017
      @amanulrab2017 3 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™ +1

      Please tell me exam questions and patterns

  • @iYashMall
    @iYashMall āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

    How many test cases are there? And needed to be passes?

    • @teknouf
      @teknouf  āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

      10

    • @iYashMall
      @iYashMall āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

      @@teknouf are all hidden?

  • @anuskadash8113
    @anuskadash8113 2 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

    can someone write correct c++ code for this question

  • @Let_sWork_hard
    @Let_sWork_hard 2 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

    can you share the other question the milkshake party one

  • @adityatanawade6155
    @adityatanawade6155 3 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

    Where i will get this pdf ??

    • @teknouf
      @teknouf  3 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™ +1

      Plz dm me - instagram.com/tekno.uf

  • @XYZ-ui1gx
    @XYZ-ui1gx 3 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

    âĪ how to get capgemini prime material...

    • @teknouf
      @teknouf  2 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

      Inbox me - instagram.com/tekno.uf

    • @Let_sWork_hard
      @Let_sWork_hard 2 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

      @@teknouf can you share the other question the milkshake party one

  • @rutwik1379
    @rutwik1379 2 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

    can we code in python or not?

    • @abhisheksrivastava2085
      @abhisheksrivastava2085 2 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

      No

    • @teknouf
      @teknouf  2 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

      No

  • @S.Jeevaloshni
    @S.Jeevaloshni 2 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

    Can we code in c++

    • @teknouf
      @teknouf  2 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

      Ys