i
TCS
Filter interviews by
I applied via Instagram and was interviewed in Jun 2022. There was 1 interview round.
I applied via Referral and was interviewed in Dec 2021. There were 3 interview rounds.
I applied via Campus Placement and was interviewed in Sep 2021. There was 1 interview round.
An array is a collection of similar data types stored in contiguous memory locations.
Arrays can be of any data type such as integers, floats, characters, etc.
Arrays are accessed using an index starting from 0.
Arrays can be one-dimensional, two-dimensional, or multi-dimensional.
Example: string[] names = {"John", "Jane", "Bob"};
Example: int[] numbers = new int[5];
Call by value passes a copy of the value while reference by value passes a copy of the reference to the value.
Call by value passes the value of a variable to a function, while reference by value passes the reference to the variable.
In call by value, any changes made to the parameter inside the function do not affect the original variable outside the function.
In reference by value, any changes made to the parameter insi...
Syntax for while loop and for loop
For loop: for(initialization; condition; increment/decrement){ //code block }
While loop: while(condition){ //code block }
Example: for(int i=0; i<5; i++){ cout<
Example: int i=0; while(i<5){ cout<
Pointer is a variable that stores the memory address of another variable in C programming language.
Pointers are used to manipulate data structures like arrays, linked lists, and trees.
They can be used to pass values by reference to functions.
Pointer arithmetic can be performed to access elements of an array.
Example: int *ptr; ptr = # printf("%d", *ptr);
Example: void swap(int *a, int *b) { int temp = *a; *a = *b; *b...
What people are saying about TCS
I applied via Job Portal and was interviewed before Mar 2022. There were 5 interview rounds.
You will get answers the on the back of question paper.
BPS stands for Business Process Services. TCS is a multinational IT services company.
BPS involves outsourcing of non-core business functions to a third-party provider.
TCS offers a range of IT services including consulting, application development, and maintenance.
TCS is headquartered in Mumbai, India and operates in over 46 countries.
TCS is one of the largest IT services companies in the world with a market capitalizat
TCS interview questions for designations
Get interview-ready with Top TCS Interview Questions
Fibonacci program generates a series of numbers where each number is the sum of the two preceding ones.
Declare variables for first and second numbers of the series
Use a loop to generate the series up to a certain limit
Add the previous two numbers to get the next number in the series
Print the series
I applied via Campus Placement and was interviewed in Jan 2021. There were 3 interview rounds.
I applied via Referral and was interviewed before Apr 2020. There was 1 interview round.
I was interviewed before Jun 2016.
The duration of TCS fresher interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 16 interviews
3 Interview rounds
based on 31 reviews
Rating in categories
System Engineer
1.1L
salaries
| ₹1 L/yr - ₹9 L/yr |
IT Analyst
66.7k
salaries
| ₹5.1 L/yr - ₹16 L/yr |
AST Consultant
51.5k
salaries
| ₹8 L/yr - ₹25 L/yr |
Assistant System Engineer
29.8k
salaries
| ₹2.2 L/yr - ₹5.8 L/yr |
Associate Consultant
29.4k
salaries
| ₹9 L/yr - ₹32 L/yr |
Amazon
Wipro
Infosys
Accenture