Capgemini Pseudo Codes Questions and answers 2020

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

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

  • @rohanpawar8959
    @rohanpawar8959 4 ปีที่แล้ว +55

    For 2nd question answer 15 is correct... Bcoz while u explaining u skipped m=m+n line.

  • @alokmishra-rs2nq
    @alokmishra-rs2nq 3 ปีที่แล้ว +6

    Bitwise xor and power operator both have similar symbol

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

    in the first question 12%10 it should be 2. (in the third line) how it will be 1?

  • @chelseafernandes7998
    @chelseafernandes7998 4 ปีที่แล้ว +7

    In the first question how do we know if ^ is raised to or XOR

    • @pranaydubey9557
      @pranaydubey9557 4 ปีที่แล้ว +4

      good question.it depends if it is an algorithm or a code. the given question is an Algo as there are no semicolons, simple english sentences like end while etc. whereas a code follows proper syntax.
      so here ^ is used as raised to.

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

    How to know if it's a power or bitwise xor ? In other video I saw one sir is doing the code with xor.

  • @marveltv5341
    @marveltv5341 4 ปีที่แล้ว +13

    Sir.. yesterday Capgemini test was very easy... Your videos really helped me in these 1 month gap
    But 1 didn't get selected in Capgemini.. analyst position
    but they were selecting candidates based on English essay score. Means selected candidates will be moved to Psuedo code and those who are not.. they are told to wait on conference hall
    My english essay went good too...
    When we ask about it how they are evaluating ? Beside we haven't made any grammer or spelling mistakes
    One of their colleague told.. you have used too many backspaces
    You shouldn't have use it
    Means the whole procedure for English essay is.. " in one line how many backspaces he/she uses "
    And finally after waiting for 1 hr in conference hall
    They shout out the names of candidates who were selected in aptitude for the role of *service desk* and I was selected for the role
    So my Psuedo code is of no use through out the process.. beside I have invested alot of time to be good in Psuedo code.
    Their selection procedure is not good at all.

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

      Man...that was hard..feel bad for you!!

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

    is " ^ " symbol for power or " xor " symbol mostly in pseudo code it is used for xor but suddenly for their convenience it becomes power.

    • @rameshraja8663
      @rameshraja8663 2 ปีที่แล้ว

      By taking that as xor, I got the same answer. I think that is xor only not power

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

      It is a bitwise XOR operator

  • @gangadharraokarella2625
    @gangadharraokarella2625 4 ปีที่แล้ว +4

    These pseudo code are easy. in xam,are they gonna give tougher pseudo code or they gonna give same kind of pseudo codes.?

    • @uglyindian69420
      @uglyindian69420 4 ปีที่แล้ว

      Same kind. Tough ones will be available in their material. Suggest you to buy them.

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

    In the last question the function is itself an integer function can't it take 2 bytes too?

  • @sagarmarshettiwar3548
    @sagarmarshettiwar3548 4 ปีที่แล้ว

    i need confidence level like you

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

    Sir this question answer will be print the -15
    M=9,n=6
    M=m+1 (9+1) m=10
    N=n-1 (6-1) n=5
    M=m+n (10+5) m=15
    If(m>n) (15>5) condition is true
    Print m=15
    Else
    Print n

  • @priyaganti9595
    @priyaganti9595 3 ปีที่แล้ว

    Yes sir pls clarify how to know whether it is xor or power of the given num..pls rply sir..tmrw is my exam

  • @Sai-Ranga
    @Sai-Ranga 4 ปีที่แล้ว +2

    Do part 3 video with some another important questions

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

    Add more questions of previous exam of campgemini pseudo code

  • @harshitha1628
    @harshitha1628 4 ปีที่แล้ว

    Is this relavent for the bcom graduates as well?
    For the capgemine interview

  • @timtom3403
    @timtom3403 4 ปีที่แล้ว

    this is for the analyst role?

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

    Answer of last question will be 2n+8
    As function has int sum=0 inside it which also occupy 2 bytes.

    • @shivamsingh-yr8bl
      @shivamsingh-yr8bl 4 ปีที่แล้ว

      How please explain

    • @nasrinsiddique2585
      @nasrinsiddique2585 4 ปีที่แล้ว

      @HARSH VARDHAN GUPTA simply count the number of integers and multiply it by 2 bcoz only size is asked..2+2+2+2+2n=2n+8..here 2n is for array.

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

      @HARSH VARDHAN GUPTA Extra 2 bytes for return value. So 2n+8.
      btechsmartclass.com/data_structures/space-complexity.html#:~:text=That%20means%2C%20totally%20it%20requires%20'2n%2B8'%20bytes,to%20be%20Linear%20Space%20Complexity.

  • @imrankhan-nt8ww
    @imrankhan-nt8ww 4 ปีที่แล้ว +2

    Q.4) answer should be 2n+8 I guess because at the end we should count return type value also i.e 2+2+2+2=8
    If I’m wrong plz let me know

    • @TheShakeship
      @TheShakeship 4 ปีที่แล้ว

      But it is returning the value of sum only which we already counted.

    • @priyapatil8525
      @priyapatil8525 4 ปีที่แล้ว

      the answer should be 2n+8 because the function is int type so it also takes 2 bytes.

    • @gauravgupta2139
      @gauravgupta2139 4 ปีที่แล้ว

      Actually the Array passed within the function is a pointer which consumes 2 bytes of memory space, so pointer + sum + i+ n = 2 + 2 + 2 + 2 = 8

  • @tirupathireddy390
    @tirupathireddy390 2 ปีที่แล้ว

    Pseudo code how to practice any book

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

    Sir first question answer will be 84 not 87

  • @Ajithkumar-cl2of
    @Ajithkumar-cl2of 4 ปีที่แล้ว

    capgemini online test mail has not yet came how bro?

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

    Isn't ^ XOR sign?

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

      Yeah even I have same doubt @onlinestudy4u please do reply for this !!!!

    • @imrankhan-nt8ww
      @imrankhan-nt8ww 4 ปีที่แล้ว +1

      Yes ^ is used as XOR only

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

    Power is ** and Exor is ^ right? and in the second, answer is 15
    Please recheck before uploading

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

    Sir can I apply for capgamini right now.
    Or there are other drives coming in future

    • @OnlineStudy4u
      @OnlineStudy4u  4 ปีที่แล้ว

      Check the previous video I have shared the link .. check if u can apply

  • @kvarunkamath3907
    @kvarunkamath3907 4 ปีที่แล้ว

    Great video sir.. thank you

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

    15 is correct . Do check it

  • @gurunadh3661
    @gurunadh3661 3 ปีที่แล้ว

    for 1st question I got 84 I have checked that using compiler also but it is not in options

    • @AjayKumar-yn5ur
      @AjayKumar-yn5ur 2 ปีที่แล้ว

      yes it is 84 , 8^0 is 8 but he considered it as 1

  • @marveltv5341
    @marveltv5341 4 ปีที่แล้ว

    Capgemini ... Test as well as interview will happen on same day..? Or different dates??

    • @rohankale9406
      @rohankale9406 4 ปีที่แล้ว

      Depends whether the campus is pool or on!!

  • @rohankale9406
    @rohankale9406 4 ปีที่แล้ว +4

    Last que is wrongly attempted since the ans is 2n +8..

    • @uglyindian69420
      @uglyindian69420 4 ปีที่แล้ว

      3 integers and one array of size n.
      Each one is 2 bytes.
      So 2n+6

    • @ravikothari07
      @ravikothari07 4 ปีที่แล้ว

      Can you explain how 2n+8??

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

      @@ravikothari07 it return int so 2 more byte for function int.

  • @tahaboringwala2193
    @tahaboringwala2193 4 ปีที่แล้ว

    Hey i recently paid 30 rs for pseudo code practice question pdf and I didn't get my pdf

    • @shashankgangurde1301
      @shashankgangurde1301 4 ปีที่แล้ว

      Hey have you got you notes? Are they worth it?😄 So that I can have them

  • @rushikeshtongse
    @rushikeshtongse 3 ปีที่แล้ว

    sir i had a doubt how 1%10=1 its 0.1

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

    in first question 8^0=8 not 1;

  • @moumitapatra6628
    @moumitapatra6628 4 ปีที่แล้ว

    M=m+n ???? Do not have to execute????

    • @moumitapatra6628
      @moumitapatra6628 4 ปีที่แล้ว

      15 is slso correct when u apply m=m+n

  • @thelistedpoint2149
    @thelistedpoint2149 4 ปีที่แล้ว

    Q4) answer is 2n+8

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

    Sir in Q2. 15 is correct answer u skip the (m= m+n) line

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

    the @nd question answer is 15, bcoz u are not count the m = m + n

    • @sameerpal2474
      @sameerpal2474 3 ปีที่แล้ว

      Yes even in so many qstn , he makes mistake

  • @As-hq7de
    @As-hq7de 4 ปีที่แล้ว +1

    amazing sir

  • @Megha_tanwar
    @Megha_tanwar 2 ปีที่แล้ว

    2nd pseudo code ans is 15

  • @TravelTales_by_Ujjval
    @TravelTales_by_Ujjval 4 ปีที่แล้ว

    Sir your last question ans is wrong

  • @saradamohanty2715
    @saradamohanty2715 4 ปีที่แล้ว

    If anyone has got the mail for the interview from Bangalore location... please reply. Because I haven't got any mail yet.

  • @aakankshagupta8378
    @aakankshagupta8378 4 ปีที่แล้ว

    Can we appear for capgemini again after 1 month

  • @surajbabar6383
    @surajbabar6383 4 ปีที่แล้ว

    In faceprep

  • @nirmal2253
    @nirmal2253 2 ปีที่แล้ว

    Sabse pahle dhyanse padaaaaoo....poora confuse kar dethe hoooooo