Placement Papers - Tally

Tally Solutions
Tally Solutions Private Limited Interview Experience - Chandigarh(CGC Landran), June 1, 2012
Posted by :
Deepak Saini
(2)
Placement Paper (Excluding Interview part).

Hi Friends,

My name is Deepak and I am a pursuing B-Tech in Computer Science.

2-3 days ago before 1 June when tally solutions going to visit CGC Landran. I am searching for the interview experience or some placement papers from Tally Solutions but failed to get it.

Hence due to the first post as a tally placement experience at Indiabix. I want to share my experience which I got when Tally Solutions visited our campus.

Well on June 1, 2012, Tally Solutions 2 HR visited the CGC campus. Well our TPO had messaged us that reporting time is about 9. 00 to 9. 30 am. But due to some delayed flight schedules of the HR they reached campus at about 11. 45 am about 2-3 hrs late which is too bad.

Well, the Pattern of Tally Test on June 1 For CSE and ECE students is--

1. IQ/General Intelligence Aptitude Test which is of 1hr.
2. Technical Test 1 & half hour (Subjective for cse and objective for ece).
Starting with the aptitude test. Well, it's quite a simple test.

Test Contains.
1. 30 questions.
2. No negative marking.
3. 1 hr (timing).

Test Mainly focuses on topics.
1. English Comprehension (Too simple).
2. Reasoning.
2. 1 - Coding- Decoding.
2. 2- Data Sufficiency.
2. 3- Logical Venn Diagrams.
2. 4- Series Completion.

3. Data Interpretation.
3. 1- Tabulation (3 Questions).

4. Some English fill in the blanks.
It's easy you can easily score 20 + out of 30 if you easily go through the respective chapters.
Now immediately after this test. They give us the Technical paper which is subjective and has.
1. About 20 questions.
2. Based on marks.
3. Marks are (1 mark (about 10), 2 marks (about 5), 3 marks (about 3), 5 marks (1), 8 marks (1) ).
4. It is about fairly 50 marks total.
5. No negative marking.

Now when I see the paper on the first page they printed the schedule for the staff members that is.
Round 1- Technical test / Aptitude Test.
Round 2- Interview.
Round 3- Interview.
Round 4- Final Interview.

Man, when I see this I totally get screwed. They have some more rounds to clear and after that, they place us at Bangalore with 6. 4 lac package.

Sorry about this let's get back to the technical paper.

Well on the first page there are some maths questions-

Question 1- that a coin is tossed about three times so find the probability that every time it comes head. Explain (1 mark).
Question 2. That ram travelled 1200 km by air and covered 2/5 of his journey, after that by car he travelled 1/3 of his total journey, and the rest by train so find the total distance travelled by train. Explain (1 mark).
Question 3- suppose the clock shows the time exactly 8. 40 pm so explain with a diagram angle between the hour and minute needle. (1mark).
Question 4- Suppose two pipes fill the tank in 10 hrs and 12 hrs respectively and the third pipe empties the tank in 20 hrs so if all the pipes are open at the same time then calculate in how much time the tank will be filled.
Question 5- The square field question simple one but I can't remember it right now. (it's also of 1 mark each).

Data Structure Questions.

Questions on Postfix and prefix notation for a given expression are very easy. (2 mark).

Question- what's the Basic data structure used in performing Recursion? (1 mark).

Question- it's based on a tree. A tree is given and you have to write its inorder preorder, postorder expression.

After that Sql Questions.

Question- they have given a table with 5 columns and they want to normalize it and show the process that how many tables will be created. (3 marks).
Question- Write SELECT Query Syntax. Plus Difference between WHERE and HAVING Clause in SQL query. (2marks).
Question- they will give you a dummy and depending upon it you have to write a query so as to fetch results. In the desired way. (2 questions with 2 marks each).

Now the C++ part.

Question-
Given int ***a;

Allocate an array of mxnxp elements into it. (3 marks).

Question-

Int x;

Int modify value ().

{.

Return (x+=10);.

}.

Int changevalue (int x).

{.

Return (x+=1);.

}.

Void main ().

{.

Int x=10;.

X++;.

Changevalue (x) ;.

X++;.

Modifyvalue ();.

Printf ("First output %d/n", x);.

X++;.

Changevalue (x) ;.

Printf ("Second output %d/n", x);.

Modifyvalue (x) ;.

Printf ("Third output %d/n", x);.

Show the output and discuss the process. (3 marks).

Question-.

# include<stdio. H>.

Void main ().

{.

Char*p1="name".

Char*p2;.

P2= (char*) malloc (20);.

Memset (p2, 0, 20) ;.

While (*p2++=*p1++) ;.

Printf ("%s/n", p2) ;.

}.

What will be the output? --- (2 marks).

Question-.
Given a singly linked list with node structure below, reverse the list, your solution must not only modify list pointers and must not copy data your function is passed the head of the list and must not return the new head after reversal (8 marks).
Struct node.

{.

Void *data;

TNode *next;.

};.
TNode *reverse_List (tNode*pStart).

{.

}.

Well, I copied These technical paper questions on an extra sheet and luckily due to the heavy crowd of about 500-600 and about 350 students in single they didn't even try to collect the rough sheet hence I took these questions back home and decided to write it to IndiaBix. I hope they include this placement experience of mine.

Well after this test they said to hand over this technical paper and aptitude answer sheet along with my resume. And said that your result will be declared on the college website. If you have cleared this test you will be progressed to the interview round.

Well honestly say. The maximum number of questions which I have answered in the technical paper is half right so chances are very low that I progress to the next round but if somehow I get to the next round I will surely discuss my interview experience with you guys. Please go through these questions and if tally visit your campus. Then don't take any big tensions that they will put difficult questions to you blah blah. Just be cool-minded and focus on these main parts. You will surely clear the written test easily. Best of luck.