Tag Archives: IBM

IBM IPATO

IPATO – (Information Processing Aptitude Test Online by IBM)

Interesting little aptitude test lasting about half an hour.
It’s main purpose is to get an idea of how fast your mind can handle things.
It included three main sections, matrix manipulation, numerical reasoning, and number series.

  • Matrix manipulation isn’t exactly matrix manipulation… it was more-so of a test of how fast you can follow their simple manipulation instructions.
  • Numerical Reasoning included standard testing questions. (Most questions easier than others). To prepare yourself for this section, go study for the GRE or something similar.
  • Finally number series. This is something either you get right away or you don’t. This is the one that has the highest time constraint, and people will either do very well on it (and finish with a few seconds left), or simply not finish at all.

You are timed. Which naturally adds pressure.

Notes:
Prepare yourself with some empty matrix boxes for the matrices section.
Study numerical reasoning sections similar to the GRE.
Take it when you’re relaxed and ‘in the zone’.

Technology Explorer

Hi all :),

yes, it still feels mandatory to greet an audience of nil.
So far, I am currently under Undergraduate Capstone Open Source Projects and working on the Technology Explorer for DB2.

But wait? What is this Technology Explorer anyways?

The Technology Explorer for IBM DB2 is a light weight, web based console for DB2 that helps you learn about DB2 using demonstrations and tutorials. The TE is designed from the ground up to be easy to use and customize to suit your needs.

Great piece of software, and I’m glad I was placed on this team.
It’s interesting how much one can learn from only a few days of peering into the code base.

Anyways, recently I have been working on the export functionality for the Ad Hoc SQL area of the Technology Explorer, which essentially turns results from the database into a format that the user wants.
At the moment, it supports html, xml, and csv.

If this chapter of work is done, I will be moving on with my life towards expanding the Technology Explorer to MySQL Db instead of being only isolated to IBM’s DB2.

Links: Technology Explorer