Premium Employer

i

This company page is being actively managed by Infosys Team. If you also belong to the team, you can get access from here

Infosys Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 36.9k Reviews

Filter interviews by

Infosys SAP BW Consultant Interview Questions and Answers

Updated 13 Sep 2024

Infosys SAP BW Consultant Interview Experiences

2 interviews found

SAP BW Consultant Interview Questions & Answers

user image tabassum Shaikh

posted on 13 Sep 2024

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

(2 Questions)

  • Q1. Java data type and jdbc connection
  • Q2. Coding question
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Brief me your self introduction
  • Q2. What is your roles and responsibilities in SAP BW
  • Q3. What is info objects in SAP BW
  • Ans. 

    Info objects in SAP BW are the basic building blocks of data modeling and reporting. They represent the characteristics and key figures of data.

    • Info objects define the structure and semantics of data in SAP BW.

    • They can be classified into characteristics and key figures.

    • Characteristics represent descriptive attributes of data, such as customer name or product category.

    • Key figures represent the measurable values, such as...

  • Answered by AI
  • Q4. What is your roles and responsibilities in implementation project
  • Q5. What is writing ABAP
  • Ans. 

    Writing ABAP is a programming language used in SAP systems for developing custom programs and enhancements.

    • ABAP stands for Advanced Business Application Programming.

    • It is used to write code for SAP applications, including SAP BW (Business Warehouse).

    • ABAP programs can be used to extract, transform, and load data in SAP BW.

    • It allows for the creation of custom reports, interfaces, and enhancements.

    • ABAP code can be written...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infosys SAP BW Consultant interview:
  • SAP BW
  • BW on HANA
Interview preparation tips for other job seekers - I need to improve skills
I need to change my role

Skills evaluated in this interview

SAP BW Consultant Interview Questions Asked at Other Companies

asked in Infosys
Q1. What is info objects in SAP BW
asked in Infosys
Q2. what is writing ABAP
asked in Accenture
Q3. How to built WeBi Report
asked in Accenture
Q4. Detailed explanation on ODS

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
-

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

Round 1 - Technical 

(2 Questions)

  • Q1. Detailed explanation on ODS
  • Ans. 

    ODS stands for Operational Data Store, a database that is used for reporting and analysis in real-time.

    • ODS is a database that stores detailed and current data from various sources for reporting and analysis.

    • It acts as a central repository for data from different operational systems.

    • ODS allows for real-time data integration and provides a consistent view of data for reporting purposes.

    • It is used to support operational r...

  • Answered by AI
  • Q2. How to built WeBi Report
  • Ans. 

    To build a Web Intelligence (WebI) report, you need to create a query, design the layout, add data to the report, and customize the appearance.

    • Create a query using the Query Panel in WebI

    • Design the layout by adding tables, charts, and other visualizations

    • Add data to the report by dragging and dropping fields from the query onto the report canvas

    • Customize the appearance by formatting the report elements, adding filters,...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
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. It's gud.went very well
Round 3 - Technical 

(1 Question)

  • Q1. It's wonderful gud response and team is gud
Round 4 - HR 

(2 Questions)

  • Q1. Two Technical rounds it's too gud no issues I got hr round in that he told me he will be providing sam CTC instead my expected CTC I told him ok .than my hr lady connected she told after bu approval she wi...
  • Q2. Expected and current CTC

Interview Preparation Tips

Interview preparation tips for other job seekers - Shivani is my hr and last she ditched me with just saying after a week after approvals also she dnt send my offer letter and her explanation is just they adjusted internal team.if internal resources are there y they are going for external hiring and all process
Interview experience
5
Excellent
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 

