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

20 Questions Published

Questions

Question 1 Multiple Choice (Multiple Answers)
  1. A flow can have more than one Start Flow shape.
  1. (a) True
  2. (b) False
  3. Sometimes true
  4. sometimes false
Question 2 Multiple Choice (Multiple Answers)
  1. Property-Seek-Value is a method which can be used to invoke:
  1. (a) Forward chaining
  2. (b) Backward chaining
  3. Goal Seek
  4. none of the above
Question 3 Multiple Choice (Multiple Answers)

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?

  1. Call the ISAssembly property of the MethodInfo Class
  2. Call the ISstatic property of the MethodInfo Class
  3. Call the ISvirtual property of the MethodInfo Class
  4. Call the ISFamily property of the MethodInfo Class
Question 4 Multiple Choice (Single Answer)

What’s the top .NET class that everything is derived from?

  1. System.Object
  2. System.string
  3. System.Stringbuilder
  4. System.Clone
Question 5 Multiple Choice (Multiple Answers)

What are the ways to deploy an assembly?

  1. MSI installer
  2. CAB archive
  3. XDELETE Command
  4. XCOPY command
Question 6 Multiple Choice (Multiple Answers)

What namespaces are necessary to create a localized application?

  1. System.localization
  2. System.Globalization
  3. System.Resource
  4. System.Exception
Question 7 Multiple Choice (Single Answer)

Which one is trusted?

  1. Windows
  2. Passport
  3. SQL
  4. Network
Question 8 True/False

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.

  1. True
  2. False
Question 9 Multiple Choice (Single Answer)

Which of the following can not be used as a wild card?

  1. $
  2. %
  3. [^]
  4. [-]
Question 10 True/False

Macro's can not be used in web client

  1. True
  2. False
Question 11 Multiple Choice (Single Answer)

What is ITIL?

  1. Information Technology Information Library
  2. Information Technology Infrastructure Library
  3. Information Technology Interactive Library
  4. Information Technology International Library
Question 12 Multiple Choice (Single Answer)

To create dynamic qualification for a table, which of the following can be used?

  1. Call guide
  2. Run Process
  3. External
  4. None of the above
Question 13 Multiple Choice (Single Answer)

Attachment details table will contain,

  1. The details of the attachment
  2. The attachment itself
  3. The attachment ID
  4. The information for the properties of attachment fields
Question 14 Multiple Choice (Single Answer)

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?

  1. The message which is given in the active link action
  2. No network connection error
  3. No error
  4. The page can not be displayed
Question 15 Multiple Choice (Single Answer)

Which of the following is not a sorting algorithm?

  1. Merge
  2. Binary
  3. Quick
  4. Bubble
Question 16 Multiple Choice (Multiple Answers)

Which algorithm is based on Divide and Conquer approach?

  1. Merge Sort
  2. Bubble Sort
  3. Selection Sort
  4. Quick Sort
Question 17 Multiple Choice (Single Answer)

Which of the following is not a comparison based sorting technique?

  1. Merge Sort
  2. Selection Sort
  3. Bubble Sort
  4. Radix Sort
Question 18 Multiple Choice (Single Answer)

Which of the following is not true?

  1. Quick sort partition algorithm is not in-place.
  2. Radix sort is stable.
  3. In merge sort, maximum complexity is involved in Merge sub-procedure.
  4. In quick sort, after recursive calls to partition algorithms, merging is not needed.
Question 19 Multiple Choice (Multiple Answers)

Which of the following is true?

  1. Paging causes external fragmentation
  2. Paging causes Internal Fragmentation
  3. Segmentation causes external fragmentation
  4. Segmentation causes internal fragmentation
Question 20 Multiple Choice (Single Answer)

Which of the following is not a Page replacement algorithm?

  1. Transition look aside buffer
  2. Working set window
  3. Least recently used
  4. Most frequently used