Infosys Training Study Material Download


  • Hands On test will be held after 10 days from your Joining and Objective Test after 11 days from your joining.
  • Objective Test is of 100 marks( 33marks Programming, 33 marks RDBMS and 34 marks comprising of SE, IWT and OS of 1mark each question)
  • Hands On will comprise of 50 marks (25marks Java and 25marks RDBMS)
  • In this period, all will be provided with study materials for preparations and machines for practice.
  • If one scores more than 65% marks in both Hands On and Objective Test, he or she will be deployed to Stream Training.
  • Stream training will be of around 42 working days.
  • If one fails to score 65% marks then he or she will be deployed to Intermediate Training.
  • Intermediate Training will be of around 25 working days.
  • Intermediate Training comprises of regular classes.
  • Then after 25 days, you will sit for the Assessment Test again. If you pass then you will deployed into Stream Training.
  • If you again fail, you will be deployed into Augmented Training.
  • Augmented Training will be of around 10 days.
  • Then again you have to sit for the Assessment Test.
  • If you pass this, then you will deployed into Stream Training.
  • Else, Bye bye Infosys. (It rarely happens). So no worries.
  • Please note: In Augmented Training, there will be no classes. Only study materials will be provided, one needs to study by his or her own.

Infosys Training Study Material Download Free

Download

Select Course MBA-CAT Bank PO / Clerical / SSC Campus Placement Training CLAT / Law After +2 GMAT MBA-MAT/CMAT Careers after +2 - BBA Mgt / HM / Design. Select Profile Completed School Pursuing Graduation Graduate Working. Training and development at infosys, infosys, swati luthra, human resource management Slideshare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. Infosys offers training material for many of its software. Based on these training materials, infosys offers certificates if you pass their exams. In fact, the exams are provided by infosys Partner companies and certificates are issued by infosys to the fact that you passed a particular exam for a specific or group of products. People who are going to join Infosys Mysore Campus for their training have asked me always about the pattern of questions asked in FA1 and FA2 exams at infosys Mysore. So, today I am going to reveal the question pattern of Infosys Mysore training. This will help you guys to clear the FA1 and FA2 in the first attempt. Download Complete collection of Infosys Training Study Material. Earlier in Mysore training, Infosys used to teach Java in their training but now they are focusing on Python instead of Java. Python is more easy. Free Download Infosys Training Material. Download Here: Infosys Training Material. At 21:00 Newer Post Older Post Home.


N.B.: In both Intermediate and Augmented Training, you have to cover all the 5 modules that you have learned in Online Training.
P.S.: Those who are going through Online Training now, I advice you to take it seriously.

OBJECTIVE TESTS :
-----------------

Download
For objective part, we were given 2 hours or 2.30 hours[exactly I don’t remember], whatever time span might be, it was enough to complete the objective and that too we completed it comfortably, so don’t worry about that. Objective part comprised of questions, based on 5 subjects –Java, RDBMS, OS, IWT and Software Engineering. However one should keep in mind that for every wrong answer there is a negative marking of 0.25 too. The standard of objective questions was the same like your “Post Test”. (Apart from that, a sample question paper will also be uploaded after the completion of your course in that portal, so that one can refer it later).
Java: - Questions related to java were very simple, based on basics/fundamentals [very important, get your fundamentals clear]. Most of the questions were output related. Very few questions were theoretical.
RDBMS: - Questions asked in RDBMS section were of average standard. Most of the questions were based on queries. Some of the questions were based on output covering both queries and PL/SQL. It is highly essential that you should have clear knowledge about queries and proper syntax of pl/sql statements else you may get confuse .
OS: - Questions in this section were very easy. Some questions were direct and theoretical while others were numerical; yes you need to do some calculations. One should have clear knowledge about all concepts mentioned in the study material. Please don’t ignore any numerical, there is a high probability that you may face more numerical than simple and direct theoretical questions. Please solve ample problems related to process scheduling and page replacement algorithms as it is a very important section of OS, you may get maximum questions from that.
IWT: - You will get simple and direct questions. There are few sections which you should take care of like network topologies, architecture, protocols, and load balancing. You should not face any problem in this section.
S.E-In this section you will get simple and direct questions. Please read thoroughly “software development life cycle”, various life cycles, quality.These are important topics of SE.
Now let’s move onto practical section:
First of all, we had to configure our systems as all systems are connected to LAN and we had to operate on servers. [Don’t worry, they will be instructing and guiding you throughout the process.]
Please note that, one has to code java programs using ECLIPSE and for RDBMS we have to use Oracle ( SQL plus). If one doesn’t have any idea about these, then please download and start using them as no other alternative will be given.
HANDS-ON/Practical ----------------------