(5 Questions)

  • Q1. Difference between display none, visibility hidden and opacity 0 in CSS
  • Ans. 

    display none hides the element completely, visibility hidden hides the element but still takes up space, opacity 0 makes the element transparent.

    • display none removes the element from the layout

    • visibility hidden hides the element but it still occupies space

    • opacity 0 makes the element transparent but still occupies space

    • Example: display: none; visibility: hidden; opacity: 0;

  • Answered by AI
  • Q2. Write a polyfill for javascript method "filter"
  • Ans. 

    Polyfill for JavaScript method 'filter'

    • Create a function called 'filter' that takes a callback function as an argument

    • Loop through the array and apply the callback function to each element

    • If the callback function returns true, add the element to a new array and return it

  • Answered by AI
  • Q3. Explain ShadowDOM
  • Ans. 

    Shadow DOM is a way to encapsulate the styling and structure of a web component, preventing styles from leaking out and clashing with the rest of the page.

    • Shadow DOM allows for creating self-contained components with their own DOM tree and styling.

    • It helps in preventing styles from the main document affecting the component and vice versa.

    • Shadow DOM can be created using the 'attachShadow' method in JavaScript.

    • It is comm...

  • Answered by AI
  • Q4. Explain Currying in Javascript
  • Ans. 

    Currying is a technique in JavaScript where a function with multiple arguments is transformed into a sequence of functions, each taking a single argument.

    • Currying allows you to create reusable functions with partial application of arguments.

    • It helps in creating more flexible and composable functions.

    • Example: const add = (a) => (b) => a + b; const add5 = add(5); console.log(add5(3)); // Output: 8

  • Answered by AI
  • Q5. What is Event Deligation in javascript
  • Ans. 

    Event delegation in JavaScript is a technique where a single event listener is attached to a parent element to handle events for multiple child elements.

    • Event delegation helps improve performance by reducing the number of event listeners.

    • It is useful for dynamically created elements or elements with similar behavior.

    • Event delegation works by utilizing event bubbling, where events on child elements bubble up to the pare

  • Answered by AI

Interview Preparation Tips

Topics to prepare for TCS Associate Consultant interview:
  • Javascript Basics
  • React.Js
  • Javascript
Interview preparation tips for other job seekers - Having deep knowledge in Javascript is must for React.JS interview.

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Internal working of Hashmap
  • Ans. 

    HashMap in Java is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.

    • HashMap uses an array of buckets to store key-value pairs.

    • Keys are hashed to determine the index where the value will be stored.

    • In case of hash collisions, a linked list or balanced tree is used to store multiple entries in the same bucket.

    • HashMap allows one null key and multiple null values.

    • Example: HashMap&...

  • Answered by AI
  • Q2. JAVA 8 Stream API coding questions
Round 2 - Technical 

(2 Questions)

  • Q1. JAVA 8 advanced coding question
  • Q2. Specific questions on client requirements
Round 3 - HR 

(1 Question)

  • Q1. General questions on expectations

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Element locators
  • Q2. Diffirent waits
Round 2 - Technical 

(2 Questions)

  • Q1. Write code to automate a page
  • Q2. Regresion testing
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at National Institute of Technology,(NIT), Manipur and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Voice assesment,which will be evaluated by ai

Round 2 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Basic dsa question on printing pattern
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Mule esb mule strcture
  • Q2. Dataweave interview questions
Round 2 - Technical 

(2 Questions)

  • Q1. Technical mule questions
  • Q2. Batch jobs questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well preapred
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 Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

Write a program to print the Fibonacci series.

Infosys Interview FAQs

How many rounds are there in Infosys SAP BW Consultant interview?
Infosys interview process usually has 1 rounds. The most common rounds in the Infosys interview process are One-on-one Round and Technical.
How to prepare for Infosys SAP BW Consultant 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 Infosys. The most common topics and skills that interviewers at Infosys expect are SAP BW, Business Intelligence, SAP Business Warehouse, Data Analytics and SAP.
What are the top questions asked in Infosys SAP BW Consultant interview?

Some of the top questions asked at the Infosys SAP BW Consultant interview -

  1. What is info objects in SAP...read more
  2. what is writing A...read more
  3. Java data type and jdbc connect...read more

Tell us how to improve this page.

Join Infosys Creating the next opportunity for people, businesses & communities

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k 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
Infosys SAP BW Consultant Salary
based on 54 salaries
₹3.6 L/yr - ₹10.4 L/yr
12% less than the average SAP BW Consultant Salary in India
View more details

Infosys SAP BW Consultant Reviews and Ratings

based on 4 reviews

4.1/5

Rating in categories

3.7

Skill development

4.5

Work-Life balance

2.4

Salary & Benefits

4.6

Job Security

3.7

Company culture

3.7

Promotions/Appraisal

4.1

Work Satisfaction

Explore 4 Reviews and Ratings
Technology Analyst
56.3k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
49.4k salaries
unlock blur

₹2.8 L/yr - ₹9.2 L/yr

System Engineer
38.9k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
30.7k salaries
unlock blur

₹5.2 L/yr - ₹19.5 L/yr

Senior Associate Consultant
27.1k salaries
unlock blur

₹6.2 L/yr - ₹17 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.8
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