Upload Button Icon Add office photos

Filter interviews by

TCS Communications Interview Questions, Process, and Tips

Updated 24 Dec 2024

Top TCS Communications Interview Questions and Answers

View all 11 questions

TCS Communications Interview Experiences

Popular Designations

18 interviews found

Developer Interview Questions & Answers

user image Anonymous

posted on 24 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java stream api filter function
  • Ans. 

    Java stream API filter function is used to select elements based on a given predicate.

    • Use filter() method to apply a predicate to each element in the stream

    • Predicate should return true for elements to be included in the resulting stream

    • Example: List<String> names = Arrays.asList("Alice", "Bob", "Charlie"); List<String> filteredNames = names.stream().filter(name -> name.startsWith("A")).collect(Collectors

  • Answered by AI
  • Q2. Spring boot architecture
Round 2 - HR 

(2 Questions)

  • Q1. Where do you see after 3 years?
  • Ans. 

    In 3 years, I see myself as a senior developer leading a team on innovative projects.

    • Leading a team on innovative projects

    • Senior developer role

    • Continuing to learn and grow in my career

  • Answered by AI
  • Q2. What are your hobbies?
  • Ans. 

    My hobbies include hiking, photography, and playing the guitar.

    • Hiking: I enjoy exploring nature trails and challenging myself with different terrains.

    • Photography: I love capturing moments and scenes that inspire me.

    • Playing the guitar: I find relaxation and creativity in playing music.

  • Answered by AI

Developer Interview Questions asked at other Companies

Q1. Which programming language do you use regular in work
View answer (2)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What is mapplet
  • Ans. 

    A mapplet is a reusable object in Informatica PowerCenter that contains a set of transformations.

    • Mapplets can be used in multiple mappings to perform the same set of transformations.

    • They can simplify mapping development by encapsulating common logic.

    • Mapplets can have input and output ports to connect with other transformations.

  • Answered by AI
  • Q2. What is hive database
  • Ans. 

    Hive is a data warehouse infrastructure built on top of Hadoop for providing data summarization, query, and analysis.

    • Hive is used for managing and querying large datasets stored in Hadoop Distributed File System (HDFS).

    • It provides a SQL-like interface called HiveQL for querying data.

    • Hive organizes data into tables, partitions, and buckets to optimize queries.

    • It supports custom MapReduce scripts for complex data process...

  • Answered by AI
  • Q3. Difference between look up and joiner
  • Ans. 

    Look up is used to retrieve data from a single source, while joiner is used to combine data from multiple sources.

    • Look up is used to search for a value in a data source and return a corresponding value from the same row.

    • Joiner is used to combine data from two or more sources based on a common key.

    • Look up is used for one-to-one mapping, while joiner is used for many-to-one or one-to-many mapping.

  • Answered by AI
  • Q4. Explain scd2 logic in informatica
  • Ans. 

    SCD2 logic in Informatica is used to track historical changes in data by creating new records for each change.

    • SCD2 stands for Slowly Changing Dimension Type 2

    • It involves creating new records for each change in data, while maintaining a link to the previous record

    • It typically includes effective start and end dates to track the validity of each record

    • SCD2 logic is commonly used in data warehousing to maintain historical

  • Answered by AI
  • Q5. Difference between router and filter transformation
  • Ans. 

    Router transformation sends data to multiple targets based on conditions, while filter transformation filters rows based on conditions.

    • Router transformation can send data to multiple targets based on conditions

    • Filter transformation filters rows based on conditions

    • Router transformation can be used to route data to different tables based on certain criteria

    • Filter transformation can be used to remove unwanted rows from th

  • Answered by AI

Skills evaluated in this interview

Informatica Developer Interview Questions asked at other Companies

Q1. if we dont specify anything in group by aggregator what will happen
View answer (2)

Senior Analyst Interview Questions & Answers

user image Samhita UI

posted on 30 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Output of console.log(0 || false || "result")
  • Ans. 

    The output will be 'result'

    • The logical OR operator (||) returns the first truthy value it encounters

    • In this case, '0' is falsy, 'false' is falsy, and 'result' is truthy

    • Therefore, the output will be 'result'

  • Answered by AI
  • Q2. Why do we need to use useState instead of variable?
  • Ans. 

    useState is used in React functional components to manage state and trigger re-renders.

    • useState allows functional components to have stateful logic.

    • Using variables directly in functional components does not trigger re-renders.

    • useState provides a way to update state and trigger component updates.

    • useState preserves the state between re-renders.

    • Example: const [count, setCount] = useState(0);

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics well. So you can answer advanced level too.

Skills evaluated in this interview

Senior Analyst Interview Questions asked at other Companies

Q1. Explain 3 statement financial model Calculating discount rate Could you walk me through the DCF model? Other valuation methods. What PE is ideal? What is the other matrix to value the company? Difference between IRR and CAGR. What is Bond Y... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Explain about globalization

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

TCS Communications interview questions for popular designations

 Developer

 (2)

 IT Analyst

 (2)

 Software Developer

 (2)

 BPO Executive

 (1)

 Company Secretary

 (1)

 Front end Developer

 (1)

 General Physician

 (1)

 HR Executive

 (1)

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Why do you want to join our comapany
  • Q2. How do you see yourself in next 5 years

Quality Analyst Interview Questions asked at other Companies

Q1. How you will maintain the balance between operations and quality so that they do not have any conflicts of interest
View answer (3)

IT Analyst Interview Questions & Answers

user image Anonymous

posted on 6 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Describe yourself
  • Q2. What is oop in c#
  • Ans. 

    OOP in C# stands for Object-Oriented Programming, a programming paradigm that uses objects to design applications.

    • OOP in C# allows for encapsulation, inheritance, and polymorphism.

    • Classes and objects are key components in OOP in C#.

    • Example: Creating a class 'Car' with properties like 'make', 'model', and methods like 'drive'.

  • Answered by AI

Skills evaluated in this interview

IT Analyst Interview Questions asked at other Companies

Q1. 1. What is interface how to use? 2. Tell me a small example for interface? 3. How to managing the Error Logging system at your application 4. How you implement Security at your application 5. What are the Joins why we use joins in sql serve... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Dec 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Tell me something about your self
Round 3 - Technical 

(1 Question)

  • Q1. HTML CSS javascript bootstrap and React js

Interview Preparation Tips

Topics to prepare for TCS Communications Front end Developer interview:
  • Freelance
  • HTML
  • CSS
  • React.Js
  • Javascript
  • Bootstrap
Interview preparation tips for other job seekers - Frontend Web Developer
Freelance
IT sector

Unsurprisingly, this item remains one of the most important for workers. Workers who aren't allowed to use their strengths very often seek jobs where they can; workers who do get to use their strengths seek out jobs where they get to use them even more

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing ArrayYou have been given an integer array/list 'ARR' of size 'N'. Write a solution to check if it could become non-decreasing by modifying at most 1 element. We define an array as non-decreasing, if ARR[i] &lt;= ARR[i + 1] ho... read more
View answer (6)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Dec 2022. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. My name is Jyoti Sharma. I have done MBA in hr.
  • Q2. I am fresher. I have done digital marketing course.

Interview Preparation Tips

Topics to prepare for TCS Communications Senior HR Executive interview:
  • call center
  • Hr Mba
Interview preparation tips for other job seekers - I am searching for job in hr requirement and call center

Senior HR Executive Interview Questions asked at other Companies

Q1. 3. Do you have knowledge about labour laws, PF proceedings and contract laws?
View answer (2)
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Oops and Spring Boot
Round 3 - HR 

(1 Question)

  • Q1. Current CTC, Expected CTC, And Prefered Location

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn every concept in java and spring boot frame work

Senior Java Developer Interview Questions asked at other Companies

Q1. Delete Kth node From EndYou have been given a singly Linked List of 'N' nodes with integer data and an integer 'K'. Your task is to remove the Kth node from the end of the given Linked List. For example: The given linked list is 1 -&gt; 2 -... read more
View answer (4)

HR Executive Interview Questions & Answers

user image Anonymous

posted on 19 Feb 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. HR Concepts and Case study

HR Executive Interview Questions asked at other Companies

Q1. What do you know about Labor Law
View answer (6)

TCS Communications Interview FAQs

How many rounds are there in TCS Communications interview?
TCS Communications interview process usually has 1-2 rounds. The most common rounds in the TCS Communications interview process are Technical, Resume Shortlist and HR.
What are the top questions asked in TCS Communications interview?

Some of the top questions asked at the TCS Communications interview -

  1. . What is power bi desktop. . What is power bi service. What is difference bet...read more
  2. Why do we need to use useState instead of variab...read more
  3. Difference between router and filter transformat...read more
How long is the TCS Communications interview process?

The duration of TCS Communications interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

TCS Communications Interview Process

based on 15 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

Jio Interview Questions
3.9
 • 1.6k Interviews
Bharti Airtel Interview Questions
4.0
 • 818 Interviews
Vodafone Idea Interview Questions
4.1
 • 544 Interviews
Sify Technologies Interview Questions
3.8
 • 120 Interviews
Hathway Interview Questions
3.6
 • 42 Interviews
Gtpl Hathway Interview Questions
4.0
 • 24 Interviews
DEN Networks Interview Questions
3.5
 • 9 Interviews
View all

TCS Communications Reviews and Ratings

based on 62 reviews

4.0/5

Rating in categories

4.0

Skill development

3.9

Work-life balance

3.4

Salary

4.4

Job security

4.1

Company culture

3.4

Promotions

3.8

Work satisfaction

Explore 62 Reviews and Ratings
System Engineer
10 salaries
unlock blur

₹4 L/yr - ₹8.5 L/yr

Software Developer
9 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Software Development Engineer
8 salaries
unlock blur

₹11 L/yr - ₹30 L/yr

Software Engineer
8 salaries
unlock blur

₹2.5 L/yr - ₹9 L/yr

Analyst
8 salaries
unlock blur

₹2.3 L/yr - ₹7.5 L/yr

Explore more salaries
Compare TCS Communications with

Bharti Airtel

4.0
Compare

Vodafone Idea

4.1
Compare

Jio

3.9
Compare

Tata Communications

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview