Wallpapers

Wallpapers

Android Apps

Android Apps

Wallpapers

Wallpapers

Human Computer Interaction

Human Computer Interaction

Wallpapers

Wallpapers

Monday 6 May 2013

Calsoft Aptitude and Interview Questions


Date: 6 April 2013 Venue: Pune

Pattern of Written Test

15 Computer Science Questions
15 C Questions
40 IQ Test(Reasoning,anlaytical)
for 90 minutes

Online coding round 3 programs for 90 minutes
1) A input array and number was given.And ques was to find the total no of perfect sum of array elements which matched the number
eg {2,4,8,10} num=12
output is "2" as (10,2) and (8,4) gives 12.


 Technical Interview
BE Project
Initializer List in C++
Structure padding in C
decimal to binary conversion in c
STL in C++
Storage classes  in C
user space and kernel space in linux
big endian to little endian conversion
need of function pointers
virtual functions in c++
need of friend functions
Access specifiers
different scheduling algorithms in os

Main emphasis is on C,C++ and OS concepts.



Pattern for calsoft (work on memory storage, networking, cloud)
1)                 Aptitude paper : Having 3 sections and no negative marking  (time : 90 min)
-                     Computer Fundamental (15 Q) having q on memory allocation, sort complexity, etc.
-                     C questions (15 Q) having q on pass by ref and pass by value, string operation, result after execution of loop, etc.
-                     General aptitude (40 Q) having missing letter in sequence, if dies are rotated then they will be same or different, ship the given word, form word by prefixing or suffixing given word, form two meaning full word starting from c and o(like Come On), predict the next diagram in sequence(easiest q), odd man out(which is not a bird), syllogisms, etc
2)                 Coding round : Having 3 coding problems in c (time : 90 min). This is online test .Some sample q as
-                     Find next prime no.(if we input 35 then output is 37)
-                     Find the no such that(if input is 2,1,10) then 2 means no of inputs and output is(1,190) it is multiple of that no and addition is also that no.(Input and outputs are in char string)
-                     Program on Permutation and Combination.
   According to these two rounds elimination is carried out. It is mostly based on C, C++, OS, Data structure.
3)                 Interview(1 level)
-                     In C, Macro concepts, pointer to an array, pointers in deep, pointer to pointers, storage allocation to pointers and variables, dynamic memory allocation of 2d array, difference between structure and union , why to use unions, malloc and calloc , structure padding, finding no of 1 from given integer bits(program), Linked list inserting node(program)
4)                 Interview(2 level)
-                     What is STL, Paging and segmentation, scheduling, memory fragmentation, Kernel and user space, threads, etc.
-                     Finding duplicate element from linked list, about global static variable, compiler phases, size of long and double , calloc use ,linked list, etc.


Monday 29 April 2013

Wednesday 24 April 2013

FRIENDS Season 1 Complete



Thursday 18 April 2013

BE IT (May and Dec 2012) Pune University Question Papers

Friday 29 March 2013

Tcp IP Protocol Suite Forouzan Slides and Ebook Forouzan

Let Us C Yashwant Kanetkar pdf

Friday 1 March 2013

Atos Origin Interview Questions and Experience




College: PICT Pune

Company: Atos Origin

Package: Rs 3.2 lpa

Pattern of Written Test

Online test conducted by CoCubes.com
75 Questions 75 Minutes .No Negative Marking.
75 Questions divided into three parts
1)English (25 Que)
2)Analytical  (25 Que)
3)Quantitative  (25 Que)

1) English
2 passage with each having 2 questions.Problem on sentence correction , 2 synonyms and 2 antonyms(Ones I remember were parlous,insidious etc),ordering of words,Spotting grammatical errors in the sentence.
Overall easy and Indiabix.com provides sufficient practice.

2) Analytical
2 Flow charts with each having around 4 questions were given.
Lot on Syllogisms.Puzzles on ages and seating arrangement etc.
Overall easy

3)Quantitative
Questions from imp chapters like
Problems on Trains,Time and Distance,Problems on Ages,Time and Work,Pipes and Cistern,Ratio and Proportion,Boats and Streams.
Few were tough and I did not get enough time to solve the remaining.

 Technical Interview
 Related to BE project
 Diamond problem in C++
 xsd in XML
 took around 20-25 minutes.

HR Interview
Why Atos?
Willing to relocate?
Any concerns regarding salary and bond?
Role Model?
Any questions for us?
took around 10-15 minutes.
There was a bond of 1.5 lakhs for 2 years.

Finally how many applied and how many got selected? Can you describe what worked in your favour like good project work, good cgpa, confidence , technical skills, communication skills, past achievements, extra curricular activity and so on?

 Atos Origin came to our campus(PICT Pune) on 1st March 2013 at around 10 am.
There was a ppt presentation for 30 minutes.
Around 80 students were shortlisted based on above 58% and no live backlog criteria.
Then 40 students were selected for technical interview.
Then out of those around 27 who were selected for HR round.
Out of those they selected 15 students.



Be confident.
Prepare well for aptitude tests.
Improve communication skills.













Thursday 28 February 2013

Sunday 24 February 2013

Thursday 21 February 2013

Android Apps



Wednesday 20 February 2013

Computer Organization and Architecture Designing for Performance Stallings

Tuesday 19 February 2013

Wallpapers

Wednesday 13 February 2013

IDM V6.X Cracked

Sunday 10 February 2013

Tuesday 5 February 2013

Head First Javascript

Head First HTML5 Programming