Practice Free C1000-174 Exam Online Questions
What is the primary goal of Load Testing in performance monitoring?
- A . Evaluating security vulnerabilities
- B . Simulating expected usage to analyze system behavior under specific conditions
- C . Identifying network architecture weaknesses
- D . Testing compatibility with various operating systems
A administrator has configured memory to memory (M2M) session persistence for a large WebSphere Application Server ND cluster with a dedicated data replication service (DRS) domain.
How can they keep the DRS domain secure?
- A . Select encryption type DES and TRIPLE_DES.
- B . Select DCS-Secure as transport chain under Core Group name.
- C . Nothing needs to be done, the environment is secured when using M2M session persistence.
- D . Select encryption type DES and TRIPLE_DES and regenerate the encryption key periodically.
A single JMS activation specification can apply to which of the following?
- A . One Single Bus
- B . Only EJB 3.0 beans
- C . Only one Message Driven Bean
- D . One or more Message Driven Beans
Which component in a network environment manages IP addresses and domain names?
- A . DHCP Server
- B . DNS Resolver
- C . FTP Server
- D . HTTP Proxy
What is the primary aim of System Tuning?
- A . Increasing system complexity
- B . Achieving better performance by adjusting system settings and configurations
- C . Reducing security measures
- D . Enhancing the physical appearance of the system
What is something an administrator needs to keep on mind regarding the relationship between an IBM WebSphere Application Server install and an IBM Installation Manager install?
- A . IBM Installation Manager should be used in GUI mode.
- B . IBM Installation Manager can be uninstalled and reinstalled without impacting WebSphere Application Server
- C . IBM Installation Manager repository information points to the install location of Websphere Application Server
- D . IBM Installation Manager can be used by either a user with administrator privileges or a regular user to administer the same installation
Which process involves configuring and managing software, applying updates, and ensuring application availability in a live environment?
- A . Development
- B . Deployment
- C . Application Administration
- D . Debugging
Which security measure involves transforming plain text into an unreadable form using a key?
- A . Encoding
- B . Decryption
- C . Encryption
- D . Hashing
What is the function of the osgiCfgInit script in Websphere Application Server ND?
- A . It lists all loaded classes
- B . It displays all duplicated classes
- C . It configures OSGi for a particular server
- D . It clears the OSGi cache for all servers within that profile
What is the result of executing the following command from the WebSphere Application Server ND node as a non-root user against the deployment manager running as root user?
app_server_root/bin/manageprofiles.sh -create
-profileName Custom01
-profilePath profile_root
-templatePath app_server_root/profileTemplates/managed
-nodeName Custom01Node
-cellName Custom01Cell
-hostName myhost.mycity.mycompany.com
-isDefault
-dmgrHost myhost.mycity.mycompany.com
-dmgrPort 8879
-dmgrAdminUserName user_name
-dmgrAdminPassword password
- A . Creation of the custom profile fails.
- B . Creates and federates a custom profile.
- C . Creates a custom profile but federation fails.
- D . Creates a custom profile with a warning message.