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 87.7k Reviews

Filter interviews by

TCS AWS Administrator Interview Questions, Process, and Tips

Updated 8 Jun 2022

Top TCS AWS Administrator Interview Questions and Answers

TCS AWS Administrator Interview Experiences

3 interviews found

Interview Questionnaire 

3 Questions

  • Q1. 1.Difference in NACL and security hub?
  • Ans. 

    NACL and Security Hub are both AWS services, but they serve different purposes.

    • NACL (Network Access Control List) is a firewall that controls inbound and outbound traffic at the subnet level.

    • Security Hub is a security service that provides a comprehensive view of security alerts and compliance status across AWS accounts.

    • NACL operates at the network layer (Layer 3) of the OSI model, while Security Hub operates at the ap...

  • Answered by AI
  • Q2. 2.Network and Application load balancer difference and use cases?
  • Ans. 

    Network Load Balancer operates at the transport layer and Application Load Balancer operates at the application layer.

    • Network Load Balancer is used for handling high traffic and provides low latency.

    • Application Load Balancer is used for routing HTTP/HTTPS traffic and provides advanced routing features.

    • Network Load Balancer supports TCP, UDP, and TLS protocols while Application Load Balancer supports HTTP/HTTPS protocol...

  • Answered by AI
  • Q3. 3.Types of firewalls and security protection to web exposed application.
  • Ans. 

    There are several types of firewalls and security measures to protect web exposed applications.

    • Network firewalls

    • Web application firewalls

    • Intrusion detection and prevention systems

    • SSL/TLS encryption

    • Access control lists

    • Security information and event management

    • Regular security audits and vulnerability assessments

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and if you don't know an answer, accept it and say you don't know the answer.

Skills evaluated in this interview

Round 1 - One-on-one 

(2 Questions)

  • Q1. How you have CI/CD pipeline ?
  • Ans. 

    Our CI/CD pipeline is automated using Jenkins and AWS CodePipeline.

    • We use Jenkins to build and test our code.

    • We use AWS CodePipeline to deploy our code to different environments.

    • We have automated testing and quality checks in place to ensure code quality.

    • We use Git for version control and pull requests for code reviews.

    • We have a separate staging environment for testing before deploying to production.

  • Answered by AI
  • Q2. How you have implemented Autoscaling groups with load balancer ?
  • Ans. 

    Autoscaling groups can be implemented with load balancer by configuring the autoscaling group to use the load balancer as its target group.

    • Create a load balancer and target group

    • Create an autoscaling group and configure it to use the load balancer target group

    • Set up scaling policies and thresholds for the autoscaling group

    • Test the autoscaling group by simulating traffic to trigger scaling events

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for architecture and network based questions.

Skills evaluated in this interview

AWS Administrator Interview Questions Asked at Other Companies

asked in TCS
Q1. How you have implemented Autoscaling groups with load balancer ?
asked in TCS
Q2. 2.Network and Application load balancer difference and use cases?
Q3. what is s3 and types of storage classes
asked in TCS
Q4. 1.Difference in NACL and security hub?
asked in TCS
Q5. 3.Types of firewalls and security protection to web exposed appli ... read more

Interview Questionnaire 

1 Question

  • Q1. D/W SG and NACL ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Hands on plays major role in admin interview process.

Interview questions from similar companies

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

I applied via Job Portal and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are all the services you used in AWS?
  • Ans. 

    I have experience using a variety of AWS services including EC2, S3, RDS, IAM, CloudWatch, and Lambda.

    • EC2 (Elastic Compute Cloud) for scalable virtual servers

    • S3 (Simple Storage Service) for object storage

    • RDS (Relational Database Service) for managed databases

    • IAM (Identity and Access Management) for user permissions

    • CloudWatch for monitoring and logging

    • Lambda for serverless computing

  • Answered by AI
  • Q2. Explain the process of CI/CD
  • Ans. 

    CI/CD is a software development practice that involves continuous integration and continuous delivery/deployment.

    • Continuous Integration (CI) involves automatically building and testing code changes frequently.

    • Continuous Delivery (CD) involves automatically deploying code changes to production.

    • CI/CD helps in reducing manual errors, improving code quality, and increasing deployment frequency.

    • Popular tools for CI/CD inclu

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Project Discussion
  • Q2. Based on project
Round 2 - Technical 

(2 Questions)

  • Q1. Project based questions
  • Q2. Prepare all components

System Administrator Interview Questions & Answers

Genpact user image Gadicharla.Harikrishna

posted on 18 Nov 2024

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

Reasoning arthemetic

Round 2 - Coding Test 

Basic coding skills technical questions

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

