what is the biggest achievement in your last? job as i worked as a marketing executive in icici for personal loans
2 12720Post New FMCG Interview Questions
What is meant by selection bias?
Stimulate calculator using Switch-case-default statement for two numbers
Explain application sandboxing.
What are the outputs of the Performance Reporting process? A. Performance reports and change requests B. Performance reports and other project records C. Change requests and performance reporting D. Change requests and performance measurements
What is @manytoone fetch fetchtype lazy?
Did you used crystal reports? Do you have sufficient knowledge on crystal reports?
which of the following is not a coding defect? Option 1 Test harness defect Option 2 Data flow defect Option 3 Initialisation defect Option 4 Algorithmic defect
Why & is used in scanf in c?
How the engine does start working when we start our two wheeler?
Explain automatic account assignment in sd? : fi- accounts receivable
What are the purpose of introspection?
What is the difference between an organization and division in Siebel?
What is aggregate hierarchy?
What is tag and attribute?
Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)