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); } }
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.
@@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
@@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
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);
}
}
were these questions asked in 2024
This questions are asked for fresher or experience person?
Fresher
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.
No wrong info
can you please tell me how you have prepared?
@@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
@@teknouf ok
@@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
S="UDUUD"
CountU=0
CountD=0
For i in range(len(S)):
if S[i]=="U":
CountU+=1
else:
CountD+=1
Print(CountU-CountD)
Grt
test will be in java ,c and c++ not in python