Wednesday, July 30, 2008

axapta- MB6 508 exam questions

What is the most significant reason behind Microsoft AXs ability to easily scale its number of
concurrent users?
A - Microsoft AXs Open Source Code
B - Microsoft AXs Configuration Key system
C - Microsoft AXs Layer structure
D - Microsoft AXs AOS technology

Answer: A


Question: 3
What is MorphX?

A - It is the automatic layout generation of Forms, Reports and Menus.
B - It is the Integrated Development Environment in AX
C - MorphX is used when data from more than one table needs to be showed on a form or a
report
D - It is the automatic layout generation of Forms, Reports and Menus.

Answer: B

Question: 4
Does Microsoft AX allow multiple languages running on the same application?

A - Yes, however, you have to have a different Application for each language.
B - Yes, however, you have to have a different client for each language.
C - Yes, Microsoft AXs label file system allows you to run multiple languages on one application
D - Yes, however, it requires a separate Microsoft AX Object Server for each language.

Answer: C

Question: 5
What is IntelliMorph?


A - That is the Integrated Development Environment in AX
B - IntelliMorph is the tool you use to create a new label file
C - IntelliMorph is used when data from more than one table needs to be showed on a form or a
report
D - It is the automatic layout generation of Forms, Reports and Menus.

Answer: D

Question: 6

Which is NOT a part of the security system in AX 4.0?

A - Configuration keys
B - Security keys
C - User level security
D - Record level security

Answer: C


Question: 7

How are labels stored in Microsoft AX in a live 3-tier environment?
A - In the standard Microsoft AX database.
B - In a separate SQL database on the server.
C - In label files on each client.
D - In the label files in the application folder on the application server.


Answer: A

Question: 10

If you want to delete the entire USR-layer from Microsoft AX, what files should you delete from
the application folder?
A - All Axusr*.* files and the axapd.aoi file.
B - All *.usr files.
C - The Usr.axa file and the axapd.aoi file.
D - Only Axusr.aoi and axusr.aot.

Answer: A

Question: 11

What happens when importing the Address form from the SYS-layer into the USR-layer when the
Address form in the USR-layer has modifications?
A - The import deletes the form in the USR-layer.
B - The import is ignored.
C - The import overwrites the USR-layer.
D - The form is imported with the name CopyOfAddress.

Answer: C

Question: 12

How should you change the label of an existing system field?
A - By modifying the existing label in the SYS label file.
B - By copying the object into a higher layer and then creating a new label in the SYP layer file.
C - By creating a new label in a new label file.
D - It can not be done.

Answer: C

Question: 14

If all you see on certain forms in the user interface is text such as ‘@ABC160’, what is most likely
the reason?
A - The label files did not get deployed.
B - The Microsoft AX database needs re-indexing.
C - The client files are corrupted.
D - The SQL server is corrupted.

Answer: A

Question: 15

How can you create a project that is visible to the other developers that are working on the same
application?
A - Open the AOT and create a project in the Public folder under the Project node.
B - Click the Project button and create a project in the Shared folder.
C - Projects are always private.
D - Create the project and set the property to Shared.

Answer: B

Question: 16

Which is not a Debugger Window Pane?
A - Input
B - Output
C - Variables

Certified Logos
















































































Wednesday, July 16, 2008

JChat Applicatioin with Java: multi clients

Hi Dear,

I tried to build simple client server application, using java technology, and i happied to share what i get here.

Function Requirement

Overview:
It is required to design and implement a simple client/server chat
application. Server is lunched and waiting for client connection. As
soon as client authenticates itself, a socket stream is opened between
client and server. Both exchange text messages through this stream
until any (server or client) requests to terminate the connection.
Note:
1. Server and client are two separate applications, running on a
single or two machines.
2. The connection is to be implemented using any connectivity
mechanism as long.
3. allow connection between one server and multiple clients

Document Contents

1. Use Case I , II , III
2. Sequence Diagram
3. Class Diagram
4. How To Run App
5. Screen Shot
6. Tools

Use Case I

Use Case II



Use Case III

Client app. Sequence Diagram

Server app. Sequence Diagram

Class Diagram

As we design application as multi-tear architecture, we divided classes in three layers , which are data, business , presentation


Finished Now, and continue in further post

ur comments are so useful to me, thx