i
TCS
Filter interviews by
This HTML code creates a simple front page layout with a header, navigation, main content area, and footer.
<!DOCTYPE html> - Declares the document type and version of HTML.
<html> - The root element of an HTML page.
<head> - Contains meta-information about the document, like title and links to stylesheets.
<title> - Sets the title of the webpage, displayed in the browser tab.
<body> - Con...
This program calculates the sum of natural numbers in consecutive orders using a simple loop or formula.
Natural numbers start from 1 and go up to any positive integer.
The sum of the first n natural numbers can be calculated using the formula: n * (n + 1) / 2.
Alternatively, you can use a loop to iterate through numbers and accumulate the sum.
Example: For n = 5, the sum is 1 + 2 + 3 + 4 + 5 = 15.
The current CEO of Tata Consultancy Services (TCS) is K. Krithivasan, who took over the role in 2022.
K. Krithivasan succeeded Rajesh Gopinathan as CEO.
He has been with TCS for over 34 years, holding various leadership roles.
Under his leadership, TCS aims to enhance digital transformation services.
Integers, floats, longs, and doubles are data types in programming, differing in size and precision for numerical representation.
int: Represents whole numbers, e.g., int a = 5;
float: Represents single-precision floating-point numbers, e.g., float b = 5.5f;
long: Represents larger whole numbers, e.g., long c = 100000L;
double: Represents double-precision floating-point numbers, e.g., double d = 5.55;
What people are saying about TCS
MongoDB is a NoSQL database that stores data in flexible, JSON-like documents, making it easy to work with unstructured data.
Insert Document: Use the `insertOne()` method to add a single document. Example: `db.collection.insertOne({ name: 'John', age: 30 });`
Insert Multiple Documents: Use the `insertMany()` method to add multiple documents at once. Example: `db.collection.insertMany([{ name: 'Jane', age: 25 }, { n...
MongoDB is a NoSQL database that stores data in flexible, JSON-like documents, unlike the structured tables of relational databases.
Data Model: MongoDB uses a document-oriented model, allowing for nested data structures, while relational DBMS use tables with fixed schemas.
Scalability: MongoDB is designed for horizontal scaling, making it easier to distribute data across multiple servers compared to relational data...
I am most proficient in Python, rating myself a 4.5 for its versatility in data analysis, web development, and automation tasks.
Extensive experience with libraries like Pandas and NumPy for data manipulation.
Developed web applications using Flask and Django frameworks.
Automated repetitive tasks using Python scripts, improving efficiency.
Participated in open-source projects, contributing to community-driven softwar...
TCS (Tata Consultancy Services) is an Indian multinational IT services and consulting company.
TCS is one of the largest IT services companies in the world.
It is a part of the Tata Group, a conglomerate in India.
TCS offers services in areas such as IT consulting, software development, and business process outsourcing.
The company has a global presence with offices in multiple countries.
TCS is known for its innovatio...
Rajesh Gopinathan is the CEO of TCS.
Rajesh Gopinathan took over as CEO of TCS in 2017.
He has been with TCS since 2001 and has held various leadership roles.
Under his leadership, TCS has continued to grow and expand globally.
OOP is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.
Encapsulation: Objects can encapsulate data and behavior within a single unit.
Inheritance: Objects can inherit attributes and methods from parent classes.
Polymorphism: Objects can take on multiple forms and behave differently based on their specific type.
I applied via Campus Placement and was interviewed in Dec 2024. There were 3 interview rounds.
TCS (Tata Consultancy Services) is an Indian multinational IT services and consulting company.
TCS is one of the largest IT services companies in the world.
It is a part of the Tata Group, a conglomerate in India.
TCS offers services in areas such as IT consulting, software development, and business process outsourcing.
The company has a global presence with offices in multiple countries.
TCS is known for its innovation and...
I have experience in organizing and leading team-building activities.
Organized a company retreat focused on team bonding and communication
Led a team-building workshop on problem-solving and collaboration
Planned a volunteer day for the team to give back to the community
I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.
An aptitude test that needs to be completed at the TCS iON center.
I am a passionate software developer with a strong background in full-stack development and a love for problem-solving.
Education: Bachelor's degree in Computer Science from XYZ University.
Experience: 3 years of experience in developing web applications using React and Node.js.
Projects: Developed an e-commerce platform that increased sales by 30% within the first quarter.
Skills: Proficient in JavaScript, Python, and SQL...
The Sieve of Eratosthenes is an optimized algorithm to generate prime numbers.
Use the Sieve of Eratosthenes algorithm to efficiently generate prime numbers.
Start by creating a list of numbers from 2 to n, where n is the maximum number you want to check for primes.
Iterate through the list and mark multiples of each number as non-prime.
The remaining unmarked numbers are prime.
Example: For n=10, the prime numbers generate...
I am open to relocating for the right opportunity, as it can enhance my career growth and provide new experiences.
Career Advancement: Relocating can open doors to new job opportunities and professional growth, such as moving to a tech hub like Silicon Valley.
Cultural Experience: Living in a new city allows me to immerse myself in different cultures and broaden my perspective, enhancing my adaptability.
Networking Opport...
I applied via Campus Placement and was interviewed in Dec 2024. There were 2 interview rounds.
Rajesh Gopinathan is the CEO of TCS.
Rajesh Gopinathan took over as CEO of TCS in 2017.
He has been with TCS since 2001 and has held various leadership roles.
Under his leadership, TCS has continued to grow and expand globally.
Yes, I am comfortable working night shifts as I am able to maintain focus and productivity during those hours.
I have previous experience working night shifts and have adapted well to the schedule
I am a night owl and naturally more alert and productive during nighttime hours
I understand the importance of maintaining a healthy work-life balance and am willing to adjust my schedule accordingly
I am open to relocating anywhere in the country for the right opportunity.
I am flexible and willing to consider opportunities in different locations.
I believe in exploring new places and experiencing different cultures.
I am excited about the possibility of starting fresh in a new city or state.
Just gave a three hour test which had aptitude questions and two coding questions and if u get one of the coding questions they will select you for sure
I applied via Company Website and was interviewed in Sep 2024. There were 3 interview rounds.
Basic aptitude prepare from indiabix. keep up with the time you will easily clear the round.
1-easy questions of array/string
2-medium level question of linear DSA(stack,queue,LL,Array, string)
My college life was a whirlwind of new experiences, friendships, and academic challenges.
Joined various clubs and organizations to meet new people and explore interests
Balanced studying with social activities to maintain a healthy lifestyle
Participated in internships and research projects to gain practical experience
Attended lectures and seminars to expand knowledge and skills
Enjoyed campus events and traditions to cre...
I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.
Gebaral aptitude round
General coding round
My favorite subjects are mathematics, computer science, and history.
Mathematics - I enjoy solving complex problems and equations.
Computer Science - I love coding and creating new programs.
History - I find learning about the past fascinating and important.
Qualities needed in the IT field include technical skills, problem-solving abilities, adaptability, and communication skills.
Strong technical skills in areas such as programming, networking, and cybersecurity
Ability to problem-solve and troubleshoot issues efficiently
Adaptability to quickly learn new technologies and adapt to changes in the industry
Effective communication skills to work with team members and clients
Att...
Basic aptitude questions were asked
2 coding questions which were of easy level
Numerical,verbal,reasoning
Coding with our choice of programming language
Yes, I have experience in coding, including various programming languages and problem-solving techniques.
Proficient in languages like Python, Java, and JavaScript.
Experience with web development using HTML, CSS, and frameworks like React.
Familiar with data structures and algorithms, solving problems on platforms like LeetCode.
Worked on projects involving APIs, databases, and cloud services.
I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.
Basics coding and aptitude qns were asked
I am a passionate software developer with a strong background in full-stack development and a keen interest in innovative technologies.
Education: Graduated with a degree in Computer Science from XYZ University.
Experience: Worked at ABC Corp as a software engineer, where I developed a web application that improved user engagement by 30%.
Skills: Proficient in JavaScript, Python, and React; completed a project using these...
Tough apptitude questions
Simple coding questions
Good knowledge of basic apti only
Good knowledge of array and string
A function that reverses a given string and returns it.
Create an empty string to store the reversed string
Iterate through the input string from the end to the beginning and append each character to the new string
Return the reversed string
Rajesh Gopinathan is the CEO of Tata Consultancy Services (TCS).
Rajesh Gopinathan became the CEO of TCS in 2017.
He has been with TCS since 2001 and has held various leadership roles within the company.
Under his leadership, TCS has continued to be a global leader in IT services and consulting.
The duration of TCS Ninja interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 176 interview experiences
Difficulty level
Duration
based on 29 reviews
Rating in categories
System Engineer
1.1L
salaries
| ₹3.9 L/yr - ₹8.3 L/yr |
IT Analyst
65.5k
salaries
| ₹7.7 L/yr - ₹12.7 L/yr |
AST Consultant
53.6k
salaries
| ₹12 L/yr - ₹20.6 L/yr |
Assistant System Engineer
33.2k
salaries
| ₹2.5 L/yr - ₹6.4 L/yr |
Associate Consultant
33k
salaries
| ₹16.2 L/yr - ₹28 L/yr |
Amazon
Wipro
Infosys
Accenture