Silver Touch Technologies
20+ Interview Questions and Answers
Q1. Explain all the expected scenarios related to Sap mm.
SAP MM scenarios involve procurement, inventory management, and invoice verification.
Procurement of materials from vendors
Inventory management including stock transfer and physical inventory
Invoice verification and payment processing
Material requirement planning and forecasting
Vendor evaluation and selection
Integration with other SAP modules like FI, SD, and PP
Q2. Explanation of price determination process and and account determination process
Price determination process determines the price of goods or services, while account determination process determines the accounts to be debited or credited.
Price determination process involves various factors such as pricing conditions, discounts, taxes, and surcharges.
Account determination process involves assigning GL accounts to various transactions based on the transaction type and other factors.
Price determination process is important for accurate pricing and profitabil...read more
Q3. How many leads can you generate in a month?
I can generate around 50-100 leads per month depending on the industry and target audience.
The number of leads generated can vary based on the industry and target audience.
I have experience using various lead generation techniques such as email marketing, social media marketing, and cold calling.
I always prioritize quality over quantity when it comes to lead generation.
I am constantly learning and adapting to new lead generation strategies to stay ahead of the competition.
Q4. Explain inventory management and its cyclic process
Inventory management is the process of efficiently managing the flow of goods in and out of a company's inventory.
Inventory management involves tracking inventory levels, ordering new stock, and managing stock levels to avoid overstocking or stockouts.
The cyclic process of inventory management includes receiving goods, storing them, picking and packing orders, and shipping them to customers.
Inventory management also involves managing inventory costs, such as carrying costs an...read more
Q5. Explanation of valuation class and Split valuation
Valuation class is used to determine the value of a material and split valuation is used to differentiate the stock of a material based on certain criteria.
Valuation class is assigned to a material master record and determines the G/L accounts used for accounting transactions.
Split valuation is used to differentiate the stock of a material based on certain criteria such as origin, quality, or location.
Split valuation allows for different valuation methods to be used for diffe...read more
Q6. How to use ll command on linux terminal in redhat Ubuntu
ll command is used to list files and directories in a detailed format on Linux terminal.
To use ll command, simply type 'll' in the terminal and press Enter.
The output will display detailed information about files and directories, including permissions, owner, group, size, and modification date.
You can also use 'ls -l' as an alternative to 'll' command.
Q7. What is String and some coding
String is a sequence of characters in Java.
String is a class in Java.
It is immutable, meaning once created, it cannot be modified.
String objects can be created using double quotes or using the new keyword.
String concatenation can be done using the + operator or the concat() method.
String methods include length(), charAt(), substring(), equals(), and more.
Q8. Oath 2.0 flow , how it's working
OAuth 2.0 is a protocol for authorization, allowing third-party applications to access user data without sharing passwords.
OAuth 2.0 involves four roles: resource owner, client, authorization server, and resource server.
The flow starts with the client requesting authorization from the resource owner.
The resource owner grants authorization and provides the client with an authorization grant.
The client then requests an access token from the authorization server using the author...read more
Q9. How I can thread safe JSP page
To thread safe a JSP page, synchronize access to shared resources and use thread-safe objects.
Use synchronized blocks or methods to ensure only one thread can access shared resources at a time
Use thread-safe objects like ConcurrentHashMap instead of HashMap
Avoid using static variables or methods that can be accessed by multiple threads
Use JSTL tags instead of scriptlets to avoid thread safety issues
Avoid using session variables unless necessary and synchronize access to them
Q10. What is the process of lead nurturing
Lead nurturing is the process of building relationships with potential customers and guiding them through the sales funnel.
Identify and segment leads based on their interests and behavior
Create targeted content and personalized communication to engage leads
Use automation tools to send timely and relevant messages
Track and analyze lead interactions to adjust the nurturing strategy
Continue nurturing until the lead is ready to make a purchase
Q11. Tell me about briefly Linux appeche, yum rpm ,rehl
Apache, Yum, RPM, and RHEL are all components commonly used in Linux administration.
Apache is a popular open-source web server used to host websites.
Yum is a package manager used in Red Hat Enterprise Linux (RHEL) to install, update, and remove software packages.
RPM (Red Hat Package Manager) is a command-line package management tool used to install software packages in RHEL.
RHEL is a Linux distribution developed by Red Hat and is commonly used in enterprise environments.
Q12. How to handle the sales cycle?
The sales cycle can be handled by understanding the customer's needs, building relationships, and following up consistently.
Research and understand the customer's needs and pain points
Build a relationship with the customer by providing value and being responsive
Create a customized solution that addresses the customer's specific needs
Present the solution in a clear and compelling way
Follow up consistently to address any concerns or objections
Close the deal and continue to prov...read more
Q13. Explanation P2P process with tables
P2P process involves procurement of goods and services from vendors through purchase orders and payments.
Purchase requisition is created by the requesting department
Purchase order is created and sent to the vendor
Goods receipt is created upon delivery of goods
Invoice verification is done to ensure correct payment
Tables involved: EKKO, EKPO, EKBE, MSEG, RBKP, BKPF
Q14. What different ls &ll command in linux
ls command lists files and directories in a directory, while ll command provides detailed information about files and directories.
ls command displays a simple list of files and directories in a directory
ll command provides detailed information such as permissions, owner, group, size, and modification date of files and directories
ls -l command is equivalent to ll command
ls -a command lists all files including hidden files
Q15. Explain the GR/IR process
GR/IR process is used to reconcile Goods Receipt (GR) and Invoice Receipt (IR) in SAP MM.
GR/IR clearing account is used to record the difference between GR and IR
GR is created when goods are received and IR is created when invoice is received
GR/IR clearing account is cleared when the difference between GR and IR is resolved
If GR is greater than IR, the difference is posted as a credit to GR/IR clearing account
If IR is greater than GR, the difference is posted as a debit to GR...read more
Q16. What is python?
Python is a high-level programming language known for its simplicity and readability.
Python is interpreted, not compiled
It supports multiple programming paradigms like procedural, object-oriented, and functional programming
Python has a large standard library and a vibrant community for support
Example: print('Hello, World!')
Q17. what is p2p cycle in sap
P2P cycle in SAP refers to the Procure-to-Pay cycle which involves the process of procuring goods and services and paying for them.
The cycle starts with the creation of a purchase requisition
The purchase requisition is then converted into a purchase order
Goods or services are received and verified against the purchase order
Invoice is received and matched against the purchase order and goods receipt
Payment is made to the vendor
The cycle ends with the payment being recorded in ...read more
Q18. what is the chart of account
The chart of accounts is a list of all the accounts used by an organization to record financial transactions.
It is a structured list of all the accounts used by an organization
It provides a framework for organizing financial transactions
It helps in the preparation of financial statements
It is unique to each organization and can be customized to meet their specific needs
Q19. What is lambda function.
Lambda function is an anonymous function in Python that can have any number of arguments, but can only have one expression.
Lambda functions are defined using the lambda keyword.
They are commonly used for small, one-time operations.
Lambda functions can take any number of arguments, but can only have one expression.
Example: lambda x: x*2 defines a lambda function that doubles the input x.
Q20. Tell me about linux
Linux is an open-source operating system based on Unix, known for its stability, security, and flexibility.
Linux is open-source, meaning its source code is freely available for anyone to use, modify, and distribute.
Linux is based on Unix, which is a powerful and stable operating system.
Linux is highly customizable and can be tailored to suit specific needs and preferences.
Linux is known for its security features, with regular updates and patches to address vulnerabilities.
Pop...read more
Interview Process at null
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month