Filter interviews by
I applied via Referral and was interviewed before Nov 2021. There were 2 interview rounds.
Functions in HR include recruitment, training and development, performance management, employee relations, and compensation and benefits.
Recruitment: Attracting and selecting qualified candidates for job openings.
Training and Development: Providing employees with the necessary skills and knowledge to perform their jobs effectively.
Performance Management: Evaluating and improving employee performance through goal settin...
I applied via Referral and was interviewed in Nov 2021. There was 0 interview round.
Top trending discussions
I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 3 interview rounds.
Asking regarding electrical designing.
posted on 4 Jul 2024
Enhancing tables in SAP ABAP involves adding custom fields or structures. Append adds fields at the end, while Include adds fields at a specific position.
Enhancing tables involves adding custom fields or structures to existing tables.
Append statement adds fields at the end of the table structure.
Include statement adds fields at a specific position within the table structure.
Append is used when adding fields to standard...
TMG stands for Table Maintenance Generator. It is a tool used in SAP ABAP to create table maintenance dialog programs.
TMG is used to create table maintenance dialog programs for maintaining table entries.
TMG events include START-OF-SELECTION, END-OF-SELECTION, TOP-OF-PAGE, END-OF-PAGE, etc.
I have worked on TMG events such as START-OF-SELECTION and END-OF-SELECTION in my previous projects.
Creating OData service using CDS views and SEGW
Create a CDS view with @OData.publish: true annotation
Activate the CDS view in SAP system
Create a project in SEGW transaction
Import the CDS view into the project
Define the entity set and entity type in SEGW
Map the CDS view fields to the entity type properties
Generate and implement the service
ECC is a traditional ERP system while HANA is an in-memory database platform. OOPs ABAP was introduced for better code reusability and maintainability.
ECC is a traditional ERP system with separate application and database layers, while HANA combines both in-memory.
HANA allows real-time data processing and analytics, while ECC relies on disk-based storage.
OOPs ABAP was introduced to enhance code reusability, maintainabi...
Optimizing code involves improving performance and efficiency. Parallel cursor in SAP ABAP allows for processing multiple records simultaneously.
Use SELECT statements with appropriate WHERE conditions to fetch only necessary data
Avoid nested loops and use optimized loop constructs like LOOP AT, LOOP AT ... WHERE, etc.
Use field symbols to avoid unnecessary data copying
Leverage parallel cursor processing to improve perfo...
CDS view is a virtual database table in SAP used for defining complex views. Associations are used for defining relationships, while joins are used for combining data from multiple tables.
CDS view is a virtual database table in SAP used for defining complex views
Associations in CDS views are used to define relationships between entities
Joins in CDS views are used to combine data from multiple tables based on a common f...
BAPI stands for Business Application Programming Interface. It is a standard interface to SAP business objects.
BAPIs are used to integrate SAP systems with external applications or other SAP systems.
They provide a way to access and manipulate data in SAP systems.
Pre-requisites for using BAPI include proper authorization, knowledge of the specific BAPIs available, and understanding of the data structures involved.
Exampl...
BADI stands for Business Add-In. It is an enhancement technique in SAP ABAP.
BADI allows you to add additional functionality to standard SAP applications without modifying the original code.
Steps to implement BADI: Define BADI interface -> Implement BADI interface -> Activate BADI implementation.
Classical BADI is implemented using SE18 transaction while Kernel BADI is implemented using SE19 transaction.
Difference betwee...
I have worked on various SAP ABAP projects including implementation, customization, and support.
Implemented custom reports and interfaces to improve data visibility
Customized standard SAP modules to meet specific business requirements
Provided support for system upgrades and enhancements
Worked on performance tuning and optimization projects
Collaborated with functional consultants to understand business processes and tra
Yes, I am comfortable switching from ABAP core to Integration.
I have experience working with both ABAP core and Integration technologies.
I am adaptable and quick to learn new technologies and processes.
I believe that integrating different systems can enhance the overall functionality and efficiency of a project.
For example, I have successfully integrated SAP systems with third-party applications to streamline processes
posted on 22 Aug 2024
I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.
They share an assignment I do it which is very large and they don't give respective time intervals but I clear that round
Redux is a predictable state container for JavaScript apps.
Redux is a state management tool commonly used with React.
It helps manage the state of an application in a predictable way.
Redux stores the entire state of an application in a single immutable object.
React is a JavaScript library for building user interfaces, while HTML is a markup language and Angular is a framework.
React is a JavaScript library for building interactive user interfaces.
HTML is a markup language used for structuring content on web pages.
Angular is a full-fledged framework for building web applications.
React uses a virtual DOM for efficient rendering, while Angular uses two-way data binding.
React co...
Context API is a feature in React that allows sharing data between components without having to pass props through every level of the component tree.
Context API provides a way to pass data through the component tree without having to pass props down manually at every level.
It is useful for sharing global data such as themes, user authentication, or language preferences.
Context API consists of three main parts: Provider...
Hooks in React are functions that let you use state and other React features without writing a class.
Hooks were introduced in React 16.8 to allow functional components to have state and lifecycle methods.
useState() is a hook that allows you to add state to functional components.
useEffect() is a hook that allows you to perform side effects in functional components.
Custom hooks are reusable functions that can contain log
I applied via LinkedIn and was interviewed in Aug 2024. There were 5 interview rounds.
I need to designe a dashboard of 2-3 pages
My design process involves research, ideation, prototyping, testing, and iteration to create user-centered solutions.
Research: Understand user needs, goals, and pain points.
Ideation: Brainstorm and generate design concepts.
Prototyping: Create interactive prototypes to visualize the design.
Testing: Gather feedback from users through usability testing.
Iteration: Refine and improve the design based on feedback.
Collaborati...
I am motivated to design by the opportunity to solve problems creatively and make a positive impact on users' experiences.
I am driven by the challenge of finding innovative solutions to user needs
I am inspired by the potential to create intuitive and user-friendly interfaces
I am motivated by the ability to improve people's lives through design
I find joy in the process of creating visually appealing and functional desig
I need to 2-3 screens of mobile app
I am seeking new challenges and opportunities for growth in the UI UX field.
Seeking new challenges to expand my skills
Opportunities for growth and advancement
Passion for UI UX design and desire to excel in the field
My salary expectation is in line with industry standards for UI UX Designers with my level of experience.
Research industry standards for UI UX Designer salaries
Consider my level of experience and skills
Factor in the location and size of the company
Negotiate based on benefits and perks offered
posted on 8 Aug 2024
I applied through the careers page and after a week HR called me and scheduled an online test on Hacker Rank which contained 5 questions, 2 DSA, 1 Sql Query, 1 Rest Apis and 1 Problem Which I had to complete using IDE, that was a Spring Boot project and I need to validate the incoming request
Count the number of characters in a given string.
Iterate through the string and increment a counter for each character encountered.
Use the length() method of the String class to get the total number of characters.
Consider handling edge cases like empty strings or null inputs.
Count the number of words in a given string.
Split the string by spaces to get an array of words
Get the length of the array to count the number of words
Consider handling special cases like multiple spaces or punctuation
posted on 14 Oct 2024
I applied via Job Portal and was interviewed in Sep 2024. There were 2 interview rounds.
posted on 9 Oct 2024
based on 1 interview
Interview experience
based on 26 reviews
Rating in categories
Salesforce Developer
23
salaries
| ₹2 L/yr - ₹4 L/yr |
Information Technology Recruiter
16
salaries
| ₹3 L/yr - ₹4.1 L/yr |
Senior IT Recruiter
9
salaries
| ₹3.6 L/yr - ₹6.5 L/yr |
Team Lead
7
salaries
| ₹6 L/yr - ₹7.2 L/yr |
Domestic IT Recruiter
6
salaries
| ₹3 L/yr - ₹3.6 L/yr |
TCS
Infosys
Wipro
HCLTech