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 Assistant Consultant and Developer Interview Questions, Process, and Tips

Updated 28 Dec 2024

Top TCS Assistant Consultant and Developer Interview Questions and Answers

View all 10 questions

TCS Assistant Consultant and Developer Interview Experiences

9 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Just normal question asked
Round 2 - HR 

(1 Question)

  • Q1. Salary discussed
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between static call and dynamic call
  • Ans. 

    Static call is resolved at compile time while dynamic call is resolved at runtime.

    • Static call is determined by the type of the object at compile time.

    • Dynamic call is determined by the type of the object at runtime.

    • Static call is faster but less flexible compared to dynamic call.

    • Example of static call: method overloading.

    • Example of dynamic call: method overriding.

  • Answered by AI
  • Q2. Explain about comp 3 fields
  • Ans. 

    COMP-3 fields are packed decimal fields used in COBOL programming to store numeric data efficiently.

    • COMP-3 fields store numeric data in a packed format, using half the storage space of a regular decimal field.

    • They are commonly used in COBOL programs for efficient storage and processing of numeric data.

    • COMP-3 fields are encoded in a way that allows for easy arithmetic operations without the need for conversion.

    • For examp...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Strength and weakness

Assistant Consultant and Developer Interview Questions Asked at Other Companies

asked in TCS
Q1. Which static code analysis tools were used in the current project
asked in TCS
Q2. What are the advantages of using a docker
asked in TCS
Q3. What's the difference between active link and filter
asked in TCS
Q4. what is transactional, required vs requires_new
asked in TCS
Q5. Difference between static call and dynamic call
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - Group Discussion 

Technical with HR discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Its Good and moderate asking questions respective position just like cloud and troubleshooting on devops position.

I applied via Referral and was interviewed in May 2022. 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 - Technical 

(2 Questions)

  • Q1. Java 8 features for all new feature available in interface, Optional class. Filter Map Reduce.
  • Q2. Oops concepts and Java String class and Java Exception class
Round 3 - HR 

(2 Questions)

  • Q1. Puzzle question on 3 temple in the pond and picking flower.
  • Q2. Salay negotiation and location and hobby discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn on Java 8 and new features. Clear OOPS basics and basic fundamentals

TCS interview questions for designations

 Assistant Consultant and Manager

 (3)

 Assistant Consultant and Team Lead

 (36)

 Assistant Consultant Engineer

 (1)

 Python and Django Developer

 (8)

 Hadoop and Spark Developer

 (1)

 Assistant Software Developer

 (3)

 Assistant Application Developer

 (1)

 SAP GRC and Security Consultant

 (2)

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

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Explain your previous project
  • Q2. Explain Mvc life cycle,
  • Ans. 

    MVC life cycle is the sequence of events that occur during the processing of a web request in an MVC application.

    • Request comes in through the browser

    • Routing determines which controller and action to call

    • Controller executes the action and returns a view

    • View is rendered and sent back to the browser

  • Answered by AI
  • Q3. SQL queries, questions on procedure
  • Q4. Web api questions

Skills evaluated in this interview

Get interview-ready with Top TCS Interview Questions

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

Round 1 - Technical 

