Skip to main content

Posts

Showing posts from September, 2015

SapientNitro Campus Placement 2014-15 HBTI Kanpur

SapientNitro visited our campus for hiring. I am sharing the details of selection process. CTC 4.5 Lacks Bond of 1.5 years: yes there was a bond of one and half years First of all I want to tell something important about this company. It is very nice company for those who have intention to continue preparation like CAT and others, because they have intensive training program for 6 months.So you can get some leisure and opportunity to learn some good technologies. Selection Procedure: online Test The online test conducted by amcat in HBTI CSE department. It has 4 sections, details of each are following. Quantitative Aptitude Time:30 minutes No. of Question: 25(around) Logical Reasoning Time:30 minutes No. of Question: 25(around) English Time:30 minutes No. of Question: 25(around) Technical Time:30 minutes No. of Question: 25(around) In the technical Paper they included C,C++,DS,Algo and OOPs concept. Note: Each section

Mu Sigma Campus Placement 2014-15 HBTI Kanpur

Mu Sigma Campus Placement Mu Sigma visited our campus to hire for business analyst profile. I am sharing the details of selection process. Package: 18 Lacks for 3 Years They tell about the package that 18 lacks will be for three years. First years they give nearly 3.5 lacks and they will raise after first year and promised to give total in three years. Branch: Open for All Selection Procedure: It was two day process. Day 1: online Test Time: 20 Minute No. of Questions: 15 The test paper contain typical MBA entrance exam questions. Only thing you should care about the negative marking. The negative marking was nearly equal to correct mark like +1 for right and -1 for wrong. Day 2: They short-listed some student on the basis of previous day test. On the 2nd day, there was three process and each was elimination round. Process 1: Case study In this round They took a pen-paper test. There was two questions in Paper. Q1. The fi

Newgen Software Campus Placement(Paper) HBTI Kanpur 2014-15

Newzen Campus Placement In the second week of November 2014 Newgen software visited our campus.There were various rounds in the selection process.I am sharing here all necessary information and details regarding the whole placement procedure. Criteria: 60% 10th,12th and B.Tech CTC: 3.75 LPA Profile: Software Devloper Branch: CS,IT and MCA Selection Procedure Round 1: The first process was written test and it was a pen-paper round. There were tow seprate papers and the details of both papers are below. Paper A (Aptitude,Logical Reasoning,English) In this paper the questions of Aptitude,LR and English were in almost equal proportion and the level of question was not quite easy,So try your hand on some good questions before the test. Paper B (Technical) The second paper was technical.I am giving the Questions and details of that paper. Time: 35 minutes No

Snapdeal Campus Placement 2014-15 HBTI Kanpur

Snapdeal Campus Placement In the 3rd week of May 2015, just after the end semester exams Snapdeal visited our campus.There were multiple online tests and multiple round in f2f interview. The necessary information and details are here. Criteria: No CTC: 6.75 LPA Profile: SDET(Software Development Engineer in Test) Branch: CS,IT Selection Procedure Online Test The first round was online test.They conducted the test online provided by third party website.There was three papers.The description of each paper are below. Paper-1 (Aptitude,Logical Reasoning,English) Time: 12 Minute No. of Questions: 50 You don't need to surpise and there is no typing error. There was 50 questions to solve in just 12 minutes.But you don't need to be panic the questions were quite easy. Paper-2 (Programming) Time: 45 minutes This round was most important because you must have solve at least on of the programm

Some Keyboard Shortcuts for Browsers:Every Developer must Know

Shortcuts Here some Keyboard Shortcuts which can help you to navigate faster through the browsers.So start using these shortcuts and surprise the noobs and make them to ask "How did you do that????". 1.   Ctrl+1(to 8)   Navigate from 1st tab to 8th tab(counting start from left) 2.   Ctrl+9   Navigate Last tab 3.   Ctrl+Tab   Navigate next (just right) tab 4.   Ctrl+Shift+Tab   Navigate previous (just left) tab 5.   Ctrl+W   Close the current tab 6.   Ctrl+T   Open new tab 7.   Ctrl+Shift+T   Open recently closed tab 8.   Ctrl+N   Open New Window 9.   Alt+F4   Close the current window 10.   Alt+Left Arrow   Back (same as Backspace) 11.   Alt+Right Arrow   Forward (same as Shift+Backspace ) 12.   F5   Reload the current tab 13.   Shift+F5   Reload the current tab without fetching from Cache 14.   Esc   Stop loading the current page 15.   Alt+Home   Open Homepage in current tab 16.   Ctrl + '+'(Ctrl and +)   Zoom in 17.  

