Thursday, July 30, 2015

Random status Update

Random status update:


I've taken a job where I went to college the first time before I dropped out. The world is such a small place. Good job, better people, very good work environment. Pay, meh. What are you going to do? I was burned out on management so just simply been task driven is nice instead of leading others. Funny, how much you learn as a manager, what you did well, what you sucked at, how others do better than or worse than you in each area. One thing from all of it I've learned, most people are social animals. Treat them as such. Not animals, but as social creatures. Talk, visit, etc. Even the quiet ones. Management by walking around, is hell of a method to this day. 1 hr of time = happy people. In addition, it gets the uninspired moving a bit more.

I've been assigned to straddle security and netops so I am learning (relearning?) some things. In particular, I'm taking on PaloAlto's firewalls. I'll take my ACE exam soon, then the PNCSE. Kinda makes me miss the cisco tests. More practice tests and simulators in the Cisco world.

Anyhow, I've determined that K-12 environments should adopt VRF's or similar functions instead of building based designs. Its not much of a change, but VRFs keeps the kids traffic with the kids, the staff with the staff, and the teachers with the teachers. From there, policy decisions become much easier and less worry of cross over traffic due to routing.


Thursday, May 21, 2015

Passed -- Cisco 300-135 -- TSHOOT

Well that was a fun test.

Test Info:
  • Total of 21 questions
  • handful of multiple choice
  • 2 mini scenarios
  • 13-15 are the scenario based problems. These are based on the published topology from Cisco.
Test Studying Thoughts:
  • First of I believe you need to master the scenario by practicing. You have 2 hours to knock this one out, and answer 20ish questions while trying to learn the network map is going to be a huge challenge. I used CBTNuggets course from Mr. Barker again. I didn't find much value in Jeremy's course nor the official book (sorry). This is hands on practical of what we've learned in ROUTE & SWITCH. Using and reusing the scenario from Keith should teach you some important things to remember when troubleshooting. Remember where your transition points are going from Layer 2 --> Layer 3; EIGRP --> OSPF; Inside --> Outside. Break it into smaller problems. Its hard to solve a big problem. Solve a bunch of small ones.
    • Is your layer 2 good? Can you ping from client1 to DSW1?
    • Is your internal EIGRP good?
    • Is your OSPF to EIGRP transition clean?
    • Is your OSPF good?
    • Is your BGP to OSPF good?
    • Is your BGP good?
    • Is your inside to outside transition working?
  • Know your routing show commands and what the output means
    • Show ip route
    • show ip protocols
    • show ip route ospf
    • show ip route eigrp
    • show ip route bgp
    • show ip ospf int
    • show ip ospf neigh
    • show ip eigrp int
    • show ip eigrp neigh
    • show ip bgp
    • show ip bgp summary
    • show ipv6 of the relevant items listed above
  • Know your layer 2 commands
    • show vlan
    • show int trunk
    • show port-security
  • Know the scenario information
    • show ip nat trans
    • show access-list
    • show ip access-list
    • show ip dhcp bind
    • show ip dhcp stat
  • Know how to source your pings and traces
  • Show run is your friend, but only at the end. Sifting through 10 devices worth of show run is going to take too long on 13-15 questions to finish in 120 minutes. The show run should be the last step to find the actual syntax of the mistake. The other shows should get you 95% of the way home.
Test Taking
  • You are asked to find the device causing the problem, the technology in use, and the resolution to the problem.
  • This was the only time I asked for a sheet of paper. Being left handed and smearing your notes suck. I usually wrote a quick note on the problem such as (C1 --> Web). Then I made notes on what wasn't working. for example, if the client couldn't ping DSW1 that's the note. When I found the device I thought had the error, I wrote its name down. I also wrote down the best guess of what I'd call the technology. Finally, on step 3 of the problem, they ask for the solution. Syntax matters. READ the possible answers. They will blur together and almost seem the same. UGH.
Good luck. My brain are tired :)

Tuesday, May 12, 2015

Passed -- Cisco 300-115 -- Switch

Another down! Yay! Thoughts and comments time

