Let’s explore how to answer such TCS interview questions for experienced candidates. experienced. 59. Tell me about your experience and your role in your previous organization. I have [X years] of experience in [mention your field/industry]. In my previous organization, I held the position ...
Coding Interview Tips CAREFULLY CRAFTED VIDEO LESSONS & PRACTICE QUESTIONS Premium TCS NQT Course Byte sized concept lectures Topic-wise Practice Questions Full-length Mock Tests Detailed Performance Reports Concept breakup for each Assessment Option to retry the tests Comment section for doubts TCS NQT...
Gourav num1,num2=map(int,input().split()) n=[] num=num1+num2 while(num!=0): n.append(num%2) num=num//2 print(*n[::-1],sep=”) Log in to Reply