Puzzles-Most Likely Asked in An Interview (Set-3)

Puzzles 1. Sand timer puzzle You have two sand timers with you. One can measure 7 minutes and the other sand timer can measure 11 minutes. This means that it takes 7 minutes for the sand timer to completely empty the sand from one portion to the other. You have to measure 15 minutes using both the timers. How will you measure it ? Solution: 7 Minutes Sand Timer Finished. Time Remaining in 11 minutes timer - 4 minutes Reversing the 7 minutes timer - 4 minutes will elapse. 3 Minutes will left. Once 11 minutes gets over reverse the 11 minutes timer again to use that 3 minutes. 8 Minutes left. Now Reverse 7 minutes timer to measure 7+8 = 15 minutes. *************************************************************************************************************************************** 2. 17 Horses Puzzle A farmer wants to div

How set up the environment and start MongoDB in Windows 7,8,10

Download the appropriate set up file from mongo db website.You can get it by simply searching on google. There are two method for set up the environments of the mongo db. First we need to click on to set-up file which you got by downloading from the mongo website. It will give some folder name in C:\ Program Files\MongoDB by default. Naive Method (Easy):     step-1  Create two nested folders in C drive like     C:\data\db     step-2 Navigate through C drive and MongoDB folder and open bin folder there must be two .exe       files mongod and mongo     step-3 Click on mongod.exe and it will open a window like cmd keep it opened.It starts the mongo     db server.     step-4 Now click mongo.exe it will also open a window. Now You can start executing your mongo     commands.     ex.   > show dbs; Professional Method: This method is for developer which has a capability to create a log file to keep all records for operations done on the database. step-1 Creat

Puzzles-Most Likely Asked in An Interview (Set-2)

Puzzles 1. King Octopus and Servants King Octopus has servants with six, seven, or eight legs. The servants with seven legs always lie, but the servants with either six or eight legs always say the truth. One day, 4 servants met : The blue one says: Altogether we have 28 legs. The green one says: Altogether we have 27 legs. The yellow one says: Altogether we have 26 legs. The red one says: Altogether we have 25 legs. What is the colour of the servant that says the truth? Solution: The green one is telling the truth. Lets assume that one of them is telling the truth and then try to prove that. Since the four are disagreeing then 3 must be lying. Lets say blue is telling the truth: so the blue one has either 6 or 8 legs. And each of the other octopus is lying hence has 7 legs. So our total legs beco

Exception in thread "main" org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException

Error in Spring If you are trying to run a sample spring application first time you may face some problem.After ruuning your application If you get following error Jul 09, 2015 10:37:28 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions INFO: Loading XML bean definitions from class path resource [applicationContext.xml] Exception in thread "main" org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 1 in XML document from class path resource [applicationContext.xml] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 7; The processing instruction target matching "[xX][mM][lL]" is not allowed. at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:396) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:334) at org.springframework.beans.fa

Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory

Error in Spring If you are trying to run a sample spring application first time you may face some problem.After ruuning your application If compiler give you the following error Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.<init>(DefaultSingletonBeanRegistry.java:81) at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.<init>(FactoryBeanRegistrySupport.java:43) at org.springframework.beans.factory.support.AbstractBeanFactory.<init>(AbstractBeanFactory.java:176) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.<init>(AbstractAutowireCapableBeanFactory.java:159) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.<init>(AbstractAutowireCapableBeanFactory.java:170) at org.springframework.beans.factory.support.DefaultListableBeanFact

Amazon Campus Placement Test - 2015,HBTI Kanpur

This year in February, Amazon conducted  online test in our campus for campus recruitment. Here are the necessary information and details of the test. The test conducted on the amazon official website. Test duration was one and half hours there were two sections in the question paper.There were no invigilator from amazon nevertheless the candidates were not suppose to do any kind of cheating like copying code from friend are use Internet. They told that they have some kind of mechanism to detect such kind of cheating.If they found any kind of unfairness in test they can ban your college or not willing to declare the result of the test so please don't try to do such kind of activities in the test. Both section didn't had individual time so you can manage time from one section to another.The coding section is most important so you must solve at least one coding problem otherwise they will not even consider you.    Section 1: In this section there were 20 multiple choice q