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?"
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?
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
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)
In Python :
print(string1.count(string2))
The string1.count(string2) method in Python counts the number of non-overlapping occurrences of string2 within string1.
Try to implement logic
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?"
raise ticket
@@teknouf raised. But I have no hope in that.
I got mail like that i selected for assessment but not yet received assesment mail,
Wait
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?
if you hv raised ticket then you will get coding round again
@@teknoufhow much time does it take to resolve the issue
The issue I got and raised a ticket in the morning
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
Same issue for me also
Raise ticket
i completed my coding assessment today when i may except result
by 1 week
Have you got any mail that you successfully cleared the coding round?