The Test:

  • I used 87 of the allotted 90 minutes to complete 44 questions with a mid 900 score. Remember, there is no going back so you have to answer the question then and there when it is presented. Waiting for an moment of clarity later in the exam isn't an option. You gotta grind it out right then when the questions/scenario comes up.
  • Two or three of the questions had 4-6 parts on configuration review, analysis, troubleshooting and remediation options/recommendations. These chewed a significant chunk of time. Most of it was spent reading the questions to figure out what they are really asking plus reviewing the configs. These are the ones where you truly want more screen space. It felt like most of the time was spent using show commands and having to maneuver windows so I could see the relevant information between two or three devices. I'm sure dual monitors would have saved me about 5-10 minutes here.
  •  There were three configuration items. The configuration tasks were somewhat long. 
    • The steps had to be completed in a specific order compared to what is permitted in real life. I'm sure most people would do the steps in the order I chose. For example, configuring AAA, I always configure my authentication sources first, then do the actual AAA methods. However, on the test, AAA methods had to be done first, THEN the authentication source commands worked. That took 5+ minutes of going, "WTF, is there another way of configuring RADIUS/TACACS servers I don't know and didn't practice?" So I launched into the AAA methods and all of a sudden I could do my AAA servers after that. Basically if the command you -know- works doesn't work right away, try another portion of the question. The failing command may all of a sudden work later. 
    • The configuration tasks had LOTS of requirements on a couple of them. Some of the validation for the early items relied upon the completion of the later items. I probably could have read the full question two or three times to figure out what order to do the steps, but I didn't.
    • As you type your commands and change interface status you may get messages (even if you administratively shutdown the interfaces). Int up, protocol up. 2 seconds later, Int down, protocol down. Pretend its the TV, and don't believe everything you see. Check your interfaces with your commands. Check the changes you made with the other show commands (trunk, channels, monitor, dot1x, whatever).
  • There were a handful of review the exhibit, here's a problem, what's the most like cause or what is the best remediation option.
  • The rest were standard multiple choice fare including edge cases, do you know the protocols well, do you know the difference between protocols, etc.
  • I thought there were two questions with no right answers. Example, what happens to a standby track priority when the track interface goes down and comes back up. Essentially, nothing in my book. Yes, it decrements, but then it returns to normal value. The question asked about the end state value. No delta or up and return weren't on the list.
Study Material:
  • I used CBTNuggets video series from both Jeremy and Keith along with the Safaribooks version of the 300-115 Study Guide from Cisco Press.
    • Jeremy's was a good introduction to most the topics. There wasn't always a lot of meat in the material in regards to answering the last bullet above.
    • Keith and Jeremy's labs were very good. Again, I got to the point I could do the labs on my equipment (or least type the commands in the right order and location) by just looking at the topic that was going to be covered. One of the important points in these labs if to listen if either of them say something that would make you think, EDGE-case question! I went through Keith's twice and a couple of Jeremy's twice to catch these. The second time through on the labs, I paused the video after the setup and goals were established and tried to complete the task without watching the video. Good practice for the exam simulators.
    • The SafariBooks piece had all the extreme information, what the min, what is the max, what are the timers, what are the defaults, what are the ports/protocols, etc. Safari also covered RPR, RPR+, SSO, and NSF.
  • Practice tests were those provided by CBTNuggets via Transcender and SelfTest. The content in these bordered on useless. It seemed like 40% of the material was old and dated and not on the test (wireless, voice, cef, etc). In addition the explanations were wrong. (vtp version 2, not vtp-mode v2 like the explanation given). These were used mostly to get used to deciphering the test questions.
Study Environment
  • Pure GNS3, v1.3. I used the IOU L2 images along with c7200 routers when I could. These did most of the commands. Short-comings on the images I used
    • SPAN/RSPAN doesn't work at all. Just typed the commands to practice.
    • Private VLAN doesn't "work". The commands are permitted and required in the correct order. However, the configuration isn't supported so no functional changes are done but the commands are there. The show commands pretty much work, but tell you, yep, it doesn't work.
    • 802.1x not fully implemented on interfaces
    • radius-server host didn't exist
    • lldp doesn't exist
    • vlan acls do not work
    • sdm is not there
    • ip dhcp snooping doesn't work right. commands are available, but turning it on with trusted ports causes DHCP to break. DAI is not there at all.
    • int vlan x; ip add x.x.x.x; t didn't always work between the IOU devices, especially with FHRP protocols. EIGRP/OSPF would neighbor great, but the FHRP simply wouldn't see each other. I had to use the 7200 routers to do FHRP practice.
    • RPR, RPR+, SSO don't work (duh)
    • Stackwise isn't there (duh)
  • None of these were a deal-breaker. If the command wasn't supported, I just watched the video, typed the command at the right location, review the video results, moved on. Its all about repetition to memorize the commands.
  • Another thought on the GNS3 for practice was seeing the odd messages that shouldn't appear with a admin down interface made the strangeness on the exam simulator not so shocking.
Overall, the test was pretty much what I expected. I think only one question surprised me in terms of content. The testing objectives lined up well and the official study material did well to cover the objectives. It didn't hurt having 15 years of managing 2000+ campus switches so a lot of it was old hat.

Anyhow, onto TSHOOT. Good luck.

Tuesday, April 28, 2015

Passed -- Cisco Route 300-101

I took the Cisco Route 300-101 exam today and some how managed to pass it. It was a long test for me as it took 87 of the 90 minutes allotted. This was due primarily to the simulations. I had trouble getting one working although I thought I had it configured correctly. I re-lab'd it up at home and it the solution worked as I expected it. Strange. Anyhow, a quick review.

I used the CBT Nuggets material and the Cisco authorized book via Safari Books Online. This pair seemed to work well. CBT provided the practice labs, the overview of most of the technologies covered, and the practice test from SelfTest and Transcenders. The book filled in the gaps when taking the practice tests. There were definitely questions in the practice tests that weren't in the Nuggets info. Having said all that, the items played well together and gave me enough information to pass.

The test was relatively short (under 60 questions), but 4-6 were simulations. Remember, this is a Cisco test so there is no going back so these have to be done when presented. I ran into some difficultly on a couple of them due to ... imprecise information. Some of the simulation questions required very precise subnet information, while others wanted me to grab the entire classful network. However, it wasn't clear until testing my solutions what they were looking for. Looking into the routing statements, interfaces, etc to help, simply didn't help. So I had to configure ACLs etc, multiple times, test each version, and clear out the wrong information. This drained my time very quickly on two questions as they took 15 minutes each. I had to leave one wrong (according the simulator, but not gns3 at home) and move on. I was 13 questions from finished with 15 minutes to go. Yikes. Luckily the last simulation was relatively easy for me and I finished at 2:45 left to go.

Anyhow, I like the idea of simulations and practical experience, but the engine needs some work still. Some commands aren't always available, but then you are given access to "show run" in the same question. Sometimes sifting through the run when a single concise show is faster. Next, there needs to be more screen space for the sims. Trying to view 4 routers consoles, the scenario question, and a diagram on a single monitor is a chore. I spent a lot of time flipping between those items while completing the simulations.

Last, I didn't like the fact that one topic was not covered at all in the test from the layer 3 techs area that required a significant effort while another single topic in infrastructure was hammered on 4 times. Maybe it was just luck of the draw.

Anyhow, onto switch while we hunt.

Thursday, April 23, 2015

Job Hunting -- Job 1 Post-mortem

Job 1:

I was still in last 2 weeks of school when this opportunity arose. Bit of background, the job was 3 hours from where I live, but near my family. I applied online. Boys and girls, this is how I think you should do an interview process.

First, the Superintendent himself calls me. He tells me the job would like be a significant pay cut. (Yay! Set expectations early! This is good). I figured that going in so I said that is fine. He asked about why I was applying for a job so far away. I told him the reasons. He says he will call back to schedule the interview.

Two days later, he calls, and we schedule up the interview. He sends me directions, contact information, etc.

A week or two later, we have the interview with his team. They were looking for a different skill set than I brought to the table. Happens. I ask about timelines, etc. He set the expectation of about 5 days to expect them to select the candidate.

A week later, the Superintendent calls me. He says they went with another candidate. This is a hard call to make for most folks, but you gotta do it. He did. I told him thank you for letting me know and wished him well.

Overall, it was a positive experience. Personal calls and contact were made. Expectations were set from the get-go. Dates and timelines were generally kept.

Wednesday, April 22, 2015

Job Hunting or How to Lose a Candidate in 30 days

I've finished the degree. Yay! I've had a celebration vacation. Now it is time to start the job search and skill growth phase. I'll try to do some postings of the, uh, funny things that have happen so far in the job search. Stories 2 & 3. I'll tell story 1 soon enough.

I've recently applied online for a couple of jobs. Greatness. Anyhow, both resumes made it past the first bridge troll in HR (or automated troll) to get onto the next phase of review.

Job Two:


Sent me a series of email questions asking for responses. I know I'm IT oriented, but this was simply WRONG. Seriously, if one of the questions is salary range which can be a weed-out question due to an applicants requirements being outside of the range, why even ask the other questions. They wanted me to provide real depth to what I did in writing to questions like:

