TCS digital Coding part2 Questions|Learn to solve coding|By shridhar Sir |

Поделиться
HTML-код
  • Опубликовано: 18 сен 2024

Комментарии • 41

  • @anisha1705
    @anisha1705 4 года назад +2

    Please add interview experiences of LTI as well! We will be having them shortly

  • @ankitmishra9685
    @ankitmishra9685 2 года назад

    Excellent

  • @shree110
    @shree110 4 года назад +5

    Please make a video on L&T interviews.

  • @sakil9229
    @sakil9229 3 года назад

    Good❤

  • @SahilKumar-rw3sh
    @SahilKumar-rw3sh 3 года назад +1

    #include
    #include
    using namespace std ;
    main()
    {
    int count=0;
    int a[26]={}; // making empty array of 26 elements
    string s;
    getline(cin,s);
    int l=s.length();
    for (int i=0;i=65 && s[i]=97 && s[i]

  • @mrinalbera6080
    @mrinalbera6080 4 года назад

    st=input("Enter the string:")
    lst=[]
    f=0
    for i in range(26):
    lst.append(0)
    for i in range(len(st)):
    if st[i]==" ":
    continue
    lst[ord(st[i].upper())-65]+=1
    for i in lst:
    if i==0:
    f=1
    break
    if f==1:
    print("{} is not panagram".format(st))
    else:
    print("{} is panagram".format(st))
    #Sir can you check the logic right or wrong?

  • @ashutoshpal4164
    @ashutoshpal4164 4 года назад

    Part 3 and 4 bhi share karo before digital exam...please sirr

  • @santosh_karabannavar3294
    @santosh_karabannavar3294 4 года назад

    It is from hexaware technologies,Tomorrow I have GET - circuit stream test... Time slotted at 10 AM, Can you send the some of the details of it??

  • @sambasivarao1247
    @sambasivarao1247 4 года назад +1

    Sir Can we change programming language after writing some code in one language to another language?

  • @samreenimam8608
    @samreenimam8608 4 года назад +1

    Tcs digital me... greedy, dp ya trees se v qstns aate hai kya..??

  • @nishamakwana7436
    @nishamakwana7436 3 года назад

    Can we import libraries in TCS DCA exams such as regex ,itertools Counter ,import math etc in python

  • @aiswariyaa9731
    @aiswariyaa9731 4 года назад +1

    TCS 2021 off campus drive registration is started or not?

  • @sambasivarao1247
    @sambasivarao1247 4 года назад

    Thank you sir
    Sir which version of python is allowed in tcsninja and digital python 2 or python 3?

  • @sawankundu3611
    @sawankundu3611 4 года назад

    Sir, can u upload a video on Aptitude for TCS NINJA please 🙏

  • @tushargaikwad2017
    @tushargaikwad2017 4 года назад +1

    toupper(s[i]) just convert letter to uppercase
    but we have to subtract 65 frm ascci value of
    toupper(s[i])
    how u get ascci value of each of s[i] ???

    • @varuntechy
      @varuntechy 4 года назад

      just type cast any character to int you will get Ascii value;
      for ex;
      String i = "Hello";
      int d = (int)i.charAt(index);

  • @karthikreddy7956
    @karthikreddy7956 3 года назад +1

    Is python compiler is good for exam?

  • @anshalantony362
    @anshalantony362 4 года назад +3

    Can't we just count the unique different number of characters and if it's equal to 26 then it's a pangram else it isn't (27 including space)

    • @girishdama1778
      @girishdama1778 4 года назад

      yes this can be simply done by set

    • @ravineshkumar5680
      @ravineshkumar5680 3 года назад

      No,logic fails if it contains special characters

    • @prathikv3065
      @prathikv3065 3 года назад

      @@ravineshkumar5680 you can use isalpha() for that

  • @himanshubajaj2566
    @himanshubajaj2566 4 года назад +1

    Sir capgemini virtual interview konse platform Par hoga

  • @subhranilmaitra1005
    @subhranilmaitra1005 2 года назад

    Sir , can you please clear one problem ?
    Everytime I sit for TCS , n the code section I get error "NosuchElementException" as I use Scanner for taking input.
    Am I going wrong somewhere ?

  • @ramyayadav5999
    @ramyayadav5999 3 года назад

    Sir how to handle end of file error in python...
    Even though whole code is right it's showing eof error at input() function

  • @shirinakhtar1136
    @shirinakhtar1136 4 года назад +2

    Sir does 2020 will get the chance in any further hiring?

    • @OnlineStudy4u
      @OnlineStudy4u  4 года назад +1

      Yes .. 2020 will get chance

    • @vikas2435
      @vikas2435 4 года назад +1

      @@OnlineStudy4u thanks for the information

  • @unemployedcse3514
    @unemployedcse3514 4 года назад

    Awesome 💞

  • @kingfisher3791
    @kingfisher3791 4 года назад +2

    For this year do we need to go for test centers or can we take test in home

  • @mrinalbera6080
    @mrinalbera6080 4 года назад

    But sir what about blank space?
    Sir I do the program in python3 using list as you take flag[26]={} . But when run the code due to blank space between two word it's gives list index out of range.
    Can you please give its python logic

  • @gyandweep3445
    @gyandweep3445 4 года назад +1

    Sir what about 2019 batch ???

    • @jithinmv6516
      @jithinmv6516 4 года назад

      We can write the exam. But TCS will not hire us. 😄 The TCS drive is exclusively for 2021 paasouts

  • @deepakavva317
    @deepakavva317 4 года назад +1

    Will tcs digital coding questions in the same level??

    • @OnlineStudy4u
      @OnlineStudy4u  4 года назад

      Yes

    • @deepakavva317
      @deepakavva317 4 года назад +1

      @@OnlineStudy4u is the python compiler good in the exam.

    • @ravineshkumar5680
      @ravineshkumar5680 4 года назад

      @@deepakavva317 they have very bad compiler of python.And supported for python 2.x

  • @manikantapenimekala9196
    @manikantapenimekala9196 4 года назад

    Kindly send me TCS digital registration link

  • @prachipriya9451
    @prachipriya9451 4 года назад

    Sir, can you provide this code in java