Upload Button Icon Add office photos
Engaged Employer

i

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

TCS Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 85.2k Reviews

Filter interviews by

TCS Linux System Engineer Interview Questions and Answers

Updated 8 Jan 2023

TCS Linux System Engineer Interview Experiences

1 interview found

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

I applied via Company Website and was interviewed before Jan 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude and reasoning questions

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on OOPS and project
  • Q2. What are oops concepts
  • Ans. 

    Oops concepts refer to the principles of Object-Oriented Programming (OOP) such as inheritance, encapsulation, and polymorphism.

    • Inheritance: allows a class to inherit properties and methods from another class

    • Encapsulation: the practice of hiding the internal workings of a class from the outside world

    • Polymorphism: the ability of objects to take on many forms or have multiple behaviors

    • Abstraction: the process of hiding c...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Formal questions on personality

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare resume well and mention whatever you known fully. I’m learning English basic knowledge on latest technology and OOPS concepts

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Its very easy
Basic maths questions learned up to 10
Basic Apptitude questions

Round 2 - Technical 

(5 Questions)

  • Q1. Tell me about your self Hi My name is Vikram Adithya I am an hard working and passionate engineering student currently perceiveing in gokaraju rangaraju institute of engineering and technology .I stay with...
  • Q2. Intervier asked about what kind of problems did you solved in leetcode? I said palindrome factorial matrix multiplication etc . Intervier said every one can solve this
  • Q3. He asked me about my project role i said I have done documentation in my project he said every one can do that
  • Q4. He asked me to write project code
  • Q5. He asked me any questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer carefully in infosys
If you crack it it is easy to get hired in infosys.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at NBKR Institute of Science and Technology, Vidyanagar and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was about an aptitude test which is on English grammar and athematic reasoning.

Round 2 - Coding Test 

The Fibonacci series can be applied to alphabets, and the same should be printed.

Round 3 - Technical 

(2 Questions)

  • Q1. Fibonancci series to print the alphabets?
  • Q2. Print the numbers in descending order 123456?
  • Ans. 

    Print numbers in descending order 123456

    • Create an array of strings containing the numbers 1 to 6

    • Sort the array in descending order

    • Print the sorted array

  • Answered by AI
Round 4 - HR 

(3 Questions)

  • Q1. Why are you choosing our organization?
  • Ans. 

    I am choosing your organization because of its reputation for innovation, strong company culture, and opportunities for growth.

    • Reputation for innovation in the industry

    • Strong company culture that values employee development

    • Opportunities for growth and advancement within the organization

  • Answered by AI
  • Q2. Are you open to relocation?
  • Ans. 

    Yes, I am open to relocation for the right opportunity.

    • I am willing to relocate for the right job opportunity that aligns with my career goals.

    • I am open to exploring new locations and experiencing different cultures.

    • I understand that relocation may be necessary for career advancement and personal growth.

  • Answered by AI
  • Q3. Are you comfortable with rotational shifts?
  • Ans. 

    Yes, I am comfortable with rotational shifts as I have prior experience working in such shifts.

    • I have previous experience working in rotational shifts at my previous job.

    • I am adaptable and can easily adjust my schedule to accommodate rotational shifts.

    • I understand the importance of being available during different shifts to ensure smooth operations.

    • I am willing to work in rotational shifts to support the team and meet

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Its good to work and get the opportunity in this organization
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Oct 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Design patterns
  • Q2. Sql interview questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Case study about the given requirement
  • Q2. Springboot basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare spring boot question
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I was interviewed in Jul 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain lambda expression
  • Ans. 

    Lambda expression is a concise way to represent an anonymous function in programming languages.

    • Lambda expressions are used to create functions without a name.

    • They are often used in functional programming languages like Python and Java.

    • Lambda expressions can take parameters and return a value.

    • Example: (x, y) -> x + y is a lambda expression that takes two parameters and returns their sum.

  • Answered by AI
  • Q2. Why hibernate is better then jdbc
  • Ans. 

    Hibernate is better than JDBC due to its object-relational mapping capabilities, automatic table creation, and improved performance.

    • Hibernate provides object-relational mapping (ORM) which simplifies database interactions by mapping Java objects to database tables, eliminating the need for manual SQL queries.

    • Hibernate can automatically generate SQL queries based on the Java objects, reducing the amount of code that nee...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Filter names from a list that starts with A
  • Ans. 

    Filter names starting with A from a list of strings

    • Iterate through the list of strings

    • Check if each string starts with 'A'

    • Add the string to a new list if it starts with 'A'

  • Answered by AI
  • Q2. White query parameter and path variable

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Approached by Company

Round 1 - Technical 

