Tag: architecture

Questions Related to architecture

  1. SessionFactory

  2. Session

  3. Transaction

  4. None of the Above.


Correct Option: A
  1. Process of monitoring and updating only objects that have changed.

  2. Process of calling the update () and save () methods explicitly.

  3. Process of releasing memory to heap which is no longer accessible from any live thread.

  4. None of the above.


Correct Option: A
  1. Hibernate gets initialized when the application starts.

  2. Hibernate gets initialized when one calls first db access Query object.

  3. Hibernate gets initialized when a SessionFactory is created.

  4. Hibernate gets initialized when first session gets created.


Correct Option: C
  1. acts as an interface between the user and the kernel.

  2. is the hub of the operating system.

  3. minimal operating system that performs only the essential functions of an operating system.

  4. None of the above.


Correct Option: B
  1. chmod 555 biglist

  2. chmod 777 biglist

  3. chmod 111 biglist

  4. chmod 561 biglist


Correct Option: A
  1. Displays nonprintable characters in an octal (\nnn) notation.

  2. Displays only the information for the directory named.

  3. Sorts output vertically in a multicolumn format.

  4. Lists all entries except . (dot) and .. (dot-dot).


Correct Option: D
  1. Non repeated line

  2. Repeated line

  3. Counting the frequency of the line

  4. None.


Correct Option: B
  1. Lists the file or directory contents that the link references

  2. Lists the name in each slot for each directory specified in the Directory parameter.

  3. Displays nonprintable characters in file names as a ? (question mark) and Reverses the order of the sort.

  4. Lists all subdirectories recursively.


Correct Option: C
  1. This displays every line in pgm.s whose first character is not a #.

  2. This displays every line in pgm.s whose first character is a letter.

  3. This displays every line in pgm.s whose first character is a Numeric.

  4. None.


Correct Option: B