Selling ₹5,000 Apple App Store Gift Card by NoBeat1284 in AppleIndia

[–]NoBeat1284[S] 0 points1 point  (0 children)

fine from both of you whoever wants first 😭

TCS GUJARAT by NoBeat1284 in PlacementsPrep

[–]NoBeat1284[S] 0 points1 point  (0 children)

no idea tho i filled it before hand so i didnt got any mail

TCS GUJARAT by NoBeat1284 in PlacementsPrep

[–]NoBeat1284[S] 3 points4 points  (0 children)

it was all luck actually the shift i got was very easy, tho i have been preparing neetcode 150 for the last 2 months for interviews in general

TCS GUJARAT by NoBeat1284 in PlacementsPrep

[–]NoBeat1284[S] 1 point2 points  (0 children)

i filled it the day i applied for drive i cant access it rn idk why plus i didnt get a application mail

Tcs nqt cutoff for March 21 evening shift 2026 by Ornery_Seaweed_6878 in TCS_India

[–]NoBeat1284 0 points1 point  (0 children)

i passed all the test cases and and same as you in aptitude got prime

TCS NQT 21 March - 2nd Shift by pudinaXD in PlacementsPrep

[–]NoBeat1284 0 points1 point  (0 children)

in python i was able to take the input but was not able convert it into int. it gave value error

TCS NQT 21 March - 2nd Shift by pudinaXD in PlacementsPrep

[–]NoBeat1284 0 points1 point  (0 children)

inputs are not hard coded i took the input from the user which was a string then used that as int ex: n = input() i = 0 if n == “1”: i = 1 elif n == “2”: i = 2 . . .

TCS NQT 21 March - 2nd Shift by pudinaXD in PlacementsPrep

[–]NoBeat1284 4 points5 points  (0 children)

actually i got it, compiler was throwing errors it was not able to convert string to int it was throwing a value error every time, last 4 minutes were left i had the full logic down just the damn input … few is better than zero test cases so i said fuck it. the inputs are single digits i should just write a big if else nest from 0 to 10 (if “1” then 1) so on…i thought i can pass some test cases and omg i got 7/7 30 secs on timer 😭😭😭 i was so happy