Capgemini Coding Round | Original Question Paper | Senior Analyst Role | Aakash Verma

Capgemini Coding Round | Original Question Paper | Senior Analyst Role | Aakash Verma

Innoskrit

2 года назад

38,439 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@musafirdude
@musafirdude - 28.09.2023 08:20

achha koi mujhe bata sakta hai ki kya capgemini sirf java aur paython me hi code krne ke liye allow krti hai, c++ pe nhi?

Ответить
@bhushan797
@bhushan797 - 01.10.2022 15:17

Bhai last mai agar har question ka answer bhi sirf dikha bhi deta na python mai to mai isko mere non IT students ko share karta. Tum log sirf computer engineering ke students ke point of view se kyu video banate ho. Ye Capgemini ka round sab branch ke students dete hai. To agar sabke point of view se video banavoge to ache views ayenge

Ответить
@astar1800
@astar1800 - 21.09.2022 20:13

Brother help me i clear the assessment and pseudo code and gaming round after watching ur video pls help me and guide me for coding exam

Ответить
@RAHUL-en3ot
@RAHUL-en3ot - 31.08.2022 21:55

is coding required for 4L packege capgemini

Ответить
@kanchanpathak9752
@kanchanpathak9752 - 29.08.2022 14:36

I read everywhere that Capgemini coding qns are easy. But today they were not. One of the question was leet code medium level 525. Contiguous array. But the company added one more constraint: 1010 is not valid, but 0011 is valid. so prepare accordingly.

Ответить
@architabhatnagar4612
@architabhatnagar4612 - 28.08.2022 22:45

Hey, can you give solutions of these questions? I know you're already doing a really great job by posting this video , but a solution would be great for someone watching it in the last minute!

Ответить
@rahulrajak6984
@rahulrajak6984 - 19.04.2022 12:39

Can you tell me what are questions that was asked in the interview round?

Ответить
@AbhishekChoudhary-fu2ng
@AbhishekChoudhary-fu2ng - 06.03.2022 21:16

I got selected in capgemini ur pseudo code videos helped a lot
Thankyou 🙏🙏🙏🙏

Ответить
@santoshakella3730
@santoshakella3730 - 08.12.2021 22:42

THIRD QUESTION CODE

def rotate(arr,n,d):
if n==len(arr):
new_arr=[]
new_arr.append(arr[-d])
for i in range (1,n):
a=-d+i
new_arr.append(arr[a])
print(new_arr)
else:
print("ENTER THE ELEMENTS AS PER GIVEN SIZE OF ARRAY")


n=int(input("Enter the size of the array : "))
d=int(input("Enter the number of elements to be rotated : "))
array=input("Enter the elements : ")
arr=[]
for i in array:
a=int(i)
arr.append(a)

rotate(arr,n,d)

Ответить
@sachinupreti7159
@sachinupreti7159 - 05.12.2021 16:34

1 st one is quite lengthy or tricky you say 2 nd one I performed under 2 min and 3 Rd one under 1.3 min at most .

Ответить
@theknowledgegainer9043
@theknowledgegainer9043 - 16.11.2021 05:51

Hi bro I received my LOI recently role of analyst A4 and I just want to know what type of domains and what type of assessments will be there and it those assesments are easy or difficult and I'm ECE student is that easier for me .
And please do those videos also bro

Ответить
@chaitanyagujarathi4318
@chaitanyagujarathi4318 - 13.11.2021 12:26

Duration of test?

Ответить
@b.nikhithasri4153
@b.nikhithasri4153 - 11.11.2021 10:38

Can any one please share first prblm solution. And pls share if u have previous year coding questions

Ответить
@yashk5076
@yashk5076 - 29.10.2021 11:57