(2 Questions)

  • Q1. How to configure NFS
  • Ans. 

    NFS can be configured by setting up the NFS server, exporting directories, and configuring client access.

    • Install NFS server package on the server

    • Edit /etc/exports file to specify directories to be shared

    • Restart NFS service to apply changes

    • Configure client access by mounting NFS shares on client machines

  • Answered by AI
  • Q2. How to perform patching
  • Ans. 

    Patching involves applying updates to software to fix vulnerabilities and improve performance.

    • Identify the software that needs to be patched

    • Download the necessary patches from the vendor's website

    • Test the patches in a non-production environment before applying them to production systems

    • Schedule a maintenance window to apply the patches

    • Apply the patches using tools like yum, apt-get, or Windows Update

    • Verify that the pat...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Location discussion

Skills evaluated in this interview

System Engineer Interview Questions & Answers

IBM user image Maitri Tewari

posted on 20 Aug 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was a good interview experience

Round 2 - One-on-one 

(2 Questions)

  • Q1. Share some thing about your project
  • Ans. 

    Designed and implemented a cloud-based monitoring system for a large-scale network infrastructure

    • Utilized AWS services such as CloudWatch and Lambda functions

    • Developed custom scripts for data collection and analysis

    • Implemented real-time alerts and notifications for system administrators

    • Improved system performance and reliability through proactive monitoring

    • Collaborated with cross-functional teams to gather requirements

  • Answered by AI
  • Q2. Questions on core java
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The questions were very relevant.

Round 2 - Technical 

(2 Questions)

  • Q1. What are the computer languages you know?
  • Ans. 

    I am proficient in languages like Python, Bash, and SQL.

    • Python

    • Bash

    • SQL

  • Answered by AI
  • Q2. Write a code in Java?
  • Ans. 

    A Java code snippet showcasing basic syntax and functionality.

    • Declare a class with a main method

    • Create variables and assign values

    • Use control structures like if-else or loops

    • Print output using System.out.println()

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Do you opt for relocation?
  • Q2. Where do want to see yourself in next 5 years?

Interview Preparation Tips

Interview preparation tips for other job seekers - Detailed and oriented iseries operator with extensive experience at Abbott laboratories. Proven expertise in managing and optimising as400 systems.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. How ls command works?
  • Ans. 

    ls command is used to list files and directories in a directory.

    • ls command stands for 'list'.

    • It displays the names of files and directories in the current directory by default.

    • Options can be used with ls command to customize the output, such as -l for long listing format or -a to show hidden files.

    • Example: 'ls -l' will display files and directories in long listing format.

  • Answered by AI
  • Q2. How DNS works ?
  • Ans. 

    DNS translates domain names to IP addresses to locate resources on the internet.

    • DNS servers store records mapping domain names to IP addresses

    • When a user enters a domain name, their device queries a DNS server to resolve it

    • DNS uses a hierarchical system with top-level domains like .com or .org

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Unix system

Skills evaluated in this interview

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

30 dsa , java , dbs, oops , javascript , react js

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced system engineer with a strong background in network infrastructure and cloud computing.

    • Over 5 years of experience in designing, implementing, and maintaining complex systems

    • Proficient in network security protocols such as VPNs and firewalls

    • Skilled in cloud computing platforms like AWS and Azure

    • Strong troubleshooting and problem-solving skills

    • Excellent communication and teamwork abilities

  • Answered by AI
  • Q2. How you overcome fear
  • Ans. 

    I overcome fear by facing it head-on and breaking it down into smaller, manageable steps.

    • Identify the root cause of the fear

    • Break down the fear into smaller tasks

    • Seek support from others

    • Practice relaxation techniques

    • Visualize success and positive outcomes

  • Answered by AI

TCS Interview FAQs

How many rounds are there in TCS Linux System Engineer interview?
TCS interview process usually has 4 rounds. The most common rounds in the TCS interview process are Resume Shortlist, Aptitude Test and Technical.
What are the top questions asked in TCS Linux System Engineer interview?

Some of the top questions asked at the TCS Linux System Engineer interview -

  1. What are oops conce...read more
  2. Formal questions on personal...read more
  3. Questions on OOPS and proj...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 TCS interview
Company Website
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
View all
TCS Linux System Engineer Salary
based on 70 salaries
₹2.5 L/yr - ₹7.6 L/yr
17% less than the average Linux System Engineer Salary in India
View more details

TCS Linux System Engineer Reviews and Ratings

based on 6 reviews

4.8/5

Rating in categories

4.4

Skill development

4.3

Work-Life balance

3.8

Salary & Benefits

5.0

Job Security

4.4

Company culture

3.4

Promotions/Appraisal

4.4

Work Satisfaction

Explore 6 Reviews and Ratings
System Engineer
1.1L salaries
unlock blur

₹1 L/yr - ₹9 L/yr

IT Analyst
67.9k salaries
unlock blur

₹5.1 L/yr - ₹16 L/yr

AST Consultant
51k salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Assistant System Engineer
31.3k salaries
unlock blur

₹2.2 L/yr - ₹5.6 L/yr

Associate Consultant
28.6k salaries
unlock blur

₹8.9 L/yr - ₹31.9 L/yr

Explore more salaries
Compare TCS with

Amazon

4.1
Compare

Wipro

3.7
Compare

Infosys

3.7
Compare

Accenture

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview