Hello sap tech gurus, please answer these questions with a real life expreience as i was asked this for my interview. 1. Whats your experience, about reporting tools Quickviewer and SAP Query? 2. Explain your role during Blueprint phase? 3. If you worked on Availability check and Transfer of rquirement, mention a critical error you faced during your expreience? 4. If you did end to end project, how long have you worked on each phase of implementation? Please help with any answers you can provide. Thank you very much in advance!!
2 6554Post New lenovo SAP SD (Sales & Distribution) Interview Questions
What are perl strings?
What does bash stand for?
how single phase preventer works ?
What is description list?
Define operation time?
What is static variable in php?
write a programme to identify the biggest number from the given three numbers with out using of relational operators
How does class accomplish data hiding in c++?
What is chaining pipe?
Apart from caps on the overall trade-distorting support, are caps proposed on the support for individual products as well?
What is boundary testing?
How to prepare HSD statements in tally
Why should I use arch linux?
What is java servlet?
One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)