Technology Basics - Mixed Topics
A general technology quiz covering various topics including Flex programming, Microsoft Office, computer basics, and mainframe technologies
Questions
Which of the following are ways you can add the contents of a Microsoft Office Excel 2003 worksheet to your SharePoint site?
- From your SharePoint site, on the Create page, under Custom Lists, click Import Spreadsheet, and then specify the Excel worksheet to convert to a list.
- From Excel, convert the worksheet data to a list, and then use the Publish List command to save it as a list on your SharePoint site.
- From a document library on your SharePoint site, use the Upload Document command to add the Excel worksheet to your document library.
- All of the above.
What's the easiest way to create a survey that anyone on a site (even users from the Reader site group) can participate in?
- From a view of the survey, click Modify survey and questions, click Change Permissions, and then, for the Reader site group, allow the view, insert, edit, and delete items rights.
- Create a subsite that allows all site groups to view, insert, edit, and delete items in all lists, and then create a new survey.
- To do this, you need a Windows SharePoint Services-compatible Web page editor such as Microsoft Office FrontPage 2003.
- Windows SharePoint Services doesn't allow you to do this for security reasons
Out of these which one is not a valid flex chart component ?
- bubble
- candel stick
- pie
- tag cloud
Transmission Queue
- can be configured separately for each locally defined queue.
- should be a local queue
- can not be accessed directly by any application.
- should have the same name as that of the remote queue manager where the remote queue is actually defined.
PD represents _______
- signed COMP variables
- COMP-3 variables
- Zoned Decimal
- signed 3 variables
How can a Flex application communicate to external Java file ?
- Using JDBC
- Using BlazeDS
- Using FA Bridge
- Directly calling the Java class
What FA Bridge does in Flex ?
- Acts as a bridge between Flash and Action Script
- Acts as a bridge between Flex and Struts Action Class
- Communicates between Flex and Ajax
- Communicates between Flash and Java
Can you implement lazy loading of a module in Flex ?
- No, Flex doesn't support lazy loading
- Yes, by lazyModuleLoader class
- Yes, by moduleLoader class
- Yes, but need to connect to database first
Flex programing is based on OOPS concept ?
- True
- False
You can't compile a Flex application without Flex Builder. True OR False ?
- True
- False
What does the Key "F1" does ?
- Delete content of document
- Universal Help in Windows program.
- Edit options in current program
- Goes to end of document.
What "Ctrl + End" does ?
- Goes to end of document
- Highlights from current position to end of line.
- Goes to end of current line.
- Select all text.
What do you mean by PDF ?
- Pushable Document File
- Portable File for Document
- Portable Document Format
- Printable Document Format
Safari is a browser developed by ?
- Sun
- Microsoft
- Apple
- Redhat
What does NASSCOM stands for ?
- National Association of Software and Social Services Companies
- National Association of Software and Services Companies
- National Association of Social Services Companies
- National Authority of Software and Services Companies
What will happen when you tripple click by your mouse on a word document ?
- Opens to another open Microsoft Word document.
- Selects the line or paragraph of the text the mouse triple-clicked.
- Zooms in and out of document the mouse triple-clicked.
- Insert the current time.
Flex Builder Professional is required to use Flex charting controls without watermarks (True/False)?
- True
- False
All charts except the PieChart control have grid lines by default ?
- True
- False
Which one of these is not a property of bubble chart ?
- minRadius
- radiusField
- stroke
- heap
Which one of these is not a valid chart event ?
- change
- itemClick
- itemFocus
- itemDoubleClick