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.5k Reviews

Filter interviews by

TCS Abinitio Developer Interview Questions and Answers

Updated 24 Oct 2024

TCS Abinitio Developer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Case Study 

Scenario based questions were asked for which the abinitio components were to be stated.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Prior experience, how did you manage a complex situation?
  • Q2. Have you developed team? What is your approach?
  • Ans. 

    Yes, I have developed teams in the past and my approach involves clear communication, setting goals, assigning roles based on strengths, and fostering a collaborative environment.

    • Clear communication is key to ensure everyone is on the same page and understands their responsibilities.

    • Setting clear goals helps the team stay focused and motivated towards achieving them.

    • Assigning roles based on individual strengths and ski...

  • Answered by AI

Abinitio Developer Jobs at TCS

View all

Interview questions from similar companies

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

(2 Questions)

  • Q1. About scan and rollup components.
  • Q2. How to find duplicates using sql.
  • Ans. 

    Use the GROUP BY clause with HAVING to find duplicates in SQL.

    • Use the GROUP BY clause to group rows with the same values together

    • Use the HAVING clause to filter out groups that have more than one row (indicating duplicates)

    • Example: SELECT column_name, COUNT(*) FROM table_name GROUP BY column_name HAVING COUNT(*) > 1;

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Tell about previous projects.
  • Ans. 

    I have worked on various projects involving data integration, ETL processes, and data warehousing using Abinitio.

    • Developed ETL processes to extract, transform, and load data from multiple sources into a data warehouse.

    • Implemented complex data transformations and business logic using Abinitio graphs and components.

    • Worked on performance tuning and optimization of Abinitio graphs to improve processing times.

    • Collaborated w...

  • Answered by AI
  • Q2. Have you worked on procedures?
  • Ans. 

    Yes, I have worked on procedures in Abinitio development.

    • I have experience creating and implementing procedures in Abinitio to automate data processing tasks.

    • I have written complex procedures using Abinitio's graphical interface or scripting language.

    • I have optimized procedures for performance and efficiency.

    • I have debugged and troubleshooted procedures to ensure they function correctly.

    • I have documented procedures for

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Ab initio scenario, SQL ,Unix

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

Round 1 - Technical 

(3 Questions)

  • Q1. What is difference between output index and output indexes in component, Reformat?
  • Ans. 

    Output index is a single index while output indexes is an array of indexes in Reformat component.

    • Output index refers to a single output field in Reformat component.

    • Output indexes refer to multiple output fields in Reformat component.

    • Output index is specified using a single integer value.

    • Output indexes are specified using an array of integer values.

  • Answered by AI
  • Q2. How to convert a column into a row?
  • Ans. 

    Use UNPIVOT operator in SQL to convert a column into a row.

    • Use UNPIVOT operator in SQL to convert a column into a row

    • Syntax: SELECT * FROM (SELECT [column_name] FROM [table_name]) AS [alias_name] UNPIVOT ([new_column_name] FOR [old_column_name] IN ([column_name])) AS [alias_name]

    • Example: SELECT * FROM (SELECT col1, col2, col3 FROM table1) AS t UNPIVOT (val FOR col IN (col1, col2, col3)) AS u

    • Transpose function in Excel

  • Answered by AI
  • Q3. Difference between partitioning and bucketing in SQL?
  • Ans. 

    Partitioning divides a table into smaller parts while bucketing groups data based on a hash function.

    • Partitioning is used to improve query performance by reducing the amount of data that needs to be scanned.

    • Bucketing is used to evenly distribute data across nodes in a cluster.

    • Partitioning is done based on a column or set of columns, while bucketing is done based on a hash function.

    • Partitioning is commonly used in datab...

  • Answered by AI
Round 2 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Ans. 

    I would like to discuss my salary expectations in person during the negotiation phase.

    • Express willingness to discuss salary expectations during negotiation phase

    • Avoid giving a specific number without understanding the full scope of the role and responsibilities

    • Highlight the importance of considering factors such as experience, skills, and market value

  • Answered by AI
  • Q2. Share details of your previous job.
  • Ans. 

    I worked as an Abinitio Developer in my previous job.

    • Developed and maintained Abinitio graphs for data integration and transformation.

    • Collaborated with cross-functional teams to gather requirements and design solutions.

    • Optimized performance of Abinitio graphs by tuning parameters and implementing best practices.

    • Troubleshot and resolved issues related to data processing and ETL workflows.

    • Participated in code reviews and...

  • Answered by AI
  • Q3. Tell me about yourself.
  • Ans. 

    I am an experienced Abinitio Developer with a strong background in data integration and ETL processes.

    • I have been working in the field of Abinitio development for the past 5 years.

    • I have expertise in designing and implementing complex data integration solutions using Abinitio.

    • I am proficient in various Abinitio components such as GDE, Co>Operating System, and EME.

    • I have experience in working with different databases an...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Accenture Abinitio Developer interview:
  • Parallelism
  • AB products overview
  • Useful components
  • XML handling
  • Air commands
Interview preparation tips for other job seekers - Be Confident. Prepare well using Abinitio help document.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Question based on GDE mostly scenario based Run time behaviour of components

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up on basics and scenarios
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(16 Questions)

  • Q1. What are custom hooks in React, and what are their use cases? Additionally, can you provide an example of a custom hook that performs an API call and utilizes the retrieved data?
  • Q2. What is the difference between useMemo and useCallback in React?
  • Q3. What is the difference between class-based components and functional components in React?
  • Q4. How can you implement the lifecycle of a React component in a functional component?
  • Q5. What are the various state management techniques available in React?
  • Q6. What is the architecture of Redux, and what purposes do middlewares serve within it?
  • Q7. What is hoisting in JavaScript?
  • Q8. What is event bubbling in JavaScript?
  • Q9. What are block scope and function scope in JavaScript?
  • Q10. Have you had experience working with semantic tags in HTML?
  • Q11. What are the various methods for creating an object in JavaScript?
  • Q12. What are the differences between shallow copy and deep copy in JavaScript?
  • Q13. What will be the output of the following JavaScript code fragment: `const a; function test() { console.log(a); }; test();`?
  • Q14. How can you use CSS to arrange elements in a row and column layout?
  • Q15. Have you utilized CSS preprocessors, and if so, which ones?
  • Q16. If I have assigned different colors to an ID and a class and applied both to the same element, which color will be applied based on CSS specificity precedence?

Interview Preparation Tips

Topics to prepare for Cognizant Senior Software Engineer interview:
  • Javascript
  • React.Js
  • HTML
  • CSS
Interview preparation tips for other job seekers - Possessing a deep understanding of JavaScript and React is essential. Interviewers may engage in mind games with candidates; therefore, we should remain calm and focused solely on the questions. Additionally, we need to be confident in our answers; otherwise, they may respond with doubt, asking, "Is that so?"
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 Approached by Company and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. 1) OOPS in java, and told to explain abstraction, encapsulation, inheritance with practical code 2) Exception handling(globally), Authentication and authorization 3) SOLID principles and factory design pat...
  • Ans. 

    Interview questions for Software Engineer position covering OOPS concepts, exception handling, SOLID principles, Java 8 features, and Streams.

    • Abstraction in OOPS: Hiding implementation details. Example: Abstract class Shape with method draw().

    • Encapsulation in OOPS: Bundling data and methods that operate on the data. Example: Class Employee with private fields and public getters/setters.

    • Inheritance in OOPS: Reusing code...

  • Answered by AI
  • Q2. 1) Advantage of springboot over spring 2) Tell me all the anotations you know in spring 3) What are CRUD operations, write controller layer and use validating annotations like @NotNull, @valid etc. how to ...
  • Ans. 

    The interview questions cover various topics related to Spring framework, REST vs SOAP, JPA repository, Feign client, circuit breaker, and Spring Security.

    • Spring Boot provides a simpler and faster way to set up and run Spring applications compared to traditional Spring.

    • Common annotations in Spring include @Controller, @Service, @Repository, @Autowired, @Component, @RequestMapping, @GetMapping, @PostMapping, @PutMapping...

  • Answered by AI
  • Q3. 1) ACID properties 2) DBMS commands 3) inner queries 4) Joins 5) S3 bucket congif and how to handle file and upload and retrieve in s3 6) Ci/Cd basic flow and docker explaination

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare resume well and keep applying to jobs

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Azure cloud platform tech
  • Q2. Informatica tech stack ques
Round 2 - Technical 

(2 Questions)

  • Q1. Adf tech stack que
  • Q2. Scd type 2 implementation
  • Ans. 

    SCD Type 2 implementation involves tracking historical changes in data by creating new records for each change.

    • Identify the columns that need to be tracked for changes

    • Add effective start and end dates to track the validity of each record

    • Insert new records for changes and update end dates for previous records

    • Maintain a surrogate key to uniquely identify each version of the record

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Dw related que ans
  • Q2. Solution design related que
Round 4 - HR 

(2 Questions)

  • Q1. Aspiration from my end
  • Q2. How soon can join
  • Ans. 

    I can join the team within 2 weeks.

    • I can start within 2 weeks of receiving the offer.

    • I need to give notice to my current employer.

    • I may need to relocate, which could affect my start date.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join or even I would suggest not to apply or give interview to this pathetic company. I have cleared all my 4 rounds of interview including HR out of which 3 technical and 1 HR. 3 held on video conferencing and one face to face for which I have travelled almost 40 kms from my current location and they said without face to face they cannot proceed hence I had no option left but to travel, then when I entered into the office again put a laptop infront of me which is again video conferencing then I didn't understand why exactly they called me if they want to have it over video online.

Then after putting my lot of time and efforts when finally it comes to release the offer, then they stop picking up the calls and stop responding and the final excuses which I got from them for not releasing the offer is that their software will not allow them to release any offer which is more that 2 days of joining.

Such a pathetic company who even don't know that atleast if you are not releasing the offer, it's your duty to atleast tell the person that either they are not able to provide the compensation as discussed or they are looking parallelly for someone who can settle in less compensation.

Due to all this I have wasted almost my 3-4 weeks of time expecting that I will receive the offer, and didn't focus on other organisations which was ready to provide slightly lower than this.

Hence it's a total scam which is going here suggesting not to get trapped otherwise you will not only waste your time but also other good opportunities as well.

It's a total boycott for me, expecting the same from your end as well, so that they will understand that playing with someone's job is not a joke.

Skills evaluated in this interview

TCS Interview FAQs

How many rounds are there in TCS Abinitio Developer interview?
TCS interview process usually has 2 rounds. The most common rounds in the TCS interview process are Case Study and One-on-one Round.
How to prepare for TCS Abinitio Developer 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 Ab Initio, ETL, SQL, Teradata and ETL Tool.

Tell us how to improve this page.

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 Abinitio Developer Salary
based on 191 salaries
₹3.2 L/yr - ₹9 L/yr
41% less than the average Abinitio Developer Salary in India
View more details

TCS Abinitio Developer Reviews and Ratings

based on 9 reviews

4.4/5

Rating in categories

3.7

Skill development

4.9

Work-Life balance

3.1

Salary & Benefits

4.9

Job Security

4.8

Company culture

3.2

Promotions/Appraisal

3.3

Work Satisfaction

Explore 9 Reviews and Ratings
Abinitio Developer

Hyderabad / Secunderabad,

Chennai

+1

4-7 Yrs

Not Disclosed

Explore more jobs
System Engineer
1.1L salaries
unlock blur

₹1 L/yr - ₹9 L/yr

IT Analyst
67.7k 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.8k 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