Filter interviews by
Marketing roles regulation involves setting guidelines and standards for marketing practices.
Regulation methods include industry guidelines, government regulations, and self-regulatory organizations.
Industry guidelines are set by trade associations to ensure ethical marketing practices.
Government regulations are laws that govern marketing activities to protect consumers and ensure fair competition.
Self-regulatory organ...
I applied via Referral and was interviewed in Feb 2023. There were 2 interview rounds.
Account Solutions interview questions for popular designations
I applied via Naukri.com and was interviewed in Aug 2022. There were 2 interview rounds.
I applied via Recruitment Consulltant and was interviewed before Feb 2022. There were 3 interview rounds.
A journal entry for accounts payable records the increase in a company's liability for unpaid expenses.
Accounts payable is a liability account that represents the amount owed by a company to its creditors.
To record an increase in accounts payable, the journal entry would credit the accounts payable account and debit the corresponding expense or asset account.
For example, if a company receives an invoice for $1,000 for ...
Accrual concept recognizes revenue and expenses when they are earned or incurred, regardless of when payment is received or made.
Revenue is recognized when it is earned, not when payment is received
Expenses are recognized when they are incurred, not when payment is made
Accruals are made for revenue and expenses that have been earned/incurred but not yet received/paid
Example: A company provides services in December but ...
I quit my previous job due to limited growth opportunities and I am looking for a new job that offers more challenges and opportunities for advancement.
Limited growth opportunities in my previous job
Seeking a job that offers more challenges
Looking for opportunities for advancement
Want to utilize my skills and experience in a new environment
posted on 25 Feb 2025
I was interviewed in Jan 2025.
LDB stands for Logical Database. There are two types of LDB - PNP and PCH.
LDB is a special feature in SAP ABAP that allows easy access to data from database tables.
PNP (Personnel Administration) LDB is used for HR-related data.
PCH (Payroll Accounting) LDB is used for payroll-related data.
Concurrent employment refers to an individual holding multiple jobs simultaneously.
Occurs when an employee works for more than one employer at the same time
Each employer must be aware of the concurrent employment
May involve different roles or responsibilities in each job
Requires careful management of work schedules and potential conflicts
Use infotype 0001 (Organizational Assignment) to link multiple pernrs for one employee.
Use infotype 0001 (Organizational Assignment) to find multiple pernrs for one employee
Check the relationship between the employee and the positions they hold
Look for any additional infotypes related to the employee's assignments
The program flow in LDB report involves data selection, data retrieval, data processing, and data display.
Data selection: Define selection criteria to fetch relevant data from the database.
Data retrieval: Use LDB functions to retrieve data from the database tables specified in the logical database.
Data processing: Perform any necessary calculations or manipulations on the retrieved data.
Data display: Present the proces...
Macros are pre-defined code snippets that can be reused multiple times in a program.
Macros are defined using the #define directive in C programming.
They are used to simplify complex code by replacing repetitive code with a single macro.
For example, a macro can be used to define a constant value that is used multiple times in a program.
To hit the payresult in a report, use the function module 'HR_PAYROLL_RESULT_READ'. T-code 'PC_PAYRESULT' can be used to see payroll results for an employee.
Use function module 'HR_PAYROLL_RESULT_READ' to hit the payresult in a report
T-code 'PC_PAYRESULT' can be used to see payroll results for an employee
There is no specific indicator in the payroll directory, but you can access payroll results through various reports
To identify payroll results for a particular period, you can use the payroll result table and filter by period. CRT and RT in payroll directory refer to different types of results.
You can identify payroll results for a particular period by querying the payroll result table and filtering by the period in question.
CRT in the payroll directory typically refers to current results, while RT may refer to retroactive results.
...
Retroactive refers to something that applies to a period before it was enacted or implemented.
Retroactive changes can impact data that was entered in the past
In SAP, retroactive changes can be made to correct errors or update information
Retroactive adjustments may require additional testing to ensure data integrity
Yes, I have experience uploading INFOTYPES data using BAPIs and BDCs.
I have created BAPIs to upload master data in SAP using standard function modules or custom function modules.
I have used BDC (Batch Data Communication) to upload data into SAP by recording the manual steps and then automating them.
I have experience uploading INFOTYPES data such as personal data, organizational data, and time data.
I have worked on proj...
Yes, INFOTYPES can be enhanced but not all INFOTYPES are customizable.
INFOTYPES can be enhanced using custom fields or logic to meet specific business requirements.
Not all INFOTYPES can be enhanced as some are standard and cannot be modified.
Enhancing INFOTYPES requires thorough understanding of the data structure and business processes.
Examples of enhanced INFOTYPES include adding custom fields for additional informat
The exact tab for enhancing fields in infotypes is the 'Enhancement Category' tab.
Navigate to the 'Enhancement Category' tab in the infotype maintenance screen.
Select the appropriate enhancement category for adding a field to the infotype.
Enhancement categories include 'Customer Include', 'Customer Enhancement', and 'Customer Modification'.
Time constraints of INFOTYPES can be identified by checking the configuration settings in SAP system.
Time constraints in INFOTYPES are defined in the configuration settings of the SAP system.
Time constraint 'T' indicates that only one record can exist for a specific time period.
Time constraint 'T' is commonly used for master data like employee records in SAP HR module.
The number range for absence related and custom infotypes is in 2 series.
Absence related infotypes typically fall within number range 2000-2999
Custom infotypes can be assigned number range 9000-9999
To identify available BADI, use transaction code SE18 or SE19 and search for relevant BADI implementations.
Use transaction code SE18 or SE19 to search for BADI implementations
Enter the BADI name or description to find relevant implementations
Check the active implementations for the BADI to see which ones are being processed
Classical BADI is older and uses filter values, while new BADI is more flexible and uses multiple implementations.
Classical BADI uses filter values to determine when to trigger the enhancement, while new BADI uses multiple implementations.
New BADI allows for multiple implementations to be active at the same time, while classical BADI only allows one implementation at a time.
New BADI is more flexible and easier to use c...
Customer exits can be identified by searching for specific function modules or by checking the enhancement spots in the system.
Search for function modules with naming convention starting with 'EXIT_'
Check enhancement spots using transaction code CMOD
Look for customer exits in the SAP menu path: Tools -> ABAP Workbench -> Development -> Enhancements
Customer exits can also be found in the SAP IMG (Implementation
Asynchronous and synchronous in BDC refer to the timing of data processing in Batch Data Communication.
Asynchronous BDC processes data in the background without user interaction.
Synchronous BDC processes data in real-time with user interaction.
Asynchronous BDC is preferred for large data volumes to avoid system performance issues.
Synchronous BDC is suitable for smaller data sets where immediate feedback is required.
Exa...
ABAP Memory is used for storing data during a single transaction, while Global Memory is used for storing data across multiple transactions.
ABAP Memory is used for storing data within a single transaction and is accessible only within that transaction.
Global Memory is used for storing data across multiple transactions and is accessible throughout the entire session.
ABAP Memory is cleared at the end of a transaction, wh...
I have worked on various interfaces including IDOC, RFC, BAPI, and web services.
IDOC (Intermediate Document)
RFC (Remote Function Call)
BAPI (Business Application Programming Interface)
Web services
The syntax to write a file into the application server in SAP ABAP involves using the OPEN DATASET, TRANSFER, and CLOSE DATASET statements.
Use OPEN DATASET statement to open the file in application server
Use TRANSFER statement to write data into the file
Use CLOSE DATASET statement to close the file
To load a logo in an Adobe form, you can use the standard function module 'SSF_FUNCTION_MODULE_NAME' to get the function module name for the logo and then use 'CALL FUNCTION' to display the logo.
Use function module 'SSF_FUNCTION_MODULE_NAME' to get the function module name for the logo
Use 'CALL FUNCTION' to display the logo in the Adobe form
Select the key field and bind it to the corresponding value field in SAP ABAP.
Select the key field based on the unique identifier for the data
Bind the key field to the value field that contains the relevant information
Ensure proper mapping between the key and value fields for accurate data retrieval
You can identify the employee manager in SAP using the OM (Organizational Management) module.
In SAP, you can use the function module 'RH_STRUC_GET' to retrieve the organizational structure of an employee.
The manager of an employee can be identified by looking at the 'Reports To' field in the organizational structure.
You can also use features like 'Position' or 'Job' to determine the employee manager.
HRP1000, HRP1001, HRP1002 are tables in SAP used for employee hierarchy. T-code PPOME can be used to view employee hierarchy in OM.
HRP1000 stores the object ID of the organizational unit
HRP1001 stores the object ID of the position
HRP1002 stores the object ID of the employee
T-code PPOME can be used to view the employee hierarchy in Organizational Management (OM)
posted on 24 Feb 2025
posted on 24 Oct 2024
I applied via Campus Placement
Accounting methods refer to the rules and procedures used by companies to prepare financial statements.
Accounting methods determine how revenue and expenses are recognized in financial statements.
There are two main accounting methods: cash basis and accrual basis.
Cash basis accounting records revenue and expenses when cash is actually received or paid.
Accrual basis accounting records revenue when it is earned and expen...
Capital gain is the profit that results from a sale of a capital asset, such as stocks, bonds, or real estate.
Capital gain is the difference between the purchase price and the selling price of a capital asset.
It is considered a taxable event by the IRS in the United States.
Short-term capital gains are taxed at a higher rate than long-term capital gains.
Examples of capital assets include stocks, bonds, real estate, and
Accrual income and accrual expense are recognized when they are incurred, regardless of when cash is exchanged.
Accrual income is income that has been earned but not yet received, while accrual expense is an expense that has been incurred but not yet paid.
Accrual income and expense are recorded in the financial statements in the period in which they are earned or incurred, regardless of when the cash is actually receive...
Rent agreements are usually short-term, while lease agreements are long-term contracts.
Rent agreements are typically month-to-month or for a fixed term, while lease agreements are usually for a longer period, such as one year or more.
Rent agreements are more flexible and can be easily terminated with notice, while lease agreements are more binding and may have penalties for early termination.
Rent agreements are common ...
Depreciation is the allocation of the cost of an asset over its useful life in the books of accounts.
Depreciation is a non-cash expense that reflects the decrease in value of an asset over time.
It is treated as an operating expense on the income statement, reducing the company's net income.
Depreciation is recorded on the balance sheet to reduce the carrying amount of the asset.
There are different methods of calculating...
Accounts receivables are amounts owed to a company by customers for goods or services provided, while accounts payable are amounts owed by a company to suppliers for goods or services received.
Accounts receivables represent money owed to a company by customers, typically shown as an asset on the balance sheet.
Accounts payable represent money owed by a company to suppliers or vendors, typically shown as a liability on t...
Journal entry for investment in businesses with $20,000 cash and $80,000 bank loan.
Debit the investment account for $100,000 ($20,000 cash + $80,000 bank loan)
Credit the cash account for $20,000
Credit the bank loan account for $80,000
based on 6 interviews
Interview experience
based on 21 reviews
Rating in categories
Accountant
55
salaries
| ₹1.2 L/yr - ₹4.3 L/yr |
Account Assistant
19
salaries
| ₹0.6 L/yr - ₹6 L/yr |
Executive Accountant
6
salaries
| ₹1 L/yr - ₹3.2 L/yr |
Computer Operator
5
salaries
| ₹1.5 L/yr - ₹3 L/yr |
Accountant&dataentryoperator
4
salaries
| ₹1.6 L/yr - ₹5 L/yr |
Genpact
WNS
TCS
Infosys