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

Filter interviews by

TCS Commvault Backup Administrator Interview Questions and Answers

Updated 28 Dec 2023

TCS Commvault Backup Administrator Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Nov 2023. 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 - One-on-one 

(4 Questions)

  • Q1. About commvault topics
  • Q2. Commvault backup
  • Q3. Decommissioning
  • Q4. Deduplication backup configuration backup types retention period
Round 3 - HR 

(1 Question)

  • Q1. Same as commvault topics

Interview Preparation Tips

Interview preparation tips for other job seekers - Excellent for working this company

Interview questions from similar companies

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 Jan 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 - Technical 

(3 Questions)

  • Q1. They aske about roles and responsibilities of ower work.
  • Q2. About SQL and orical congratulations
  • Q3. Explain about policy
  • Ans. 

    A policy is a set of rules and guidelines that dictate how data is managed and protected.

    • Policies define backup schedules, retention periods, and data protection levels.

    • They ensure that data is backed up and stored in accordance with business requirements.

    • Policies can be customized for different types of data and applications.

    • Examples of policies include daily incremental backups, weekly full backups, and monthly archi

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They aske more knowledge about tickets, and how u r going to salve the ticket
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. Explain what is windows server.
  • Ans. 

    Windows Server is a group of operating systems designed by Microsoft for server use.

    • Windows Server is a group of operating systems developed by Microsoft.

    • It is specifically designed for use in server environments.

    • Windows Server provides features such as networking, storage, and virtualization capabilities.

    • Examples of Windows Server versions include Windows Server 2016 and Windows Server 2019.

  • Answered by AI
  • Q2. Explain what does intellimirror do
  • Ans. 

    Intellimirror is a feature in Windows Server that allows for centralized management of user desktop settings and files.

    • Intellimirror provides users with access to their desktop settings and files from any computer on the network.

    • It allows for automated backup and restoration of user data and settings.

    • Intellimirror can be used to deploy software applications to multiple computers in a network.

    • It helps in reducing IT sup...

  • Answered by AI
  • Q3. What does it mean by "tattooing" the registry
  • Ans. 

    Tattooing the registry refers to making permanent changes to the Windows registry that cannot be easily undone.

    • Tattooing the registry involves modifying critical system settings in the Windows registry.

    • These changes are typically irreversible and can have a significant impact on system performance and stability.

    • It is important to exercise caution when tattooing the registry as incorrect changes can lead to system error...

  • Answered by AI
  • Q4. Mention how many types of queries DNS does
  • Ans. 

    DNS can perform various types of queries including recursive, iterative, inverse, and dynamic updates.

    • DNS can perform recursive queries where it queries other servers on behalf of the client until it finds the answer.

    • Iterative queries involve the DNS server providing the best answer it can based on its own knowledge.

    • Inverse queries allow a DNS client to request the domain name associated with a specific IP address.

    • Dyna...

  • Answered by AI
  • Q5. Explain what is the primary function of the domain controller
  • Ans. 

    The primary function of the domain controller is to authenticate and authorize all users and computers in a Windows domain network.

    • Authenticating and authorizing users and computers in a Windows domain network

    • Managing security policies and access control

    • Maintaining Active Directory database

    • Enforcing security policies across the network

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Finding your dream job can be a challenging task with so many career options available. it's easy to feel lost and overwhelmed. However, with the right guidance and support, you can successfully navigate the job market and land the job of your dream. That's why we have brought in an expert career coach to answer some commonly asked questions and share tips to help job.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Why did you choose the flask over the django and fastapi?
  • Ans. 

    I chose Flask over Django and FastAPI due to its simplicity, flexibility, and ease of use for smaller projects.

    • Flask is lightweight and minimalistic, making it easier to set up and use for smaller projects.

    • Flask allows for more flexibility in terms of project structure and customization compared to Django.

    • Flask is well-suited for rapid prototyping and smaller applications where simplicity is key.

    • Django, on the other ha...

  • Answered by AI
  • Q2. Write the code for flask request and response block?
  • Ans. 

    Flask request and response block code snippet

    • Use Flask's request object to access incoming request data

    • Use Flask's jsonify function to create a JSON response

    • Handle different HTTP methods like GET, POST, etc. in the route function

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is ORM? which ORM tool, have you used?
  • Ans. 

    ORM stands for Object-Relational Mapping, a programming technique for converting data between incompatible type systems in object-oriented programming languages.

    • ORM is used to map objects from an application to tables in a relational database.

    • It simplifies data manipulation by allowing developers to work with objects instead of SQL queries.

    • Popular ORM tools include Hibernate for Java, Entity Framework for .NET, and Seq

  • Answered by AI
  • Q2. Write ORM code for select item from table?
  • Ans. 

    Use ORM code to select item from a table in database.

    • Use ORM query methods like find(), findOne(), or where() to select items from a table.

    • Specify the table name and any conditions for the selection.

    • Example: User.find({ where: { id: 1 } }) will select a user with id 1 from the User table.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just conduct the interviews
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

