Microsoft 70-291 latest version exam
Posted by 328203147 | Filed under Microsoft
Exam : Microsoft 70-291
Title : Implement,Managing& Maintaining a MS Win 2003 Network Infra
Pdf Demo free download: 70-291 Exam
1. Your network consists of a single Active Directory domain. All servers run Windows Server 2003 Service Pack 2 (SP2).
You have a member server named Server1 that is configured as a DHCP server.
You install a new stand-alone server named Server2 in the same subnet as Server1. You install the DHCP service on Server2.
TestInside Help You Pass Any IT Exam http://www.TestInside.com
You need to ensure that Server2 can assign IP configurations to clients on the subnet.
What should you do first?
A. Join Server2 to the domain.
B. Restart the DCHP Server service on Server1.
C. From the DHCP snap-in on Server1, add Server2 by using the Add Server option.
D. From the DHCP snap-in on Server2, add Server 1 by using the Add Server option.
Answer: A
2. Your network consists of a single Active Directory domain named nwtraders.com. All network servers
run Windows Server 2003 Service Pack 2 (SP2).
The relevant IP configuration for the network is configured as shown in the following table.
DC1 contains an Active Directory-integrated zone for nwtraders.com.
From Server2, you run the Ping 172.26.26.11 command and receive a request timed out error message.
From Server2, you run the Ping 172.16.16.129 command and receive a reply.
You need to ensure that you can join Server2 to the nwtraders.com domain.
What should you do?
A. Set the IP address to 172.16.16.2.
B. Set the subnet mask to 255.255.255.128.
C. Set the default gateway address to 172.16.16.129.
D. Set the preferred DNS server address to 172.16.16.130.
Answer: C
3. You have a file server named Server1 that runs Windows Server 2003 Service Pack 2 (SP2). All client
computers run Windows XP Professional Service Pack 3 (SP3).
The IP configuration for Server1 is shown in the following table.
Testinside
TestInside Help You Pass Any IT Exam http://www.TestInside.com
You replace the network card on Server1. You configure the new network card to use the existing IP configuration.
Users reports that they receive a time-out error message when they connect to Server1.
You need to ensure that users can immediately connect to Server1.
Which command should you instruct users to run?
A. Arp d 172.16.90.13
B. Ipconfig /flushdns
C. Nbtstat R
D. Netstat r 172.16.90.13
Answer: A
4. You install three servers that run Windows Server 2003 Service Pack 2 (SP2). The servers are on the
same subnet.
You get the IP configuration for the servers as shown in the following table.
You need to ensure that you can establish communication between the three servers.
What should you do?
A. Modify the IP address on Server3.
B. Modify the IP address on Server1.
C. Configure the hosts file on each server.
D. Modify the default gateway for each server.
Answer: A
The related exam:
70-297 Designing MS Win Server 2003 Active Dir & Netwk
70-298 Designing Security for a MS Windows Server 2003 Network
70-299 Implementing Security in a MS Win Server2003 Network
70-431 Microsoft SQL Server 2005 Implementation & Maintenance
The latest 70-431 Q&A
Posted by 328203147 | Filed under Uncategorized
1.You are preparing for a new installation of SQL Server 2005. You need to select the protocols that client computers might use to connect to the server. 70-431
Which two protocols can you use to achieve this goal? (Each correct answer presents a complete solution. Choose two.)
A. Named Pipes
B. TCP/IP
C. Shared Memory
D. Virtual Interface Adapter (VIA)
E. Multiprotocol
Answer: A AND B
2.A new employee needs access to a SQL Server 2005 database that is located on a server named SQL1. You create a login named ajones by using the following Transact-SQL statement.
CREATE LOGIN ajones WITH PASSWORD = ‘SQLServer$1′
The new employee reports that when he logs in, he receives the following error message:
“Login failed. The user is not associated with a trusted SQL Server connection.”
You need to resolve the error and allow the new employee to gain access to SQL1.
What should you do?
A. Change the SQL Server security mode from Windows Authentication mode to SQL Server and Windows Authentication mode.
B. Change the SQL Server security mode from SQL Server and Windows Authentication mode to Windows Authentication mode.
C. Ensure that the login name is created with square brackets ([ ]).
D. Give the login access to a specific database by using the CREATE USER Transact-SQL statement.
Answer: A pass4line.org
3.Application developers in your company create an assembly that contains a CLR function. This CLR function reads data from a spreadsheet, performs some calculations, and returns the data to a SQL Server 2005 computer.
You need to register the assembly with SQL Server 2005 by using the CREATE ASSEMBLY statement and the least privileged security permission set.
Which permission set should you use?
A. Default
B. SAFE
C. EXTERNAL_ACCESS
D. UNSAFE
Answer: C
4.You configure a new SQL Server 2005 computer to use TCP/IP with all default settings. Your corporate policy requires that each server use a firewall. You find that you can connect to the SQL Server instance from the local computer. However, client computers cannot connect to the SQL Server instance.
You need to identify the most likely cause of the connection issues.
What should you do first?
A. Ensure that port?1433 is open in your firewall.
B. Ensure that port?443 is open in your firewall.
C. Ensure that client computers connect by using Shared Memory protocol.
D. Ensure that the server is not paused.
Answer: A
5.Your application must access data that is located on two SQL Server 2005 computers. One of these servers is named SQL1 and the other is SQL2. You have permissions to create a stored procedure on SQL1 to support your application. However, on SQL2 you only have permissions to select data.
You write the stored procedure on SQL1. The stored procedure accesses SQL2 by using the OPENQUERY Transact-SQL statement. However, the query fails when executed.
You need to troubleshoot the cause of the error.
What should you do?
A. Join the two servers by using the four-part syntax of server.database.schema. table.
B. Reference SQL2 by using an alias.
C. Add SQL2 as a remote server to SQL1.
D. Add SQL2 as a linked server to SQL1.
Answer: D
6.Your company has multiple servers in a distributed environment. You work with two SQL Server 2005 computers named SQL1 and SQL2. Each server uses SQL Server Authentication and they use different logins.
You need to write a distributed query that joins the data on SQL1 with the data on SQL2.
What should you do?
A. Ensure that both SQL1 and SQL2 use the same login name as the security context for each server.
B. Configure SQL2 as a remote server. Write the query on SQL1.
C. Configure SQL2 as a linked server to impersonate the remote login.
D. Configure SQL2 as a distributed server. Use pass-through authentication.
Answer: C
7.Your company has two SQL Server 2005 computers named SQL1 and SQL2. A user in your company named Eric writes many ad hoc queries against the company databases. Eric has access to the Customer database on SQL1. He does not have access to the Sales database on SQL2.
You need to ensure that Eric can write queries that join information from both servers.
What should you do first?
A. Create a linked server on SQL1 to SQL2. Configure the linked server to use impersonation.
B. Create a linked server on SQL1 to SQL2. Configure the linked server to use mapped logins.
C. Instruct Eric to write the queries on SQL2 by using the OPENQUERY statement and specifying SQL1 as the server name.
D. Instruct Eric to specify SQL Server object names by using four-part notation.
Answer: B