Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Topic :: Data





Data Interview Questions
Questions Answers Views Company eMail

In which database is the information, such as membership, role management, profile, and Web parts personalization, stored?

MindCracker, Muthoot Group,

1 3156

Please let me know how to make Data masking in informatica..

1 1796

what is apt_dump_score in datastage where it is useful

Accenture,

1 2030

how do you pull data from equifax?tell me the process?

Synchrony Financial,

1 1871

Question 71 - (a) The byte is the basic building block of computer data used in chemical engineering process simulation where 16 bits make a word, 4 bits make a nibble, 32 bits make a quad word and 8 bits make a byte. Then how many nibbles are there in a megabytes? (b) In computer data items, let : 1 bit - counts from 0 to 1, 8 bits - counts from 0 to 255, 16 bits - counts from 0 to A. What is the value of A? (c) In a binary system of 4 bits, if 1100 = 12, 1101 = 13, 1110 = 14, 1111 = 15, B = 16, then guess the value of B. (d) By using any form of tools, find the exact value of 2 power 64 or 2^64.

1 2508

I have a PF with out any data but the dependent LF is having data?

HCL,

1 4305

I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry

1 1830

how to compare two datasets without using superce because output is limited to 133 bytes

1 2194

what is functioning of DIalodDataXchange ..?

1 1694

CHEMICAL MATERIAL BALANCE - EXAMPLE 2.4 : A mixture consists of benzene (B), toluene (T) and xylene (X). At a temperature of 353 K, the data of vapor pressures : B : 754.12, T : 289.71, X : 91.19. Unit is mm Hg. The pressure P is 0.5 atm. The value of k for each substance is k = (vapor pressure) / P. (a) Calculate k for B, T and X. Let L / V = 0.65. (b) By using the equation V = F / [ (L / V) + 1 ], find the value of V when F = 100, then what is the value of L?

1 2575

Question 79 - (a) The American Petroleum Institute gravity, or API gravity, is a measure of how heavy or light a petroleum liquid is compared to water. Let SG = specific gravity of petroleum liquid, and V = barrels of crude oil per metric ton. Given the formula for API gravity = 141.5 / SG - 131.5 and V = (API gravity + 131.5) / (141.5 x 0.159), find the relationship of SG as a function of V. (b) An oil barrel is about 159 litres. If a cylinder with diameter d = 50 cm and height h = 50 cm is used to contain the oil, find the volume V of the cylinder in the unit of oil barrel by using the formula V = 3.142 x d x h x d / 4. (c) First reference : 1 cubic metre = 6.2898 oil barrels. Second reference : 1 cubic metre = 6.37 oil barrels. What are the 2 factors that cause the difference in such reference data?

1 3258

in yokogawa prosef rd safety PLC how to data send frome local SCS to other SCS and other FCS

2 3429

Why does the "Null" appear in datastage output in those places where there are spaces?? What is the reason for different number of Null in dev and IST environment??

1 1111

The following data are available from the records of a company Sales Rs.60,000 Variable cost Rs.30,000 Fixed Cost RS.15,000 You are required to i) Calculate the P/V Ratio, Break-Even Point and Margin of Safety at this level. ii) Calculate the above with the effect of 10% increase in selling price. iii) Calculate the above with the effect of 10% decrease in selling price.

1 4045

Streams can be for writing the data to a.txt file

1 2463




Related Topics


Un-Answered Questions { Data }

Design database draw er diagram for a certain scenario ?

4650


IF i have two columns in Database , While using Database output value ,allthe values in the two column are set as a single row in the QTP datatable, can u suggest me a idea so that QTP Runtime datatable displays the values as it is in the database

2073


What are the cases why parameterization is necessary when load testing the Web server and the database server?

2143


what are the data modeling tools you have used?(polaris)

2065


a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.

1889


I am B.Tech(CSE) & working in textile mill in IT dept. where implement SAP ag6.0 at Branch side all module like (SD,FICO,MM) etc. And Database & application server at HEAD Ofice(diffrent site).what will be my future in this field (ABAP,BASIS ,Functionality)etc.

2102


how to connect your project in database?

2144


create a job that splits the data in the Jobs.txt file into four output files. You will direct the data to the different output files using constraints. • Job name: JobLevels • Source file: Jobs.txt • Target file 1: LowLevelJobs.txt − min_lvl between 0 and 25 inclusive. − Same column types and headings as Jobs.txt. − Include column names in the first line of the output file. − Job description column should be preceded by the string “Job Title:” and embedded within square brackets. For example, if the job description is “Designer”, the derived value is: “Job Title: [Designer]”. • Target file 2: MidLevelJobs.txt − min_lvl between 26 and 100 inclusive. − Same format and derivations as Target file 1. • Target file 3: HighLevelJobs.txt − min_lvl between 101 and 500 inclusive. − Same format and derivations as Target file 1. • Rejects file: JobRejects.txt − min_lvl is out of range, i.e., below 0 or above 500. − This file has only two columns: job_id and reject_desc. − reject_desc is a variable-length text field, maximum length 100. It should contain a string of the form: “Level out of range: ”, where is the value in the min_lvl field. My Question is how do you write the stage variable for reject rows.

2823


how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods

2011


plz send me interview questions & answers of Data Structure

2114


Can you tell me about your experience with the administration of COTS system..? Also, how do you set up seed data..?

2707


Hello all, This is my assignment on shell scripting, can anyone help me regarding this ? Create a shell script which connects to the database In second shell script include the first script for the DB connection Create a table (PRADEEP_DATA) with 2 columns (name, value) In Third shell script include the first script for the DB connection And insert/delete the values from the Table, by accepting input from the user This functionality should be a menu driven Program: 1) Insert to the database a. Name b. value 2)Delete from the database a.Name b.value Exception handling needs to be taken care.

2320


sir ,i applied rrb chennai for the post of junier engineer please sent model question papper with solved data to my mail id.aravindaptc@yahoo.co.in

2016


please send data bank of quetions answers on analytical instrumentation.

1978


Hi Every One, This is K.Srinivasarao. I am in teradata side. i am interested to do certifications in teradata. please help me. for this i want teradata dumps. please mail me teradata dumps to tkanisrinivasa@gmail.com Thanks in advance K.Srinivasarao

2201