how to crack cts interview apps?
NOVEMBER 21 2010
Answers were Sorted based on User's Feedback
Answer / sharathyadhav
just read the following books and chapters u will surely
get thru
RS AGARWAL VERBAL AND NON RESONING
CHAPTERS:
LOGIC-PAGES(SECTION2>LOGIC>1-42):SYGOLISM(ALL DOGS ARE
ANIMALS,ALL FISH ARE ANIMALS,JUST GO THRU THE CONCEPT USING
VENN DIAGRAM WITH THIS U WILL BE ABLE TO ATTEND 2 TO 3
QUESTIONS
DECODING TECHNIQUE JUST HAVE A GLANCE OF ALL SUMS HOW THEY
PERFORM
DIRECTIONS
COMMON ENGLISH TEST WHETHER THE LINE IS CORRECT OR INCORRECT
2 BIG PARAGRAPH ALWAYS MAKE SURE U DO THIS AT LAST OR U
WILL WASTE TIME
TIPS:READ THE QUESTIONS AND HAVE IT I MIND THEN READ THE
PARA SO U WILL MAKE IT CORRECT
TRY TO READ AGE SUMS AND RACE AND AVERAGE
THEN COMMON ONE "FIND THE NEXT FIG"
WITH THIS IF U ARE SURE THEN U ARE IN FOR APPS FOR CTS
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / suresh
only maintain good time maintainance
see the previous exam papers of cts they will be very useful
to u.
then u will get clear idea
| Is This Answer Correct ? | 10 Yes | 2 No |
A paragraph PARA-X is to be executed when none of the data names A, B and C have value of 1. Which of the following will achieve this ? (a) IF A NOT = 1 OR B NOT = 1 OR C NOT = 1 PERFORM PARA-X (B) IF NOT A= 1 AND B= 1 AND C = 1 PERFORM PARA-X (C) IF A NOT =1 IF NOT B = 1 OR C= 1 PERFORM PARA-X (C) IF A NOT = 1 AND B NOT = 1 AND C NOT = 1 PERFORM PARA-X
What rules are followed by the search verb.
what is the minimum number of lines a Cobol program should have to successfully compile and run
which generation language is cobol
a. Can the OPTIONAL clause in COBOL only be coded for input files? b. If it is coded for files opened in OUTPUT, I-O or EXTEND mode, will it give a compilation error? c. If there are no compilation errors and if such files are not coded in the JCL, will the OPEN statement run fine when these files are opened? d. How will a WRITE statement work for the above files?
What is the use of EVALUATE statement?
What does the INITIALIZE verb do?
How to delete a front spaces in a data-name/variable in cobol Example:- 01 data-name-1 PIC x(20) value " cobol language". 01 data-name-2 PIC x(20). MOVE data-name-1 to data-name-2. would like the value of data-name-2 is "cobol language".
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
what is internal sort and external sort ? which is preferable ?
perform I from 0 by 1 until I=5?How maney times it will executes
01 b pic +9(4) How many bytes it will take for storage???