Which of these places was never the capital of Gangao? (a) Talkadu (b) Mukunda (c) Kolar (d) Elthanka
2 5506Post New LIC RRB Interview Questions
What is difference between deeplearning and machine learning ?
What is a secured connection? : sap bobi
How much ram is needed for deep learning?
Hbase blocksize is configured on which level?
What is yaml file in python?
What happens if we run alternator on under frequency?
Hi SD Gurus, What is the difference between the Consignment Fill up (CF) & Consignment Pick up (CP) with relation to Sales Document Types, item Categories & Schedule line Categories? Also give definition of both Consignment Fill Up & Consignment Pick Up along with detailed explanation in relation to its configuration& customization steps along with Business Scenarios? Explain in detail about how do you copy an existing Sales Document type CF & CP, how do you name it ( Plz give Name key from your real time data)and what are the customizations you have done for your client? Do provide the document flow for both the Document Types CF & CP? Please provide as many real time data examples as many as possible with reference to your client/ Project? I have interview within 1-2 days? So, I request you to provide solutions to above question as early as possible? Your timely help would be greatly appreciated? Thanks in advance Regards
Give an example of a time when you had to explain some new procedures to your co-workers for quality service delivery. How did you go about it?
Why string is immutable with example?
Mention what are the two places where you need to configure cin (country version india)?
Why xml language uses axl:version in the code?
how to create view in bdc..??
Explain about Different types of real-time scheduling?
How is rdd distributed?
Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.