I applied via Approached by Company and was interviewed in Feb 2023. 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 tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. What is roolback patching
  • Ans. 

    Rollback patching is a process of reverting a patch or update to a previous version.

    • Rollback patching is useful when a patch or update causes issues or conflicts with the system.

    • It involves undoing the changes made by the patch or update and restoring the system to its previous state.

    • Rollback patching can be done manually or automatically depending on the system and the patching process.

    • Examples of rollback patching to...

  • Answered by AI
  • Q2. How to check logs perticular time and send report client
  • Ans. 

    To check logs at a particular time and send a report to the client, use the 'grep' command and a cron job.

    • Use the 'grep' command to search for logs at a specific time.

    • Create a cron job to run the 'grep' command at the desired time.

    • Use a script to format the log data and send it to the client.

    • Consider using a tool like Logwatch or Logrotate for automated log management.

  • Answered by AI
  • Q3. How to create repository
  • Ans. 

    To create a repository, you need to choose a package manager and create a configuration file.

    • Choose a package manager like YUM or APT

    • Create a configuration file with repository details

    • Add packages to the repository

    • Sign the repository to ensure package integrity

    • Publish the repository for others to use

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident interview is easy some questions are different

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Sep 2022. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Storage bull shit question
  • Q2. Bull shit questions all
Round 2 - Aptitude Test 

Englishwer apptitude test all bull shit type

Interview Preparation Tips

Interview preparation tips for other job seekers - technical round cleared but their hr are totally confused and they itself has lack of communication. they are not providing offer letter and no more word to them

I applied via Campus Placement and was interviewed in Apr 2022. There were 5 interview rounds.

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 - Aptitude Test 

I don't know. I have not yet faced one interview also

Round 3 - Technical 

(4 Questions)

  • Q1. I don't know because I have not yet faced any interview
  • Q2. I have not yet faced any interview so i don't know about this
  • Q3. I have not yet faced any interview till now
  • Q4. I have no experience
Round 4 - HR 

(6 Questions)

  • Q1. Tell us about yourself
  • Ans. I am sushma sree. I am pursuing graduation 3rd year.
  • Answered by Sanapala Sushmasree
  • Q2. What are your hobbies?
  • Q3. Why do you choose this company
  • Q4. What are your interests and favourites
  • Q5. Who is your role model
  • Q6. What are your dreams
Round 5 - Group Discussion 

I have not experienced yet so i couldn't answer this question

Interview Preparation Tips

Topics to prepare for Tech Mahindra Salesforce Administrator interview:
  • About chemistry, about company
Interview preparation tips for other job seekers - Nothing to say only one suggestion for all the job seekers that is attempt aptitude test carefully without fail. You must be straight forward in technical and Hr round don't get feared in any situation.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is Networking how dns cluster works in Linux?
  • Ans. 

    Networking is the practice of connecting devices to share resources. DNS cluster in Linux is a group of DNS servers that work together.

    • Networking involves connecting devices to share resources such as files, printers, and internet access.

    • DNS cluster in Linux is a group of DNS servers that work together to provide high availability and load balancing for DNS queries.

    • DNS cluster can be configured using tools like BIND an...

  • Answered by AI
  • Q2. What are backups? what are ports?
  • Ans. 

    Backups are copies of data that can be used to restore the original data in case of data loss or corruption. Ports are communication endpoints used for network connections.

    • Backups are essential for data recovery in case of disasters or system failures

    • Ports are identified by numbers and are used to establish connections between devices

    • Common ports include HTTP (80), HTTPS (443), SSH (22), FTP (21), etc.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Networking, backups, ports, firewalls, cluster knowledge is good to have skills in the interview process

Skills evaluated in this interview

TCS Interview FAQs

How many rounds are there in TCS AWS Administrator interview?
TCS interview process usually has 1 rounds. The most common rounds in the TCS interview process are One-on-one Round.
How to prepare for TCS AWS Administrator interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at TCS. The most common topics and skills that interviewers at TCS expect are AWS, AWS Administration, FTP, Linux and Linux Administration.
What are the top questions asked in TCS AWS Administrator interview?

Some of the top questions asked at the TCS AWS Administrator interview -

  1. How you have implemented Autoscaling groups with load balance...read more
  2. 2.Network and Application load balancer difference and use cas...read more
  3. 1.Difference in NACL and security h...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Accenture Interview Questions
3.9
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
TCS AWS Administrator Salary
based on 119 salaries
₹2.9 L/yr - ₹10 L/yr
At par with the average AWS Administrator Salary in India
View more details

TCS AWS Administrator Reviews and Ratings

based on 3 reviews

4.2/5

Rating in categories

4.1

Skill development

4.2

Work-life balance

3.2

Salary

4.6

Job security

4.6

Company culture

2.6

Promotions

3.4

Work satisfaction

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

₹1 L/yr - ₹9 L/yr

IT Analyst
67.1k salaries
unlock blur

₹5.1 L/yr - ₹16 L/yr

AST Consultant
51.3k salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Assistant System Engineer
29.8k salaries
unlock blur

₹2.2 L/yr - ₹5.6 L/yr

Associate Consultant
29k salaries
unlock blur

₹8.9 L/yr - ₹32 L/yr

Explore more salaries
Compare TCS with

Amazon

4.1
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

Accenture

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