Unexpected? 😲 | Capgemini Coding Questions 2024 | capgemini assessment test 2024 | UBK Anna

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

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

  • @AkashSingh-mm5eg
    @AkashSingh-mm5eg หลายเดือนก่อน

    maximum marks in semester
    public static void main(String[] args) {
    int sem=3;
    int[][] semmarks = {{50,60,70},{90,98,76,70},{89,76}};
    for(int[] a : semmarks){
    int mx = 0;
    for(int el:a){
    mx = Math.max(mx, el);
    }
    System.out.println(mx);
    }
    }

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

    were these questions asked in 2024

  • @sasivarni_m3833
    @sasivarni_m3833 2 หลายเดือนก่อน +1

    This questions are asked for fresher or experience person?

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

      Fresher

  • @aditi4280_0
    @aditi4280_0 2 หลายเดือนก่อน +2

    I got my letter of intent, analyst role at Capgemini.
    I want to know are they pay or tranning is free .
    They mentioned package as 4 LPA but some people saying that we have to do traning for free and after 6 month they start paying us.

    • @teknouf
      @teknouf  2 หลายเดือนก่อน +2

      No wrong info

    • @celestialgaming5104
      @celestialgaming5104 2 หลายเดือนก่อน +1

      can you please tell me how you have prepared?

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

      @@celestialgaming5104 i applied it from superset ... Then 1st I got mail for an aptitude round in which gaming is also there ... For gaming refer to TH-cam...and sudo code is there we have to solve it... And then I got mail for a communication round which is again prepared from TH-cam..and then an interview... basically my core is java so my interview is totally on java and the project lasts for 15 min only and avg time is 20 min ... In which they asked me about oops and SQL questions

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

      @@teknouf ok

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

      ​@@celestialgaming5104I applied it from superset ... Then 1st I got mail for an aptitude round in which gaming is also there... For gaming refer to TH-cam...and pseudo code is there we have to solve it... And then I got mail for a communication round which is again prepared from TH-cam..and then an interview... basically my core is java so my interview is totally on java and the project lasts for 15 min only and avg time is 20 min... In which they asked me about oops and SQL questions

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

    S="UDUUD"
    CountU=0
    CountD=0
    For i in range(len(S)):
    if S[i]=="U":
    CountU+=1
    else:
    CountD+=1
    Print(CountU-CountD)

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

      Grt

    • @nikhilrana1645
      @nikhilrana1645 หลายเดือนก่อน +2

      test will be in java ,c and c++ not in python