·Please describe the topology of the network at your most recent position and your role. Please be specific and include the vendor and model numbers of the equipment you managed, as well as the protocols used to connect neighboring devices and remote data centers.
· Please describe your Unified Communications experience, and any conversion projects in which you have participated. Please be specific, include your role, and the dates.
· What network tools did you manage and/or use to perform your daily job functions

Then don't ask what are your salary requirements in the same questionnaire if an applicant will be disqualified based upon that number. Go ahead and state it up front to the applicant. Otherwise, you are wasting my time and yours. I understand working in the public sector or in education. Sometimes, you are capped. Go ahead and state it up front what the range is, especially if it is a hard cap. I always had my Admin Asst call any applicant who were potential candidates and give the salary range. Saved a lot of wasted time for both parties. I also used that phone call to ask, if the candidate would share, what was an approximate salary they were looking for so we could potentially adjust our pay rates. Never happened -- the adjustment --, but at least it was easy to say why the process took so long or we had to take a candidate we'd have to train up. Lesson for all the HR people or hiring people or whoever will listen. If there exists a range, post it, let the candidates know. Sometimes, good tech people will take a pay cut to get the better hours, better work life balance (no on call 24/7!), new opportunity, etc.

Job Three:


Applied online. About a week later, a computer sent me an automated email asking me to schedule an interview online. Okay. Done. Scheduled it. Then the automated scheduler sent me a response to email the Admin Asst. confirming my interview. Sure. Done. She responded a day later. First real human contact. First clue on the environment.

Interview takes place. It runs 45 minutes long. Most of the time that means it is going well.

Week one goes by.
Week two goes by.
Week three, day 1: One of my references listed lets me know he's been contacted to schedule a call. My reference asks what to say. I tell him to do whatever he wants. He will anyway. Make shit up, tell the truth, don't care. Please note, the prospective employer hasn't contacted me.
Week three, day 3: Same reference says I'll likely be the finalist based on his call. Guess he wowed them. I hope it was with reality.
Week three, day 5: email from prospective employer asking me to fill out the rest of these forms as I am the finalist. Seriously. No other contact. No phone calls. No pay-rate discussions. No follow-up. Wow. On top of that, the emails say these are automated emails, and request that I don't respond to this address. However, the email later states I can contact them if I have any questions. No contact phone number nor email was listed though. 

Lesson for all. If you are hiring someone, stay in contact with the candidates. Use human methods, not automated emailers, regardless the size of your organization. Interviewing is like dating. You have to call, send email, text, whatever. This must be done with the preferred candidate often. Once every 2-3 days at worst. People like to be flattered. They like to feel important and wanted. Yeah, dumb human instinct, right? However, if this is my first interaction with you as a company and organization, how do you want to me to think of your organization? 

  • That you called. You followed up. You kept me in the loop. You made sure I knew you were there if there were any questions I had. You thought I was important.
  • You were quiet. You never said anything. You just disappeared. 0 communication. I'm just another cog in a machine.

Job Three is a pass based upon these simple things. I don't know if I'll even look to find out how to decline the opportunity. You get what you give. 
 
Job Three Update:
 
Today, the computer has asked me to go get fingerprinted via an automated email. So the standing orders from the computer are:
  • Give us your personal info so we can run your background check
  • Give us your college transcript so we can verify you went to school
  • Give us your fingerprints so we can run your criminal history
  • Give us your bank information so we can setup direct deposit
  • Give us your citizen and ethnic status

Things not done by the prospective employer (or computer)
  • Stay in contact with me. That includes no contact information to follow up. Nada. Zilch. 0.
  • Notify me in a personal manner that I was the finalist.
  • Discuss salary, job specifics, or anything related to the job since the interview.
Wow. Its almost like the computer wants to steal my identity. Automation and Technology has its place boys and girls, but when you are hiring for a position, you are hiring a person. Treat them as such.

I'm sure there will be more to this saga.

Job Three Update #2:

They finally presented an offer, in email of course. It really looks like a form email, but sometimes HR is told to keep it bland to ensure no "bad' things can happen. Its on okay offer. Probably about the same per hour as when I left to get a degree. I find it amazing no one from the group I interviewed with has chosen to make a personal attempt to contact me for nearly 4 weeks. Yes, I know, if I wanted the job, I'd do the contacting. However, I have received 0 contact information except for the Admin Asst's email.

Job Three Update #3:

