General Technology and Programming Concepts
A comprehensive quiz covering operating systems, algorithms, enterprise software (AR System), .NET programming, IT service management (ITIL), and general technology concepts
Questions
- A flow can have more than one Start Flow shape.
- (a) True
- (b) False
- Sometimes true
- sometimes false
- Property-Seek-Value is a method which can be used to invoke:
- (a) Forward chaining
- (b) Backward chaining
- Goal Seek
- none of the above
You use reflection to obtain a information about the method named "my method".You need to ascertain "mymethod is accessible to derived class?What should You do?
- Call the ISAssembly property of the MethodInfo Class
- Call the ISstatic property of the MethodInfo Class
- Call the ISvirtual property of the MethodInfo Class
- Call the ISFamily property of the MethodInfo Class
What’s the top .NET class that everything is derived from?
- System.Object
- System.string
- System.Stringbuilder
- System.Clone
What are the ways to deploy an assembly?
- MSI installer
- CAB archive
- XDELETE Command
- XCOPY command
What namespaces are necessary to create a localized application?
- System.localization
- System.Globalization
- System.Resource
- System.Exception
Which one is trusted?
- Windows
- Passport
- SQL
- Network
To use AR System with the unicode database option to support mulitiple languages using a shared database, an english version of AR System server should be installed begore installing the multi-language AR system servers.
- True
- False
Which of the following can not be used as a wild card?
- $
- %
- [^]
- [-]
Macro's can not be used in web client
- True
- False
What is ITIL?
- Information Technology Information Library
- Information Technology Infrastructure Library
- Information Technology Interactive Library
- Information Technology International Library
To create dynamic qualification for a table, which of the following can be used?
- Call guide
- Run Process
- External
- None of the above
Attachment details table will contain,
- The details of the attachment
- The attachment itself
- The attachment ID
- The information for the properties of attachment fields
There is an active link with the action of message, which is linked to the button on the form. When the user clicked on the button, the ar server went down. What message will the mid-tier user get?
- The message which is given in the active link action
- No network connection error
- No error
- The page can not be displayed
Which of the following is not a sorting algorithm?
- Merge
- Binary
- Quick
- Bubble
Which algorithm is based on Divide and Conquer approach?
- Merge Sort
- Bubble Sort
- Selection Sort
- Quick Sort
Which of the following is not a comparison based sorting technique?
- Merge Sort
- Selection Sort
- Bubble Sort
- Radix Sort
Which of the following is not true?
- Quick sort partition algorithm is not in-place.
- Radix sort is stable.
- In merge sort, maximum complexity is involved in Merge sub-procedure.
- In quick sort, after recursive calls to partition algorithms, merging is not needed.
Which of the following is true?
- Paging causes external fragmentation
- Paging causes Internal Fragmentation
- Segmentation causes external fragmentation
- Segmentation causes internal fragmentation
Which of the following is not a Page replacement algorithm?
- Transition look aside buffer
- Working set window
- Least recently used
- Most frequently used