how do u estimate the number of partitions that a mapping really requires? Is it dependent on the machine configuration?
Hi, 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.
what is difference between nationilised ,government & commercial bank
> CREATE OR REPLACE FUNCTION FACTORIAL_1(factstr varchar2 ) 2 RETURN NUMBER AS 3 new_str VARCHAR2(4000) := factstr||'*' ; 4 fact number := 1 ; 5 BEGIN 6 7 WHILE new_str IS NOT NULL 8 LOOP 9 fact := fact * TO_NUMBER(SUBSTR(new_str,1,INSTR(new_str,'*')-1)); 10 new_str := substr( new_str,INSTR(new_str,'*')+1); 11 END LOOP; 12 13 RETURN fact; 14 15 END; explanation Above program?
Which Command used to lock user password in Linux?
What are the 4 types of jdbc drivers?
Hello Friends, Can anyone please let me know about Performance testing health care EDI ( 270,271, 835 ect). I need as detailed answer as possible. I am going to use LoadRunner for load testing. I would really really really appreciate your help. Thanks, Piyush
why high speed tripping relay is used in protection circuit why not normal relay
Explain how does you handle this com components developed in other programming languages in .net?
We have a testing assignment that is time-driven. Do you think automated tests are the best solution?
What would you do if you have to add a jar to the project using maven?
What is the difference between responsibility-driven and data-driven approaches?
Which one is beneficial big Ad once or smaller Ads many times?
What is the point of apache spark?
What is full form of rtm?