bro please reply i have one doubt like in the coding round do we have to just write the function or logic part as we do on leetcode or we will need to write the whole code like taking the user input and all the other function as well please reply
I have question.. If i write code and its TC is O(NlogN) and solution accepted.. And my friend also write code and his code TC is O(N) then is they compare our code to select on basis of TC and SC...
bro please reply i have one doubt like in the coding round do we have to just write the function or logic part as we do on leetcode or we will need to write the whole code like taking the user input and all the other function as well please reply
bro please reply i have one doubt like in the coding round do we have to just write the function or logic part as we do on leetcode or we will need to write the whole code like taking the user input and all the other function as well please reply
Bro i have solved two python coding question and i have not cleared both query question and did good in cloud will i have a chance to selected for next round? Please reply bro i have attented query i got partial table output one query question also bro is there any chance please reply bro? I am so frustrated now😢
as there is a sectional cut-off....wait for the result, if the query were hard, then it was definitely hard for everyone, and the same for cloud.....so hope for the best!!
bro please reply i have one doubt like in the coding round do we have to just write the function or logic part as we do on leetcode or we will need to write the whole code like taking the user input and all the other function as well please reply
bro please reply i have one doubt like in the coding round do we have to just write the function or logic part as we do on leetcode or we will need to write the whole code like taking the user input and all the other function as well please reply
import java.util.Scanner; import java.util.Arrays; public class Forexp { public static int FindTasteElement(int[] Array){ int MAX=Arrays.stream(Array).max().getAsInt(); int MIN=Arrays.stream(Array).min().getAsInt(); return MAX-MIN; } public static void main(String[] args) { Scanner sc=new Scanner(System.in); System.out.println("Enter size of array :"); int n = sc.nextInt(); int[] Array=new int[n]; System.out.println("enter numbers in array : "); for(int i=0;i
provide the capgemini sheet coding questions we have the drive on the coming week
I wrote the exam on 19th sep, till behaviour round then ended the exam what is the next round
Same. How do we know we got shortlisted for the next rounds
bro please reply i have one doubt like in the coding round do we have to just write the function or logic part as we do on leetcode or we will need to write the whole code like taking the user input and all the other function as well please reply
I have question.. If i write code and its TC is O(NlogN) and solution accepted.. And my friend also write code and his code TC is O(N) then is they compare our code to select on basis of TC and SC...
No, I always try to give you the optimal code because in the worst case you need to solve the question in the optimal way..
Bro used heap concept ,don't you ?
bro please reply i have one doubt like in the coding round do we have to just write the function or logic part as we do on leetcode or we will need to write the whole code like taking the user input and all the other function as well please reply
@@YashGupta-tj9ee No not like leetcode they ggive you problem statement and you need to write whole code
Will we still be eligible for 4.25 if we are not able to solve a single coding question
bro please reply i have one doubt like in the coding round do we have to just write the function or logic part as we do on leetcode or we will need to write the whole code like taking the user input and all the other function as well please reply
@ need to write the code from scratch
When we except Capgemini on campus drive for 2025 passouts?
2025 oncampus drive is ongoing
Bro i have solved two python coding question and i have not cleared both query question and did good in cloud will i have a chance to selected for next round? Please reply bro i have attented query i got partial table output one query question also bro is there any chance please reply bro? I am so frustrated now😢
as there is a sectional cut-off....wait for the result, if the query were hard, then it was definitely hard for everyone, and the same for cloud.....so hope for the best!!
@@karthikeyan-yk9kf coding round held the same day along with technical to behaviour round or another day
Bro, for coding round, can use python or java?
bro please reply i have one doubt like in the coding round do we have to just write the function or logic part as we do on leetcode or we will need to write the whole code like taking the user input and all the other function as well please reply
For coding round in capegemini do we have to write the main function or we have to write the code directly into a function???
they give main function, you have to take input and print output.
@@omjadhav3964 was python option there?
@@FireboiPLAYS1 i think no
hello.I completed my coding test just now, but I only executed one code out of 2. will they consider me???
@@ravisatyainjarapu6452 yah mee too
svar round
is there anyone who written code in python in coding round ? please say
Same doubt bro
bro please reply i have one doubt like in the coding round do we have to just write the function or logic part as we do on leetcode or we will need to write the whole code like taking the user input and all the other function as well please reply
We should write whole by taking inputs not like leetcode
import java.util.Scanner;
import java.util.Arrays;
public class Forexp {
public static int FindTasteElement(int[] Array){
int MAX=Arrays.stream(Array).max().getAsInt();
int MIN=Arrays.stream(Array).min().getAsInt();
return MAX-MIN;
}
public static void main(String[] args) {
Scanner sc=new Scanner(System.in);
System.out.println("Enter size of array :");
int n = sc.nextInt();
int[] Array=new int[n];
System.out.println("enter numbers in array : ");
for(int i=0;i