CompTIA认证考试

Which Debian package system command will list all partially installed packages and suggest how to get them correctly installed?()A、 dpkg-GB、 apt-get-uC、 dpkg-DhD、 dpkg-lE、 apt-get-y

题目

Which Debian package system command will list all partially installed packages and suggest how to get them correctly installed?()

  • A、 dpkg-G
  • B、 apt-get-u
  • C、 dpkg-Dh
  • D、 dpkg-l
  • E、 apt-get-y
如果没有搜索结果,请直接 联系老师 获取答案。
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

Which of the following are types of routine objects?()

A.Package and function

B.Function and userexit

C.Procedure and package

D.Function and procedure


参考答案:D

第2题:

A member variable defined in a class can be accessed only by the classes in the same package. Which modifier should be used to obtain the access control?()         

  • A、 private
  • B、 no modifier
  • C、 public
  • D、 protected

正确答案:B

第3题:

A class design requires that a member variable should be accessible only by same package, which modifer word should be used?

A.protected

B.public

C.no modifer

D.private


参考答案:C

第4题:

Which of the following database objects is considered executable using SQL?()

  • A、View
  • B、Table
  • C、Routine
  • D、Package

正确答案:C

第5题:

package foo; public class Outer (  public static class Inner (  )  )   Which statement is true? () 

  • A、 An instance of the Inner class can be constructed with “new Outer.Inner ()”
  • B、 An instance of the inner class cannot be constructed outside of package foo.
  • C、 An instance of the inner class can only be constructed from within the outer class.
  • D、 From within the package bar, an instance of the inner class can be constructed with “new inner()”

正确答案:A

第6题:

Cisco wcs is supported on which two of the following operating systems?()

  • A、mac os x
  • B、windows 2000 sp4
  • C、solaris 10
  • D、windows server 2003
  • E、debian linux

正确答案:B,D

第7题:

Which statement is correct about the validate option when upgrading JUNOS software?()

  • A、It will check the MD5 checksum of the install package.
  • B、It will check if the device meets the memory requirements for the install package.
  • C、It will check the compatibility of the configuration with the install package.
  • D、It will check if the device meets the storage requirement for the install package.

正确答案:C

第8题:

You are the administrator of a SQL Server 2000 computer. The server contains a Data Transformation Services (DTS) package that queries multiple databases and writes the results to a text file. You run this package by using a Microsoft Windows batch file. The batch file uses the dtsrun utility to execute the DTS package.

You want to ensure that connection properties, such as login names and passwords, cannot be read or modified by users. Which two actions should you take? (Each correct answer represents part of the solution. Choose two.)

A.Save the DTS package so that it has an owner password.

B.Save the DTS package so that it has a user password.

C.Encrypt the DTS package details in the command line of the dtsrun utility.

D.Store the DTS package in the Meta. Data Services repository.

E.Store the DTS package as a Microsoft Visual Basic file.


正确答案:AC
解析:Explanation: In this scenario we will use a windows batch file with the owner password for maximum security.

A: When running the Dtsrun utility on a package you must either specify a user password or a package password. Specify a password for the package to protect sensitive user name and server password information in the package from unauthorized users with owner password. If the package has an owner password, the data is encrypted with the standard encryption API. This protects protect sensitive user name and server password information in the package from unauthorized user.
.
C: You can encrypt the command prompt options to be executed by the DTS Run utility, allowing you to create an encrypted dtsrun command for later use. This will ensure that login names, password and other command line options cannot be read or modified by users.

Note: When a package is saved to SQL Server or as a structured storage file, DTS package passwords can be assigned to the package. These passwords are used in addition to the Windows Authentication or SQL Server Authentication passwords to connect to an instance of SQL Server.

There are two types of DTS package passwords that can be set: an owner password and a user password. If an owner password is set, the package user needs the password to edit or run the package and if a user password is set, the package users with access to the user password can run the package.

Incorrect Answers:
B: There is no need to create a user password. The package will be run with an owner password. The owner password will be protected since the command options are encrypted.

D: The Meta. Data Services repository is the storage container for the meta. data used by Analysis Services. Meta. data is stored in tables in a relational database and is used to define the parameters and properties of Analysis server objects. DTS package information can be saved to Meta. Data Services. This saves meta. data information about the databases referenced in the package, which can be viewed though the DTS Browser.

E: When a DTS package is saved as a Visual Basic file, these files can be used as templates, or starting points, for user-implemented Visual Basic packages. The generated code sets all properties of all objects referenced in the package to the initial values they will have when package execution begins. This includes those that are set to their default values.

第9题:

Which of the following file types can Microsoft servers package for remote installation by default?()

  • A、 .exe
  • B、 .ini
  • C、 .msi
  • D、 .dll

正确答案:C

第10题:

Which of the following DB2 objects are publicly referenced names that require no special authority or privilege to use them?()

  • A、View
  • B、Alias
  • C、Table
  • D、Package

正确答案:B

更多相关问题