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 |
In a program, there are 2 sections defined say SECTION-A and SECTION-B. There is a paragraph say CALC-INT in both the sections. If this para has to be called directly for SECTION-A, then PERFORM CALC-INT will not work as it is present in both sections. How the PERFORM statement has to be coded here?
For rewrite, why is it mandatory that file needs to be opened?
i have a variable block which is used in my cobol program as input file having records of 4080 after compilation while runing the program im getiing file attribut mismatch and it is saying tht the record length of the file is 4084 can any one knw the answer how to reslove it ?
wht is the difference between goto and perform stmts
What are 77 levels used for?
What is redefines clause in COBOL?
consider the following two statements MOVE 10 TO N PERFORM PARA-X N TIMES STOP RUN PARA-X MOVE 5 TO N how many times PARA-X willbe exicuted? a.10 b.5 c.infinate d.execution error
what happens if we dont close cursor in db2-cobol pgm?
can we use COPY statement in w-s section? how?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What is static and dynamic call in cobol?
Write a program to enter and display the names of students in a class using the occurs clause.