(4 Questions)

  • Q1. New features in java 8
  • Ans. 

    Java 8 introduced several new features including lambda expressions, streams, and default methods.

    • Lambda expressions allow for functional programming and simplify code.

    • Streams provide a way to process collections of data in a functional way.

    • Default methods allow for adding new methods to interfaces without breaking existing code.

    • Other new features include the Optional class, Date and Time API, and Nashorn JavaScript en

  • Answered by AI
  • Q2. What is transactional, required vs requires_new
  • Ans. 

    Transactional is a way to ensure data consistency in a database. Required and Requires_New are two types of transactional propagation.

    • Transactional ensures that a group of database operations are treated as a single unit of work.

    • Required propagation means that the transaction will join an existing transaction if one exists, otherwise a new transaction will be created.

    • Requires_New propagation means that a new transactio...

  • Answered by AI
  • Q3. Checked vs unchecked exception
  • Ans. 

    Checked exceptions are checked at compile-time while unchecked exceptions are not.

    • Checked exceptions are declared in the method signature using the 'throws' keyword.

    • Unchecked exceptions are not declared in the method signature.

    • Examples of checked exceptions include IOException and SQLException.

    • Examples of unchecked exceptions include NullPointerException and ArrayIndexOutOfBoundsException.

  • Answered by AI
  • Q4. Singleton pattern vs singleton scope
  • Ans. 

    Singleton pattern is a design pattern that restricts the instantiation of a class to one object, while singleton scope is a scope in which only one instance of a bean is created.

    • Singleton pattern is used to ensure that only one instance of a class is created and that it is globally accessible.

    • Singleton scope is used in Spring framework to ensure that only one instance of a bean is created and that it is shared across t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The difficulty level was easy to medium but prepare well for java 8 and spring boot

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Remedy technical questions like what's the filter phasing.
  • Q2. What's the difference between active link and filter
  • Ans. 

    Active link triggers an action when a specified condition is met, while filter restricts data based on specified criteria.

    • Active link is used to trigger actions like sending notifications or updating records based on certain conditions

    • Filter is used to restrict data displayed or processed based on specified criteria

    • Active link is proactive in nature, while filter is reactive

    • Example: An active link can be set up to send...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Common aptitude test

Round 2 - Coding Test 

C++ basic whatever i liked

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

I applied via Naukri.com and was interviewed before Mar 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. What are the advantages of using a docker
  • Ans. 

    Docker provides advantages such as portability, scalability, and isolation.

    • Docker allows for easy portability of applications across different environments.

    • Docker enables efficient use of resources and scalability through containerization.

    • Docker provides isolation between applications and their dependencies, reducing conflicts and improving security.

    • Docker simplifies the deployment process and allows for faster iterati...

  • Answered by AI
  • Q2. Which static code analysis tools were used in the current project
  • Ans. 

    We used SonarQube and Checkstyle for static code analysis in the current project.

    • SonarQube was used to analyze code quality and identify bugs, vulnerabilities, and code smells.

    • Checkstyle was used to enforce coding standards and conventions.

    • Both tools were integrated into our CI/CD pipeline for continuous analysis and improvement.

    • We also used PMD for additional code analysis and to identify potential performance issues.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for TCS Assistant Consultant and Developer interview:
  • java, spring boot, docker
Interview preparation tips for other job seekers - Be genuine, specific and never bluff. The company checks if the candidate has a willingness to learn.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

(1 Question)

  • Q1. Basic oops, kotlin basics and java
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the practical skills along with basics

TCS Interview FAQs

How many rounds are there in TCS Assistant Consultant and Developer interview?
TCS interview process usually has 1-2 rounds. The most common rounds in the TCS interview process are Technical, HR and Resume Shortlist.
What are the top questions asked in TCS Assistant Consultant and Developer interview?

Some of the top questions asked at the TCS Assistant Consultant and Developer interview -

  1. Which static code analysis tools were used in the current proj...read more
  2. What are the advantages of using a doc...read more
  3. What's the difference between active link and fil...read more

Tell us how to improve this page.

TCS Assistant Consultant and Developer Interview Process

based on 6 interviews in last 1 year

1 Interview rounds

  • Technical Round
View more

People are getting interviews through

based on 8 TCS interviews
Job Portal
Referral
WalkIn
Campus Placement
50%
25%
13%
13%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient 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.4k 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 Assistant Consultant and Developer Salary
based on 148 salaries
₹7.9 L/yr - ₹28.6 L/yr
At par with the average Assistant Consultant and Developer Salary in India
View more details

TCS Assistant Consultant and Developer Reviews and Ratings

based on 58 reviews

3.8/5

Rating in categories

3.5

Skill development

4.0

Work-Life balance

2.8

Salary & Benefits

4.6

Job Security

3.6

Company culture

2.5

Promotions/Appraisal

3.2

Work Satisfaction

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

₹1 L/yr - ₹9 L/yr

IT Analyst
67.8k 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 - ₹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