It is quite interesting to know that this part is an open book meaning you will be provided with reference materials for in case u forgot syntax or faced any problem, you can refer it anytime. Time limit for “hands on” is 2 hours.
Java:- Again, question was very simple[Like we were given an interface and had to implement that interface in a class]. I would suggest you all, please read the question at least 2 times in order to understand the need of question because question will be very long and you may not get it in one go. All requirements will be given in the question itself, you just need to follow and code it. A class diagram would also be given stating what and how to implement. Believe me, it’s like skeleton is already being provided to you, you just need to give flesh (logic) in order to bring it in a proper shape. A simple tip I would like to give that try to break the question in to small parts/steps and code it in a sequence as per mentioned in the question satisfying the requirements. I think, you will find it easier this way.
In order to test your code whether it is OK or not, you will need a demo class or a class containing main method with/without values. This class will be given to you beforehand along with “files supplied”. One should be conscious about time factor as java programs will consume maximum of your time, so one should manage time efficiently. You need to submit error free and compiled code, it is a must. Please try to implement simple logic as far as possible; else you will get confuse by yourself only.
RDBMS: - Question related to RDBMS had 2 parts…
First part had 3 queries based questions. You have to make queries on table which may be pre-given (previously present on server) or you may have to create it by yourself as specified in the question. As in my case code to create the table was already been given in the question paper along with the data, we just had to “copy-paste” it (not a big deal).These query based question may be simple and direct/complex and tricky. So pay undivided attention to that while solving. If all goes well, it will take hardly 10 minutes to execute all three questions.
Then comes second part in which you have to code a pl/sql program. Like java, all requirements will be specified in question paper; you just need to code it. Be assured that pl/sql program will be easier as compared to sql or queries related questions.
After completing everything you will be asked to submit your java source code files and RDBMS source files .For RDBMS, you have to first write and execute commands, if it works fine then you just needs to copy and paste it in a text file, at the end you have to submit it.
Please keep it mind that you need to follow /adhere to all business conventions way of coding.
Few suggestions:
1) Please maintain a note while watching videos or studying material, it will help you in quick revision.
2) Please solve assignments of Java and RDBMS; it will help you a lot.
3) Please while watching videos pay your full attentions, as narrator may tell some points orally and you may miss it.
4) Please go through videos as well as study materials because some topics which are in videos are not covered in PDF and vice versa.

Sources -
Infosys (freshers of 2012 batch)- Bhanu Pratap

With the help of Core Technical exam dumps created by CertsQuestions, you will be able to clear Infosys exams on the first attempt. We are providing a success guarantee and you will be able to clear your exam without going through any trouble. If you are using Core Technical dumps multiple times and you are going through our practice test software as well, then you will be able to clear the Infosys certification exam on the first attempt. It is the right way to proceed so you can make things a lot easier and better for yourself. Make sure that you are clearing the Core Technical exam without going through any trouble by using the Infosys exam dumps created by our experts.

Core Technical PDF Dumps Free Regular Updates:

All of our Infosys Core Technical exam questions are regularly updated so you don’t have to face any problems later on. If you are using all of our Core Technical dumps pdf properly, then you will be able to clear any Infosys exam without going through any trouble. Make sure that you are getting free updates so you don’t have to face any problems later on. It is the right way to proceed so you can avoid all the problems that you are facing. We will provide free updates on all of our Core Technical pdf dumps up to 90 days from the date of purchase. If you are not using updated products, then you won’t be able to get the desired outcome.

Perfect Core Technical Exam Dumps Included:

CertsQuestions are providing Core Technical exam including PDF dumps for all the busy professionals who hardly find time to study. If you are already working in an organization and you need to clear Infosys exams, then you should consider using our Core Technical exam dumps pdf that will help you prepare for the exam anytime anywhere. You can use Infosys Core Technical pdf dumps and online testing engine on multiple devices including laptops, mobile devices, and tablets. Make sure that you are going through all of our Infosys training materials so you can ensure your success in the final exam. After using all of our dumps, you will be able to succeed in the final Core Technical exams. Make sure that you are using these Infosys exam dumps pdf questions multiple times to ensure your success.

Core Technical Exam Concept Clearance:

CertsQuestions are also providing detailed Core Technical questions answer that you can use to clear your lost concepts. If you are using all of our Infosys exam pdf dumps, then it will become a lot easier for you to clear Core Technical test. Make sure that you are using our best Core Technical exam question sheet so you don’t have to face any problems later on. It is the right way to proceed so you can manage things in the perfect way. Make sure that you are clearing your concepts after using Core Technical braindumps so you can avoid all the problems that you are facing.

Pass Any Infosys Core Technical Exam with Help of Certified Experts:

One of the great things that you will be able to receive here is the direct help from the Infosys certified experts. If you want to clear Core Technical exam on the first attempt, then you can always get guidelines from the Infosys certified professionals. You should also know that all of our Core Technical exam dumps pdf questions are created by these certified experts and you can always get a consultation as well. After getting guidelines and tips to improve your preparation level for Infosys exams, you will be able to make things easier and better for yourself.

Infosys training study material download freeTraining

Infosys Training Study Material Download Pdf

Use Core Technical Discounted Bundle Pack:

Another important thing that you should know is that you will be able to receive Infosys exam dumps discounted bundle pack. If you are receiving discounted bundle pack, then you will be able to make things easier and better for yourself. We are providing a discounted bundle pack which includes multiple products that you can use to start your preparation for any Core Technical exams without going through any trouble. More importantly, you will be able to receive the best results and you will be able to come up with a great solution. Make sure that you are getting a discount and using all these exam dumps so you can clear the Core Technical exam on the first attempt.

Get your Money Back with Core Technical Exam

You can also get your money back if we failed to deliver what we have advertised. We have a strong refund policy that favors our customers. If you are using all of Core Technical pdf questions multiple times including our practice test software and you still end up failing the exam, then you can get your money back. It is necessary for you to use all of the Core Technical exam dumps multiple times and use practice exam software multiple times so you can ensure your success in the Infosys exam. If you still end up failing the Infosys Core Technical exams, then you can get your money back.