I was asked a problem around Edit distance and how to compute a average for a stream of data.

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

I was interviewed before Jan 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. Name , family, belong which city, qualification and experience
Round 2 - HR 

(1 Question)

  • Q1. Same as previous because i'm join as fresher

Interview Preparation Tips

Interview preparation tips for other job seekers - Please ready as good communication and speak in English also behave as a official
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What is your strength
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

Ensure low and order on India's brother

Round 2 - One-on-one 

(2 Questions)

  • Q1. A round one you have more chances of getting branch of your choice because high number of seats are filled.
  • Q2. Second round interview allow you to conduct a through evaluation of the most qualified candidate skills.
Round 3 - Case Study 

Allow the employer to drive deeper into your skills values

Interview Preparation Tips

Interview preparation tips for other job seekers - A job seekers is a person who is actively looking for employment opportunities.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. She haven't ask about my previous experience just giving me the topics
  • Q2. Importance of education
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Nov 2022. There were 3 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 

General knowledge questions and study based questions

Round 3 - One-on-one 

(4 Questions)

  • Q1. Face to face interview
  • Q2. Tell about your self
  • Q3. Ur experience are fresher
  • Q4. After 5 years were are you in this company

Interview Preparation Tips

Topics to prepare for Cognizant Back end Executive interview:
  • Food
Interview preparation tips for other job seekers - Good experience for this job and experience also flexible timing was good

TCS Interview FAQs

How many rounds are there in TCS Commvault Backup Administrator interview?
TCS interview process usually has 3 rounds. The most common rounds in the TCS interview process are Resume Shortlist, One-on-one Round and HR.
How to prepare for TCS Commvault Backup 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 Backup, Networking, VMware, Backup Management and Configuration.
What are the top questions asked in TCS Commvault Backup Administrator interview?

Some of the top questions asked at the TCS Commvault Backup Administrator interview -

  1. Deduplication backup configuration backup types retention per...read more
  2. About commvault top...read more
  3. Same as commvault top...read more

Tell us how to improve this page.

TCS Commvault Backup Administrator Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
View all
TCS Commvault Backup Administrator Salary
based on 38 salaries
₹2.8 L/yr - ₹8.5 L/yr
22% less than the average Commvault Backup Administrator Salary in India
View more details

TCS Commvault Backup Administrator Reviews and Ratings

based on 4 reviews

4.8/5

Rating in categories

4.8

Skill development

5.0

Work-life balance

3.8

Salary

5.0

Job security

5.0

Company culture

3.9

Promotions

4.8

Work satisfaction

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

₹1 L/yr - ₹9 L/yr

IT Analyst
67.6k 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.9k salaries
unlock blur

₹2.2 L/yr - ₹5.6 L/yr

Associate Consultant
28.9k salaries
unlock blur

₹9 L/yr - ₹32 L/yr

Explore more salaries
Compare TCS with

Amazon

4.1
Compare

Wipro

3.7
Compare

Infosys

3.7
Compare

Accenture

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