CSC Profile
CreditCard Services Company SAL (CSC) was incorporated in 1992, and named with the specific intention of servicing the credit card needs of banks in an efficient, dedicated, and cost effective manner.
Over time, CSC has grown to become a key player in the payment industry in Lebanon and the Middle East. CSC has developed a one stop shopping approach for banks by supporting all types and kinds of cards (Credit, Debit, Virtual) as well as all manners of acquiring these cards (POS, ATM, Internet). To date, CSC has invested over $ 6,000,000 in its present set up and is committed to regularly investing in upgrades to its software and hardware to maintain its technological edge in the card payment industry.
CSC has currently over 75 aggressive, dedicated, and highly educated employees, having over 100 years of cumulative experience in the cards and electronic payments industry. This staff has allowed CSC to grow from its base in Lebanon to cover the Levant and North Africa. CSC now has operations in Jordan, Syria, in addition to Lebanon and is in the process of setting up operations in Egypt.
CSC is presently servicing over 20 banks for their various card and electronic payment needs. This client base generates over 2 million transaction a year having a value of around half a billion US Dollars.
CreditCard Services Company SAL (CSC) was incorporated in 1992, and named with the specific intention of servicing the credit card needs of banks in an efficient, dedicated, and cost effective manner.
Over time, CSC has grown to become a key player in the payment industry in Lebanon and the Middle East. CSC has developed a one stop shopping approach for banks by supporting all types and kinds of cards (Credit, Debit, Virtual) as well as all manners of acquiring these cards (POS, ATM, Internet). To date, CSC has invested over $ 6,000,000 in its present set up and is committed to regularly investing in upgrades to its software and hardware to maintain its technological edge in the card payment industry.
CSC has currently over 75 aggressive, dedicated, and highly educated employees, having over 100 years of cumulative experience in the cards and electronic payments industry. This staff has allowed CSC to grow from its base in Lebanon to cover the Levant and North Africa. CSC now has operations in Jordan, Syria, in addition to Lebanon and is in the process of setting up operations in Egypt.
CSC is presently servicing over 20 banks for their various card and electronic payment needs. This client base generates over 2 million transaction a year having a value of around half a billion US Dollars.
Showing posts with label csc. Show all posts
Showing posts with label csc. Show all posts
Saturday, June 7, 2008
CSC placement paper 1
CSC placement paper 1
Company : CSC
1. with framework CASE tools IPSE can be achieved .IPSE is
a.integrated product software engineering.
b.integrated productivity simulation environment
c.inner project software estimation
d.inntegreted project support environment
2. data structured system devolepment (DSDD) is also called one of the below which is evolved
from work on information domain analysis
a.j.d.methodology
b.yourdon methodology
c.warnier-or methodology
d.Kevin-yenn methodology
3.
a. COCOMO estimation model is a single valued mode to compute software development
effort(and cost)as a function of program size expressed in estimated lines of codes.
b. PUTNAM model is single valued model assuming a specific distribution of effort over life of
software development project.
a. only a)is correct
b. only b)is correct
c.a ) and b)is correct
d.a)and b)is wrong
4. when in data coupling portion of a data structure(rather than simple argument)is passed via a
model interface it is called one of the below
a.control coupling
b.stamp coupling
c.sub-coupling
d.reference coupling
5. what is measure of reliability for a computer based system if MTBF=mean time between
failure.MTTF=mean time to failure.MTTR=mean time to recover
a.MTBF=MTTF/MTTR
B.MTBF=MTTF*MTTR
C.MTTR=MTTF*MTBF
D.MTBF=MTTF-MTTR(sign is not cleared)
6. in FURPS quality factors by HEWERT PACKAR
a.functionality is accessed by evaluating o ne feature of program and capability of algorithm only
b.supportability means breath of premna application and death of standards used
a.a)and b)both correct
b.a)correct b)wrong
c.b)correct a)wrong
d.a)and b) both wrong question is not cleared
7.ur testing of basis paw message means software devolepme nt quatiative measure of logical
complexity program of independent path in search of program
a.data cycle complexity
b.path complexity metric
c.cyclomatic complexity
d.none of above (question is not cleared so try to understand it)
8.as a general rule
a.MIS performane criteria determine management information needs and these needs determine
the objective of the firm
b.the objective of the firm determine the management information needs and these needs
determine the MIS performance criteria
c.management information needs determine the MIS performance criteria and these criteria
determine the objective of form
d.the objectives of firm determine the MISpwrformance criteria and these criteria detemine the
management information needs.
9.a relatively small project is to be developed by a small team with good applocation experience
needing to fulfull less than rigid requirements. Using the basis COCOMA model calculate the effort
in person-months if the estimated lines of code is 33200
a.95 person-months.
b.111 perso n-months
c.102 person-months
d.87 person-moths
10.CRC modeling provides a way for identifying classes their respomnsibilities and their
collaboration .a collabration refers to.
a.services provided by a class to other classes
b.requests sent by a class to ther classes to fulfill its own responsibility.
c.taxonomy of class types
d.characterstics of a class
12.a software was developed using component assembly model.after some time and old componet
is to be replaced by a new one without disturbing the overall fuctioning of the softwarwe.following
statements is true.
a.the new component should be developed in the same language as the old one
b.the new component should have exactly the same attribute as the old one.
c.the new component should inplement exactly the same methods as the old one.
d.The new component should provide exactly the same interface as the old one.
13.a real time system is to be developed .the choice of database would most appropriately be
a.distributed databases because the reduce redundancy of data.
b.distributed databases because the facilate parallel data processing through miultitasking
c.centralized databases because of high computing power the server.
d.centralized databases because they provide better deadlock handling mechanism .
14.the following statement is equavalence echo~
a.echo SHOME
b.SHOME
c.pwd
d.ps
15.the equavalent of following statement is echo~bin
a.echosbin
b.echo bin
c.pwd
d.echo pwd
16.the command that gives the process of ID of last command invoked
a.$@
b.$#
c.$!
d.$$
17.the output of the following shell script
$set-a planets mecury venus
$planets[9]=Pluto
$print ${planets[*]}
a.planets
b.mercurity venus puto
c.Pluto mercury Pluto
d.gives an error
18."let"command is used for
a.command substitution
b.arithmetic calculation
c.to create analias
d.not used
19.name the relationship(s)that denotes some semantic dependency among otherwise unrelated
classes.
a.generilazation or specification.
b.part of
c.association
d.all of the above
20.object persistence is best described by the following
a.the ability to retain an object throughout the execution of a method
b.the ability to retain an object throughout the execution of a program
c.the ability to save objects from one execution of a program to the text.
d.the ability to retain an object throughout time and or space
21.what is socket ? how many required to make connection between two systems
a.a socket is 2-tuple having protocol and port number and requires 4sockets
b.a socket is 3-tuple having protocol address and port number and requires 4 sockets
c.a socket is 2-tuple having protocol and address and requires 2 sockets
d.a socket is 3-tuple having protocol address and port number and requires 2 sockets
22.TCP/IP runs on
a.an Ehtener
b.a token ring
c.an x.25 net
d.all of the above
23.the job og fragmentation and re-assembly of datagrams in TCP/IP protocol suite is done by
a.network access layer
b.internet layer
c.transport layer
d.application layer
24.the sequence number in TCP header is used to
a.identify the first byte of the enclosed data int segment
b.identify the computer
c.identify the port on which server is running
d.none
25.what is output of the final echo command
$x=hell0
$ echo'x=goodbye'>sedtx
$sh setx ;x=bye
$echo $x
a.hello
b.goodbye
c.bye
d.none
26. what would be the output of the following echo command in sequence?
$x=1
$echo'x=2'>setx
$sh setx
$echo $x
$x=3
$setx
$echo $x
a.2,2
b.1,2
c2,3
d.1,3
27.memory reference instruction branch subroutine (BSB) IS given instruction transferming control
to subroutine
b.first word of the subroutine
c.address of next instruction in sequence which is presently held in pc (return addres)
d.another BSBinstruction
28.assume memory units has 65536 words of 8bits.the number of bits in program
counter.accumalator. memory address register instruction respectively are
a.16,8,16,8
b16,16,8,8
c8,16,8,16
d8,8,16,16
29.which of the following instruction is used to load 2050h address toHL register pair?
a.LOD H,2050H
B.LOAD H,2050H
C.LXIH,2050H
D.LDAH,2050H
30.what will be the value of the accumalator having AAH after executing RLC instruction twice?
a.55h
b.abh
c.bah
d.aah
31.the top of the stack contains 5A&next byte down the stack is 14(all address in hexadecimal)
the stack pointer (sp) containts 3A56.an instruction call subroutint stored at location 67AE whick is
3 bytes long is located at memory address 013F. What shall be the contents of Program Counter,
SP and stack respectively after the call instruction is executed?
PC SP stack
a. 67AE 3A58 42,01,5A,14
b. 0142 3A58 01,42,5A,14
c. 67AE 3A56 42,01,5A,14
d. 0142 3A56 01,42,5A,14
32. Time oriented metrics is one of the below i.e. times it takes to analyze change request, design
an appropriate modification, implement the change, test it and distribute to all users
Company : CSC
1. with framework CASE tools IPSE can be achieved .IPSE is
a.integrated product software engineering.
b.integrated productivity simulation environment
c.inner project software estimation
d.inntegreted project support environment
2. data structured system devolepment (DSDD) is also called one of the below which is evolved
from work on information domain analysis
a.j.d.methodology
b.yourdon methodology
c.warnier-or methodology
d.Kevin-yenn methodology
3.
a. COCOMO estimation model is a single valued mode to compute software development
effort(and cost)as a function of program size expressed in estimated lines of codes.
b. PUTNAM model is single valued model assuming a specific distribution of effort over life of
software development project.
a. only a)is correct
b. only b)is correct
c.a ) and b)is correct
d.a)and b)is wrong
4. when in data coupling portion of a data structure(rather than simple argument)is passed via a
model interface it is called one of the below
a.control coupling
b.stamp coupling
c.sub-coupling
d.reference coupling
5. what is measure of reliability for a computer based system if MTBF=mean time between
failure.MTTF=mean time to failure.MTTR=mean time to recover
a.MTBF=MTTF/MTTR
B.MTBF=MTTF*MTTR
C.MTTR=MTTF*MTBF
D.MTBF=MTTF-MTTR(sign is not cleared)
6. in FURPS quality factors by HEWERT PACKAR
a.functionality is accessed by evaluating o ne feature of program and capability of algorithm only
b.supportability means breath of premna application and death of standards used
a.a)and b)both correct
b.a)correct b)wrong
c.b)correct a)wrong
d.a)and b) both wrong question is not cleared
7.ur testing of basis paw message means software devolepme nt quatiative measure of logical
complexity program of independent path in search of program
a.data cycle complexity
b.path complexity metric
c.cyclomatic complexity
d.none of above (question is not cleared so try to understand it)
8.as a general rule
a.MIS performane criteria determine management information needs and these needs determine
the objective of the firm
b.the objective of the firm determine the management information needs and these needs
determine the MIS performance criteria
c.management information needs determine the MIS performance criteria and these criteria
determine the objective of form
d.the objectives of firm determine the MISpwrformance criteria and these criteria detemine the
management information needs.
9.a relatively small project is to be developed by a small team with good applocation experience
needing to fulfull less than rigid requirements. Using the basis COCOMA model calculate the effort
in person-months if the estimated lines of code is 33200
a.95 person-months.
b.111 perso n-months
c.102 person-months
d.87 person-moths
10.CRC modeling provides a way for identifying classes their respomnsibilities and their
collaboration .a collabration refers to.
a.services provided by a class to other classes
b.requests sent by a class to ther classes to fulfill its own responsibility.
c.taxonomy of class types
d.characterstics of a class
12.a software was developed using component assembly model.after some time and old componet
is to be replaced by a new one without disturbing the overall fuctioning of the softwarwe.following
statements is true.
a.the new component should be developed in the same language as the old one
b.the new component should have exactly the same attribute as the old one.
c.the new component should inplement exactly the same methods as the old one.
d.The new component should provide exactly the same interface as the old one.
13.a real time system is to be developed .the choice of database would most appropriately be
a.distributed databases because the reduce redundancy of data.
b.distributed databases because the facilate parallel data processing through miultitasking
c.centralized databases because of high computing power the server.
d.centralized databases because they provide better deadlock handling mechanism .
14.the following statement is equavalence echo~
a.echo SHOME
b.SHOME
c.pwd
d.ps
15.the equavalent of following statement is echo~bin
a.echosbin
b.echo bin
c.pwd
d.echo pwd
16.the command that gives the process of ID of last command invoked
a.$@
b.$#
c.$!
d.$$
17.the output of the following shell script
$set-a planets mecury venus
$planets[9]=Pluto
$print ${planets[*]}
a.planets
b.mercurity venus puto
c.Pluto mercury Pluto
d.gives an error
18."let"command is used for
a.command substitution
b.arithmetic calculation
c.to create analias
d.not used
19.name the relationship(s)that denotes some semantic dependency among otherwise unrelated
classes.
a.generilazation or specification.
b.part of
c.association
d.all of the above
20.object persistence is best described by the following
a.the ability to retain an object throughout the execution of a method
b.the ability to retain an object throughout the execution of a program
c.the ability to save objects from one execution of a program to the text.
d.the ability to retain an object throughout time and or space
21.what is socket ? how many required to make connection between two systems
a.a socket is 2-tuple having protocol and port number and requires 4sockets
b.a socket is 3-tuple having protocol address and port number and requires 4 sockets
c.a socket is 2-tuple having protocol and address and requires 2 sockets
d.a socket is 3-tuple having protocol address and port number and requires 2 sockets
22.TCP/IP runs on
a.an Ehtener
b.a token ring
c.an x.25 net
d.all of the above
23.the job og fragmentation and re-assembly of datagrams in TCP/IP protocol suite is done by
a.network access layer
b.internet layer
c.transport layer
d.application layer
24.the sequence number in TCP header is used to
a.identify the first byte of the enclosed data int segment
b.identify the computer
c.identify the port on which server is running
d.none
25.what is output of the final echo command
$x=hell0
$ echo'x=goodbye'>sedtx
$sh setx ;x=bye
$echo $x
a.hello
b.goodbye
c.bye
d.none
26. what would be the output of the following echo command in sequence?
$x=1
$echo'x=2'>setx
$sh setx
$echo $x
$x=3
$setx
$echo $x
a.2,2
b.1,2
c2,3
d.1,3
27.memory reference instruction branch subroutine (BSB) IS given instruction transferming control
to subroutine
b.first word of the subroutine
c.address of next instruction in sequence which is presently held in pc (return addres)
d.another BSBinstruction
28.assume memory units has 65536 words of 8bits.the number of bits in program
counter.accumalator. memory address register instruction respectively are
a.16,8,16,8
b16,16,8,8
c8,16,8,16
d8,8,16,16
29.which of the following instruction is used to load 2050h address toHL register pair?
a.LOD H,2050H
B.LOAD H,2050H
C.LXIH,2050H
D.LDAH,2050H
30.what will be the value of the accumalator having AAH after executing RLC instruction twice?
a.55h
b.abh
c.bah
d.aah
31.the top of the stack contains 5A&next byte down the stack is 14(all address in hexadecimal)
the stack pointer (sp) containts 3A56.an instruction call subroutint stored at location 67AE whick is
3 bytes long is located at memory address 013F. What shall be the contents of Program Counter,
SP and stack respectively after the call instruction is executed?
PC SP stack
a. 67AE 3A58 42,01,5A,14
b. 0142 3A58 01,42,5A,14
c. 67AE 3A56 42,01,5A,14
d. 0142 3A56 01,42,5A,14
32. Time oriented metrics is one of the below i.e. times it takes to analyze change request, design
an appropriate modification, implement the change, test it and distribute to all users
Labels:
csc
CSC PAPER - MAY 2006
CSC PAPER - MAY 2006
1.C# is a native language of:
A.Java B. .Net C.Visual Basic
2.What is IMP in Objective C
A.Implementation pointer B.Important Pointer C.Intended Pointer
3.The width in bits of double primitive type in Java is --. Select the one correct answer.
1. The width of double is platform dependent 2. 64 3. 128 4. 8 5. 4
4.What would happen when the following is compiled and executed. Select the one correct answer.
1.
2. class example {
3. int x;
4. int y;
5. String name;
6. public static void main(String args[]) {
7. example pnt = new example();
8. System.out.println("pnt is " + pnt.name +
9. " " + pnt.x + " " + pnt.y);
10. }
11. }
12.
1. The program does not compile because x, y and name are not initialized.
2. The program throws a runtime exception as x, y, and name are used before initialization.
3. The program prints pnt is 0 0.
4. The program prints pnt is null 0 0.
5. The program prints pnt is NULL false
5.Which of these lines will compile? Select all correct answers.
1. short s = 20;
2. byte b = 128;
3. char c = 32;
4. double d = 1.4;;
5. float f = 1.4;
6. byte e = 0;
6.What is contained in the directory /proc?:
a. System information b. Administrative procedures c. Boot procedures d. Documentation on your sytem
8. Transactions per rollback segment is derived from[DBA]
a. Db_Block_Buffer b. Processes, c. Shared_Pool_Size,
d. None of the above
9. These following parameters are optional in init.ora parameter file DB_BLOCK_SIZE, PROCESSES
a True, b False Ans : False
10.What is the purpose of different record methods 1) Record 2) Pass up 3) As Object 4) Ignore.
11.While running DOS on a PC, which command would be used to duplicate the entire diskette
1.C# is a native language of:
A.Java B. .Net C.Visual Basic
2.What is IMP in Objective C
A.Implementation pointer B.Important Pointer C.Intended Pointer
3.The width in bits of double primitive type in Java is --. Select the one correct answer.
1. The width of double is platform dependent 2. 64 3. 128 4. 8 5. 4
4.What would happen when the following is compiled and executed. Select the one correct answer.
1.
2. class example {
3. int x;
4. int y;
5. String name;
6. public static void main(String args[]) {
7. example pnt = new example();
8. System.out.println("pnt is " + pnt.name +
9. " " + pnt.x + " " + pnt.y);
10. }
11. }
12.
1. The program does not compile because x, y and name are not initialized.
2. The program throws a runtime exception as x, y, and name are used before initialization.
3. The program prints pnt is 0 0.
4. The program prints pnt is null 0 0.
5. The program prints pnt is NULL false
5.Which of these lines will compile? Select all correct answers.
1. short s = 20;
2. byte b = 128;
3. char c = 32;
4. double d = 1.4;;
5. float f = 1.4;
6. byte e = 0;
6.What is contained in the directory /proc?:
a. System information b. Administrative procedures c. Boot procedures d. Documentation on your sytem
8. Transactions per rollback segment is derived from[DBA]
a. Db_Block_Buffer b. Processes, c. Shared_Pool_Size,
d. None of the above
9. These following parameters are optional in init.ora parameter file DB_BLOCK_SIZE, PROCESSES
a True, b False Ans : False
10.What is the purpose of different record methods 1) Record 2) Pass up 3) As Object 4) Ignore.
11.While running DOS on a PC, which command would be used to duplicate the entire diskette
Labels:
csc
CSC 2006 Placement Paper - 4
CSC 2006 Placement Paper - 4
CSC PLACEMENTPAPER ON 5th SEPTEMBER 2006
1.C# is a native language of:
A.Java B. .Net C.Visual Basic
2.What is IMP in Objective C
A.Implementation pointer B.Important Pointer C.Intended Pointer
3.The width in bits of double primitive type in Java is --. Select the one correct answer.
1. The width of double is platform dependent 2. 64 3. 128 4. 8 5. 4
4.What would happen when the following is compiled and executed. Select the one correct answer.
1.
2. class example {
3. int x;
4. int y;
5. String name;
6. public static void main(String args[]) {
7. example pnt = new example();
8. System.out.println("pnt is " + pnt.name +
9. " " + pnt.x + " " + pnt.y);
10. }
11. }
12.
1. The program does not compile because x, y and name are not initialized.
2. The program throws a runtime exception as x, y, and name are used before initialization.
3. The program prints pnt is 0 0.
4. The program prints pnt is null 0 0.
5. The program prints pnt is NULL false
5.Which of these lines will compile? Select all correct answers.
1. short s = 20;
2. byte b = 128;
3. char c = 32;
4. double d = 1.4;;
5. float f = 1.4;
6. byte e = 0;
6.What is contained in the directory /proc?:
a. System information b. Administrative procedures c. Boot procedures d. Documentation on your sytem
8. Transactions per rollback segment is derived from[DBA]
a. Db_Block_Buffer b. Processes, c. Shared_Pool_Size,
d. None of the above
9. These following parameters are optional in init.ora parameter file DB_BLOCK_SIZE, PROCESSES
a True, b False Ans : False
10.What is the purpose of different record methods 1) Record 2) Pass up 3) As Object 4) Ignore.
11.While running DOS on a PC, which command would be used to duplicate the entire diskette:
CSC PLACEMENTPAPER ON 5th SEPTEMBER 2006
1.C# is a native language of:
A.Java B. .Net C.Visual Basic
2.What is IMP in Objective C
A.Implementation pointer B.Important Pointer C.Intended Pointer
3.The width in bits of double primitive type in Java is --. Select the one correct answer.
1. The width of double is platform dependent 2. 64 3. 128 4. 8 5. 4
4.What would happen when the following is compiled and executed. Select the one correct answer.
1.
2. class example {
3. int x;
4. int y;
5. String name;
6. public static void main(String args[]) {
7. example pnt = new example();
8. System.out.println("pnt is " + pnt.name +
9. " " + pnt.x + " " + pnt.y);
10. }
11. }
12.
1. The program does not compile because x, y and name are not initialized.
2. The program throws a runtime exception as x, y, and name are used before initialization.
3. The program prints pnt is 0 0.
4. The program prints pnt is null 0 0.
5. The program prints pnt is NULL false
5.Which of these lines will compile? Select all correct answers.
1. short s = 20;
2. byte b = 128;
3. char c = 32;
4. double d = 1.4;;
5. float f = 1.4;
6. byte e = 0;
6.What is contained in the directory /proc?:
a. System information b. Administrative procedures c. Boot procedures d. Documentation on your sytem
8. Transactions per rollback segment is derived from[DBA]
a. Db_Block_Buffer b. Processes, c. Shared_Pool_Size,
d. None of the above
9. These following parameters are optional in init.ora parameter file DB_BLOCK_SIZE, PROCESSES
a True, b False Ans : False
10.What is the purpose of different record methods 1) Record 2) Pass up 3) As Object 4) Ignore.
11.While running DOS on a PC, which command would be used to duplicate the entire diskette:
Labels:
csc
CSC 2006 Placement Paper - 2
CSC 2006 Placement Paper - 2
CSC PAPER ON 14th JULY 2006 AT CSC NOIDA
in written thy giv two tests:-
1) quant/aptitude/logical ppr 40ques in 40minutes
2) technical test 75question in 40min
apti/quant/logical
it was a very tough test i hav given test of 6-7 companies but csc test was toughest
ther vr linear equations questions wich vr not at all easy
questions on sets
-permutaion combination
-arrangement logical ques
- distance speed ques
- time question
APTITUDE/QUANT/LOGICAL TEST QUESTIONS
-ques like 90% of 1 litree milk and 60% of 40 litre water result in 67% mixture so wht is compostion of milk in litres?
-ques like f has pririty over h and g has priortiy over i so now 4-5 ques based on this
-length is increased by 5 and breadth is decreased ny 10 thn total is 200m and whn length decreasd by 5 and breadth increasd by 15 thn total is 75 m, fing length
-a>b>c so wich is tru
ab>ac or a/b>b/c or som more options
-6 girls and 6 boys, all boys and all girls will sit together so no of possible ways
- cow is tied with rope from two sides 40 40 cm and forming an angle 24degree size of rope is 15cm so how much area in wich cow can graze
-7 orange and 5 apples cost 16.90 rs and 5 oranges and 7 apples cost 2.60 so no of oranges
-ther is a place wher ppl r either no or yes. if ram sain 2and 2 makes four thn he is yes and similarly if mohan said 2 -1 is 2 thn he is no. so now ques based on this
- paragraph given and u hav to conlude or find contradicting line
and rest all questions vr very tough so i dont remember thm at all
technical ques
-os
-dbms
-ds
-n/w
-microprocessor(806139...)
-java
-c c++
TECHNICAL WRITTEN TEST QUESTIONS
- wht is piggybanking used for (acknowledgement)
- wht combines router and bridge
(hub/brouter)
- tcp/ip is wht conection oriented or conectionless
- X.25 protcol is at wich layer
- wht is superkey (primarykey+attribute)
- wich join will u use to hav null values (outer)
- query was given find join type
select customer.is and order.is and name from customer, order
where cutomer.id= order.id (natural join)
- wich follow binary tree property
- som code of java given find no of dangling pointers
- linked list a->b and b pt to itself so wht type of linked list (infinite)
- which line is wrong abt linked list
(circular list can be only implemented in doubly linked list)
- os question on context switch and sytem call
- microporcesor ques like result of 2 input , 1 o/p line and three annd gates is (nand)
- which gate need to combine with or gate to make nand gate
- transfer RO to local and local to RO and shift RO 3 timed thn local to RO so result is
(RO=local)
- some instruction were given and u hav to find resultanf values of flags
- some instrcution was given find output shift 2 times right to 80008ff
- atomicity definiton was given and u hav to tell wich property it is(atomicity)
- questions vr given fill in the balnks three places (placemnt,replacemnt,replacment) order was correct
- wich normal from shld be saticsy to hav bcnf and one more condition was given
- som ques of physics given resistance and volts use so u hav to tell output (low voltage or high voltage or??)
- wich sort take o(n^2) time
quicksort
- some prog given outer fro loop from 1 to n and inner frm 1 to k so time is
O(nk)
-right output of preorder traversal som tree was given
- wht r abstract data types
- wht r steps of compiler (syntax, semantic,...)
CSC PAPER ON 14th JULY 2006 AT CSC NOIDA
in written thy giv two tests:-
1) quant/aptitude/logical ppr 40ques in 40minutes
2) technical test 75question in 40min
apti/quant/logical
it was a very tough test i hav given test of 6-7 companies but csc test was toughest
ther vr linear equations questions wich vr not at all easy
questions on sets
-permutaion combination
-arrangement logical ques
- distance speed ques
- time question
APTITUDE/QUANT/LOGICAL TEST QUESTIONS
-ques like 90% of 1 litree milk and 60% of 40 litre water result in 67% mixture so wht is compostion of milk in litres?
-ques like f has pririty over h and g has priortiy over i so now 4-5 ques based on this
-length is increased by 5 and breadth is decreased ny 10 thn total is 200m and whn length decreasd by 5 and breadth increasd by 15 thn total is 75 m, fing length
-a>b>c so wich is tru
ab>ac or a/b>b/c or som more options
-6 girls and 6 boys, all boys and all girls will sit together so no of possible ways
- cow is tied with rope from two sides 40 40 cm and forming an angle 24degree size of rope is 15cm so how much area in wich cow can graze
-7 orange and 5 apples cost 16.90 rs and 5 oranges and 7 apples cost 2.60 so no of oranges
-ther is a place wher ppl r either no or yes. if ram sain 2and 2 makes four thn he is yes and similarly if mohan said 2 -1 is 2 thn he is no. so now ques based on this
- paragraph given and u hav to conlude or find contradicting line
and rest all questions vr very tough so i dont remember thm at all
technical ques
-os
-dbms
-ds
-n/w
-microprocessor(806139...)
-java
-c c++
TECHNICAL WRITTEN TEST QUESTIONS
- wht is piggybanking used for (acknowledgement)
- wht combines router and bridge
(hub/brouter)
- tcp/ip is wht conection oriented or conectionless
- X.25 protcol is at wich layer
- wht is superkey (primarykey+attribute)
- wich join will u use to hav null values (outer)
- query was given find join type
select customer.is and order.is and name from customer, order
where cutomer.id= order.id (natural join)
- wich follow binary tree property
- som code of java given find no of dangling pointers
- linked list a->b and b pt to itself so wht type of linked list (infinite)
- which line is wrong abt linked list
(circular list can be only implemented in doubly linked list)
- os question on context switch and sytem call
- microporcesor ques like result of 2 input , 1 o/p line and three annd gates is (nand)
- which gate need to combine with or gate to make nand gate
- transfer RO to local and local to RO and shift RO 3 timed thn local to RO so result is
(RO=local)
- some instruction were given and u hav to find resultanf values of flags
- some instrcution was given find output shift 2 times right to 80008ff
- atomicity definiton was given and u hav to tell wich property it is(atomicity)
- questions vr given fill in the balnks three places (placemnt,replacemnt,replacment) order was correct
- wich normal from shld be saticsy to hav bcnf and one more condition was given
- som ques of physics given resistance and volts use so u hav to tell output (low voltage or high voltage or??)
- wich sort take o(n^2) time
quicksort
- some prog given outer fro loop from 1 to n and inner frm 1 to k so time is
O(nk)
-right output of preorder traversal som tree was given
- wht r abstract data types
- wht r steps of compiler (syntax, semantic,...)
Labels:
csc
CSC 2006 Placement Paper - 3
CSC 2006 Placement Paper - 3
CSC PAPER ON 14th JULY 2006 AT NOIDA
NETWORKS
1) whn u open web browser, thn wht will happen wht do u do first thing?
2) wht u write first thing, i said DNS or webaddress concept thtn he asked complete web adress like i told
http//:www.orkut.com
thn he asked meaning of each word-http,www,com etc
3) wht is URL
4) tel complete procedure how a site open after opening explorer
5) other layers understand DNS or not if not thn wht will happen (concept of mapping to ip adress comes here) thy asked how mapping takes place and at wich layer
6) dns procedure use wht tcp/ip or osi
7) how many layers in tcp/ip and wich layers are extra in osi model
8) tcp/ip conection oriented or conectionless
9) wht is DNs he was trying to ask in detail but as i havnot read so i said tht
10) wht is arp
11) wht is rarp
12) wht is ATM(asynchronous mode transfer)
DBMS
1) wht is primary key
2) if ther is no primary key how will u uniquely identify each tuple (i said composite key or super key)
3) diff between tuple and attribute
4) wht r anomalies explain each in detail (like insertion anomaly deletion and modification anomaly)
5) wht is foreign key constraint
6) if i want to delete a tuple from a table having reference in so other table thn wht will happen (concept of cascade comes else error)
7) wht r triggers explain
8) if i want to hav som tuples havind null value wht to do (outer join)
9) wht if i join two tables and no primary key (spurious tuples generate redundant data)
10) he asked me wht will u do if need to retrieve this so basically query
and select first four tuples
select *
from employee
where salary
thn apply rownum<=4 to select first four tuples
11) diff betweenoracle 9i and oracle 8
12) diff between dbms, rdbms, ordbms
OS
1) wht is os
2) wht is a process
3) diff between process and thread
4) if threads share data section wht will happen
(concept of semaphore and crtitcal section comes so )
5) wht is semaphore
6) wht other thing semaphore do except synchronisation
7) wht else happen in threads and process so deadlock concept comes
8) deadlocks, and i told abt 4 conditons of deadlocks also
9) in os wher do u use stacks and queues
(like stacks for saving process satate , on system call context switch etc and queue in scheduling so he asked do we hav only fifo scheduling)
10) so types of scheduling
Data Structure
1) u hav fifteen boxes in kitchen and ur mom asked u to make foos for 1 month, wht will u do to make food fast (thn concept of sorting came)
i said i will put name tag on boxes and thn sort thm in ascending order or i can put thm in order of color shade firstly lightest and thn little darker and soon but tht can create confusion so first is better way
2)u hav 1000 names in unorder manner and i asked u to pick any name of my choice randomly and thn giv me complete info of tht person so wht ds will u use
i said firstly i will sort thm thn i will use hashing/btrees as thy r faster in decreasing search domain,
thy asked wich sort will u use
i said radix as good for strings , he asked if one more name increase or decrease i said radix sort take linear time so doesnot affect much on time
he said if names r vary in length like one is venkateshraman other is raj i said sort from 3rd last letter or use padding.
3) wht is heapsort, concept . wher u can apply it
4) wht all ds u know
i said heaps binomial fiboncaai, liked list stacks queues trees arrays etc
5) advantage and disadvantage of linked list and array over each other in temrs of memory allocation
6) insert and delete a node in a linked list write a code(not from me)
basically thy asked asll application based question on data structure
java/c/c++
1) he write a java code of swapping to name via calling object as parameter and asked whther result will reflect in main or not
(as object passed as a reference so reuslt will be reflected)
2) in java we use call by reference or call by value
3) wht r interfaces
4) diff between interfaces and abstraction
NOTE
- before going for interview i hav heard tht thy ask ur fav subject note tht and thn asked ques accordingly but today thy start taking interview without asking any fav subjects from all of us
- so be prpeared for DBMS, os, ds, java, networks and c/c++(little bit)
- n/w questions vr all concept based no theory thy just want to see how things happen
-either u'll go offcampus or oncampus thy take 35 minutes to 1 hr interview of each person). mine was 35 minutes so u can see no of ques asked think abt my frnd whose interview was of complete 1 hr even whn we vr oncampus
CSC PAPER ON 14th JULY 2006 AT NOIDA
NETWORKS
1) whn u open web browser, thn wht will happen wht do u do first thing?
2) wht u write first thing, i said DNS or webaddress concept thtn he asked complete web adress like i told
http//:www.orkut.com
thn he asked meaning of each word-http,www,com etc
3) wht is URL
4) tel complete procedure how a site open after opening explorer
5) other layers understand DNS or not if not thn wht will happen (concept of mapping to ip adress comes here) thy asked how mapping takes place and at wich layer
6) dns procedure use wht tcp/ip or osi
7) how many layers in tcp/ip and wich layers are extra in osi model
8) tcp/ip conection oriented or conectionless
9) wht is DNs he was trying to ask in detail but as i havnot read so i said tht
10) wht is arp
11) wht is rarp
12) wht is ATM(asynchronous mode transfer)
DBMS
1) wht is primary key
2) if ther is no primary key how will u uniquely identify each tuple (i said composite key or super key)
3) diff between tuple and attribute
4) wht r anomalies explain each in detail (like insertion anomaly deletion and modification anomaly)
5) wht is foreign key constraint
6) if i want to delete a tuple from a table having reference in so other table thn wht will happen (concept of cascade comes else error)
7) wht r triggers explain
8) if i want to hav som tuples havind null value wht to do (outer join)
9) wht if i join two tables and no primary key (spurious tuples generate redundant data)
10) he asked me wht will u do if need to retrieve this so basically query
and select first four tuples
select *
from employee
where salary
thn apply rownum<=4 to select first four tuples
11) diff betweenoracle 9i and oracle 8
12) diff between dbms, rdbms, ordbms
OS
1) wht is os
2) wht is a process
3) diff between process and thread
4) if threads share data section wht will happen
(concept of semaphore and crtitcal section comes so )
5) wht is semaphore
6) wht other thing semaphore do except synchronisation
7) wht else happen in threads and process so deadlock concept comes
8) deadlocks, and i told abt 4 conditons of deadlocks also
9) in os wher do u use stacks and queues
(like stacks for saving process satate , on system call context switch etc and queue in scheduling so he asked do we hav only fifo scheduling)
10) so types of scheduling
Data Structure
1) u hav fifteen boxes in kitchen and ur mom asked u to make foos for 1 month, wht will u do to make food fast (thn concept of sorting came)
i said i will put name tag on boxes and thn sort thm in ascending order or i can put thm in order of color shade firstly lightest and thn little darker and soon but tht can create confusion so first is better way
2)u hav 1000 names in unorder manner and i asked u to pick any name of my choice randomly and thn giv me complete info of tht person so wht ds will u use
i said firstly i will sort thm thn i will use hashing/btrees as thy r faster in decreasing search domain,
thy asked wich sort will u use
i said radix as good for strings , he asked if one more name increase or decrease i said radix sort take linear time so doesnot affect much on time
he said if names r vary in length like one is venkateshraman other is raj i said sort from 3rd last letter or use padding.
3) wht is heapsort, concept . wher u can apply it
4) wht all ds u know
i said heaps binomial fiboncaai, liked list stacks queues trees arrays etc
5) advantage and disadvantage of linked list and array over each other in temrs of memory allocation
6) insert and delete a node in a linked list write a code(not from me)
basically thy asked asll application based question on data structure
java/c/c++
1) he write a java code of swapping to name via calling object as parameter and asked whther result will reflect in main or not
(as object passed as a reference so reuslt will be reflected)
2) in java we use call by reference or call by value
3) wht r interfaces
4) diff between interfaces and abstraction
NOTE
- before going for interview i hav heard tht thy ask ur fav subject note tht and thn asked ques accordingly but today thy start taking interview without asking any fav subjects from all of us
- so be prpeared for DBMS, os, ds, java, networks and c/c++(little bit)
- n/w questions vr all concept based no theory thy just want to see how things happen
-either u'll go offcampus or oncampus thy take 35 minutes to 1 hr interview of each person). mine was 35 minutes so u can see no of ques asked think abt my frnd whose interview was of complete 1 hr even whn we vr oncampus
Labels:
csc
Subscribe to:
Posts (Atom)