I declined the offer stating the position didn't match my career goals. Now, they are asking if it is the pay that cause me to decline. To no one's surprise, the question was in the form of an email. Again, you are hiring a person, not an email correspondent. Time to politely formulate an answer.

Job Three Update #4:

Ha! A phone call from the person with the position asking what they can do to get me in there. This is almost comical. Its hard to maintain some sort of professionalism with all this automation and actually pick up the phone and return the call now.

Monday, February 23, 2015

WGU Capstone and Capstone Proposal Done

Got official confirmation from TaskStream my Capstone passed. That makes the degree plan 125/125, graduation. YES!

Thoughts -- SBT1 -- Tech Writing
Tip 1: Ok, everyone...absolutely everyone says follow the rubric. DO IT. Don't be smart, don't assume the grader will find you satisfied the rubric buried in your paper. Simply follow the follow rubric using the template. It'll save you headaches. I had to resubmit my SBT1 due to failure to define objectives clearly. I had goals and deliverables, but my objectives (goals-->objectives-->deliverables) weren't clear. Resubmit and I passed.
Tip 2: if you have to make up a project (I did), do something you are good at and tie it back to your degree. I'm a network goober at heart, but my degree is IT Security. I did a pseudo-network redesign for pseudo company. Securing the edge was only part of the solution. Anyhow, you don't have to make the project explicitly about your degree program. I was going to do a wireless security project, but it was going to get out of control quickly. Not a good idea. You have to incorporate your emphasis somewhere, and that's it. Don't make it hard. Its a lot of writing as it is.
Tip 3: Yes, it is the department of redundancy department. You will feel like you are repeating yourself throughout. Just the nature of the beast. stick to the template. If you choose to review the capstones, don't over-analyze. Some are 3 years old, some don't have the same layout as the current templates. Use the current template.
Tip 4: have someone else read your paper. Doesn't matter if they are technical our not. Just need a grammar and structure check. You've read it too much. you know what you mean to say. they don't. let 'em read it and fix it. You aren't perfect. I'm not. No one is. Let your best friend, spouse, whoever help on the review. Plus it'll count on your 10 items list if you do it right.

RGT1 -- capstone
This is fairly straightforward. Don't overthink it. Do the conversion as given, and write the new sections. I did mine in 2 days (8 hours each). Most of the heavy lifting is in the SBT1. I created pseudo network diagrams, network schemes, etc. Dreaming that up took 4 hours. I got a 4 on the rubric for the add-ons. I dunno if the depth of information helped, but I'm going to guess it does. Make sure you had some depth to the project. SBT1 is just a dream. RGT1 is real. Make it tangible. Produce the paperwork you would for a job. Network diagrams, IP info, whatever your boss or you'd want your junior engineers to have after you were done. Make it come to life. And if you don't have the software, grab the timebombed versions and install them. (office/visio).

Anyhow that's it. i'm done. good luck on your adventures.

Wednesday, January 28, 2015

WGU Update -- MGC1 & TPV1 Done

I passed the TPV1 today, Project+. I thought it was relatively easy compared to some of the other courses. The prep material from uCertify was perfect for the course. I studied 6 days for this one. Only recommendation is use the uCertify material, and READ the questions and how they got the answers. Remember there are 5 phases, answers from the 4th phase will not be right for the planning phase questions. If you have a good vocabulary, that will help. Also, taking the MGC1 right before actually helped as Project+ had the stages of teams (yay!) plus the types of conflict resolution, and last, the types of organizations (matrix versus functional vs project). Nice carry-over.

I took the MGC1 course 12 days before and passed. Typical test. Study what they tell you. Do the practice test at least twice with at least a mid-80 grade. As noted above, this course carries over really well into the project+ course. In hindsight, I'd probably do the Org Behavior, followed by Principles of Mgmt, then project+ back to back to back. The concepts stack and less relearning. If you were feeling ambitious and wanted to go off track/do a victory lap, doing the ITIL Foundations would fit nicely at the end of these 3. It isn't quite the same as stacking of concepts, but a lot of the ideas/concepts are interrelated to these 3 courses.

That's 36 hrs this semester currently. Have the Tech Writing and Capstone to round out the degree making it 43 hrs total for this one with 25 the previous plus semester. Yay me.

Monday, January 12, 2015

CIW v MS v Cisco v WGU v CompTIA Exams

