What is your favorite colour, explain briefly about it for at least 5 min. Every time i am getting strucked with this question. PLease help me friends
9 93432Develop a parameterized action that accomplishes the following a. Launch a browser of users choice ( example : IE, chrome etc) b. Open up a search engine (Google, Bing etc) c. Perform a search d. Click a particular link depending on the user’s choice ( 1st , 2nd or third link)
1913ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..
2556My flat file source is C_Id 1-nov-2011 8-nov-2011 100 2000 1500 101 2500 2000 I want my Target as C_Id Week_Num Amt 100 45 2000 100 46 1500 101 45 2500 101 46 2000
3 7215Hi, I was asked following question during a interview. Please answer it: Password field is there,we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test cases.
3 8602Post New Wipro Interview Questions
What exactly is validating and sanitizing?
Difference between singleton and singlecall.
How big is the market opportunity? - Venture Capitalists
What is congestive heart failure, and what are the treatment options?
What is the purpose of Airflow sensors?
What is the limit set for the characters or number for adwords ad?
Explain the difference between web service provider/publisher and web service requestor/consumer.
Illustrate a simple example of the working of MapReduce.
What are kernel objects?
What is the task of Spark Engine
Explain the difference between visibility: hidden and display: none?
What do you mean by boolean?
What is dbcc updateusage?
Why can't I update my windows defender?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..