i
TCS
Filter interviews by
I applied via Company Website and was interviewed in Feb 2024. There were 2 interview rounds.
SAP NetWeaver is a technology platform that allows organizations to integrate and manage their business processes.
Integration platform for connecting different systems and applications
Allows for business process management and development of custom applications
Includes components like SAP Process Integration (PI) and SAP Process Orchestration (PO)
End to end implementation of interface involves designing, developing, testing, deploying, and maintaining interfaces.
Understand business requirements and map them to technical specifications
Design interface using SAP PI/PO tools like Integration Builder
Develop mappings, message interfaces, and adapters
Test interface for data accuracy and performance
Deploy interface to production environment
Monitor and maintain interfa
SOAP is a protocol for exchanging structured information in the implementation of web services, while REST is an architectural style for designing networked applications.
SOAP is a protocol, while REST is an architectural style
SOAP uses XML for message format, REST can use various formats like JSON, XML, etc.
SOAP is more rigid and formal, REST is more flexible and lightweight
SOAP has built-in security features like WS-S...
Experienced SAP Pi and Po Consultant with a strong background in integration and process orchestration.
Over 5 years of experience implementing and supporting SAP Pi and Po solutions
Skilled in designing and configuring interfaces between different systems
Proficient in troubleshooting and resolving integration issues
Strong understanding of SAP modules and business processes
Certified in SAP Process Integration
Career gap due to personal reasons, salary expectation based on industry standards.
Career gap was due to personal reasons such as family responsibilities, health issues, or further education.
During the career gap, I utilized the time to upskill and stay updated with industry trends.
My salary expectation is based on my experience, skills, and the current market rates for SAP Pi and Po Consultants.
I applied via Campus Placement and was interviewed in Sep 2024. There were 4 interview rounds.
It was easy aptitude round
The hiring team was good but one person from the team seemed to be little irritating
Experienced SAP Consultant with a background in implementing and optimizing SAP solutions for various industries.
Over 5 years of experience in SAP consulting
Specialize in implementing and optimizing SAP modules such as SAP S/4HANA, SAP ERP, and SAP BW
Worked with clients in industries including manufacturing, retail, and healthcare
Strong problem-solving and analytical skills
Certified in SAP modules
My problem-solving skills have been crucial in my journey as an SAP Consultant.
Strong analytical skills to identify issues and find solutions
Ability to think critically and creatively to troubleshoot complex problems
Effective communication skills to collaborate with team members and clients
Attention to detail to ensure accuracy in implementing SAP solutions
I applied via Walk-in and was interviewed in May 2024. There was 1 interview round.
Errors in material extend can include incorrect data entry, missing information, duplicate entries, and system errors.
Incorrect data entry such as wrong material number or description
Missing information like unit of measure or pricing details
Duplicate entries for the same material
System errors causing inconsistencies in material extend data
I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.
Star schema is a data warehouse schema where a central fact table is connected to multiple dimension tables. Snowflake schema is a normalized form of star schema.
Star schema consists of a central fact table connected to multiple dimension tables
Snowflake schema is a normalized form of star schema where dimension tables are further normalized into sub-dimension tables
Star schema is denormalized for faster query performa...
Performance of reports can be improved by optimizing queries, reducing data volume, using efficient visuals, and caching data.
Optimize queries by removing unnecessary columns and filters
Reduce data volume by aggregating data at the source or using incremental refresh
Use efficient visuals like matrix instead of tables for large datasets
Cache data to reduce query times for frequently accessed data
Data query is the process of retrieving specific data from a database, while data flow is the movement of data from one point to another.
Data query involves writing SQL queries to extract specific data from a database
Data flow refers to the movement of data from source to destination through various transformations
Data query is used to filter and retrieve relevant data, while data flow ensures data is processed and mov...
Power Query is used to import and transform data within Power BI, while Direct Query allows real-time data access from the data source.
Power Query is used to import and transform data within Power BI before loading it into the data model.
Direct Query allows Power BI to query the data source directly in real-time, without importing the data into the data model.
Power Query is suitable for smaller datasets that can be loa...
RANK assigns a unique rank to each row based on a specified column, while DENSE RANK assigns a unique rank to each distinct row.
RANK function is used to assign a unique rank to each row based on a specified column
DENSE RANK function is used to assign a unique rank to each distinct row, skipping ranks if there are ties
RANK and DENSE RANK are commonly used in SQL queries to rank data based on certain criteria
Calculated column is a static column in a table calculated based on a formula, while Measure is a dynamic calculation based on aggregated data.
Calculated column is created in Power BI using DAX formula and stored in the data model.
Measure is a calculation performed on the fly based on the context of the visualization.
Calculated columns are static and can be used for filtering and sorting, while Measures are dynamic and
I have used complex DAX functions like CALCULATE, FILTER, SUMX, etc. to perform advanced calculations in Power BI.
Used CALCULATE function to apply filters and context changes to calculations
Utilized FILTER function to filter data based on specific conditions
Implemented SUMX function to iterate over a table and perform calculations for each row
CALCULATED function is used in Power BI to create custom calculations based on existing data in a report.
CALCULATED function is used to create custom calculations in DAX (Data Analysis Expressions) language.
It allows users to define complex calculations based on existing data in the report.
CALCULATED function can be used with other DAX functions to perform calculations like aggregations, comparisons, and conditional lo...
Query folding in Power BI is a process where Power BI pushes the data transformation steps back to the data source.
Query folding improves performance by reducing the amount of data loaded into Power BI.
It allows Power BI to leverage the capabilities of the data source for data transformation.
Commonly used with relational databases like SQL Server, Oracle, etc.
Example: When filtering data in Power BI, query folding will...
Types of context refer to the different ways in which data can be analyzed and interpreted in Power BI.
Row context: evaluates calculations row by row
Filter context: applies filters to data before calculations
Query context: used in DAX queries to retrieve data
Relationship context: determines how tables are related
Power BI is a business analytics tool by Microsoft that provides interactive visualizations and business intelligence capabilities.
Power BI is a business analytics tool by Microsoft
It allows users to create interactive visualizations and reports
Users can connect to various data sources to import data
Power BI offers a wide range of data visualization options such as charts, graphs, and maps
Users can share and collaborat
INNER JOIN is used to combine rows from two or more tables based on a related column between them.
Use INNER JOIN to retrieve rows from both tables that have matching values in the specified column
Syntax: SELECT column_name(s) FROM table1 INNER JOIN table2 ON table1.column_name = table2.column_name
Example: SELECT Orders.OrderID, Customers.CustomerName FROM Orders INNER JOIN Customers ON Orders.CustomerID = Customers.Cus
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
Use Power BI bookmarks and buttons to dynamically change chart visuals based on user selection.
Create multiple chart visuals for different data sets
Use bookmarks to save different chart configurations
Link selection buttons to bookmarks to dynamically switch between charts
posted on 22 Oct 2024
I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.
Direct query mode connects to data source in real-time, while import mode loads data into Power BI for faster analysis.
Direct query mode connects to data source in real-time, providing up-to-date data
Import mode loads data into Power BI for faster analysis, but may not always reflect real-time changes
Direct query mode is suitable for large datasets that require real-time updates
Import mode is suitable for smaller datas
PowerBI is a data visualization tool that helps users analyze and visualize data to make informed business decisions.
PowerBI helps in creating interactive reports and dashboards
It allows users to connect to various data sources like Excel, SQL databases, and cloud services
Users can create custom visualizations and share insights with others
PowerBI can be used for data exploration, data modeling, and data storytelling
End users can access the report through Power BI Service, Power BI Mobile App, or embedded in other applications.
End users can access the report through Power BI Service by logging in with their credentials
End users can also access the report through Power BI Mobile App on their smartphones or tablets
Reports can be embedded in other applications using Power BI Embedded feature
I applied via Company Website and was interviewed in Feb 2023. There were 2 interview rounds.
I applied via LinkedIn and was interviewed in Feb 2023. There were 2 interview rounds.
I am an experienced SAP Fico Consultant with a strong background in finance and accounting.
I have over 5 years of experience working as an SAP Fico Consultant.
I have a deep understanding of financial processes and accounting principles.
I have successfully implemented SAP Fico solutions for various clients, improving their financial operations and reporting.
I am skilled in configuring and customizing SAP Fico modules to...
SAP is an enterprise resource planning software used to manage business operations. FICO is integrated with other modules through data transfer.
SAP is a software used for managing business operations such as finance, sales, production, and inventory
FICO is a module in SAP used for financial accounting and controlling
Integration with other modules is achieved through data transfer between modules
For example, FICO can be...
Interview experience
based on 5 reviews
Rating in categories
System Engineer
1.1L
salaries
| ₹1 L/yr - ₹9 L/yr |
IT Analyst
67.4k
salaries
| ₹5.1 L/yr - ₹15.9 L/yr |
AST Consultant
51.3k
salaries
| ₹8 L/yr - ₹25 L/yr |
Assistant System Engineer
29.9k
salaries
| ₹2.2 L/yr - ₹5.6 L/yr |
Associate Consultant
28.9k
salaries
| ₹8.9 L/yr - ₹32 L/yr |
Amazon
Wipro
Infosys
Accenture