TCS NQT 2025 03/10/2024 Exam Asked Questions | TCS NQT 2025 Shift Questions

  Рет қаралды 12,064

OnlineStudy4u

OnlineStudy4u

Күн бұрын

Пікірлер: 70
@HARISHSAKTHIV2021-CSEUGBATCH
@HARISHSAKTHIV2021-CSEUGBATCH 18 күн бұрын
a=int(input()) b=int(input()) for i in range(a,b+1): c=str(i) if c==c[::-1]: print(c)
@angrybird3497
@angrybird3497 18 күн бұрын
m=int(input()) n=int(input()) for i in range(m,n+1): if str(i) == str(i)[::-1]: print(i)
@Abhi53268
@Abhi53268 18 күн бұрын
Sir please make videos on 2nd shift questions
@Pavan_8125
@Pavan_8125 18 күн бұрын
double avg = (sum) /7...this line will give a error in tcs compiler... () wont work... Try it write without using brackets... I faced this issue yesterday
@Sathya4_sree
@Sathya4_sree 16 күн бұрын
Thanks
@cjabhi3186
@cjabhi3186 18 күн бұрын
if there are only upto 3 digit numbers then changing the code for checking palindrome will not make any effect because for upto 3 digit number the time complexity of palindrome check function using loop will be O(3) only that is same as O(1) .
@ankanpal
@ankanpal 18 күн бұрын
Yeah, more or less. That's just another nice trick of solving it.
@aishuhg8773
@aishuhg8773 17 күн бұрын
Sir please upload vedio on tcs 4th October shift’s actual apti and coding questions and solutions
@DummyME-j6g
@DummyME-j6g 18 күн бұрын
Except the Numerical ability (it was quite bad), I have perfomed well in Verbal, Logical, Advanced Apti & Reasoning , Advanced Coding ( Both the codes were cleared). What Role can I expect?
@NiteshMaurya1111
@NiteshMaurya1111 17 күн бұрын
have you used java ? if yes, was Scanner class allowed ?
@jenniferj6278
@jenniferj6278 17 күн бұрын
Hi sir, I have completed my TCS NQT today. I have completed 2 coding Question with all the test cases pass but i have not done well in my Aptitude section that is foundation and Advanced Apti...Will i get selected for 2nd round ?? Sir, ... if i got selected, in which digital / Ninja / Prime, Sir ??
@NiteshMaurya1111
@NiteshMaurya1111 17 күн бұрын
have you used java ? if yes, was Scanner class allowed ?
@jenniferj6278
@jenniferj6278 17 күн бұрын
@@NiteshMaurya1111 no. I didn't use. Java
@sitaramaiahchowdarykalari4483
@sitaramaiahchowdarykalari4483 17 күн бұрын
Second shift questions pls
@angrybird3497
@angrybird3497 18 күн бұрын
d1=int(input()) d2=int(input()) d3=int(input()) d4=int(input()) d5=int(input()) d6=int(input()) d7=int(input()) total_sum = d1+d2+d3+d4+d5+d6+d7 avg = round(total_sum/7,1) print(total_sum,avg)
@Tirna_Sil
@Tirna_Sil 18 күн бұрын
Also provide with java plz
@ankanpal
@ankanpal 18 күн бұрын
Java code is pretty much the same as we are not using any extra data structure functions. Just the most basic syntax of couple of lines will be different.
@MorrisonOscar-u6l
@MorrisonOscar-u6l 17 күн бұрын
Brown Joseph Jones Donna Allen Shirley
@abhishekanand3462
@abhishekanand3462 18 күн бұрын
If someone is able to complete the first coding question quickly, will he get extra time in the second coding question or is there time fixed for the second question? please Reply 🥺🥺
@MrAlpha-gn7qg
@MrAlpha-gn7qg 18 күн бұрын
No he won't
@abhishekanand3462
@abhishekanand3462 18 күн бұрын
@@MrAlpha-gn7qg Thanks 😀
@abhishekanand3462
@abhishekanand3462 17 күн бұрын
@@MrAlpha-gn7qg Compilations limited hai ki , code ko baar baar compile kar sakte hai ?
@codingpanda8819
@codingpanda8819 18 күн бұрын
Your 1st code was not exactly what was actual, question is same but there's a problem in data types.
@OnlineStudy4u
@OnlineStudy4u 18 күн бұрын
You can share
@ankanpal
@ankanpal 17 күн бұрын
@@codingpanda8819 If the entire thing is given as a string input only, we just have to find the last space and take everything after it as a substring which will be the exercise minutes. #include using namespace std; int main() { int totalMinutes = 0; string input; for (int i = 0; i < 7; i++) { getline(cin, input); int lastSpace = input.find_last_of(' '); int exerciseMinutes = stoi(input.substr(lastSpace + 1)); totalMinutes += exerciseMinutes; } double averageMinutes = static_cast(totalMinutes) / 7; cout
@yashparmar5722
@yashparmar5722 18 күн бұрын
Can we use to string and reverse check for palindrome will it work.?
@saisiddeshmamidoju1728
@saisiddeshmamidoju1728 18 күн бұрын
it worked
@vinay9786
@vinay9786 10 күн бұрын
Do they really ask this easy question ⁉️
@ArushiRoy2823
@ArushiRoy2823 5 күн бұрын
Yess
@MALLIMPALLIYASWANTHVinnu
@MALLIMPALLIYASWANTHVinnu 18 күн бұрын
I completed two coding questions, but my aptitude performance wasn't very good. What kind of role is it possible to get? Can anyone please respond?"
@namanmaurya8874
@namanmaurya8874 18 күн бұрын
Prime
@BadshahShvm
@BadshahShvm 18 күн бұрын
If u will not clear the cut-off of foundation section then doesn't matter how u good programmer...
@namanmaurya8874
@namanmaurya8874 18 күн бұрын
I qualified prime, I exactly know what I am saying
@Gaurav-wm8lm
@Gaurav-wm8lm 18 күн бұрын
​@@namanmaurya8874bro apti went okayish and passes 6/7 test cases in both the questions
@ladipoge684
@ladipoge684 18 күн бұрын
Is it on campus or off campus
@RajinderSingh-tm8ln
@RajinderSingh-tm8ln 18 күн бұрын
can we write this code in python language ?
@ankanpal
@ankanpal 18 күн бұрын
@@RajinderSingh-tm8ln yes, why not?
@amann_saeed
@amann_saeed 18 күн бұрын
Hello sir plz reply me Some students are got shortlisted even they cleared the interview but still not received offer letter So what should we do sir ?
@OnlineStudy4u
@OnlineStudy4u 18 күн бұрын
wait
@amann_saeed
@amann_saeed 18 күн бұрын
@@OnlineStudy4u sir almost 8-9 months ho gaye sir 😑
@OnlineStudy4u
@OnlineStudy4u 18 күн бұрын
@@amann_saeed fir umeed chor do.
@KrishT0
@KrishT0 18 күн бұрын
​​@@amann_saeed if status is still showing batched then how you got to know that you have cleared interview?
@amann_saeed
@amann_saeed 18 күн бұрын
@@KrishT0 Actually woh main nhi hooon Mene kahi padha tha aur kuch seniors se suna tha ki 8-9 months ho gaye still not received the offer letter Toh woh dought mujhe bhi tha so mene isliye pucha🤧
@jayashreeg9319
@jayashreeg9319 18 күн бұрын
In c
@aniketdas4358
@aniketdas4358 18 күн бұрын
Is the first qn’s input taken whole as a string?
@ankanpal
@ankanpal 18 күн бұрын
Nope, please check the code I discussed. I am only taking the integer as an input.
@aniketdas4358
@aniketdas4358 18 күн бұрын
@@ankanpal was it like this only in the actual exam? I mean the ip..
@ankanpal
@ankanpal 18 күн бұрын
@@aniketdas4358 Afaik, some students were facing issues while taking it as an array input. But this worked!
@aniketdas4358
@aniketdas4358 18 күн бұрын
@@ankanpal can we only take the numbers as input without printing the days and all
@aniketdas4358
@aniketdas4358 18 күн бұрын
@@ankanpalbecause ig it doesn’t matter whether we print something while taking input..correct me if im wrong
Как не носить с собой вещи
00:31
Miracle
Рет қаралды 894 М.
Smart Sigma Kid #funny #sigma
00:14
CRAZY GREAPA
Рет қаралды 48 МЛН
TCS NQT 2025 - 05/10/2024 Aptitude & Coding Actual Questions Asked
57:40
Как не носить с собой вещи
00:31
Miracle
Рет қаралды 894 М.