TCS Digital Interview 2023 Last Updated : 05 Aug, 2024 Comments Improve Suggest changes Like Article Like Report Round 1: Coding TestThere was an exam conducted exclusively for Digital Profile in TCS for priority colleges. It was on 4the h of March 2023. There were aptitude questions and two coding questions. One was an easy one the other was a bit tricky.A week later the results were announced and very few students were selected from my college. The interview was scheduled the the coming week.Round 2: InterviewMy interview was on 21st March 2023. For me, both the HR and technical rounds were combined, and it took around 25 minutes as a whole. For the technical round, I was asked to write a program for the Fibonacci series in any language. Later on, I was asked to explain it. All the questions I was asked were based on my resume and so many questions were asked on Java and Python. It included questions on different packages, libraries, and applications. I was also asked to talk about a new technology. I chose Blockchain. They even asked advanced questions on it which I couldn't answer. No questions were asked about databases or SQL. I was asked to explain both my major and minor projects that I did in college. It was machine learning based and so some questions were asked about it too like libraries used for image classification and so on. HR RoundFor the HR round I was asked to talk about my strengths and weaknesses. They gave me scenarios and asked me how will I react to those. Several questions were asked about TCS too. The core values, the latest news you read about TCS, etc. That's it. Comment More infoAdvertise with us Next Article Binary Search Algorithm - Iterative and Recursive Implementation Anonymous Improve Article Tags : Interview Experiences Experiences TCS TCS Digital Practice Tags : TCS Similar Reads Binary Search Algorithm - Iterative and Recursive Implementation Binary Search Algorithm is a searching algorithm used in a sorted array by repeatedly dividing the search interval in half. The idea of binary search is to use the information that the array is sorted and reduce the time complexity to O(log N). Binary Search AlgorithmConditions to apply Binary Searc 15 min read Window Functions in SQL SQL window functions are essential for advanced data analysis and database management. It is a type of function that allows us to perform calculations across a specific set of rows related to the current row. These calculations happen within a defined window of data and they are particularly useful 6 min read Insertion in Linked List Insertion in a linked list involves adding a new node at a specified position in the list. There are several types of insertion based on the position where the new node is to be added:At the front of the linked list Before a given node.After a given node.At a specific position.At the end of the link 4 min read Topic wise multiple choice questions in computer science We have covered multiple choice questions on several computer science topics like C programming, algorithms, data structures, computer networks, aptitude mock tests, etc. Practice for computer science topics by solving these practice mcq questions.This page specifically covers a lot of questions and 2 min read Top 30 Java 8 Interview Questions and Answers for 2025 Java 8 introduced a host of powerful features that have significantly enhanced the Java programming language. Introducing new features such as Lambda Expressions, Stream API, Functional Interfaces, the new Date and Time API, and more. As a result, Java 8 skills are highly sought after by employers i 15+ min read TCS SDE Sheet: Interview Questions and Answers What is TCS NQT ? TCS NQT is National Qualifier Test conducted by Tata Consultancy Services, it is a prerequisite for all the tests. The validity of the NQT score is of two years. Candidates are eligible to apply on the TCS iON Job Listing Portal with an NQT score. NQT exams are conducted in both on 8 min read Command Line Arguments in C The most important function of C is the main() function. It is mostly defined with a return type of int and without parameters.int main() { ... }We can also give command-line arguments in C. Command-line arguments are the values given after the name of the program in the command-line shell of Operat 4 min read 50+ Common Interview Questions and Answers Common Interview Questions: Preparing for a job interview can be daunting, but being well-prepared can significantly boost your confidence and chances of success. To help you ace your next interview, here is a list of the Top 50 common interview questions for freshers/college students or experienced 15+ min read Interview Corner: All Resources To Crack Any Tech Interview This article serves as your one-stop guide to interview preparation, designed to help you succeed across different experience levels and company expectations. Here is what you should expect in a Tech Interview, please remember the following points:Tech Interview Preparation does not have any fixed s 3 min read Infosys Interview Experience | SP I have applied on off-campus in June month of 2024. After 3-4 weeks, I get emails of the Shortlisted for the online test under the Infosys Campus Recruitment Program. The test date is 6 July 2024. so Infosys SP hiring asks for 3 Problems related to Data Structure and Algorithms (DSA). Problem Levels 4 min read Like