Infosys TFINTCBSCIXM1001 - AS-TFINTCBSCIXM1001-T100 Basic Technical Knowledge Exam
Page: 2 / 30
Total 150 questions
Question #6 (Topic: )
How do you get help about the command cp?
A. help cp
B. man cp
C. cp?
Answer: B
Question #7 (Topic: )
How do you select all the records from a table named "Persons" where the value of the
column "FirstName" starts with an "a"?
column "FirstName" starts with an "a"?
A. Select * from Persons where FirstName LIKE 'a%'
B. Select * from Persons where FirstName='%a%'
C. Select * from Persons where FirstName='a'
D. Select * from Persons where FirstName LIKE '%a'
Answer: A
Question #8 (Topic: )
Program Global Area is an area of memory that is used by a single Oracle process.
A. True
B. False
Answer: A
Question #9 (Topic: )
Which among the following is not a valid database object naming rule?
A. Name of the database object must not exceed 45 characters.
B. Name must not contain a question mark.
C. Name must begin with an alphabet.
D. Name should not be Oracle reserved word.
Answer: A
Question #10 (Topic: )
In Unix, the commands are highly case sensitive.
A. True
B. False
Answer: A