(Updated) -- I've seen people post what tests/providers are the hardest in the WGU lineup. I'll go ahead and post my thoughts. I'm doing IT w/Sec Emphasis so my experience may be different than yours. I have over 15 years of real world experience from Desktop goober to Network geek to Boss. I've also had the technical alphabet soup after my name in the early 2000s (MCSE, CCNP, A+, Others...). Translation, I've taken a few test in the past 20ish years. Mostly passed too. Shocking. My personal order of difficulty from easiest to hardest as for 2014/2015 from a WGU point of view:
  1. WGU assessments
  2. CIW
  3. MS
  4. CompTIA
  5. Cisco
On the WGU test, the amount material can be overwhelming as in the bio course. However, the bar tends to be set low. Most of the time, you can get it down to a 50/50 coinflip on the questions you don't know. The material always seems to match the test. No question will be a surprise topic. Plus some of the recorded lectures tell you how to take the test well. Last, you get to stay home and take it so the comfort of home helps (provided your house is quiet, the neighborhood is quiet, etc...)

CIW has seemed to be the easiest testing-center test makers. Part of it is due to the fact the questions are truly from the material. There haven't been any surprises taking this line of testing. In addition, it seems like some of the concepts are common sense and can reason your way into the right answers, especially if you know the definitions of the words/terms. These test also seem to be simply definition/term based. Unlike the Cisco, MS, and CompTIA, there wasn't a lot of application of knowledge to a situation.

It may shock you to see MS next, but the 2 tests were entry level tests for Win7 and something else. The material provided by WGU seemed to be sufficient with my experience to pass these fairly easy. I would not be shocked to hear the more advance server courses had some difficultly and were harder than the CompTIA.

CompTIA. I actually thinks these are some of the more interesting tests with the scenarios they offer. The study material offered past the A+ needs some updating within the curriculum & course of study. The material WGU offered for Project+ was spot on, especially the uCertify resource. Net+, Sec+, Linux+/LPI all took outside resources. I'd list the difficulty within these sub-tests from easiest to hardest:
  • Net+ (Its what I do/did so only had to learn 1 section)
  • Project+
  • A+
  • Sec+
  • Linux+
The carry-over of my network life helps a lot on the first 3, but the Linux to a windows person required some hands on retraining. As for the people who will say CompTIA deals with outdated tech, I'd argue most environments will have some flavor of outdated equipment you'll have to support, or help upgrade. Knowing how the old stuff works will help make good choices when proposing and upgrade to your boss/customer/spouse. The last pro on the "old" information is that you can communicate with the people who got off their tech career tracks a while back and are coasting it home to retirement. These people exist (sometimes in high places). The reality of work and life.

Cisco. Disclaimer, I failed the CCNA Sec the first time (888 vs 898 - not happy). I thought the material was ok (Books + Video), but the other material on Cisco's site is a must. The site material was the difference between pass/fail. I didn't take the CCNA (ICND) within WGU as I came in with it. These tend to have a very high bar to reach for a passing grade(85% or higher), require some hands-on, and know some random ass stuff buried within the material. Plus, its difficult to get true hands-on practice for this one. WGU says use GNS3 (which I advocate too), however, getting an IOS to run is challenge.

I've also taken the CWNA and ITIL exams in the recent 18 months. Below is how I'd group all the tests I've taken in the past 2 years from my point of view.
  1. Relatively Easy: WGU courses, CIW (ALL), Entry MS courses
  2. Moderate: ITIL Foundation, A+, Net+, Project+
  3. Somewhat Difficult: Sec+, LPI exams/Linux+, CCNA R&S
  4. Difficult: CWNA, CCNA Sec
 

CJV1 Passed -- CIW Database

Took the CJV1/CIW Database exam. 84 points achieved, 74 needed.

Test vs Material: the course and WGU material pretty much covered the test. Again, the practice questions aren't word for word the test, however they provided a good overview.

Test itself: Was actually fairly readable for an IT test. 50 questions, and only had one, maybe two questions where I had to decipher the phrase/word the test makers were dancing around. Again, nothing unexpected or new on the test.

Study Method: read the material end to end. Did chapter quizzes and exams. re-read 1-6 quickly. Did the 6 domain area quizzes. Did the domain area exams. Took test. Was making 90-94 on domain exams/quizzes. I didn't do any of the labs. I had enough practical experience in my few efforts query a DB to know the basic commands. SELECT, INSERT, UPDATE, CREATE, DROP, ALTER, ...etc.

Onto MGC1. Took the pre-assessment and made a 76. Guess I should schedule it...