TCS Digital Coding Questions and Answers Most Asked 2023

  Рет қаралды 73,979

Prep Insta

Prep Insta

Күн бұрын

TCS Digital Coding Questions and Answers (Previous Year Advanced Questions)
TCS Digital Online Course - bit.ly/TCS-Dig...
More on TCS Digital: prepinsta.com/...
TCS Digital Advanced Coding Questions: prepinsta.com/...
For Updates on Placements Join :
1. Instagram - prepinsta.com/...
2. Whatsapp - prepinsta.com/...
3. Telegram - prepinsta.com/...
4. LinkedIn - / prepinsta
5. Discord Server Invite Link: prepinsta.com/...
Follow our Mentors -
1.Atulya Kaushik - / atulya.kaushik
2.Manish Agarwal - / manish.agarwal01

Пікірлер: 115
@7_ajinkya
@7_ajinkya 3 жыл бұрын
okay so i'm a 2021 passout, and my experience with TCS Digital On Campus drive last year was that both the aptitude round and coding round were esay-moderate level questions. I was able to solve almost all the aptitude questions (quants+verbal) with only 1-2 of them being incorrect. with the coding part, i was able to solve 1 question, ran out of time for the second question due to several server issues. One of them being the code took a lot of time for compiling, and also Python codes weren't accepted even after submitting the correct code. I used to code in C++ back then and i didn't face any issues with C++ compiler as such. the coding questions were implementation based and only checked the basic problem solving skills of students. the length of the first code (which i solved) was around 10-12 lines including the header files and all... so only 3-4 lines of logic! mostly the easier code will have one loop, one conditional and one or two lines of main logic and then printing the output. so yeah, with almost all correct aptitude questions (except 1-2) and clearing 1 coding question in the coding round helped me get my Digital Offer. i'm joining on 5th August! and i'm super excited :) all the best for everyone who has their drive on 7th and 8th august!! :) one more thing to be noted is that some students made it to the interview by having a perfect score in aptitude and zero score in coding questions. So it's important to have a good grasp in aptitude even if don't have good coding skills. also, all this happened last year. so idk if python interpreter issues, and questions being "easy" will still be the same this year or not. I used to watch prepinsta videos for getting updates especially related to "compiler issues" 😅😅 and hence i decided to code in C++. peace :)
@killerqueen6023
@killerqueen6023 3 жыл бұрын
Hey, do you remember the coding question that you answered? Can you please give brief idea?
@7_ajinkya
@7_ajinkya 3 жыл бұрын
@@killerqueen6023 hey, although i don't remember the exact question, it was an implementation based problem where we had to compute the petrol prices of two different petrol stations and then tell the user which petrol pump would have minimal cost over the given distance and as per budget of the user. it wasn't complicated at all, just the final answer had quite a few variables with which i had to play around to get desired output. took around 10-12 lines of code. the other one was a slight advancement, i tried to solve it using classes and objects but ran out of time. the tcs compiler issues are a headache so make sure you've a high bandwidth internet to stay risk free and avoid any time trouble.
@killerqueen6023
@killerqueen6023 3 жыл бұрын
@@7_ajinkya thanks
@7_ajinkya
@7_ajinkya 3 жыл бұрын
@@killerqueen6023 glad I could help :)
@pushanpore8365
@pushanpore8365 3 жыл бұрын
@@7_ajinkya thanks for the help
@saadjambharkar8584
@saadjambharkar8584 3 жыл бұрын
Vedio starts at 10:00;)
@monodeepbose2090
@monodeepbose2090 3 жыл бұрын
I got into Digital by preparing with your free content. Thank you for the help.
@shubhranshumishra9953
@shubhranshumishra9953 3 жыл бұрын
Finally the logic behind this is fitted in my brain
@parthbhandari619
@parthbhandari619 3 жыл бұрын
Damn, that was a tough question nicely explained 💯 Basic programming rule, "First, solve the problem. Then, write the code".
@afnanhasan4223
@afnanhasan4223 3 жыл бұрын
It will be really great if you can just do the advertisement for prepinsta prime at the beginning of the video only and not in between the same implies for asking to follow on various platforms. At 23:15 I was trying to understand the approach and it was going well but then that prepinsta prime popup ruined everything, it also hides some useful content which you were telling at that moment
@mb1mb193
@mb1mb193 2 жыл бұрын
Dynamic programming. Similar to knapsack problem. Create 2D array and find each combination total by running total. If you could be able to solve one dynamic program you can solve every dynamic program. Most of them are of creating 2-D arrays like smallest/largest possible sub string, sub sequence etc.,
@bikramruj6491
@bikramruj6491 3 жыл бұрын
When a cool teacher teacher teaches you in a cool way, it's become more interesting to learn on that subject.
@rajuroy5489
@rajuroy5489 3 жыл бұрын
The way ur teaching is next level 🔥🔥
@ezra9588
@ezra9588 3 жыл бұрын
I want you to know how grateful we are to have you as the teacher. 🧡 Your teaching style really engages us and gets us pumped up and excited about learning. I appreciate all of your hard work, and the positive learning environment you provide for your students.☺🧡🧡
@ritikaagrawal428
@ritikaagrawal428 3 жыл бұрын
Lol its 4:46 am and you can understand how hectic placement thing for new 2022 batch is but the way you are teaching it will help me i feel….! Great way
@kevaljoshi2909
@kevaljoshi2909 3 жыл бұрын
The way problem has been explained was cool. The highlight being the way in which the pattern was explained was amazing. Looking forward to learn more. The marketing is amazing throughout the video. Seems like its there but its not there. Would love to learn that as well
@calmyourmind5617
@calmyourmind5617 2 жыл бұрын
A small javascript solution function coins(input){ let twos = Math.floor(input/2); if(twos > 2){ var numbersOfTwos = twos/2; } else{ var numbersOfTwos = twos; } let fives = Math.floor((input - twos)/5) let ones = ((input - twos)- (fives*5)) console.log(numbersOfTwos + fives + ones) console.log(fives) console.log(numbersOfTwos) console.log(ones) }
@rushikeshmantri6951
@rushikeshmantri6951 3 жыл бұрын
What a Beautiful Explanation ! No words to rate your explanation sir ! I think by watching your videos none of the premium college student is not going to remain umplaced ... Thank you Prep insta ....🔥🔥
@pallabtewary3869
@pallabtewary3869 3 жыл бұрын
Awesome Explanation ,Just Next Level🔥🔥 loved it .
@chandanabille6145
@chandanabille6145 3 жыл бұрын
Sir total number of coins are not equal to the rupees but we consider 4rp as 1111,at the same 3 and 5 we are considering, but how....?
@mallugayathreswari7942
@mallugayathreswari7942 3 жыл бұрын
Thank u very much for doing this videos which are helping us to placed in a goal company and the way of teaching is cool awesome. I saw many videos of this channel it just increases my knowledge in the same way my confidence also .I think no more platforms are there to give better knowledge than this .
@mukulbisen4856
@mukulbisen4856 3 жыл бұрын
Ur explaining technique is just Amazing one these is very Helpful for all
@svishalkhanna1189
@svishalkhanna1189 3 жыл бұрын
Bringing in prep insta prime , all courses at one payment just like for Netflix we don't pay for single movie but a subscription to watch the entire thing , mimicking that in the educational sector is a revolutionary move 🔥
@vriy855
@vriy855 3 жыл бұрын
Amazing Video with good Explaination.......
@PrasannaKumar-yx4tf
@PrasannaKumar-yx4tf 3 жыл бұрын
As u explained the no of coins should not exceed the value of the number but in case of 2rupees the no of coins and the value of number are same in the option which u have chosen.please clarify that whether u have told wrong or I didn't listen properly.
@riyajaiswal1255
@riyajaiswal1255 3 жыл бұрын
Prepinsta is the best platform for all the preparation of placement. I have seen so many videos for preparing but preinsta is the best . The way in this video you explained the question made it look like it is so easy . Thank you for sharing your knowledge ❤
@kaustubhbhoir4414
@kaustubhbhoir4414 2 жыл бұрын
This is a PRIME example of a bad video.
@Traumatised311
@Traumatised311 3 жыл бұрын
This guy is such a good teacher, all teachers should be like him
@MohammedAli-ru3fk
@MohammedAli-ru3fk 3 жыл бұрын
This was the channel I was searching for wat an explanation nicely done
@Ranjit__21
@Ranjit__21 2 жыл бұрын
at 16:44 you said total value of coin can't be greater than or equal to 3 in case of 3. but in question it is mentioned that it can't be greater than that. it means it can be equal to 3. so both 1+1+1 and 1+2 can be correct but the reason we reject 1+1+1 is we need minimum number of coins, please correct that logic in case of 3.
@vinuthna_thumma7789
@vinuthna_thumma7789 3 жыл бұрын
Are you making batches for company specific preparation @Prepinsta
@mohit7717
@mohit7717 3 жыл бұрын
I'm selected for TCS ninja Topper's Test , how can I prepare for this test.
@prathameshrajgure3400
@prathameshrajgure3400 2 жыл бұрын
Hey Mohit
@sapnarawat4237
@sapnarawat4237 3 жыл бұрын
So Good Explanation
@AyushMishra-gk7dt
@AyushMishra-gk7dt 2 жыл бұрын
Wow, mayank Agarwal as a teacher, exciting
@manojkumar-qm4mx
@manojkumar-qm4mx 3 жыл бұрын
Sir sound quality is very poor please increase in next upcoming videos. And thanks for this wonderful content
@akashparthe
@akashparthe 3 жыл бұрын
Always Helpful 🤩🤩
@sathishreddydwarampudi4543
@sathishreddydwarampudi4543 3 жыл бұрын
way of approach is good
@shivamyadav6369
@shivamyadav6369 3 жыл бұрын
Most awaited vdo sir thank you so much just a request please if possible make at most such videos
@shivamyadav6369
@shivamyadav6369 3 жыл бұрын
Tcs digital coding questions series
@shwetakumari490
@shwetakumari490 3 жыл бұрын
Is tcs digital ask hard level of questions or medium level ?
@Traumatised311
@Traumatised311 3 жыл бұрын
Bruh I hate coding so much, I did mechanical engineering cause I hate coding, but ur lecture and way of teaching is so easy to understand, keep it up
@srijarajendran6545
@srijarajendran6545 3 жыл бұрын
You gave me a new sense of pride in my career
@thgamingninja
@thgamingninja 2 жыл бұрын
Prepinsta makes a 30 min long video , and only give 15 minute to that topic and rest 15 min on promoting their channel.
@sathishreddydwarampudi4543
@sathishreddydwarampudi4543 3 жыл бұрын
easy to understand
@ritikabhalerao6484
@ritikabhalerao6484 3 жыл бұрын
Best channel for freshers to strt there placement journey
@rajuKumar-uy1xv
@rajuKumar-uy1xv 3 жыл бұрын
Great material
@marvelfighters465
@marvelfighters465 3 жыл бұрын
Sir one question In tcs digital exam,question wise or section wise time duration or total time duration?
@harshwardhansharma1227
@harshwardhansharma1227 3 жыл бұрын
Teaching at its best 🤩
@madhurgupta3849
@madhurgupta3849 3 жыл бұрын
Guys watch video from here 9:00
@princerajput9302
@princerajput9302 3 жыл бұрын
21:05 we make 4 rupees coins with two 2 rupees coins. But you said we can't.
@prateekrai7677
@prateekrai7677 3 жыл бұрын
cuz we cant make 1 n 3 with 2 rs coins
@sainaveen5659
@sainaveen5659 3 жыл бұрын
I have seen infosys previous yrs coding questions and I cleared the round... waiting for interview result..thank you
@srijarajendran6545
@srijarajendran6545 3 жыл бұрын
Having you in my placement preparation makes a huge Complimate
@toshnavkhatke9020
@toshnavkhatke9020 3 жыл бұрын
sir at 3 rs we dicarded 1 + 1 + 1 bcoz 3 => 3 why we accepted it in case of 4 rs
@dhritisinha8377
@dhritisinha8377 3 жыл бұрын
I was eagerly waiting for this
@svishalkhanna1189
@svishalkhanna1189 3 жыл бұрын
The discord link has expired !
@avinashchaudhary9030
@avinashchaudhary9030 3 жыл бұрын
This is the first time I am happy even after understanding only 50% of the code XD
@procoder7099
@procoder7099 3 жыл бұрын
Kaisa hai bhai
@avinashchaudhary9030
@avinashchaudhary9030 3 жыл бұрын
@@procoder7099 Abe Saale 😂🙏
@anjalikumari129
@anjalikumari129 Жыл бұрын
You are just telling us how you solved but this but i think we need to learn the concept not just a answer and also it's to lengthy how someone decide whether they will score good after getting prime subscription
@PrepInsta
@PrepInsta Жыл бұрын
Hey there Anjali! That's exactly what a PrepInsta Prime subscription helps you with 😉 How about you reach out to us over Instagram: www.prepinsta.com/instagram/ Or drop a message on bit.ly/prime-wa Or call us on 8448440710. Our mentors would be very glad to help you out with your queries and placement preparations. Team PrepInsta is always here to help! 💕
@ashitshetty
@ashitshetty 3 жыл бұрын
10:06, for the one's looking for the question
@sathishreddydwarampudi4543
@sathishreddydwarampudi4543 3 жыл бұрын
please provide free prime course access it will be helpful for my DCA preparation.
@rajuKumar-uy1xv
@rajuKumar-uy1xv 3 жыл бұрын
Please make a video on CTS digital Nuture Program... The hiring process
@dwiphazra3998
@dwiphazra3998 3 жыл бұрын
I am a so so programmer..will I be able to crack digital?
@rajuKumar-uy1xv
@rajuKumar-uy1xv 3 жыл бұрын
Best platform for coders
@shipusingh8003
@shipusingh8003 3 жыл бұрын
Damn! 💯
@ModestHustler
@ModestHustler 3 жыл бұрын
good video
@ekassingh4401
@ekassingh4401 3 жыл бұрын
Hr 2 min mein ad krle pehle
@ujalamaurya292
@ujalamaurya292 3 жыл бұрын
can we use c++ stl in tcs nqt???
@akash_vlog
@akash_vlog 3 жыл бұрын
I have already taken the prime and half the project show "coming soon"!! When will I be getting access to those?
@dharantricks9638
@dharantricks9638 3 жыл бұрын
Is prime worth the pay bro?
@itsamaan7942
@itsamaan7942 3 жыл бұрын
East or west prepinsta is best 🔥
@saialekhya5114
@saialekhya5114 3 жыл бұрын
Yes
@sangramranshing9931
@sangramranshing9931 3 жыл бұрын
Prepinsta is the best ❣️
@syedaffanullah7079
@syedaffanullah7079 3 жыл бұрын
Volume is very low. Increase the volume please.
@sushantpatial5564
@sushantpatial5564 3 жыл бұрын
Op Content
@itsamaan7942
@itsamaan7942 3 жыл бұрын
Pleas give the prepinsta prime subscribtion
@rijubose8929
@rijubose8929 2 жыл бұрын
sound is very low sir
@subhamavparmy
@subhamavparmy 2 жыл бұрын
Sound is very low!!
@sarwaribegum6221
@sarwaribegum6221 2 жыл бұрын
Improve your sound quality.
@gopalsharma5129
@gopalsharma5129 3 жыл бұрын
op sir
@tya_138vishalchavan2
@tya_138vishalchavan2 2 жыл бұрын
full timepass
@akshayv9819
@akshayv9819 3 жыл бұрын
Voice is very low
@anmolyadav7105
@anmolyadav7105 2 ай бұрын
mujhe toh nai samjha
@nirbhaikujur6273
@nirbhaikujur6273 2 жыл бұрын
11-4 = 6 kabse ho gaya
@rajashreeraha
@rajashreeraha 3 жыл бұрын
1st comment
@user-pl3ty2xo4z
@user-pl3ty2xo4z 8 ай бұрын
Logic is not explained clearly
@akkahshhagarwaal2056
@akkahshhagarwaal2056 2 жыл бұрын
The worst explanation I've ever seen
@siddhantroundalkar3918
@siddhantroundalkar3918 2 жыл бұрын
that low audio sucks
@PrepInsta
@PrepInsta 2 жыл бұрын
Play us on home theatre ;)
@tonyflair7675
@tonyflair7675 3 жыл бұрын
Overacting level 💯👌...
@entertainmentbyismart8190
@entertainmentbyismart8190 3 жыл бұрын
1st comment
TCS NQT Syllabus and Test Pattern 2024 | TCS Syllabus 2024
21:06
Cursor Is Beating VS Code (...by forking it)
18:00
Theo - t3․gg
Рет қаралды 95 М.
АЗАРТНИК 4 |СЕЗОН 1 Серия
40:47
Inter Production
Рет қаралды 1,3 МЛН
Angry Sigma Dog 🤣🤣 Aayush #momson #memes #funny #comedy
00:16
ASquare Crew
Рет қаралды 49 МЛН
GTA 5 vs GTA San Andreas Doctors🥼🚑
00:57
Xzit Thamer
Рет қаралды 28 МЛН
Capgemini Game Based Aptitude Test Questions and Answers 2024
43:25
TCS digital Coding Questions|Learn to solve coding|By shridhar Sir |
21:47
Life at TheMathCompany
4:29
MathCo
Рет қаралды 24 М.
Capgemini Pseudocode Questions and Answers | 2022-2023
1:05:59
Prep Insta
Рет қаралды 25 М.
(Most Asked) TCS NQT Coding Questions and Answers 2021
44:05
Prep Insta
Рет қаралды 398 М.
Surgery as a career option - Dr. Rohan Khandelwal
16:38
Rohan Khandelwal
Рет қаралды 276 М.
АЗАРТНИК 4 |СЕЗОН 1 Серия
40:47
Inter Production
Рет қаралды 1,3 МЛН