TCS NQT Coding Questions with Answers (Most Important)

  Рет қаралды 61,514

Prep Insta

Prep Insta

Күн бұрын

Пікірлер: 112
@PrepInsta
@PrepInsta 5 жыл бұрын
The top 5 comments on this video will get change to get any one of our online classes for free of cost. The results will be announced on our Instagram page here - instagram.com/prepinsta2020/
@namrakhan2754
@namrakhan2754 5 жыл бұрын
easier answer to that series question #include int main() { int num,output=0; int a=0, b=0; scanf("%d",&num); for(int i=1;i1) { a+=2; } if(i%2==0 && i>2) { b+=1; } } if(num%2!=0) output=a; else output=b; printf("%d",output); return 0; }
@sitadevimuthkhod3034
@sitadevimuthkhod3034 5 жыл бұрын
Instead of writing all 21 consonants 10:38, we can simply use the same condition check as: if it is a vowel, do nothing, else b[i]='#';
@omkarhandrale3304
@omkarhandrale3304 5 жыл бұрын
But the thing is that ..you will not be able to pass all the test cases how means if you enter the digits in string for that also that will consider as the character as per your code so that it will replace the number with the character.. That is #..so the test case will fail..that's why he wrote like that..
@mathslogic7769
@mathslogic7769 5 жыл бұрын
@@omkarhandrale3304 what if we check the character is within the range a to z ,using the same comparison used on case 3 capitalization
@rocker4037
@rocker4037 3 жыл бұрын
Correct✓✓
@sumanmodak7859
@sumanmodak7859 5 жыл бұрын
for the constants are replaced by '#' part don't use that long line of if statement. Instead use for(j=0; j
@dhrutijoshi3701
@dhrutijoshi3701 5 жыл бұрын
what does a2.length mean ? can you explain ..please
@sumanmodak7859
@sumanmodak7859 5 жыл бұрын
@@dhrutijoshi3701 it will take the length of the string that is taken in the a2 variable.
@prudhvi9440
@prudhvi9440 5 жыл бұрын
Instead of writing all the consonents in if loop we can write (b[j]!=a||b[j]!=e .......) for replacing consonents with #.
@John-vt4tr
@John-vt4tr 4 жыл бұрын
Instead of writing all the consonants, wouldn't it be a better approach to see if it's NOT vowels.?
@krantdarshi1765
@krantdarshi1765 3 жыл бұрын
instead of writing all 21 consonant we can write if(arr2[n]!=char1 && arr2[n]!=char2 && arr2[n]!=char3 && arr2[n]!=char4 && arr2[n]!=char5) arr2[n]= '#'; that will do;
@zeniths823
@zeniths823 5 жыл бұрын
to select consonants you can do in a better way if any vowels come keep b[i]=b[i] else b[i]= '#'
@akankshasoni5758
@akankshasoni5758 4 жыл бұрын
Thank you :)
@kdpathak3702
@kdpathak3702 5 жыл бұрын
sir the question with series 0021426384 i have done this way is this correct approach?my output is working #include int main() { int i,a=0,b=0,n; scanf("%d",&n); for(i=3;i
@pulkitmethaniya6471
@pulkitmethaniya6471 3 жыл бұрын
Can we use stl in nqt exam??
@ITIndia50
@ITIndia50 4 жыл бұрын
The way to reach TCS is Prepinsta now, guys learn smartly with Prepinsta
@adithyas1035
@adithyas1035 5 жыл бұрын
All the best everyone ❤ !
@manoranjan4717
@manoranjan4717 5 жыл бұрын
printf("%s%s%s",a,b,c) ; //Don't leave space btwn %s printf("home work completed");
@DbmWorld
@DbmWorld 5 жыл бұрын
Like the step wise solution of coding section.Atulya sir make videos which are easy to understand. If don't know coding much still you can relate. Thank you
@whattheif4270
@whattheif4270 5 жыл бұрын
Question 2 was there in my TCS NQT 2019 exam
@jaygupta2839
@jaygupta2839 5 жыл бұрын
dear prepinsta. Can you let me know about one query... in The second coding question that you took you are taking b = a/2 when i is a factor of 2. Cant we do this thing that we increase the value of b by 1 every time? Please reply to this ASAP
@ashishkulkarni2350
@ashishkulkarni2350 5 жыл бұрын
For concatenation use Strcat(a,b); Strcat(a,c); Printf("%s",a);
@harshitsomani8863
@harshitsomani8863 5 жыл бұрын
I think for vowels not only small letters(a, e, i,o,u) but also we need to take capital letters(A, E, I, O, U)
@himanshuruwali2783
@himanshuruwali2783 5 жыл бұрын
Me as a student, thoroughly congratulates prepinsta for their endeavor to provide free placement curriculum to the students
@harshdubey809
@harshdubey809 5 жыл бұрын
One of the best teacher i have ever studied from. Thanks sir for such a help. Previously it seemed so hard and now its seems so easy after this training. Thanks again!!
@vishwanath-ts
@vishwanath-ts 5 жыл бұрын
You would have used inbuilt function to convert to upper case there was no condition not to use inbuilt function!!
@aakanshapatil1932
@aakanshapatil1932 5 жыл бұрын
Hello sir i have a good knowledge of python as compare to c and c++ and i am fresher also having knowledge of hadoop and ml can i sit in tcs process for hadoop or ml if they hier freshers for this
@makaveli8336
@makaveli8336 5 жыл бұрын
Please answer me.....I'm a 2019 batch B.Tech(CSE) student....and I have 1st to 7th sem mark sheet with above 70% ....But due to family problem I was unable to give my 8th sem practical ...so I didn't have my 8th sem mark sheet...and my college faculty told me to wait for next year for my practical exam......and i have applied for this exam but I'm not sure whether they select me or not after I cleared this exam???...
@Astha6062
@Astha6062 5 жыл бұрын
In next semester exam u have to appear for practical exam nd thn ur result will come after that...
@mohammedshafee5598
@mohammedshafee5598 5 жыл бұрын
Initially I was thinking who is going to pay for crash course .I thought it wont help to crack .But after watching this one ,what an explanation .Definitely if another drive will be conducted I am ready to pay for it.pakka explanation...vera level.
@PrepInsta
@PrepInsta 5 жыл бұрын
Please ask questions and doubts in the comment section if you have any :)
@invisiblestar6146
@invisiblestar6146 5 жыл бұрын
Is d coding time 20 mins or 30?! There r different info abt it in different sites. Also may I know d cutoff for the coding question as I'm weak at coding?!
@invisiblestar6146
@invisiblestar6146 5 жыл бұрын
Is there negative marking for any sections???
@saikishoredantam
@saikishoredantam 5 жыл бұрын
@@invisiblestar6146 30 min for coding section
@kaushaljoshi2255
@kaushaljoshi2255 5 жыл бұрын
The cutoff for CS and non-CS background is same?
@shashiram9889
@shashiram9889 4 жыл бұрын
Sir do you prepare the students for this coding round as well ?
@PrepInsta
@PrepInsta 4 жыл бұрын
Yes we do
@sydharthydv
@sydharthydv 5 жыл бұрын
If I’m selected in TCS, I’m giving you guys a bite of my first salary lol
@rohitreddy1478
@rohitreddy1478 4 жыл бұрын
Selected??
@jagbirsingh1448
@jagbirsingh1448 5 жыл бұрын
sir in second condition we just check any letter is not equal to vowels then changes to #. so that we can save our time instead of writing the 21 conditions in if statement. please tell me i am correct or not...and thank you for such kind of efforts that's really helps me a lot.
@pruthvirajpatil7850
@pruthvirajpatil7850 5 жыл бұрын
Best statergy before exam is given here .really helpful ☺👌👌
@rajanrocky7215
@rajanrocky7215 5 жыл бұрын
Nice sir... Plz upload more videos
@dharminderrawat4590
@dharminderrawat4590 5 жыл бұрын
10:41 sir we can use NOT of VOWEL condition instead of writting all consonants!
@journey_withTB
@journey_withTB 5 жыл бұрын
am very weak in coding section but want to make me strong me in this zone ...how can i download prepinsta material ... please help me
@hungama3362
@hungama3362 5 жыл бұрын
You're the best atulya sir.....
@likhithareddy9
@likhithareddy9 5 жыл бұрын
we cant use predefined methods or functions in the program then why using a predefined function(Strlen)
@kalyankumargade
@kalyankumargade 5 жыл бұрын
the way you explained is so good.the way solving the problem.which understand by any person even he/she don't no's the language .clear clarity concurrent explanation .i missed these many days .loved it
@MdFarhan-ge3wg
@MdFarhan-ge3wg 5 жыл бұрын
Qualified fr superninja tnqt
@FutureAITrend
@FutureAITrend 5 жыл бұрын
I have given the exam but only 2 test case was successful will i not be selected due to it apti part was ok and programming cmq was also ok due to 2 test case will the sectional cut off be cleared ?plz reply very tensed
@SM-fb4qb
@SM-fb4qb 5 жыл бұрын
great work this will help us very much.
@vasukurilakshmidurga2781
@vasukurilakshmidurga2781 5 жыл бұрын
Super explanation and one more thing u r so handsome
@yaswanthreddy2493
@yaswanthreddy2493 5 жыл бұрын
Can u please upload videos for Accenture tests ,,please
@KeepIt-jm2vn
@KeepIt-jm2vn 4 жыл бұрын
Diploma students can apply this form plzzz reply
@sapnac3257
@sapnac3257 4 жыл бұрын
Im from mechanical branch ye 🔔 kuch nhi samaj ra 😂
@dannyweber1891
@dannyweber1891 5 жыл бұрын
This TCS NQT 2020 which happened was so damn different than usual patten which was expected, complete nonsense!
@yogitathakur843
@yogitathakur843 4 жыл бұрын
Respected sir i want this code in java.......Can you provide me the same code in java
@subhankardutta6054
@subhankardutta6054 5 жыл бұрын
Sir, any information about slot 4's cut off (3rd aug) as you have "sources"
@poopify6038
@poopify6038 5 жыл бұрын
Best channel for preparation of placements
@originalgangster7853
@originalgangster7853 5 жыл бұрын
I got the question at 31:00 in my exam last year
@vishwanath-ts
@vishwanath-ts 5 жыл бұрын
Did you get job at tcs? when they will announce the results after the exam?
@ssk7165
@ssk7165 5 жыл бұрын
Sprv bro ,ur explanation is awesome, sprv
@debjeetmukherjee791
@debjeetmukherjee791 5 жыл бұрын
Sir its a request can you please upload a video on how to find the maximum or minimum elements from a particular column or a row in matrices !
@PrepInsta
@PrepInsta 5 жыл бұрын
That we have covered in our crash course
@PrepInsta
@PrepInsta 5 жыл бұрын
That we have covered in our crash course
@akshaychauhan8254
@akshaychauhan8254 5 жыл бұрын
Very well explained
@kavyau9162
@kavyau9162 5 жыл бұрын
Which python version is in TCS is it python 2 or python 3
@nihaltripathy8089
@nihaltripathy8089 5 жыл бұрын
sir plz can u explain today tcs nqt coding question ,shift 3 ..
@AYUSH1888
@AYUSH1888 5 жыл бұрын
Time given is 20 mins not 30 mins Prep Insta😂😂🙏
@sayanmercer1176
@sayanmercer1176 5 жыл бұрын
20 min for last year not for this year
@AYUSH1888
@AYUSH1888 5 жыл бұрын
@@sayanmercer1176 Check the official mock test on TCS campus commune.. It's 20 mins
@nishath5905
@nishath5905 5 жыл бұрын
@@AYUSH1888 carefully check the mock test given its last year's not this year's so it's mentioned 20 min but this year it's 30 min
@AYUSH1888
@AYUSH1888 5 жыл бұрын
@@nishath5905 Okay
@shreymehrotra299
@shreymehrotra299 5 жыл бұрын
Plz can u explain a coding question for reversing the LETTERS of the words but position of the words remains the same
@Akshay-jl7os
@Akshay-jl7os 5 жыл бұрын
Similar to tcs off campus 2019 (tcs off campus phase II) Whether it is coming up for 2020 any idea ??
@rajvardhansinghthakur6481
@rajvardhansinghthakur6481 5 жыл бұрын
I bet that I won't be getting the free classes...... I know my fate... Well nice explanation 👌👌
@sagardhampalwar
@sagardhampalwar 5 жыл бұрын
Already bought online class 😀
@sejaldashpute
@sejaldashpute 5 жыл бұрын
Helpful
@hindustanibhau7026
@hindustanibhau7026 5 жыл бұрын
PrepInsta you're the best ..... So many videos were uploaded today
@nishantmagarde7598
@nishantmagarde7598 5 жыл бұрын
Prepinsta has provided best study material at last moment. Thank You PrepInsta☺️ Thank you for the guidance!
@RohitSharma-pw5vv
@RohitSharma-pw5vv 5 жыл бұрын
Thanks prepinsta this video was really really helpful
@bhanua9067
@bhanua9067 5 жыл бұрын
Question 3 came in my TCS NQT Exam
@Mr_the9tails
@Mr_the9tails 5 жыл бұрын
I have purchased your 199 apti pack and I was awesome man..really keep it up
@nikhilmuriki4694
@nikhilmuriki4694 5 жыл бұрын
@prepinsta there is a mistake it is chance but you have by mistakely wrote change
@jatinsingh5503
@jatinsingh5503 5 жыл бұрын
Sir, I have a doubt will there be negative marking in the coding section??
@venkateshpuli8189
@venkateshpuli8189 5 жыл бұрын
Yes
@nishath5905
@nishath5905 5 жыл бұрын
No there is no negative marking in coding section neither in programming section as well
@nishath5905
@nishath5905 5 жыл бұрын
There is negative marking only for aptitude and English which 0.33 negative marking
@venkateshpuli8189
@venkateshpuli8189 5 жыл бұрын
@@nishath5905 yaaa only for quant and English. You will find on the screen whether the question is having a negative marking or not don't be worry bro
@rupamwani
@rupamwani 5 жыл бұрын
as a mechanical background , it is always tough to solve coding questions for me. but i think now i can solve! thank you
@sanketsutar2523
@sanketsutar2523 5 жыл бұрын
coding question is not solved , is there any chances in tcs ninja
@sohamsinha8670
@sohamsinha8670 5 жыл бұрын
Lol what a channel who doesn't even know about the exam pattern.. I don't see any questions or suggestions on advanced programming logic which came today..
@ashishmishra9662
@ashishmishra9662 5 жыл бұрын
Thank yo so much for back to back videos... Learnt alot from ur video
@himanshunikam6251
@himanshunikam6251 5 жыл бұрын
%s ma sa space nikal dho ho gaya concatenation
@techwrahul
@techwrahul 5 жыл бұрын
Great sir , as the time limit is increased, will difficulty increase so highly?
@Mm-zt1gk
@Mm-zt1gk 5 жыл бұрын
What about capital vowels and constanst in 1st question.
@anshuprakash5022
@anshuprakash5022 5 жыл бұрын
Why you are solving the same question,please solve other type of questions so that we can feel confident
@PrepInsta
@PrepInsta 5 жыл бұрын
Sure
@SourabhSingh-zx1fh
@SourabhSingh-zx1fh 5 жыл бұрын
level should be some more high✌✌
@mainak_das
@mainak_das 5 жыл бұрын
sir arent these questions too easy??
@PrepInsta
@PrepInsta 5 жыл бұрын
If you find them easy then you are at good track. Your practice is good
@mainak_das
@mainak_das 5 жыл бұрын
@@PrepInsta but sir I am just worried what if the question is like the ones that are given in competitive coding😅
@saikishoredantam
@saikishoredantam 5 жыл бұрын
Can anyone explain what we have to do when they given to take only one input in a single line as "how are you" for the first program. Input: how are you Output: h%wa#eYOU
@jasmeen3014
@jasmeen3014 5 жыл бұрын
Does slot 3 in TCS NQT always comes as a difficult pattern?.. And slot 1 as the easiest one?!
@PrepInsta
@PrepInsta 5 жыл бұрын
Not at all
@shivamsingh8933
@shivamsingh8933 5 жыл бұрын
Is TCS repeated questions that are asked in last year ?
@rajrana1997224
@rajrana1997224 5 жыл бұрын
Best Video. Very nice Explanation. Keep it up!
@vibudhupadhyay4173
@vibudhupadhyay4173 5 жыл бұрын
Woohoo This came as a drop in the middle of a battle , Thanks prepinsta
TCS NQT Programming Logic Questions (TCS NQT 2020)
39:38
Prep Insta
Рет қаралды 368 М.
Lecture 1: Introduction to CS and Programming Using Python
1:03:30
MIT OpenCourseWare
Рет қаралды 807 М.
Elza love to eat chiken🍗⚡ #dog #pets
00:17
ElzaDog
Рет қаралды 12 МЛН
Will A Basketball Boat Hold My Weight?
00:30
MrBeast
Рет қаралды 124 МЛН
龟兔赛跑:好可爱的小乌龟#short #angel #clown
01:00
Super Beauty team
Рет қаралды 88 МЛН
Sigma baby, you've conquered soap! 😲😮‍💨 LeoNata family #shorts
00:37
(Most Asked) TCS NQT Coding Questions with Answers (TCS NQT 2020)
22:01
Solve Any Pattern Question With This Trick!
57:20
Kunal Kushwaha
Рет қаралды 2,5 МЛН
TCS NQT Aptitude Questions with Answers (Most Important)
42:21
Prep Insta
Рет қаралды 340 М.
I gave 127 interviews. Top 5 Algorithms they asked me.
8:36
Sahil & Sarra
Рет қаралды 666 М.
TCS Coding Questions with Answers 2020 | (Most Asked)
15:42
Prep Insta
Рет қаралды 365 М.
Bjarne Stroustrup: C++ | Lex Fridman Podcast #48
1:47:13
Lex Fridman
Рет қаралды 1 МЛН
TCS NQT Aptitude Questions with Answers (Time and Work)
45:51
Prep Insta
Рет қаралды 30 М.
(Most Asked) TCS NQT Coding Questions and Answers 2021
44:05
Prep Insta
Рет қаралды 401 М.
TCS Ninja Coding Questions 2022
43:50
Prep Insta
Рет қаралды 143 М.
Elza love to eat chiken🍗⚡ #dog #pets
00:17
ElzaDog
Рет қаралды 12 МЛН