using the java playground

I’ve started offering using Oracle’s Java Playground for labs when I do half or full day trainings. While not all features can be used in playground. many can. This lets people do most of it if they bring a corporate laptop where they can’t install the matching version.

This time, I decided to put the Java Playground instructions in a blog post since they aren’t specific to the lab and anyone reading this blog post might find it useful.

Getting started – running simple code

Just put the contents of what would go in a main method. For example,

System.out.println("Java");

Working with classes/records

To use classes or records, you declare them before your code and then put the calling code “loose”.

public class Foo {
  
}

new Foo();

Using long code listings

If the code is too long, you’ll get a suggestion to use an IDE as output. All my labs can be done in the playground except for the modules where stated otherwise. You may have to delete some code in order to get later parts of the module to run. (Commenting out does not work as it does not decrease line length)

Features not supported

If you try to run something that isn’t allowed you get:

Your snippet is trying to perform an unauthorized operation!

Examples of unauthorized operations include:

  • thread operations (sleep, platform threads, virtual threads)
  • reading a system property or environment variable
  • reading/writing from a file

PASSED! Jeanne’s Experience Taking the Oracle Cloud Infrastructure Generative AI Professional

Today I took the Oracle Cloud Infrastructure 2025 Generative AI Professional certification and passed with a score of 86%. Passing is 68%. This roughly the score I got on the Foundations exam. Which isn’t surprising. I tend to make the same amount of “careless mistakes” on exams in general with this sort of thing. Even in elementary school. I’d know the material, and write down the wrong answer. Or misread a question.

It’s a 90 minute exam with 50 questions. This is 30 minutes and 10 questions more than the foundations exam. It took me 22 minutes for this exam (and about 10 minutes for the foundation). For both each question was pick one of four multiple choice questions. In many questions one or two were clear distractors. Why did this take twice as long? More questions was part of it. And another was this one had you reading code for some of the questions. Not a lot of code; just 2-6 lines or so. But that takes longer than reading words. Which is probably why the Java 21 cert was a problem with time. That was reading A LOT of code.

Why I took this certification

Oracle is doing a race to certification, where you can take a number of free certifications between now and Halloween. Unlike the Vector cert, which I took solely because it was free, this one I took both because it was free and to learn something. (same for foundations) And I did. Some was new to me and some I used to know and forgot. I especially appreciated learning/reviewing vocabulary and concepts.

What I did:

  • Watched videos and did skills checks from the free course. This was interesting. The skills check questions cover a good amount of the exam materials. I watched it on 2x speed. I also skipped most of the lab videos. I skipped the demos and focused on the concepts because I wasn’t interested in the Oracle Cloud specifics. I did this over two days. There is some repetition in the videos. For example, in context and k shot prompting was in modules 2 and 3. Same slides; different instructor.
  • Watched the video about preparing for the exam. It came with 4 practice questions which were similar to the exam.
  • Did practice exam. This was 50 questions. matching the real exam. The first time thru I got a 68%, which is exactly passing. (I didn’t review my notes at all) It was useful for knowing what I needed to remember. I reviewed 15 answers and then took it again getting an 84%. (I didn’t review them all because I accidentally closed the browser tab.

The exam

All the questions were single answer multiple choice. Like the Vector exam, you had to sign up for a slot in advance. Scheduling wasn’t bad though. I had a choice of any time during the 24 hours of Monday. (and a few 10:30pm or later Sunday night but I am a morning person)

Also, like the Vector exam, i took a picture and showed the computer my id. Then started.

I wrote a separate blog post about the exam engine. I had a few differences form that time though:

  • I had to download software to my machine for Proctorio (“Secure Companion App” and not just the browser plugin this time. I was sure to delete it right after.
  • I had to close my Terminal and Slack this time. While I certainly didn’t use them last time, I didn’t close them. (I don’t have alerts on Slack so it didn’t affect e)
  • Two of the questions had a multiline sentence as answer options that was behind the floating menu bar on the right. The first time, I dragged it was fine. The second time, I accidentally clicked the picture of me (my video) instead of the grab bar. This turned off my video. I clicked to turn it back on immediately and the proctor didn’t comment. There was nowhere good to put the bar though where it didn’t cover something on one question so I moved it a few times.

After the exam

You get a score report on the screen right after submitting and an email right away with the same score. It took a little under an hour to get the second email saying my certview was updated. While Oacle products were used as examples a lot, you only had to actually know about them for a few questions.

What I found most interesting

I like that the questions were a mix on this exam. Some were pure definitions. Some were scenarios where you had to identify a term or algorithm from the description. Some were code where you had to answer a question about it. (luckily the Python code was clear because remember I didn’t watch any of the demos or do the lab).

I also found it interesting how the exams are related. Some of the concepts from other exams were on this one.

How to Study

The learning path is sufficient to take the exam if you go through it carefully. And just like the other AI certs, pay lots of attention ot the sample questions and practice exams! There are only so many ways you can ask certain topics.

PASSED! Jeanne’s Experience Taking the Oracle Cloud Infrastructure 2025 AI Foundations Associate

Today I took the Oracle Cloud Infrastructure AI Foundations Associate certification and passed with a score of 88%. Passing is 65%.

It’s a 60 minute exam with 40 questions. It look me way less than that (about 10 minutes). Each question is pick one of four multiple choice questions. In many questions one or two were clear distractors.

Why I took this certification

Oracle is doing a race to certification, where you can take a number of free certifications between now and Halloween. Unlike the Vector cert, which I took solely because it was free, this one I took both because it was free and to learn something. And I did. Some was new to me and some I used to know and forgot/

What I did:

  • Watched videos and did skills checks from the free course. This was interesting. The skills check questions cover a good amount of the exam materials. I watched it on 2x speed. I also skipped most of the lab videos. I skipped a lot of the demos and focused on the concepts.
  • Watched the video about preparing for the exam. It came with 7 practice questions which were useful for getting a feel for what to expect.
  • Did practice exam. This was 40 questions in 60 minutes. it matched the real exam. The first time thru I got a 55%. (I didn’t review my notes at all) It was useful for knowing what I needed to remember. I took it immediately again and got a 93% which was more reflective of my real exam score.

The exam

All the questions were single answer multiple choice. Unlike the Vector exam, you didn’t have to sign up for a slot in advance. It didn’t seem proctored although hard to be sure. You also get 15 attempts at passing. I only used one but it seems like the goal is for people to pass and not to have a stringent test.

You get two free exam attempts with the promo and this exam didn’t use either of them. Looks like it is always free

I wrote a separate blog post about the exam engine. The battery indicator wasn’t there so maybe that was about the proctor’s machine?

After the exam

You get a score report on the screen right after submitting and an email right away with the same score. It took a little under an hour to get the second email saying my certview was updated.

What I found most interesting

The refresher on terms was good for me. The types of neural networks and when you use each was mostly new to me and interesting. There were good examples throughout. I also enjoyed seeing the capabilities of some of the Oracle products at a high level.

How to Study

The learning path is sufficient to take the exam if you go through it more carefully.