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

Filter interviews by

TCS Back Office Assistant Interview Questions and Answers

Updated 6 Oct 2021

TCS Back Office Assistant Interview Experiences

1 interview found

I applied via Company Website and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Under graduation
  • Q2. My other courses complete by MSc IT
  • Q3. My other courses complete by Tally

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication skill and gold back office Kale

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Aug 2022. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Working for company growth or for personl growth ?

Interview Preparation Tips

Topics to prepare for Tata Group Back Office Assistant interview:
  • Basic knowledge for Microsoft of
Interview preparation tips for other job seekers - Nothng just do your best with confidence answer all your questions .
Round 1 - One-on-one 

(2 Questions)

  • Q1. Salary Expectation And work anywhere
  • Q2. Work from home will be fine

Interview Preparation Tips

Interview preparation tips for other job seekers - I have 4 years experience in sale
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
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Write MySQL query to find employee with 2nd Highest salary
  • Ans. 

    Use MySQL query with ORDER BY and LIMIT to find employee with 2nd highest salary.

    • Use ORDER BY salary DESC to sort salaries in descending order

    • Use LIMIT 1,1 to skip the highest salary and get the second highest salary

  • Answered by AI
  • Q2. What is branch in git
  • Ans. 

    A branch in git is a separate line of development that allows you to work on features or fixes without affecting the main codebase.

    • Branches allow for parallel development

    • They can be created, switched between, merged, and deleted

    • Common branches include master, develop, feature branches, and release branches

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Lifestyle of software development
  • Ans. 

    Software development lifestyle involves continuous learning, problem-solving, collaboration, and adapting to new technologies.

    • Continuous learning is essential to stay updated with new technologies and best practices.

    • Problem-solving skills are crucial for debugging and finding efficient solutions to complex problems.

    • Collaboration with team members helps in sharing knowledge, brainstorming ideas, and improving code quali...

  • Answered by AI
  • Q2. Real time example of class inheritance
  • Ans. 

    Class inheritance allows a subclass to inherit properties and methods from a superclass.

    • Subclass can access all public and protected members of superclass.

    • Subclass can override methods of superclass.

    • Example: Animal class can be superclass, with Dog and Cat classes as subclasses inheriting properties and methods.

  • Answered by AI
  • Q3. Agile methodologies and waterfall methodology

Skills evaluated in this interview

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

I was interviewed in Jul 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Find pairs from list whose is equals to target
  • Ans. 

    Find pairs from list whose sum is equal to target

    • Iterate through the list and for each element, check if the target minus the element exists in a hashmap

    • If it exists, add the pair to the result list

    • If it doesn't exist, add the current element to the hashmap

  • Answered by AI
  • Q2. Multiple iNheritance

Skills evaluated in this interview

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

(1 Question)

  • Q1. Introduced yourself
Round 2 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Salary ECCEPTATON
Round 3 - HR 

(2 Questions)

  • Q1. What are strength
  • Ans. 

    My strengths include attention to detail, strong organizational skills, and ability to work efficiently under pressure.

    • Attention to detail: I have a keen eye for spotting errors and ensuring accuracy in my work.

    • Strong organizational skills: I am able to prioritize tasks, manage my time effectively, and keep track of multiple projects simultaneously.

    • Ability to work efficiently under pressure: I can remain calm and focus...

  • Answered by AI
  • Q2. And what are weakness
  • Ans. 

    One of my weaknesses is that I can be overly critical of my own work, which can sometimes lead to perfectionism.

    • I tend to be a perfectionist and spend too much time on tasks to ensure they are flawless

    • I struggle with delegating tasks to others because I want to make sure they are done correctly

    • I can be overly self-critical and dwell on mistakes instead of moving forward

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. About yu ourself
  • Q2. Company the Wipro company

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and keep practicing preparing for interview
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Collection Related Topics, Internal working of Hashmap, problem solving questions related to java 8 and ds.

TCS Interview FAQs

What are the top questions asked in TCS Back Office Assistant interview?

Some of the top questions asked at the TCS Back Office Assistant interview -

  1. My other courses complete by MSc...read more
  2. My other courses complete by Ta...read more
  3. Under graduat...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 Back Office Assistant Salary
based on 28 salaries
₹1.2 L/yr - ₹3.1 L/yr
17% more than the average Back Office Assistant Salary in India
View more details

TCS Back Office Assistant Reviews and Ratings

based on 13 reviews

3.7/5

Rating in categories

4.4

Skill development

3.8

Work-Life balance

3.7

Salary & Benefits

3.5

Job Security

3.6

Company culture

4.0

Promotions/Appraisal

4.5

Work Satisfaction

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

₹1 L/yr - ₹9 L/yr

IT Analyst
68.2k 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
29.9k salaries
unlock blur

₹2.2 L/yr - ₹5.6 L/yr

Associate Consultant
28.6k 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.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