15/11 | Accenture Technical | Accenture Assessment Test 2024 | UBK Anna

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 พ.ย. 2024

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

  • @shubhamsrivastava2174
    @shubhamsrivastava2174 23 ชั่วโมงที่ผ่านมา

    Resolved this Question from Sliding window Approch PYTHON
    def find_string(string1, string2):
    try:
    sliding = list()
    for i in range(len(string1)):
    if len(string1[i:i + len(string2)]) == len(string2) and string1[i:i + len(string2)] == string2:
    sliding.append(string1[i:i + len(string2)])
    return len(sliding)
    except Exception as Ex:
    return False
    answer = find_string(string1='ABCBCAB', string2='AB')
    print(answer)

  • @nilesh3288
    @nilesh3288 วันที่ผ่านมา +1

    In Python :
    print(string1.count(string2))

    • @Akash__G.h.o.s.h
      @Akash__G.h.o.s.h วันที่ผ่านมา

      The string1.count(string2) method in Python counts the number of non-overlapping occurrences of string2 within string1.

    • @teknouf
      @teknouf  วันที่ผ่านมา

      Try to implement logic

  • @AntoThomas-xl9jz
    @AntoThomas-xl9jz วันที่ผ่านมา +1

    I have coding round in yesterday (15/11/24) 8.30pm .
    But in my coding round, there was no C# (.NET) option. However, in their documents, they mentioned there would be .NET. In their options, there were no C# or .NET choices, only options like C++, CPP, Python 2, and Python 3. Why?"

    • @teknouf
      @teknouf  22 ชั่วโมงที่ผ่านมา +1

      raise ticket

    • @AntoThomas-xl9jz
      @AntoThomas-xl9jz 17 ชั่วโมงที่ผ่านมา +1

      @@teknouf raised. But I have no hope in that.

  • @sahithyamode695
    @sahithyamode695 20 ชั่วโมงที่ผ่านมา

    I got mail like that i selected for assessment but not yet received assesment mail,

    • @teknouf
      @teknouf  6 ชั่วโมงที่ผ่านมา

      Wait

  • @KarthikR-x3e
    @KarthikR-x3e วันที่ผ่านมา

    I cleared Cognitive and Technical Assessment but I didnt attend coding round as the login page was not responding and after some time it showed like ur test validity is over
    WIll my coding round will be resechulded by any chance?

    • @teknouf
      @teknouf  22 ชั่วโมงที่ผ่านมา

      if you hv raised ticket then you will get coding round again

    • @manideepikabathena628
      @manideepikabathena628 22 ชั่วโมงที่ผ่านมา

      ​@@teknoufhow much time does it take to resolve the issue
      The issue I got and raised a ticket in the morning

  • @AmanKumar-si5yz
    @AmanKumar-si5yz วันที่ผ่านมา

    Hello sir I completed the assessment at 8.30pm but I got the mail at 2.30 am that you have cleared the round and usually It come under 30 min but they gave the mail after 6 hours due to that reason I am not able to attend the coding round

    • @manideepikabathena628
      @manideepikabathena628 22 ชั่วโมงที่ผ่านมา

      Same issue for me also

    • @teknouf
      @teknouf  6 ชั่วโมงที่ผ่านมา

      Raise ticket

  • @VenkateshMagisetty
    @VenkateshMagisetty วันที่ผ่านมา

    i completed my coding assessment today when i may except result

    • @teknouf
      @teknouf  22 ชั่วโมงที่ผ่านมา +1

      by 1 week

    • @vaishnavramesh3749
      @vaishnavramesh3749 19 ชั่วโมงที่ผ่านมา

      Have you got any mail that you successfully cleared the coding round?