Skip to main content

Posts

Showing posts with the label Article

Versant English Test - Tips & Tricks

As per Wiki, " The Versant suite of tests are computerized tests of spoken language available from Pearson PLC. Versant tests were the first fully automated tests of spoken language to use advanced speech processing technology (including speech recognition) to assess the spoken language skills of non-native speakers. The Versant language suite includes tests of English, Spanish, Dutch, French, Arabic, and Mandarin. Versant technology has also been applied to the assessment of Aviation English, children’s oral reading assessment, and adult literacy assessment ." What is Versant test? Versant is a completely automated test of spoken English that enables you to ensure applicants and employees have the level of spoken English language skills necessary for any job. It can be administered over the telephone or on a computer.  - Use Versant to assess an individual’s spoken English language skills in 15 minutes or less.  - Convenient, easy and secure administration by telep...

How to Clear Technical Interview for Freshers - 5 Best Ways

Actually you can skip this points if you really strong on Object Oriented Programming, Operating System and Data Structures and Algorithms - keeping whatever the Software programming jobs you are applying like Java, C++, C etc. This applies to freshers and experienced from Java / C++ / ASP background. Also it does not matter whether you are from CSE background or non-IT branch like Mechanical Eng. or B.Com, you will be definitely come across these. You can also refer my previous article about the best answers for interview questions which needs presence of mind 1. Get basic knowledge of OOPs Concept, Database, Data Structure, OS i general. Except questions from the answer you provided for the previous questions. 2. In Data structure, expect questions from Linked list, in database Normalization and some basic interview questions on each with best common examples. Prepare to explain all OOPs concept with one example. Similarly for database. So be Strong in basics . 3. If ...

About Dream Company Success Story - IBM Success Story

*IBM - International Business Machines Corporation is a multinational technology and consulting organization. *Having its genesis in US, IBM is now one of the leading technology organizations all over the globe. *IBM is headquartered in Armonk, New York, US. *Its forte lies in marketing computer peripherals - hardware and software, hosting and consultation solutions including computers, social and technological attributes. *The company was started in 1911 in a small village in Endicott, US. *Initially it was known as CTR - Computing Tabulating Recording Company because of the merger of three different companies - Tabulating Machine company, Computing Scale company and International Time Recording company, that gave rise to the current, tall standing IBM. *In the year 1924, CTR changed its name to what is popularly known as IBM. *With over 435,000 employees all over the globe, IBM is ranked as the second largest firms according to Fortune. *It has over 12 research labs sprea...

Flipkart Layoff 1000+ Employees - You know why?

You know about pink slip - a notice of dismissal from an employment and now it is by major startup of India, Flipkart. Based on the periodic evaluation of the employees performance, the company is saying that they are letting go the least performers. Flipkart says that they closely work with the least performer to help them to improve if they do not meet the expectation level. It is the game between expectation and delivery. Finally the company said " In due course, if these employees are unable to make the desired progress, they are encouraged to seek opportunities outside the company where their skills can be better utilized " 3 Reasons Why You have to Learn Javascript It is still unauthorized news about the count of employees who are being laying off. Some source says it s between 700 to 1000 out of total 35000+ employees and some source says it's 300. Here is its official statement says, "As a performance oriented organisation, we have a transp...

3 Reasons Why You have to Learn Javascript as your First Programming Language

You can always clean your teeth without toothbrush if you think that you don't need to learn JavaScript if you are/want to be a mobile application developer or a web developer.  Be in Trend.. Permanently Regardless of your learning goals — whether it’s to build an iPhone app, become a web developer, or automate some parts of your job, mark my words - you should start with JavaScript. East to Start with JavaScript is the easiest language to start learning with since there’s nothing to install or complex “runtime” environments to configure. One more important information is that it is very simple to create Android/iOS Apps using JavaScript. Most Wanted to Hire / High Demand It is the most Demand for Employment now-a-days and if your goal is to become professionally employable as a programmer, then it’d be hard to make a better choice than JavaScript right now.  10 difficult questions asked in Google interviews JavaScript is only needed if ...

10 difficult questions asked in Google interviews

It is always interested to know the interview questions asked in top runners of the IT industry and even if it Google, everyone wanted to know (along with the answer). Here are some of the questions asked in Google's interview for different position like Adwords representatives, Software Engineers, Programmers, Product Managers, Media Campaign managers etc. Even I don't have answers for almost all of the question, but I learnt the different positions to get a job in Google. :) Answers are welcome though. You may don't want to know now  how to answer "Tell Me About Yourself" question which I already covered in another plot. 1. Question for Senior Software Engineer : Write a probability formula to tell how many bits will be changed when 1 is added to a 32 bit binary number. 2. Question for a Software Engineer : Design a system or algorithm to catalog all of the worlds books? 3. Question for a Programmer : How would you implement an MS Paint clone? (What o...

Basic Questions in Freshers Mind about JQuery

Is it worth learning JQuery? Yes without doubt as of now. As jQuery is the most popular JavaScript library (and its Free :) ), it is making such an impact on the enterprise level from the below features: 1. Simplicity 2. SEO Friendly for the websites created in JQuery 3. Easily integrates with the Visual Studio IDE 4. Elements get display irrespective of Java script enablement 5. Improved User experience looks animated like Flash 6. Works any platform Do I need to learn Java script before to learn JQuery? Rather good knowledge in Javascript, I can say solid understanding about Javascript can help to learn JQuery very quickly. Understanding various parts of the DOM in greater detail can help to start out with just learning the fundamentals of the language and jQuery. How does JQuery works? "JQuery is a layer over java script that save you hours of coding and testing among platforms for doing basic stuff like menus or animation" - from Layman's words....