1st Question--
a=list(map(int,input().split()))
b=list(map(int,input().split()))
A=set(a)
B=set(b)
a=list(A)
b=list(B)
c=a+b
c=sorted(c)
print(c)
if len(c)%2!=0:
print("odd series")
print(c[len(c)//2])
elif len(c)%2==0:
print("even series")
print((c[len(c)//2]+c[(len(c)//2)-1])/2)

2nd Question--
x=int(input())
count=0
for i in range(1,x+1):
if x%i==0:
count=count+1
if count>2:
print("Composite")
else :
print("Prime")

3rd Question--
N=int(input())
l=list(map(int,input().split()))
d=int(input())
x=d%N
l1=l[0:(len(l)-x)]
l2=l[(len(l)-x):len(l)]
l3=l2+l1
print(l3)


Any suggestions are welcome :)

Ответить
@divyaprabhanagaraj2281
@divyaprabhanagaraj2281 - 07.10.2021 18:48

What are the pgm languages available in this round to select??

Ответить
@lakshmikanthk442
@lakshmikanthk442 - 05.10.2021 17:37

was it only 3 questions

Ответить
@codewithrishi4066
@codewithrishi4066 - 27.09.2021 18:05

sir,what is egligibility criteria of capgemini for 2022 batch

Ответить
@giteshbhole5144
@giteshbhole5144 - 21.09.2021 12:33

Can u share more coding questions asked in capgemini

Ответить
@piyushtale0001
@piyushtale0001 - 20.09.2021 23:22

Is there limit for compiling in capgemini python compiler

Ответить
@audrishmukherjee9115
@audrishmukherjee9115 - 20.09.2021 12:48

I have been selected for the senior analyst role by Capgemini and I would like to thank you for being one of them who helped me in achieving it. Dil se shukriya .

Ответить
@dheerajsingh179
@dheerajsingh179 - 17.09.2021 09:25

Bhaiya aisa hi coding rounds me aata hai,
Real-life based problem please tell me...

Ответить
@tech-helpbuddy2815
@tech-helpbuddy2815 - 16.09.2021 20:22

Senior analyst ke exam me v code likhne honge ya sirf psudo code honge?

Ответить
@aryantiwari3308
@aryantiwari3308 - 15.09.2021 19:45

Sir my test of capgemini is scheduled on 23rd Sept for senior analyst please may you give me information regarding how many coding questions will be asked and what time will be allowed plus can we see all coding question at one time .please tell me i want to know

Ответить
@yashkashap1901
@yashkashap1901 - 09.09.2021 20:03

bro, love you bro yesterday night I see you pseudocode videos for Capgemini and see what happens today morning at 9 pm I'll take my Capgemini paper and there were same question which you have been thought in the video even some values are also same , there were 2 que of pre-post conversion , adjacency matrix and all...…Thanks bro I have cleared all 4 rounds because of you now I cam again to see coding part. Hope it will help me the same😅

Ответить
@onlythereal333
@onlythereal333 - 08.09.2021 20:19

very eassy... when your foundation is strong it's like 5/6th standared child will solve that

Ответить
@harshadityavatsa895
@harshadityavatsa895 - 07.09.2021 19:45

Too good!! ❤️❤️

Ответить
@user-pv4mq7xq5i
@user-pv4mq7xq5i - 07.09.2021 10:51

Come up with latest interview experience or interview questions for senior analyst capgemini...

Ответить
@vikasvicky7857
@vikasvicky7857 - 04.09.2021 16:53

no size of array as input in the first question? If so.. can someone tell me how to provide that flexible sized array as input?

Ответить
@alemansrao
@alemansrao - 04.09.2021 14:11

Did anyone get Spiderman problem?

Ответить
@92-vradhisadhwani5
@92-vradhisadhwani5 - 04.09.2021 08:51

Sir, thanks for this.. :) can you also provide questions for tcs ninja and accenture as these drives are coming up after 10th sept?

Ответить
@rohanpatil2789
@rohanpatil2789 - 04.09.2021 07:39

Hello sir,
I gave the exam and cleared first 3 rounds in my college they told me I got selected directly for HR round...does that mean I could expect only hr questions during my interview? Interview is after 10 sep itseems

Ответить
@gaganverma7442
@gaganverma7442 - 04.09.2021 04:23

🔥🔥

Ответить
@Aryansingh-fk7hy
@Aryansingh-fk7hy - 03.09.2021 22:47

Python codes-
Ans-1) def median(arr1,arr2):
arr=[]
arr1=set(map(int,arr1))
arr2=set(map(int,arr2))
for i in arr1:
arr.append(i)
for j in arr2:
arr.append(j)
arr.sort()
medians=len(arr)/2
return arr[int(medians)]
x=list(map(int,input()))
y=list(map(int,input()))
print(median(x,y))


Ans-2) def primes(n):
for i in range(2,5):
if n%i==0:
return "Composite"
else:
return "prime"
x=int(input())
print(primes(x))

Ответить
@Aryansingh-fk7hy
@Aryansingh-fk7hy - 03.09.2021 20:38

Would there be a choice for programming languages?

Ответить
@kritikakkar164
@kritikakkar164 - 03.09.2021 19:54

What is the cutoff for round1 analyst post clearing which enables candidate to appear for senior analyst post?

Ответить
@abhishekupadhyaya33
@abhishekupadhyaya33 - 03.09.2021 18:31

Vaiyya you are the best. Us din bola hi tha ki coding round k liye video chahiye aur aaj video aagayi 💓💓

Ответить
@Mohit-il9gx
@Mohit-il9gx - 03.09.2021 18:22

I have less than 60%in 12th but more than 60%in 10 and 7.32 cgpa in btech and I am good in coding is their any way to get in capgemini..??? Or any other company..?

Ответить
@anchalagarwal4070
@anchalagarwal4070 - 03.09.2021 17:32

Please sir , I have also done two of three questions completely but 3rd one didn't put right output , so what are the chances that i will get interview call for senior analyst position.

Ответить
@challengefitness-gz9bo
@challengefitness-gz9bo - 03.09.2021 16:49

sir please solution bhej do error ara

Ответить
@trippygaming4204
@trippygaming4204 - 03.09.2021 15:35

I gave Senior Analyst exam and to all the people who would be looking at the comments. It was super easy and trust me whatever sir has told is more than enough for the preparation. I got prime number question but there was one catch in that that the number user inputs needs to like 1<=N<=100 and if it doesn't satisfy the condition, we had to print "Invalid" as output(This was the catch for the question else one test case would fail). So read the questions carefully and check the constraints as well. All the best to everyone and hope you find this information helpful. <3

Ответить
@divyanshkumrawat9241
@divyanshkumrawat9241 - 03.09.2021 15:10

Today I had a coding test for Capgemini for senior analysts, there were 3 questions, each one is having two test cases. I have done two questions completely done will all the test cases passed. Will I get selected or not?

1> left rotate array by d

2>A1 A2 is given as integers and you have to find the nth element of the arithmetic series
2 A1
3 A2
4 N
output-
5
explanation -
2,3,4,5 - 5 is the fourth element of AS

3>n is given and n strings have been passed sequentially
you need to return the unique part of the string if the string is palindrome else you should return a list contains two lists 1 is the list of all the characters of the string and 2nd list is all the characters of string but the palindrome is combined
Example -
2
motor
rotor
output -
[['m','o','t','o','r'],['m','oto','r']]
rot

I have passed the first two questions out of three and partially corrected th3rd one will I get selected or not. Please help me out

Ответить