Filter interviews by
I applied via Approached by Company and was interviewed before Feb 2023. There were 3 interview rounds.
Basic altitude test comes with the coding questions on pascal c++ as well theory questions might be asked too.
Top trending discussions
I applied via LinkedIn and was interviewed in Dec 2024. There was 1 interview round.
I applied via LinkedIn and was interviewed in Dec 2024. There was 1 interview round.
I applied via Walk-in and was interviewed in Dec 2024. There were 2 interview rounds.
Process planning refers to the methodical approach of determining the best possible way to manufacture a product or deliver a service by considering various aspects such as resources, timelines, and methodologies involved in production or execution.
Implemented a new chemical process to increase efficiency and reduce waste.
Researched and analyzed current process to identify areas for improvement
Designed and tested new process using simulation software
Collaborated with production team to implement changes and monitor results
Achieved 20% increase in production output and 15% reduction in waste
Continuously monitored and optimized process for further improvements
I utilize a combination of project management tools and communication strategies to effectively manage my team and projects.
I prioritize tasks based on deadlines and importance
I regularly communicate with team members to ensure everyone is on the same page
I use project management software such as Trello or Asana to track progress and assign tasks
I adapt my management style to fit the needs and preferences of individual
I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.
The Aptitude Test session accesses mathematical and logical reasoning abilities
Vlookup is a function in Excel used to search for a value in a table and return a corresponding value from another column.
Vlookup stands for 'Vertical Lookup'
It is commonly used in Excel to search for a value in the leftmost column of a table and return a value in the same row from a specified column
Syntax: =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])
Example: =VLOOKUP(A2, B2:D10, 3, FALSE) - searc...
My day in my previous organization involved analyzing large datasets, creating reports, and presenting findings to stakeholders.
Reviewing and cleaning large datasets to ensure accuracy
Creating visualizations and reports to communicate insights
Collaborating with team members to identify trends and patterns
Presenting findings to stakeholders in meetings or presentations
I possess strong technical skills in data analysis, including proficiency in programming languages, statistical analysis, and data visualization tools.
Proficient in programming languages such as Python, R, SQL
Skilled in statistical analysis and data modeling techniques
Experience with data visualization tools like Tableau, Power BI
Knowledge of machine learning algorithms and techniques
A Pivot Table is a data summarization tool used in spreadsheet programs to analyze, summarize, and present data in a tabular format.
Pivot tables allow users to reorganize and summarize selected columns and rows of data to obtain desired insights.
Users can easily group and filter data, perform calculations, and create visualizations using pivot tables.
Pivot tables are commonly used in Excel and other spreadsheet program...
To find the highest-paid employee in each department, we need to group employees by department and then select the employee with the highest salary in each group.
Group employees by department
Find the employee with the highest salary in each group
Retrieve the employee's name, salary, and department name
posted on 18 Dec 2024
I applied via Walk-in and was interviewed in Nov 2024. There were 2 interview rounds.
Polymorphism allows objects of different classes to be treated as objects of a common superclass. Generators produce items one at a time. Decorators add functionality to existing functions or methods.
Polymorphism: Enables objects of different classes to be treated as objects of a common superclass. Example: Animal superclass with Dog and Cat subclasses.
Generator: Produces items one at a time, allowing for efficient mem...
Embeddings are a way to represent words or phrases as vectors in a high-dimensional space, capturing semantic relationships.
Embeddings are important for tasks like natural language processing, where words need to be represented in a meaningful way.
They can be created using techniques like Word2Vec, GloVe, or using neural networks like Word Embeddings.
Embeddings help in capturing semantic relationships between words, al...
Encoder-decoder is a neural network architecture used for tasks like machine translation.
Encoder processes input data and generates a fixed-length representation
Decoder uses the representation to generate output sequence
Example: Seq2Seq model for translating English to French
posted on 10 Oct 2024
I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.
SAP tools for migrating SAP systems from on-premise to cloud include SAP Advanced Data Migration, SAP Cloud Platform Migration Service, and SAP Transformation Navigator.
SAP Advanced Data Migration: tool for migrating data from on-premise systems to cloud
SAP Cloud Platform Migration Service: helps in migrating applications and workloads to the cloud
SAP Transformation Navigator: tool for planning and executing system mig
During export using export/import method for migration, files like data files, control files, and log files will be created.
Data files containing the actual data being exported
Control files containing information about the export process
Log files recording the activities and errors during the export
Examples: .dmp, .ctl, .log files
Parallel export/import allows multiple processes to export/import data simultaneously for faster migration/conversion.
Parallel export/import splits the data into multiple parts and processes them concurrently.
It helps in reducing the overall time taken for data migration/conversion.
Parallel export/import requires careful planning to avoid conflicts and ensure data consistency.
Examples include using SAP tools like R3loa...
SUM will use a single SUM tool for the migration from SQL DB on Windows to HANA DB on Linux.
SUM tool is platform-independent and can be used for migrations between different operating systems.
The SUM tool will handle the conversion process seamlessly without the need for separate tools for Windows and Linux.
The migration process will involve steps to convert the database from SQL to HANA while also transitioning the op
No, EHP 5 cannot run on Oracle 19C.
EHP 5 is not certified to run on Oracle 19C.
Compatibility issues may arise if trying to run EHP 5 on Oracle 19C.
It is recommended to check SAP's official compatibility matrix for supported configurations.
SPDD is for modifying dictionary objects, SPAU is for modifying repository objects.
SPDD is used for modifying dictionary objects like tables, views, and data elements.
SPAU is used for modifying repository objects like programs, function modules, and screens.
SPDD changes are transportable across systems, SPAU changes are not transportable.
SPDD changes are typically related to data dictionary objects, SPAU changes are re...
Skipping SPDD in preprocessing is not recommended as it can lead to inconsistencies in the system.
No, SPDD should not be skipped in preprocessing as it is a crucial step in handling modifications to the ABAP Dictionary objects during an upgrade or migration.
Skipping SPDD can result in inconsistencies between the data dictionary and the ABAP programs, leading to runtime errors and system issues.
SPDD is responsible for a...
SPDD is performed before execution phase to adjust dictionary objects, while SPAU is performed after execution to adjust repository objects.
SPDD is performed before execution phase to adjust dictionary objects to the new release of SAP system.
SPAU is performed after execution to adjust repository objects like programs, function modules, screens, etc.
SPDD helps in adjusting the data dictionary objects to the new release...
Yes, SPAU can be performed before execution.
SPAU can be performed to adjust modifications before executing a system upgrade or migration.
It allows for resolving any inconsistencies in custom objects before the actual upgrade.
Performing SPAU beforehand can help streamline the upgrade process and reduce downtime.
It is recommended to review and adjust modifications using SPAU prior to the upgrade to ensure a smooth transi
The export/import process in SWPM is performed using the R3load tool.
R3load tool is used for exporting and importing data during system migrations/conversions.
Export/import process involves extracting data from source system and loading it into target system.
R3load tool is part of Software Provisioning Manager (SWPM) toolset.
Export/import process is crucial for transferring SAP system data between systems.
Files can be shipped in parallel export/import using tools like Rsync, SCP, FTP, or cloud storage services.
Use tools like Rsync for efficient file transfer
SCP (Secure Copy Protocol) can be used for secure file transfer
FTP (File Transfer Protocol) is another option for transferring files
Utilize cloud storage services like AWS S3 or Google Cloud Storage for large file transfers
No, backup of HANA 1.0 cannot be restored on HANA 2.0 due to compatibility issues.
Backup of HANA 1.0 is not compatible with HANA 2.0 due to differences in architecture and features.
Data structures and formats may have changed between the two versions, leading to potential data corruption if restored.
It is recommended to perform a system copy or migration instead of trying to restore a backup from HANA 1.0 to HANA 2.0.
Shadow instances are used for testing and validation purposes before making changes to the production system.
Shadow instances allow for testing system changes without impacting the production environment.
They are used to validate migration or conversion processes before applying them to the live system.
Helps in identifying any potential issues or errors that may arise during the actual migration/conversion.
Provides a s...
Shadow instance is created for system copy or migration, requires extra space, stored in database tables.
Shadow instance is created using software tools like SAP SWPM (Software Provisioning Manager) during system copy or migration.
It is created on the same server as the original instance, but with a different SID (System ID).
Extra space required for shadow instance depends on the size of the original instance and the d...
SAP HANA and Sybase do not create additional tablespaces during upgrade like Oracle.
SAP HANA and Sybase do not follow the same approach as Oracle in creating additional tablespaces during upgrade.
In SAP HANA, data is stored in memory and does not require separate tablespaces like Oracle.
Sybase also does not create additional tablespaces during upgrade, as it follows a different database structure.
Both SAP HANA and Syba...
Yes, it is possible to upgrade without creating a Shadow instance.
Upgrade can be performed directly on the existing instance without the need for a Shadow instance.
This approach may save time and resources by avoiding the creation of a separate instance for the upgrade process.
However, it is important to carefully plan and execute the upgrade to minimize risks and ensure a successful outcome.
HANA Topology refers to the layout and configuration of SAP HANA systems and components.
HANA Topology includes the distribution of HANA instances across multiple hosts.
It also involves the configuration of high availability and disaster recovery setups.
Different HANA Topologies include single host, multi-host, scale-out, and distributed systems.
Topology decisions impact performance, scalability, and availability of the
Setting up SSO for SAP and HANA involves configuring trust between systems and enabling authentication mechanisms.
Configure trust between SAP and HANA systems
Enable SAML (Security Assertion Markup Language) for authentication
Implement Single Sign-On (SSO) using SAML tokens
Use SAP Cloud Identity or other identity providers for SSO setup
SAP S/4HANA conversion involves migrating from SAP ERP to the next-generation S/4HANA platform.
Understanding the differences between SAP ERP and S/4HANA
Assessing system landscape and data readiness for conversion
Executing the migration process with minimal downtime
Validating and testing the converted system for functionality and performance
Training end-users on the new S/4HANA system
posted on 2 Nov 2024
I applied via Approached by Company and was interviewed in Oct 2024. There were 6 interview rounds.
Logical, react, SQL related questions
I applied via Campus Placement
It was a technicaL + aptitude test with 60 minutes duration.
based on 52 reviews
Rating in categories
Technical Support Engineer
33
salaries
| ₹1.9 L/yr - ₹4.8 L/yr |
Software Developer
19
salaries
| ₹2.8 L/yr - ₹5.5 L/yr |
Territory Manager
11
salaries
| ₹4.1 L/yr - ₹7.3 L/yr |
Business Development Executive
11
salaries
| ₹2.5 L/yr - ₹4.8 L/yr |
Business Development Manager
10
salaries
| ₹6 L/yr - ₹9.5 L/yr |
QUICK HEAL TECHNOLOGIES
Trend Micro
NortonLifeLock's
Kaspersky Lab