IKM Java J2EE Test

I am about to take IKM Java J2EE test ! If anyone has taken this up before kindly share me the
topics and your experience regarding same ?

Hi Guys,
I thought I will share IKM experience, for people who are planning to take.
I have just finished doing an IKM Exam, 10 minutes back. Overall, I have done four IKM Exams, this year, and two of it in the last one week..
1. Distributed Programming
2. XML
3. Java2 Programming
4. Java2 / J2EE Programming.
You are expecting a tough exam. Atleast, it was tough for me, all of them :)
Exam Pattern:
It is objective based with three possible answers, but not always and does not say how many answers / question, either. Credit is provided as long as you are able to get close to the answers. Say two answers are correct out of 3. Conversely, you have deductions in credit, if you blindly choose anything irrelevant. (that proves absolutely no knowledge in that area) .
You cannot go back to a question, that you have answered already
Questions are made increasingly difficult, when you are answering good and if you find an easy question, all of a sudden, you already know how you have been answering the previous question.
Questions:
On average, you have around 30 - 40 questions and the time limit is 90 minutes maximum. Expect plenty of code based questions.
Syllabus: I do not know if they provide any definite syllabus beforehand and the questions are from all possible areas inside the topic. e.g., when I did the xml IKM, the questions were from XDR, Xpointer, XLink, Xquery and all sorts...
Test Results: The test results shows you are overall percentage. It shows your strengths on each subtopics related to the exam, on three grades (Strong,Proficient,Weak)
You can see your test results, if the test organiser has set up that way. I had an opportunity to see only for Java 2 Programming. So added the topics below
Java 2 Programming: Usual Java (fundamentals,package,i/o,operators,threads., etc.,) + JVM Memory Management + Security Framework + AWT
Hope it helps.

