Filter interviews by
S/4 Hana is an ERP software suite that runs on SAP Hana database and provides real-time data processing and analytics.
S/4 Hana is the successor to SAP ERP and is designed to run on SAP Hana database.
It provides real-time data processing and analytics, enabling faster decision-making.
The architecture of S/4 Hana is based on a simplified data model, which reduces data redundancy and improves performance.
It also incl...
There are three types of replications process in Hana Db: trigger-based, ETL-based, and log-based.
Trigger-based replication uses triggers to capture changes in source tables and replicate them to target tables.
ETL-based replication involves extracting data from source tables, transforming it, and loading it into target tables.
Log-based replication reads the transaction logs of the source database and replicates th...
Hana DB HA and DR set up involves configuring high availability and disaster recovery for Hana databases.
Configure Hana system replication for HA and DR
Set up secondary site for DR
Ensure proper network connectivity and bandwidth
Test failover and failback procedures
Implement backup and recovery strategies
Hana DB replication is the process of copying data from one Hana database to another in real-time.
Hana DB replication ensures high availability and disaster recovery.
It can be done using various methods such as trigger-based replication, log-based replication, and ETL-based replication.
It allows for real-time reporting and analytics on the replicated data.
Examples of Hana DB replication tools include SAP Landscape...
HANA DB architecture is a columnar, in-memory database designed for real-time analytics and applications.
In-memory computing: HANA stores data in RAM for faster access and processing.
Columnar storage: Data is stored in columns rather than rows, optimizing read performance.
Multi-model support: HANA supports various data models, including relational, graph, and document.
Data provisioning: HANA can integrate data fro...
I have worked on various cloud systems such as AWS, Azure, and Google Cloud Platform. I have configured these systems for optimal performance and scalability.
Worked on AWS, Azure, and Google Cloud Platform
Configured cloud systems for optimal performance and scalability
Implemented high availability and disaster recovery solutions
Managed cloud resources such as EC2 instances, S3 buckets, and VPCs
Automated deployment...
I applied via Naukri.com and was interviewed in Sep 2021. There were 3 interview rounds.
As a Sap Basis Lead, I manage SAP systems, ensure optimal performance, and lead a team of Basis administrators.
Oversee SAP system installations, upgrades, and migrations to ensure seamless operations.
Monitor system performance and troubleshoot issues to maintain high availability.
Lead a team of Basis administrators, providing guidance and support on best practices.
Implement security measures and user access controls to...
HANA DB architecture is a columnar, in-memory database designed for real-time analytics and applications.
In-memory computing: HANA stores data in RAM for faster access and processing.
Columnar storage: Data is stored in columns rather than rows, optimizing read performance.
Multi-model support: HANA supports various data models, including relational, graph, and document.
Data provisioning: HANA can integrate data from var...
Hana DB replication is the process of copying data from one Hana database to another in real-time.
Hana DB replication ensures high availability and disaster recovery.
It can be done using various methods such as trigger-based replication, log-based replication, and ETL-based replication.
It allows for real-time reporting and analytics on the replicated data.
Examples of Hana DB replication tools include SAP Landscape Tran...
Hana DB HA and DR set up involves configuring high availability and disaster recovery for Hana databases.
Configure Hana system replication for HA and DR
Set up secondary site for DR
Ensure proper network connectivity and bandwidth
Test failover and failback procedures
Implement backup and recovery strategies
There are three types of replications process in Hana Db: trigger-based, ETL-based, and log-based.
Trigger-based replication uses triggers to capture changes in source tables and replicate them to target tables.
ETL-based replication involves extracting data from source tables, transforming it, and loading it into target tables.
Log-based replication reads the transaction logs of the source database and replicates the cha...
S/4 Hana is an ERP software suite that runs on SAP Hana database and provides real-time data processing and analytics.
S/4 Hana is the successor to SAP ERP and is designed to run on SAP Hana database.
It provides real-time data processing and analytics, enabling faster decision-making.
The architecture of S/4 Hana is based on a simplified data model, which reduces data redundancy and improves performance.
It also includes ...
I have worked on various cloud systems such as AWS, Azure, and Google Cloud Platform. I have configured these systems for optimal performance and scalability.
Worked on AWS, Azure, and Google Cloud Platform
Configured cloud systems for optimal performance and scalability
Implemented high availability and disaster recovery solutions
Managed cloud resources such as EC2 instances, S3 buckets, and VPCs
Automated deployment and ...
Top trending discussions
I applied via Referral and was interviewed before Jan 2021. There were 3 interview rounds.
OOPs concepts are used in real life to model objects and their behavior.
Encapsulation: A car's engine is encapsulated and can only be accessed through specific methods.
Inheritance: A sports car is a type of car that inherits properties and methods from the car class.
Polymorphism: A person can be a student, teacher, or employee, each with their own unique behavior.
Abstraction: A TV remote has buttons that abstract the c...
Hashmap is a data structure that stores key-value pairs and uses hashing to locate values based on their keys.
Hashmap uses an array of linked lists to store key-value pairs.
The hash function is used to convert the key into an index of the array.
If two keys have the same hash value, they are stored in the same linked list.
Hashmap provides constant time complexity for insertion, deletion, and retrieval of values.
Java's H...
I applied via Approached by Company and was interviewed in Dec 2022. There were 2 interview rounds.
I applied via Walk-in and was interviewed before Apr 2023. There were 2 interview rounds.
Online aptitude test
10 questions, write in any programming language you know.
My salary expectations are based on my experience, skills, and the market rate for the position.
Consider my years of experience in the industry
Research the average salary range for similar positions in the market
Factor in the cost of living in the location of the job
Be open to negotiation based on the overall compensation package offered
I applied via Naukri.com and was interviewed in Feb 2021. There were 4 interview rounds.
Implemented the Observer design pattern.
Used to maintain consistency between related objects
Allows for one-to-many relationships between objects
Used in event-driven systems
Example: Used to update UI when data changes in backend
I have implemented a microservices architecture for scalability and flexibility.
Implemented microservices architecture using Docker and Kubernetes
Used API Gateway for routing and load balancing
Implemented service discovery using Consul
Implemented circuit breaker pattern using Hystrix
Implemented centralized logging using ELK stack
Implemented distributed tracing using Zipkin
Implemented event-driven architecture using Kaf...
This code snippet demonstrates a simple algorithm to find the maximum value in an array.
Initialize a variable 'max' to the first element of the array.
Iterate through the array starting from the second element.
If the current element is greater than 'max', update 'max'.
Return 'max' after completing the iteration.
Example: For array [3, 5, 2, 8, 1], the output will be 8.
I improved stored procedure performance by optimizing queries and indexes.
Identified and removed unnecessary joins and subqueries
Used appropriate indexing to speed up query execution
Reduced the number of round trips to the database by using batch processing
Rewrote complex queries to simpler ones
Used stored procedure parameters instead of variables to avoid recompilation
Used SET NOCOUNT ON to reduce network traffic
Used ...
I applied via Approached by Company and was interviewed in Nov 2023. There were 4 interview rounds.
Hackerrank test with combination of MCQ and java program coding.
I applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.
I appeared for an interview in Nov 2024, where I was asked the following questions.
I applied via Company Website and was interviewed before Sep 2022. There were 3 interview rounds.
based on 1 review
Rating in categories
Senior Software Engineer
401
salaries
| ₹11.8 L/yr - ₹21 L/yr |
Technical Lead
327
salaries
| ₹10.3 L/yr - ₹32.8 L/yr |
Project Engineer
298
salaries
| ₹2.5 L/yr - ₹8 L/yr |
Senior Project Engineer
294
salaries
| ₹8.4 L/yr - ₹17.1 L/yr |
Senior Associate
223
salaries
| ₹1.6 L/yr - ₹5.1 L/yr |
ITC Infotech
HTC Global Services
Exela Technologies
HERE Technologies