TCS NQT Coding Questions 2024 | TCS NQT Coding Preparation 2024 | TCS NQT Advanced Coding 2024 🚀🔥

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ก.พ. 2025

ความคิดเห็น • 58

  • @shashank.4705
    @shashank.4705 วันที่ผ่านมา

    5 Question answer
    m= input("Enter the array list")
    arr=[]
    for i in m.split():
    arr.append(int(i))
    w= int(input("Enter the to index to swap"))
    if 0

  • @HUNTER-wp3mc
    @HUNTER-wp3mc 9 หลายเดือนก่อน +6

    second question in python code :---
    def function(n):

    for i in range(100):

    if n%10 == 0:
    n = n//10

    else:
    break
    value= str(n)
    print(value[::-1])

  • @HUNTER-wp3mc
    @HUNTER-wp3mc 9 หลายเดือนก่อน +3

    sixth question in python :---
    def function(n):
    value = n.replace(" ","")
    return value

  • @HUNTER-wp3mc
    @HUNTER-wp3mc 9 หลายเดือนก่อน +2

    first question in python code ----
    def function(n):
    sum = 0
    for i in str(n):
    i = int(i)
    value = i*i*i
    sum = sum+value

    print(sum)
    if sum == n:
    return "yes"

    else:
    return "no"

    • @mhsenpai3733
      @mhsenpai3733 9 หลายเดือนก่อน +1

      awesome, please tel me how do i improve my python!

    • @kolgerushikesh7058
      @kolgerushikesh7058 5 หลายเดือนก่อน +1

      @@mhsenpai3733 this is not dynamic man

  • @priya-rb1zg
    @priya-rb1zg 9 หลายเดือนก่อน +2

    What class name should I take while coding for TCS NQT in Java?

  • @68-pratikhanjagikar4
    @68-pratikhanjagikar4 9 หลายเดือนก่อน +2

    Sir g accenture communication assessment per video daliye plz or unka speech us ya UK hai ye bhi bataiye

  • @yugpratapsingh8633
    @yugpratapsingh8633 9 หลายเดือนก่อน

    Sir array of characters ka input lena bhi btao. Whan exam main multiple inputs dete hain woh toh size tk ni pata hota hai kitne characters honge iska. Aur aise initialize krke dikhane se adhi hi problem smjh aegi.

  • @onkarHINDU
    @onkarHINDU 8 หลายเดือนก่อน +1

    sir apse DSA dikne mein bahut maza ayega...Could you please start new journey of it.

  • @rajveerssingh115
    @rajveerssingh115 9 หลายเดือนก่อน +9

    Sir ab tak admit card nhi aaya, i applied on 5th april

    • @sameeraddi778
      @sameeraddi778 9 หลายเดือนก่อน +1

      Mera v nhi aaya

    • @MoinKhan0002
      @MoinKhan0002 9 หลายเดือนก่อน

      Same here

    • @harshxo21
      @harshxo21 9 หลายเดือนก่อน +1

      Mera aa gaya 29 april ko he paper

    • @sameeraddi778
      @sameeraddi778 9 หลายเดือนก่อน +1

      @@harshxo21 kb aaya ??

    • @KGJobUpdates
      @KGJobUpdates  9 หลายเดือนก่อน

      If you haven't received your admit card yet, watch this video for details on admit card generation & exam date: th-cam.com/video/WyDaolaDGjU/w-d-xo.htmlsi=tj0tRqPXgS9fHXE1

  • @abhishekanand3462
    @abhishekanand3462 5 หลายเดือนก่อน

    Jo 2 Coding Questions ke liye 90 Min milte hai ,usme humlog kabhi bhi unn 2 Questions ke beech switch kar sakte hai ki ?? Har 1 Coding Question ka time slot fixed hota hai aur agar fixed hota hai to 1st quesn ko kitna time milta hai ??

  • @HUNTER-wp3mc
    @HUNTER-wp3mc 9 หลายเดือนก่อน +1

    third question in python :---
    def function(n):
    value = str(n)
    value = value[::-1]
    if int(value) == n:
    print("palindrome")
    else:
    print("not a palindrome")
    fourth question in python :----
    def function(n):
    sum = 0
    value = str(n)
    for i in value:
    sum += int(i)
    value2 = str(sum)
    value2 = value2[::-1]
    if int(value2) ==sum :
    print("palindrome")
    else:
    print("not a palindrome")
    fifth question in python :---
    def function(n , k, lss):
    #let k be the kth element in the array
    a = lss[k-1]
    b = lss[-k]
    lss[k-1] = b
    lss[-k] = a
    return lss
    # here lss is a list

  • @arnab_16
    @arnab_16 5 หลายเดือนก่อน

    what if you don't know the given number total digit what if the digit is 5 number

  • @terranceraj6834
    @terranceraj6834 9 หลายเดือนก่อน +1

    Isn't these question quiet easy for tcs nqt exam ?

  • @adarshranjan5675
    @adarshranjan5675 8 หลายเดือนก่อน

    Sum of Digit is Pallindrome or not
    EASY C++ SOLUTION
    class Solution {
    public:
    int isDigitSumPalindrome(int n) {
    // code here
    string temp=to_string(n);
    int sum=0;
    for(int i=0;i

  • @toushikbanik8452
    @toushikbanik8452 7 หลายเดือนก่อน

    //chale if a number is armstrong or not
    #include
    using namespace std;
    int pow(int a, int b){
    if(b

  • @mahimadubey963
    @mahimadubey963 9 หลายเดือนก่อน +1

    Sir kya tcs nqt ka paper hindi medium me hota h ya fir English me hi sab aata h please confirm i have doubt in this

    • @KGJobUpdates
      @KGJobUpdates  9 หลายเดือนก่อน

      Only English

  • @ayushshivhare3394
    @ayushshivhare3394 9 หลายเดือนก่อน +1

    Tcs NQT april cycle waale ka result kb tk declared ho jayega sir

  • @Saikrishna-kh3fk
    @Saikrishna-kh3fk 9 หลายเดือนก่อน +2

    sir if u did this same in java or python then more people will see upto end and it will increse traffic to ur channel...........

  • @proplayer3228
    @proplayer3228 7 หลายเดือนก่อน +1

    number=200
    reverse=str(n)[::-1].lstrip('0')
    print(reverse)
    thanks me latter

  • @nikhiltadas8324
    @nikhiltadas8324 7 หลายเดือนก่อน

    sir Trading Chalu hai ky

  • @rjje
    @rjje 9 หลายเดือนก่อน +2

    par aaj ka 26th april ka tcs analysis mai question paper mai first question bhi easy nahi tha thoda tough aya tha

    • @motivationalwithvikky1100
      @motivationalwithvikky1100 9 หลายเดือนก่อน

      Bhai aapna contact no de sakte ho bahut sare doubt hai tumse puchhna hai Mera exam 6 may ko hai plzzz

    • @__Aakarsh-jo7ov
      @__Aakarsh-jo7ov 9 หลายเดือนก่อน

      @@motivationalwithvikky1100 same

  • @shreyashi9024
    @shreyashi9024 9 หลายเดือนก่อน

    I got 88 %in cognitive, 80% in advance quantitative ability and 58 % in programming. Can i get job in it sector?

    • @sahilsehgal2859
      @sahilsehgal2859 9 หลายเดือนก่อน

      Can you please tell where this score is visible ?

    • @shreyashi9024
      @shreyashi9024 9 หลายเดือนก่อน

      @@sahilsehgal2859 I have got e-mail from TCS nqt

    • @shreyashi9024
      @shreyashi9024 9 หลายเดือนก่อน

      @@sahilsehgal2859 can you tell me is this enough to get job in mnc

    • @sahilsehgal2859
      @sahilsehgal2859 9 หลายเดือนก่อน

      @@shreyashi9024 your advance score is good and programming is more than 50 % so tehre are chances to get a job call.

    • @shreyashi9024
      @shreyashi9024 9 หลายเดือนก่อน

      @@sahilsehgal2859 sir I am 2019 pass out...still can I get job call.??

  • @nikhiltadas8324
    @nikhiltadas8324 7 หลายเดือนก่อน

    sir java mai code nhi hai ky

  • @Info12145
    @Info12145 9 หลายเดือนก่อน

    agra kisi ke coding section me tcs me 7se 4 case pass karliye toh kya Mark's milenge

    • @KGJobUpdates
      @KGJobUpdates  9 หลายเดือนก่อน +1

      Yes partial marking is there for coding section.

  • @diwakarkumar6286
    @diwakarkumar6286 9 หลายเดือนก่อน +2

    Itna easy question TCS ab nhi puchta

    • @KGJobUpdates
      @KGJobUpdates  9 หลายเดือนก่อน

      first question easy he hoga dear

    • @rjje
      @rjje 9 หลายเดือนก่อน +1

      @@KGJobUpdates par aaj ka 26th april ka tcs analysis mai question paper mai first question bhi easy nahi tha thoda tough aya tha

  • @PrakharMalviya-r1y
    @PrakharMalviya-r1y 9 หลายเดือนก่อน +2

    Sir admit card nhi aaya mera kya karu

    • @sameeraddi778
      @sameeraddi778 9 หลายเดือนก่อน

      Mera v nhi aaya

    • @KGJobUpdates
      @KGJobUpdates  9 หลายเดือนก่อน

      If you haven't received your admit card yet, watch this video for details on admit card generation & exam date: th-cam.com/video/WyDaolaDGjU/w-d-xo.htmlsi=tj0tRqPXgS9fHXE1

  • @GouthamDandu
    @GouthamDandu 9 หลายเดือนก่อน

    yash bhaiya i am from banglore
    admit card nahi aya abhi
    sabkoo aa chuka hai
    😢😢😢😢😢

    • @KGJobUpdates
      @KGJobUpdates  9 หลายเดือนก่อน

      If you haven't received your admit card, no need to panic, mostly if you will receive it by today or tomorrow if you have exam on 29th or 30th April. There is also a possibility that exams will be scheduled for May since many students have applied this time, but dates are not released yet. So, please wait for it, keep checking your inbox & spam folders daily. All the best👍

  • @PrinceSoni-lf9gh
    @PrinceSoni-lf9gh 5 หลายเดือนก่อน

    // first question Armstrong Number in java
    import java.util.*;
    class HelloWorld {
    public static void main(String[] args) {
    Scanner sc =new Scanner(System.in);
    System.out.println("Enter the Number ");
    int n =sc.nextInt();
    int original = n;
    int rev =0;
    while(n > 0){
    int digit = n % 10;
    rev = (digit * digit * digit) +rev ;
    n =n /10;
    }
    if(original == rev){
    System.out.println("This is armsStrong Number " + original);
    }else{
    System.out.println("This is not armsStrong Number " + original);
    }
    }
    }
    Second question reverse the number in java code
    import java.util.*;
    class HelloWorld {
    public static void main(String[] args) {
    Scanner sc =new Scanner(System.in);
    System.out.println("Enter the Number ");
    int n =sc.nextInt();
    int original = n;
    int rev =0;
    while(n > 0){
    int digit = n % 10;
    rev = (rev * 10)+digit;
    n =n /10;
    }
    System.out.println("Reversed the Number "+ rev);
    }
    }
    // Third Second palindrome
    import java.util.*;
    class HelloWorld {
    public static void main(String[] args) {
    Scanner sc =new Scanner(System.in);
    System.out.println("Enter the Number ");
    int n =sc.nextInt();
    int original = n;
    int rev =0;
    while(n > 0){
    int digit = n % 10;
    rev = (rev * 10)+digit;
    n =n /10;
    }
    if(original == rev){
    System.out.println("This is palindrome Number " + original);
    }else{
    System.out.println("This is not palindrome Number " + original);
    }
    }
    }

  • @adarshranjan5675
    @adarshranjan5675 8 หลายเดือนก่อน +1

    To Check armstrong number
    Easy c++ code
    class Solution {
    public:
    string armstrongNumber(int n){
    // code here
    string temp=to_string(n);
    int sum=0;
    for(int i=0;i

  • @VallamGurubabu
    @VallamGurubabu 9 หลายเดือนก่อน

    Sir pdf bano of this video

  • @ln-gamer9496
    @ln-gamer9496 9 หลายเดือนก่อน +2

    first read armstrong number defination

  • @samiranroyy1700
    @samiranroyy1700 7 หลายเดือนก่อน

    🤗🤗sr

  • @diwakarkumar6286
    @diwakarkumar6286 9 หลายเดือนก่อน

    dp karo