Similar Messages

  • Running Java/J2EE application On SAP Netweaver

    Hi All,
    I am a java/J2ee professional who is relatively new to SAP Netweaver studio. I have developed an application which consists of Core java,JSP and Servlets. Can anybody suggest me as to how to deploy this application on SAP Netweaver and how to test the same.I have already created a war file for the application.Quick suggestions will be highly appreciated as its very urgent for my project.
    Regards
    Ani

    Hi
    See this help
    http://help.sap.com/saphelp_nw2004s/helpdata/en/a8/fcbc3d16f39e33e10000000a11405a/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b7/9877fe13221244838a16e3683ad344/frameset.htm
    Kind Regards
    Mukesh

  • /JOB/ DC - Java , J2EE **  Weblogic**, Sybase/oracle, Swing, Solaris/Unix, NT.

    All,
    Let me know if you're interested, I'll supply contact details
    =============================================
    A major financial services company in the D.C. area that
    is looking for Java developers with 5 + years experience
    in web dev/ internet technologies (Java 2 Certification
    strongly preferred ) and one or more of the following:
    Java , J2EE ** Weblogic**, Sybase/oracle, Swing, Solaris/Unix, NT.
    You will be responsible for defining and documenting
    requirements and developing solutions to business problems.
    Design Develop, upgrade, test, implement and document software
    components of client/server applications and/or internet/web
    based systems. Contribute to all phases of the software
    development cycle.
    =============================================
    Slava

    You have to create a datasource on WebLogicb with the JNDI name: jdbc/ADFDBDS
    The steps involved to create a datasource can be found here: http://download.oracle.com/docs/cd/E17904_01/apirefs.1111/e13952/taskhelp/jdbc/jdbc_datasources/CreateDataSources.html

  • Help on java/j2ee application development framework

    hello java-gurus,
    I'm new to java and is working in java for just 15 months.i want to know more about the platform/framework which is used in the development of java/j2ee projects.To be more specefic i want to build a java/j2ee project .
    -->The project will be located in the eclipse workspace.
    -->The eclipse will be connected to the cvs and will save the latest code in the repository.
    -->The project will have a build.xml file which on being executed
    will check the latest code from cvs.
    will run j unit test.
    on success from the junit it will compile the project.
    It will make a .war,.ear etc file..
    It will then be deployed in the application server.
    So i want to make a framework of this kind.So i want help from u guys how to proceed.
    I'm just a starter with ant scripts .know how to clean,build and make war files ..I also know about eclipse like connecting to cvs,generating ant script from it etc..
    i'm also comfortable with struts,java,servlet etc..
    So do give me some guidelines how to proceed .
    thanks

    Hello,
    i'm working in project same style of what you want. here are details :
    - eclipse for development - lomboz plugins for j2ee support.
    - using subclipse plugin for svn support checkout and commit, in case of cvs i think it is default in eclipse.
    - the framework is Struts, which is a very very powerful J2EE framework.
    - eclipse plugin lomboz supports creating and deal with struts project
    it also offers GUI for configuring struts xml files.
    - lomboz contains plugin for creating and define application servers and containers like tomcat and jboss, so you can compile, run and debug your code from your eclipse.
    - i use many other tools for creating UML diagrams and ERD diagram and reflect contents to existing projects.
    i think with struts,eclipse and lomboz you need nothing else.

  • J2EE testing procedures; need some help

    Hi, Iam working on compiling some key items and write a small document on J2EE's best practices on Testing Procedures. This document may contain anywhere from basic to few complex testing procedures.
    Iam not that familiar at the moment (i have very little experience doing J2EE testing) and iam trying to learn (through this document) about J2EE testing procedures and guidelines.
    So, can somebody please give me some references or some ideas ?
    Thanks a ton for all your help.

    Hi, Iam working on compiling some key items and
    write a small document on J2EE's best practices on
    Testing Procedures. This document may contain
    anywhere from basic to few complex testing
    procedures. Sounds like your boss gave you an assignment that you're not up for. Have you ever done any testing? If not, how can you write about best practices?
    I am not that familiar at the moment (i have very
    little experience doing J2EE testing) and iam trying
    to learn (through this document) about J2EE testing
    procedures and guidelines.Do you have experience with Java EE? How do you test your stuff when you write it?
    So, can somebody please give me some references or some ideas ?
    Thanks a ton for all your help.Tell your boss I want the raise you get from my ideas.
    Start with unit testing classes as you write them. Test Driven Development, when done properly, will be a big help. Look at TestNG and JUnit.
    Mock objects can help here. If you've already tested your persistence layer, there's no need to worry about it for your service layer tests. Look at EasyMock.
    Next is integration or business acceptance testing - combinations of classes and packages, front to back, entire use cases. You need to include the UI here. I'm looking at ThoughtWorks' Selenium and its IDE. It even pumps out Java code for you now. Very nice.
    Stress testing is next. You'll need something that can simulate many users hitting the app at once. JMeter might help.
    You have to worry about setting up test data in databases. It's got to stable while you're testing. It won't do to have tests break simply because data was changed. DbUnit might help.
    Most of all, don't do all your testing at the end in one "big bang".
    %

  • How to develope DVD/burner in java/j2ee

    Hi, how to implement dvd/burner in java/j2ee which site , api provide help me

    Hi
    A very basic tutorial
    [http://www.javaservice.net/~java/bbs/data/qna2/1257849337+/SAPJCo_Doku_3.0_EN.pdf]
    Regards

  • Java -jar Test.jar  option is not identifing the CLASSPATH on UNIX BOX

    Hi All,
    java -jar Test.jar
    I am trying to execute Test.jar file using -jar option. I am able to excute the Test.jar file but it is not identifing the CLASSPATH set for other JAR files which is used in part of Test.jar. Saying java.lang.NoClassDefFoundError: for the class which are set in CLASSPATH.
    The same is able to identify the CLASSPATH if i excute the Test.class file directly with out -jar option like
    java Test. In this case everything is working fine.
    Can any one tell me why it is not identifying the classpath if i use or execute with java -jar Test.jar option.
    Thanks,
    sha

    When you use the -jar option, the only classpath that is used is the Class-Path in the manifest file of the jar. If there is no Class-Path, then only the jar is searched for classes. If there is a Class-Path, the paths must be relative to the jar file.

  • Oracle ADF/BC4J vs "other" Java/J2ee technologies. Influence a decision

    Dear All,
    Our dev group is now at the stage when we need to make a decision which way to go - "proprietary" Oracle ADF/BC4J route or open source/java/j2ee standard. In our group we have a mix of Oracle Foms, pl/sql and java developers. The problem is that our core java developers are strictly against any proprietary thing, and they do not really want to even take a look at ADF/BC4J claiming that when it comes to resolving performance and other issues we will be better off with open source, rather than depend on Oracle...
    I am coming from an Oracle centric world, and to me ADF is a natural choice, however I do not have a lot of experience in Java/J2EE to post a strong argument for or against ADF and BC4J.
    I am just wondering if there is a case study, or comprehensive cons and pros for one or the other path.
    I will greatly appreciate anyone's answer.
    Thank you,
    VO

    "When it comes resolving performance and other issues we will be better off with open source."Really? How - are they planning to go into the hibernate/spring engine and fix the problems? Or do they have a specific "support" contract with some company that will guarantee them fixes to these issues? If they do have such a contract how much does this support costs the organization?
    Where is the notion that open-source is faster coming from? Certainly not from actual benchmarks like this one: http://www.spec.org/jAppServer2004/results/
    As Frank said your management might want to look into a more complete picture than what your Java developers are looking at.
    For example, given that you have Forms based developers, how fast can they get up to speed with the open source solution vs the ADF solution?
    I think a simple benchmark of productivity when building an application with the stack they are offering vs the ADF stack would prove the point even better.
    Don't have time to run one have a look at the RAD Race results from this year where ADF based team beat up Spring based teams.
    http://www.bloggingaboutoracle.org/archives/javapolis-radrace-the-full-story
    and
    http://www.radrace.org/en/JPed_2006/JP_report_2006.html#

  • MS SQL Server in Java/J2EE Environment

    Dear all,
    I wanted to understand pros and cons of choosing MS SQL Server in Java/J2EE environment.
    Could anybody share some thoughts or web resources?
    Personally I hate using MS SQL Server for Java/J2EE based applications. But one of my clients wanted to have following environment for his production environment and he insist on using this environment for application development. So I just wanted to understand pros and cons of J2EE (Application) + MS SQL Server ( rdbms )
    MS SQL Server
    J2EE/Flex
    Windows OS
    Thanks
    Sudhakar
    Edited by: Sudhakar.Chavali on Mar 20, 2008 10:27 AM

    Sudhakar.Chavali wrote:
    Dear all,
    I wanted to understand pros and cons of choosing MS SQL Server in Java/J2EE environment.
    Could anybody share some thoughts or web resources?
    Personally I hate using MS SQL Server for Java/J2EE based applications. why hate? it's a perfectly good db
    But one of my clients wanted to have following environment for his production environment and he insist on using this environment for application development. so don't take the job
    So I just wanted to understand pros and cons of J2EE (Application) + MS SQL Server ( rdbms )there's no con. java ee works fine w/ sql server
    >
    MS SQL Server
    J2EE/Flex
    Windows OS
    Thanks
    Sudhakar
    Edited by: Sudhakar.Chavali on Mar 20, 2008 10:27 AMdon't take the work if you can't do it.
    %

  • I have Java/J2ee  background , whether to go for EP or XI?

    Hello All,
    I am having 2 years of real time experience in Java/J2ee.
    I have already leaned ABAP and I don't have work experience in ABAP.
    Now I would like to go for SAP Netweaver.
    So,Please let me know whether to go for EP or XI?
    How will be the demand and requirement for EP and XI in the market now and in the future?
    Please give me suggestion. Thanks in advance.
    Regards,
    Cris

    Cris,
    I also have joined the NetWeaver Space[XI] from a plain J2EE background ..after 5 years into J2EE. I think your J2EE knowledge would be equally useful in both EP as well as XI. Offcourse , the spectrum of tasks you do in J2EE projects i.e. right from design to devlopment & deployment part might get narrowed as you wont be able to touch WebAS that easily as you could in a Weblogic / WebSphere based project.This is because the administration part is most of the times taken care by the basis team and your job would remain confined to design / development.
    Demand and requirement for EP and XI...wait and watch. I guess nobody can predict such things in todays world with ever changing technologies!!!

  • Java J2EE XML Developer Required - Luxembourg

    Java J2EE XML XSLT Developer - Investment Banking - Luxembourg
    French speaking candidates required to work on assignment to this leading investment Bank. You will need a good experience of Java J2EE technologies, XML and XSLT, and ideally Sybase ASA & PowerBuilder or SQL Server or Oracle. Knowledge of SQL, Stored Procedures, UNIX / Solaris of benefit. This will be a long-term contract for the right candidate. Candidates will need customer facing experience and able to propose effective technical solutions at all levels.
    Please make contact for further information.
    Best regards
    Benjamin Corke
    cerebra recruitment ltd
    +44 (0) 1483 300515
    ben AT cerebra.co.uk
    http://www.cerebra.co.uk/it
    http://jobs.cerebra.co.uk

    And the salary will be in duke dollars?
    When you signed up on this site, and supposedly read the terms of use, what gave you the idea that posting a job offer here was acceptable?

  • Accessibility and Java GUI testing

    Hi,
    Can java accessibility be used for developing java GUI testing tool for applet embedded in IE? If not is there any other way we can test Java Appet GUI?
    best regards
    Krishna

    I do not know of a free tool, but you can use the Robot class in Java to create what you need.

  • Java/J2EE consulting firms

    The Bayme Capital Group is an independent investment bank specializing in mergers & acquisitions advisory services. We focus on middle-market clients in information technology, and federal technology services. We intentionally limit the number of sales that we handle, so clients receive our full attention throughout a transaction. Our service-oriented approach assures that our clients reap the maximum benefits our professional expertise has to offer.
    We are currently representing a NASDAQ listed client that is interested in beginning discussions with Java/J2EE consulting firms, potentially leading to an acquisition or merger of equals. We have been active in this space, and recently completed the acquisition of a J2EE firm focused on the financial services vertical.
    Our client is a NASDAQ listed corporation that is lead by a blue chip executive team and board of directors. The backgrounds of the individuals involved varies between those with a financial background at institutions such as Bank of America, Solomon Brothers and The Soros Funds, and those who have an information technology background at companies such as Xerox Parc, AT&T & IBM. All of the individuals share the following three characteristics: 1) They have at least a decade of experience holding senior positions with a publicly traded entity or a bulge bracket investment bank, 2) they also know what it is like to run a start-up from a card table in your garage, and 3) they do not draw a salary, but work strictly on equity compensation.
    Our client wants to increase the viability and efficiency of small, independent IT firms through the formation of a Commonwealth of Business in the IT sector. Under this model the client purchases 100% ownership of small IT firms, yet seeks to preserve the dynamic, entrepreneurial culture of success that makes small companies so successful in the first place.
    Our acquisitions all maintain the following:
    1) Management remains in place, employment contracts are issued
    2) Company retains its identity
    3) Preserves brand management and style
    4) Sales increase due to cross-selling opportunities in the commonwealth
    5) Company management participates with our client over a five year period
    6) All employees become owners through ESOP program
    7) Life goes on as normal.
    We expect the following from you:
    1) Positive EBITDA � Predictable and Recurrent
    2) Align your interests with those of the client
    3) Strategically participate in the further growth of our client
    4) Enjoy being an entrepreneur�on a much larger scale.
    I would like to pursue a conversation on this topic in person. Please call me at 646 521 8511 to discuss this oppurtunity.
    Sincerely,
    Ari L. Bayme
    Managing Director
    Bayme Capital Group
    646.521.8511 (dd)

    Consider the purchase of www.enherent.com. You can buy them cheaply...

  • HTML/Java/J2ee IDE / Dev WEB app

    I am creating one web application using Java/J2EE. My web page would contain menu and sub menu system.
    I have to use HTML/JSP/Servlet/EJB/SQL Server.
    For HTML I am using dream weaver and for java code notepad.
    I want to use some GUI tool to develop this application.
    1.     GUI for developing HTML page and text editor for Java code with drag and drop facility for HTML and JAVA/J2ee both with easy integration between these two technology components.
    Or
    2.     Any single GUI tool which provide HTML and JAVA/J2EE editor and drag and drop facility for HTML and JAVA/J2ee both.
    Please help me by suggesting!

    Now, with all this added complexity, what was the
    point. I kinda thought it was to create a standard, so
    that deployment was easy.I agree that deployment is not as easy as you would like it to be. However most of this added complexity is to handle situations consistently. And nowadays there are plenty of tools available (my Company makes one), which can simplify the deployment.
    Can anyone out there tell me why we should conform to
    these standards if the web app servers
    won't!!!!!!!!!!!!!!!!!!!!!!!!!That is not how it should be, I agree. While building OptimalJ (the tool we make)we experienced differences between app servers as well. However again, there are tools which make this easier for you (although I don't think they solve it completely yet...).
    Hopefully we end up in a situation where all EAR files can be interchanged more easily.
    Regards,
    Michiel.

  • Which is the best java /j2ee framework

    Hi all
    Anyone can tell me which framework is the best java/j2ee framework? and Which framework is the best implementation of the core j2ee pattern?
    Thanks

    thanks for the support.
    now on to the other correct answers for this thread:
    which is the best IDE: the one in March
    which is the best TV show: Welcome Back Kotter
    radio show: none, that's why t.v. was invented
    song of all time: 'Afternoon Delight' by Starland
    Vocal Band
    dlgrasseNow here I would disagree
    which is the best TV show: Everybody loves Raymond
    radio show: none, Howard Stern
    song of all time: Hotel California
    &#9824

Maybe you are looking for

  • Terminated by user problem in  incomming  idoc while creating the sales ord

    This is a file to idoc issue. Idoc basic type: ORDERS03 When an SO is created by an incoming idoc, problem comes with status u201Cterminated by useru201D with 51 status. When we tried to post this issue in BD87 t.code the document posts with out any

  • Loosing Quality in Web Gallery

    Hello, When I publish photos with the iPhoto to Web Gallery I noticed that the photos lose cuality, it reduces the file size and of course the quality of the picture. Only with the pictures, the videos keep the same size. What should I do to keep the

  • Why can't I copy a file to memory stick

    Why can't I copy a MP4 file to my memory stick? I keep being told theres no room ... but there is room. The memory stick has a capacity for 16 GB. But the Get Info command tells me 1.3 GB are being used. But Ive erased the memory stick and dont under

  • Protective cover for macbook

    is it worthwhile to buy one of those transparent anti-stain/scratch stick-on plastic cover for protection of the exterior of the macbook? pls recommend any brand/model that is value for money. thanks.

  • Vendor Intermediary Bank account

    How can we setup intermediary bank account in SAP?