i
TCS
Filter interviews by
I applied via Campus Placement
I have not had any previous research internships.
I have not had the opportunity to work as a research intern before.
However, I have gained research experience through coursework and independent projects.
For example, in my statistics class, I conducted a research project analyzing the relationship between income and education level.
Additionally, I have worked on a project analyzing the effectiveness of different marketi...
I am very comfortable with programming languages.
Proficient in Java, Python, and C++
Experience with web development languages such as HTML, CSS, and JavaScript
Familiarity with database languages like SQL
Comfortable with learning new programming languages quickly
I applied via Campus Placement and was interviewed in Jan 2021. There were 3 interview rounds.
Swap two numbers with and without temporary variable
Without temporary variable: Use addition and subtraction
With temporary variable: Use a third variable to store the value of one of the numbers
Example without temporary variable: a=5, b=7; a=a+b; b=a-b; a=a-b;
Example with temporary variable: a=5, b=7; temp=a; a=b; b=temp;
I applied via Campus Placement and was interviewed in Jan 2021. There were 4 interview rounds.
I applied via Campus Placement and was interviewed before Sep 2020. There were 4 interview rounds.
I applied via Referral and was interviewed in May 2021. There was 1 interview round.
I applied via Campus Placement and was interviewed in Apr 2021. There were 4 interview rounds.
I applied via Campus Placement and was interviewed before Oct 2020. There were 3 interview rounds.
I applied via Referral and was interviewed in Dec 2020. There was 1 interview round.
Polymorphism is the ability of an object to take on many forms.
Polymorphism allows objects of different classes to be treated as if they are of the same class.
It is achieved through method overriding and method overloading.
Examples include function overloading in C++ and Java's method overriding.
Polymorphism helps in achieving loose coupling and flexibility in code design.
based on 8 reviews
Rating in categories
System Engineer
1.1L
salaries
| ₹1 L/yr - ₹9 L/yr |
IT Analyst
66.3k
salaries
| ₹5 L/yr - ₹16 L/yr |
AST Consultant
52k
salaries
| ₹8 L/yr - ₹25 L/yr |
Associate Consultant
30.5k
salaries
| ₹9 L/yr - ₹32 L/yr |
Assistant System Engineer
29.8k
salaries
| ₹2.2 L/yr - ₹5.8 L/yr |
Amazon
Wipro
Infosys
Accenture