Cognizant Latest 18 Sept Actual Coding Solutions | Python, CPP, Java
ฝัง
- เผยแพร่เมื่อ 10 พ.ย. 2024
- In this video, we break down Cognizant's latest 18 Sept coding solutions, covering Python, C++, and Java questions. These are actual questions from recent assessments, designed to help you crack Cognizant’s coding round.
Subrray : leetcode.com/p...
min boxes: leetcode.com/p...
Prime Coding LinkedIn: / primecoding
Prime Coding Instagram: / primecoding
Subscribe, like the channel and leave a comment!
Interview preparation playlists:
Interview Preparation: • Interview Preparation
TCS: • TCS Interview Playlist
Accenture: • Accenture
Wipro: • Wipro
Tech Mahindra: • Tech Mahindra
🖥️ Prime Coding Community (Notes/Hiring Updates/Ask Doubt):
Join telegram: t.me/+z0_jpru_...
1:1 Mentorship Program: www.primecodin...
Join us on social media:
📷 All links: linktr.ee/adit...
📧 For more info, contact us at - contactprimecode@gmail.com
Don't forget to like, comment, and subscribe for more updates and preparation tips!
Q1 - O(n) time complexity solution:
public static int miniBox(int arr[], int x){
int count=0;
int n = arr.length;
int i=0;
int j=n-1;
while(i x){
j--;
}
else{
count += j-i+1;
i++;
}
}
return count;
}
At 12:22 you said we dont have min feature, in Java we do have min and max function from Math class it is written as Math.min(a,b).
but are we eligible to write in cpp
Depends on cluster!
please upload python cluster coding questions
what is the syllabus for aptitude which i have on 24sept
when will be technical assessment after aptitude round
Do we have to write the code from scratch or just complete a given function .PLZZ Reply
Can I write my code in CPP in Cognizant exam?
@@soumitghosh628 No
Yesterday I 've atten the 3-4 questions in aptitude assessment suddenly my system corrupted and restarts after 1hr I tried to login again it's shows the time out msg .Do have any possibility to go for next round? But I received the technical assessment mail .
@@Sujitha-jt1hp
Technical & aptitude are of same level the next round would be HR round. ..
@@sv-iy6ld do they see communication assessment?
Is coding and aptitude is combined or separate exam taken...please confirm anyone
@@AdityaPrakashVlogs_14 separate
@@harshavardhan9252 how many days it will take for technical assessment after apti
Do you review resume'?
Ss(it come under single package) It is worth
@@arunsps I can't get u
yes, head over to the website
👍🏻