QUESTION 1 You need to create a Flash Archive of a master server. You want to set the following characteristics of the archive: The archive will be stored as /export/flash/flash_archive, but do not include the /export/flash directory in the archive The archive description will be root_archive. The archive must be compressed The archive will be […]
Category: Check Point Dumps
QUESTION 1 Only local system files are used during the boot process to configure the system for local Ethernet LAN connectivity. Immediately after reboot the ifconfig -a command displays: lo0: flags=1000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4> mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 Which local network configuration file is missing? A. /etc/ethers B. /etc/netmasks C. /etc/networks D. /etc/inet/hosts E. […]
QUESTION 1 Your x86-based server will not boot Solaris 10 OS. You discover that you need to restore your pboot and boot block on the / (root) slice located on disk c0d0. You first boot off of the CD-ROM or DVD into single user mode. What commands should you run to restore the pboot and […]
QUESTION 1 Click the Exhibit button. The exhibit shows information about data in Jane’s home directory. Which answer describes where the directory named dir1 is stored within the file system? A. In the inode associated with directory dir1 B. In the directory file called dir1 C. In the ACL associated with dir1 D. In […]
QUESTION 1 Which of the following best describes what the master.info file contains and how it is used? A. It contains the values from the CHANGE MASTER statement. B. When the slave restarts it looks for which master to use from this file. C. It contains information about the master server, its slaves and its […]
QUESTION 1 Which one of the following statements can be used to start MySQL 5.0 manually from the command line on windows? A. C:\> C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqladmin -u root start B. C:\> C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld C. C:\> C:\Program Files\MySQL\MySQL Server 5.0\bin\mysql_start D. None of the above Answer: B
QUESTION 1 Assuming you want to add an index on the isofficial column, which of the following statements are true? A. A SELECT query with WHERE lsOfficial=’T’ will perform much faster with the index because there aren’t many rows with that value. B. A SELECT query with WHERE IsOfficial-`F’ will perform much faster with […]
QUESTION 1 Consider the following: Which of the quoted values below will be returned for the name field in the SELECT results? A. ‘ Tom’ B. ‘ Tom ‘ C. ‘Tom’ D. ‘Tom ‘ Answer: B
QUESTION 1 Adam works as a Database Administrator for Pass4sure.com. He creates a table named Students. He wants to create a new table named Class with the help of the Students table. Which of the following syntaxes will Adam use to accomplish the task? A. CREATE TABLE Class INSERT INTO SELECT * FROM Students; B. […]
QUESTION 1 You are asked to architect an SOA solution that leverages Java web services. The architecture needs to be flexible and allow for the SOAP 1.1, SOAP 1.2, and REST implementations. Which Java EE technology should you use? A. JAXP B. JAXB C. JAX-WS D. JAX-RPC Answer: C
QUESTION 1 How would a MIDlet that uses a GameCanvas efficiently update only a small region of the screen, from the data in the off-screen buffer? A. call flushGraphics(int, int, int, int) that specifies the region to be flushed B. call serviceRepaints() and set a clip region on the Graphics object in paint() C. Pixels […]
QUESTION 1 What are the three primary roles in a web service interaction? (Choose three.) A. Broker B. Facade C. Provider D. Decorator E. Requestor F. Interceptor Answer: ACE
QUESTION 1 Which two statements are true about JAXR support for XML registries? (Choose two.) A. The CapabilityProfile tells a client the capability level of a registry. B. UDDI registries must support ebXML to be compatible with JAXR. C. The UnsupportedCapabilityException is processed for errors from non-Java providers. D. The JAXR API declares methods as […]
QUESTION 1 Which two statements are true about XML schemas and WSDL 1.1? (Choose two.) A. http://schemas.xmlsoap.org/wsdl/ is the WSDL namespace for SOAP binding. B. xsi is used as a prefix to represent the schema namespace as defined by XSD C. XSD schemas are used as a formal definition of WSDL grammar. D. xsd is […]
QUESTION 1 A developer wants to create a business interface for both local and remote usage. For performance reasons the remote interface should NOT be called by a client in the same JVM. Which statement is required to accomplish this, assuming there is no deployment descriptor? A. The business methods are defined in one interface […]

