Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Tata Communications Team. If you also belong to the team, you can get access from here

Tata Communications Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Tata Communications Project Trainee Engineer Interview Questions and Answers

Updated 29 Feb 2024

Tata Communications Project Trainee Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

- Based your CV
- Questions from Pandas , Python and Machine learning basics
- hands on coding interview for python , create data frame , sort data frame , perform group by and order by.

Round 2 - One-on-one 

(1 Question)

  • Q1. Comparetively easier , Told me about the project , what I will be working on , What are my thoughts on some things they are working on , how would I hndle things / approach the problem if I were to be assi...

Interview Preparation Tips

Topics to prepare for Tata Communications Project Trainee Engineer interview:
  • python
  • Machine Learning
  • Pandas
  • DSA
Interview preparation tips for other job seekers - Get your python strong and learn the ML basics (Mathametics part)

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Oct 2021. 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 Resume tips
Round 2 - Aptitude Test 

It is 3 section test. First section aptitude, english and logical reasoning. Second section is coding round. Third section is essay round. Cut off of every section is 70%.

Round 3 - Business round 

(10 Questions)

  • Q1. Tell me something about yourself
  • Q2. Tell me about your final year project
  • Q3. What technology you use in this project
  • Q4. What is your role in this project
  • Q5. What is encapsulation
  • Ans. 

    Encapsulation is the process of hiding implementation details and exposing only necessary information.

    • Encapsulation is a fundamental concept in object-oriented programming.

    • It helps in achieving data abstraction and information hiding.

    • It allows for better control over the data and prevents unauthorized access.

    • Encapsulation is achieved through the use of access modifiers such as public, private, and protected.

    • For example...

  • Answered by AI
  • Q6. What is function overloading
  • Ans. 

    Function overloading is the ability to have multiple functions with the same name but different parameters.

    • Function overloading allows a function to perform different tasks based on the number and types of parameters passed to it.

    • It helps in writing cleaner and more readable code.

    • Example: void print(int x), void print(float x), void print(char x) are all overloaded functions with the same name but different parameter t

  • Answered by AI
  • Q7. Difference between function overloading and function Overwriting
  • Ans. 

    Function overloading is having multiple functions with the same name but different parameters. Function overwriting is replacing a function with a new one.

    • Function overloading is used to provide multiple ways to call a function with different parameters.

    • Function overwriting is used to replace a function with a new implementation.

    • Function overloading is resolved at compile-time based on the number and types of arguments...

  • Answered by AI
  • Q8. What is normalization
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and dependency.

    • Normalization helps in improving data consistency and accuracy

    • It involves breaking down a table into smaller tables and defining relationships between them

    • Normalization is achieved through a series of normal forms, such as first normal form (1NF), second normal form (2NF), and so on

    • Normalization can prevent data anomalies,...

  • Answered by AI
  • Q9. What is ACID properties
  • Ans. 

    ACID properties are a set of properties that ensure database transactions are processed reliably.

    • ACID stands for Atomicity, Consistency, Isolation, and Durability

    • Atomicity ensures that a transaction is treated as a single, indivisible unit of work

    • Consistency ensures that a transaction brings the database from one valid state to another

    • Isolation ensures that concurrent transactions do not interfere with each other

    • Durabi...

  • Answered by AI
  • Q10. Define DDL, DCL, DML
  • Ans. 

    DDL, DCL, and DML are three types of SQL commands used to manipulate databases.

    • DDL (Data Definition Language) is used to define the structure of the database schema, such as creating tables, altering tables, and dropping tables.

    • DCL (Data Control Language) is used to control access to the database, such as granting or revoking permissions.

    • DML (Data Manipulation Language) is used to manipulate data within the database, s...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Wipro Project Trainee Engineer interview:
  • Java
  • C
  • Python
  • DBMS
  • English speaking
  • Hr round questions
  • Aptitude
Interview preparation tips for other job seekers - Work hard you can crack this interview easily. Practice coding and study core subjects and improve your communication skills.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How will you collect money when client is not answering calls or email?
  • Ans. 

    I will try to reach out through other communication channels and escalate the issue if necessary.

    • Attempt to contact the client through alternative methods such as text message or social media.

    • Reach out to any other contacts provided by the client for emergencies.

    • If all attempts fail, escalate the issue to a higher authority within the company for further action.

  • Answered by AI
  • Q2. Difference between Revenue and income
  • Ans. 

    Revenue is the total amount of money generated by a business through its operations, while income is the profit earned after deducting expenses from revenue.

    • Revenue is the total amount of money generated by a business from its sales of goods or services.

    • Income is the profit earned by a business after deducting expenses such as salaries, rent, and utilities from revenue.

    • Revenue is the top line of the income statement, w...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - its a good company if you're starting your career initially

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

I applied via Campus Placement and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. 1.Describe a situation where you have taken a quick decision and failed, and a situation where you succeeded. 2. What is a skill you have tried to achieve but failed? 3. Describe a decision you have taken ...

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Always try to take risk in small problems . When you face the consequences, you would be able to tackle bigger problems.
2. Every skill you learn, even if you didn't excel in it is not to be considered a waste of time/failure, you learn something simply by participating.

Interview Questionnaire 

1 Question

  • Q1. HTML, CSS, BOOTSTRAP, PHP. SQL

I applied via Referral and was interviewed before Jun 2021. There were 2 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 Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Situation Based Basic formulas rolls and responsibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - Great leadership team to work with, Good learning,

I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Simple program
  • Q2. I wrote a simple program in C

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident
Contribute & help others!
anonymous
You can choose to be anonymous

Tata Communications Interview FAQs

How many rounds are there in Tata Communications Project Trainee Engineer interview?
Tata Communications interview process usually has 2 rounds. The most common rounds in the Tata Communications interview process are Coding Test and One-on-one Round.

Recently Viewed

INTERVIEWS

Tata Communications

No Interviews

INTERVIEWS

Tata Communications

No Interviews

INTERVIEWS

Tata Communications

No Interviews

INTERVIEWS

Tata Communications

No Interviews

INTERVIEWS

Tata Communications

No Interviews

INTERVIEWS

Tata Communications

No Interviews

INTERVIEWS

Trinity College Dublin

No Interviews

INTERVIEWS

Tata Communications

No Interviews

INTERVIEWS

Tata Communications

No Interviews

DESIGNATION

Tell us how to improve this page.

Tata Communications Project Trainee Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Bharti Airtel Interview Questions
4.0
 • 850 Interviews
Vodafone Idea Interview Questions
4.1
 • 555 Interviews
Ericsson Interview Questions
4.1
 • 411 Interviews
Nokia Interview Questions
4.1
 • 267 Interviews
BT Group Interview Questions
3.9
 • 180 Interviews
View all
Network Engineer
1.7k salaries
unlock blur

₹1.3 L/yr - ₹6.8 L/yr

Assistant Manager
1.3k salaries
unlock blur

₹5.3 L/yr - ₹20 L/yr

Customer Service Executive
932 salaries
unlock blur

₹2.5 L/yr - ₹7 L/yr

Manager
862 salaries
unlock blur

₹9.8 L/yr - ₹31 L/yr

Associate Engineer
838 salaries
unlock blur

₹1 L/yr - ₹5.5 L/yr

Explore more salaries
Compare Tata Communications with

Bharti Airtel

4.0
Compare

Reliance Communications

4.0
Compare

Vodafone Idea

4.1
Compare

Tech Mahindra

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent