Upload Button Icon Add office photos

Filter interviews by

Accenture Abinitio Developer Interview Questions and Answers

Updated 2 Feb 2022

Accenture Abinitio Developer Interview Experiences

1 interview found

Abinitio Developer Interview Questions & Answers

user image Chakri Rakati

posted on 2 Feb 2022

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

Interview questions from similar companies

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
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 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
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. What is a pointer to pointer
  • Ans. 

    A pointer to pointer is a variable that stores the memory address of another pointer variable.

    • It is used to create dynamic data structures like linked lists and trees.

    • It allows multiple levels of indirection.

    • It is denoted by ** in C and C++.

    • Example: int **ptr;

    • Example: ptr = &p; where p is a pointer variable.

  • Answered by AI
  • Q2. Class, object, inheritance, polymorphism,dbms

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on pointers,work on ds, study network analysis, learn more about the job and company

Skills evaluated in this interview

I was interviewed in May 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 120 Minutes
Round difficulty - Easy

  • Q1. Check If Given Words Are Present In A String

    Given a string 'S' and a list 'wordList' that consists of 'N' distinct words. Let 'Wi' denote word at index 'i' in '...

  • Ans. Brute Force
    • This is an iterative approach.
    • Make a boolean vector ‘result’ of size ‘N’. Initially, all the elements of this vector should be ‘False’.
    • Run a loop where ‘i’ ranges from 0 to ‘N-1’  and for each word ‘Wi‘ present at ‘ith’ index of ‘wordList’, we will check whether ‘Wi‘ is a substring of string ‘S’ or not. This can be done as follow-:
               1.  If the length of ‘Wi’ is great...
  • Answered by CodingNinjas
Round 2 - Video Call 

(2 Questions)

Round duration - 20 Minutes
Round difficulty - Easy

  • Q1. Technical Questions

    What is OOPS? Give an example.
    Differentiate between Abstract class and interface and in which scenarios can they be used.
    Differentiate between sets and lists
    Differentiate between vector ...

  • Q2. Basic HR Questions

    What is your goal in life?
    Why do you want to join TCS?
    Why should we hire you?
    Are you willing to work overtime, nightshifts and weekends?
    Are you open to the idea of relocating?
    What do you ...

Interview Preparation Tips

Eligibility criteria6.75+ CGPATata interview preparation:Topics to prepare for the interview - Data Structures, OOPS, DBMS, OOPs, Algorithms, DP, GreedyTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Try solving Love Babbar 450 Prog questions
Tip 2 : Have a good resume
Tip 3 : Do learn some extra technologies eg. ML/AI

Application resume tips for other job seekers

Tip 1 : Do not lie at all
Tip 2 : Have some projects listed

Final outcome of the interviewSelected

I applied via Campus Placement and was interviewed in Oct 2021. There were 4 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 

Permutations and combinations,ratio and proportion

Round 3 - Group Discussion 

Crypto currency

Round 4 - Technical 

(1 Question)

  • Q1. Array,pointer, function

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best keep study aptitude , reasoning very well prepare for gd

I applied via campus placement at Visvodaya Institute of Technology and Engineering, Kavali and was interviewed in Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Why should we hire you?
  • Q2. What are your strengths and weaknesses?
  • Q3. What do you know about our company?
  • Q4. Are u willing to relocate?
  • Q5. What are your educational qualifications?
  • Q6. What are your technical skills?
  • Q7. How can you define you are a different person from others?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and maintain good communication skills and eye contact with the interviewer.

Interview Questionnaire 

2 Questions

  • Q1. Technical sound
  • Q2. Relevant module experience
  • Ans. 

    I have experience in modules related to web development, database management, and API integration.

    • Web development frameworks such as React, Angular, and Vue.js

    • Database management systems like MySQL, MongoDB, and PostgreSQL

    • API integration using RESTful and GraphQL APIs

    • Experience with version control systems like Git and SVN

  • Answered by AI

Skills evaluated in this interview

Accenture Interview FAQs

How many rounds are there in Accenture Abinitio Developer interview?
Accenture interview process usually has 2 rounds. The most common rounds in the Accenture interview process are Technical and HR.
How to prepare for Accenture 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 Accenture. The most common topics and skills that interviewers at Accenture expect are Ab Initio, ETL Tool, SQL Server and Unix Shell Scripting.
What are the top questions asked in Accenture Abinitio Developer interview?

Some of the top questions asked at the Accenture Abinitio Developer interview -

  1. What is difference between output index and output indexes in component, Reform...read more
  2. How to convert a column into a r...read more
  3. Difference between partitioning and bucketing in S...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Accenture interview
Job Portal
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

TCS Interview Questions
3.7
 • 10.1k 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
Accenture Abinitio Developer Salary
based on 127 salaries
₹3.8 L/yr - ₹13.9 L/yr
14% less than the average Abinitio Developer Salary in India
View more details

Accenture Abinitio Developer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

4.9

Salary & Benefits

5.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 2 Reviews and Ratings
Application Development Analyst
38.9k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
26.3k salaries
unlock blur

₹6.8 L/yr - ₹20.2 L/yr

Team Lead
24.1k salaries
unlock blur

₹7 L/yr - ₹25.2 L/yr

Senior Software Engineer
18.4k salaries
unlock blur

₹6 L/yr - ₹19 L/yr

Software Engineer
17.6k salaries
unlock blur

₹3.6 L/yr - ₹12.8 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.8
Compare

Capgemini

3.8
Compare

Infosys

3.7
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