Skip to main content

Posts

Showing posts with the label Interview Questions

Accenture Interview Questions for Fresher Software Engineer

Name of the Candidate: Kalpana About How I appeared / applied I applied through campus interview in our college. About the interview There was 3 interview rounds starts with Aptitude test. The test is for the whole class of the last year students and the last year pass outs. Even the candidates having low GPA or percentage appeared the first round. The selected candidates called for technical interview. Some of the questions asked in tech interview.. 1. Tell me about OOPS concept 2. Give real time example explaining Polymorphism 3. Some questions from C and C++ concepts like array, pointers etc 4. About database concepts like normalization, different between primary key and unique key 5. To write stored procedure for updating set of records from a data set using Cursor.. In HR interview, I was asked some standard HR questions like tell me about yourself, strengths and weakness, etc Since this is pretty much basic and I was prepared for, I got selected. Similar ...

Don't Attend Interview Without Knowing Answers for This 10 .NET Interview Questions

Life cycle of an ASP .NET page. Stage Events/Method Page Initialization Page_Init View State Loading LoadViewState Postback data processin LoadPostData Page Loading Page_Load PostBack Change Notification RaisePostDataChangedEvent PostBack Event Handling RaisePostBackEvent Page Pre Rendering Phase Page_PreRender View State Saving SaveViewState Page Rendering Page_Render Page Unloading Page_UnLoad 1) Explain the .NET architecture. a) All .Net supported Languages b) Common Language specification c) Windows forms / web pages d) ADO.Net / web services e) Base class library f) Common language runtime g) Operating system. 2) How does u create multiple inheritances in c# and .net? Multiple inheritances are created by using interfaces. 3) When web.config is called ? Web.config is an xml configuration file.this never gets called directly unless we need to retrieve the configuration setting. 4) How many weg.configs a application can have one. 5) How does u set l...

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 ...

C#.NET Interview Questions - Mock Test 1

Which of the following statements are TRUE about the .NET CLR? It provides a language-neutral development & execution environment. It ensures that an application would not be able to access memory that it is not authorized to access. It provides services to run "managed" applications. All the above Which of the following utilities can be used to compile managed assemblies into processor-specific native code? gacutil ngen sn dumpbin Which of the following components of the .NET framework provide an extensible set of classes that can be used by any .NET compliant programming language? .NET class libraries Common Language Runtime Common Language Infrastructure Component Object Model Which of the following jobs are NOT performed by Garbage Collector? Freeing memory on the stack. Avoiding memory leaks. Freeing memory occupied by unreferenced objects. Closing unclosed database collections. Closing unclosed files. 1,2,3 3,5 1,4,5 3,4 Which o...

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...

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...