Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

CDI Interview Questions
Questions Answers Views Company eMail

I've been running into situations where a relief valve is being used to protect a regulator. Is this common? And, is this a proper use of a relief valve?

1484

Post New CDI Interview Questions




Un-Answered Questions

Should the job evaluation depend on an appraisal of the job holder’s performance in shipping industries? Give suitable examples

10566


1) how will you do validation testing in combo box ? (2)Suppose user does not want maximum length validation message, but when tester inserts data in textbox and it gets truncated, how will you resolve this issue ? (3)if a user inserts maximum number in quantity textbox in a PHP based web application then what result will show?

1575


What is the main use of the profile generator?

566


Can we use selenium grid for performance testing?

463


what is regression testing, how effectively the QA lead / manager can implement this for product qualification

1736






What would be the possible test cases for following criteria You have a username filed which don't accept same name twice

858


Highlight a few differences between ‘oncomponentok’ and ‘onsubjobok’.

1


What is the difference between union and structure?

511


About Child Lobour

2284


What is the use of 'super' keyword inside a constructor?

568


#include #include struct stu { int i; char j; }; union uni { int i; char j; }; void main() { int j,k; clrscr(); struct stu s; j=sizeof(s); printf("%d",j); union uni u; k=sizeof(u); printf("%d",k); getch(); } what is value of j and k.

5225


How to fix the reinforcement in footing shorter bar at bottom and longer fix at top.

2169


Difference between Organization owned entities Vs User Owned entities?

317


Give brief information about gst?

587


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1049