Upload Button Icon Add office photos

Tally Solutions

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Tally Solutions Software Engineer Interview Questions, Process, and Tips

Updated 11 Sep 2024

Top Tally Solutions Software Engineer Interview Questions and Answers

Tally Solutions Software Engineer Interview Experiences

4 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Amrita Vishwa Vidyapeetham, Amritapuri Campus and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Arrays and strings, trees

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on oops and projects
  • Q2. Tell if two strings are anagrams or not
  • Ans. 

    Check if two strings are anagrams by comparing the sorted characters in each string.

    • Sort the characters in both strings and compare if they are equal.

    • Ignore spaces and punctuation when comparing the strings.

    • Example: 'listen' and 'silent' are anagrams.

    • Example: 'hello' and 'world' are not anagrams.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What is tally solutions?
  • Ans. 

    Tally Solutions is a software company that provides accounting and business management software solutions.

    • Tally Solutions offers software for financial accounting, inventory management, payroll, and more

    • It is widely used by small and medium-sized businesses for managing their finances

    • Tally software helps in generating reports, tracking expenses, and ensuring compliance with tax regulations

  • Answered by AI
  • Q2. Regarding projects and some hr questions

Skills evaluated in this interview

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview

Software Engineer Interview Questions & Answers

user image Sanskar Sharma

posted on 11 Sep 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was online , evryone cheated , and even solving all the questions wont get you shortlisted

Round 2 - Technical 

(2 Questions)

  • Q1. Dynamic memory allocation in c
  • Ans. 

    Dynamic memory allocation in C allows for allocating memory at runtime, enabling flexibility in memory usage.

    • Use functions like malloc(), calloc(), and realloc() to dynamically allocate memory in C.

    • Remember to free the allocated memory using free() to prevent memory leaks.

    • Dynamic memory allocation is commonly used for creating arrays or structures of unknown size at compile time.

  • Answered by AI
  • Q2. Reverse linked list

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Questions related to Projects and what design pattern you followed in it.
  • Q2. Create a table of a Manager-Employee, add some rows in it and write some queries.
  • Ans. 

    Create a table of Manager-Employee, add rows, and write queries.

    • Create a table named 'ManagerEmployee' with columns 'ManagerID' and 'EmployeeID'

    • Add rows to the table to represent the relationship between managers and employees

    • Write queries to retrieve information such as employees reporting to a specific manager

  • Answered by AI
  • Q3. What are the challenges I faced in my last project and how did I resolve it?

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your resume very well. Questions will be asked about your projects in the last company. What was the design pattern was followed in the project? Question-related to database.

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: 1. Aptitute Questions

2. Given 2 node and insert a node between those 2 in link list

3. Pointer based questions

4. Reverse a string

5. Reverse a singly linked list

6. create a link list in sorted order

7. range of (int,unsigned int,byte) related question

8. write definition of strcpy()

9. DBMS questions ( Based on group by having clause both)

Round: Test
Experience: 1. Its for checking your accuracy

4 6 10

who is near to 6... you have answer all the question quickly

2.odd one out

3. ram is older then shyam

4 who is older??

5 sections were there

College Name: NA

Tally Solutions interview questions for designations

 Software Engineer Trainee

 (2)

 Senior Software Engineer

 (1)

 Software Developer Intern

 (1)

 Software Development Engineer Intern

 (1)

 Devops Engineer

 (1)

 Site Reliability Engineer

 (1)

 Sdet Engineer

 (1)

 Associate Staff Engineer

 (1)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(3 Questions)

  • Q1. Data structure [Array]
  • Q2. Core JAVA questions[ exception handling , OOPS , Collections Framework ]
  • Q3. JDBC and SQL questions
Round 2 - Technical 

(2 Questions)

  • Q1. Project discussion
  • Q2. Tell me one scenerio under which you did development
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

There were simple aptitude questions and core java MCQS

Round 2 - Technical 

(3 Questions)

  • Q1. What's OOPs concept
  • Ans. 

    OOP is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

    • Inheritance: Ability of a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding th...

  • Answered by AI
  • Q2. Explain Inheritance
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Allows a class to inherit attributes and methods from another class

    • Promotes code reusability and reduces redundancy

    • Creates a parent-child relationship between classes

    • Derived class can override or extend the functionality of the base class

    • Example: Class 'Car' can inherit from class 'Vehicle' and inh...

  • Answered by AI
  • Q3. Basic Java output questions
Round 3 - HR 

(1 Question)

  • Q1. Interviewer asked me to introduce and then he asked about my education and family details and then he told me about company.

Interview Preparation Tips

Interview preparation tips for other job seekers - For freshers it's easy to crack interview if they they are smart. Just revise core java and basic aptitude questions.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic coding along with general aptitude

Round 2 - Technical 

(3 Questions)

  • Q1. What is oops describe with real time example?
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPs focuses on creating objects that interact with each other to solve a problem

    • Encapsulation: Objects encapsulate data and behavior. Example: Car object with properties like color and methods like start()

    • Inheritance: Objects can inherit attributes and methods from other objects. Example: Anima...

  • Answered by AI
  • Q2. Describe about data structures with real time examples?
  • Ans. 

    Data structures are ways to organize and store data efficiently in a computer.

    • Data structures are used to store and organize data in a way that makes it easy to access and manipulate.

    • Examples of data structures include arrays, linked lists, stacks, queues, trees, and graphs.

    • For example, an array is a data structure that stores a collection of elements in a contiguous block of memory.

    • A linked list is a data structure wh...

  • Answered by AI
  • Q3. What makes you different from other candidates?
Round 3 - HR 

(2 Questions)

  • Q1. Why do you choose happiest minds ?
  • Q2. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - NA

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is Observables, Services, Promises, Closure ?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Intall Mongo Db and perform crud operation
  • Q2. Dsa question asked to complete in javascrip
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com

Round 1 - HR 

(1 Question)

  • Q1. Basic information like:- why you want to change job, and some similar questions...
Round 2 - Technical 

(1 Question)

  • Q1. Intermediate level questions on joins, cursor, bulk collect, trigger ....

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company
Contribute & help others!
anonymous
You can choose to be anonymous

Tally Solutions Interview FAQs

How many rounds are there in Tally Solutions Software Engineer interview?
Tally Solutions interview process usually has 2 rounds. The most common rounds in the Tally Solutions interview process are Technical, Coding Test and HR.
How to prepare for Tally Solutions Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Tally Solutions. The most common topics and skills that interviewers at Tally Solutions expect are Javascript, MySQL, Python, Unit Testing and Django.
What are the top questions asked in Tally Solutions Software Engineer interview?

Some of the top questions asked at the Tally Solutions Software Engineer interview -

  1. Create a table of a Manager-Employee, add some rows in it and write some querie...read more
  2. tell if two strings are anagrams or ...read more
  3. what is tally solutio...read more

Recently Viewed

INTERVIEWS

Boeing

85 interviews

INTERVIEWS

Apexon

135 interviews

INTERVIEWS

Xogene

8 interviews

INTERVIEWS

OpenBet

3 interviews

INTERVIEWS

ABB

233 interviews

INTERVIEWS

Shree Cement

No Interviews

INTERVIEWS

Microland

No Interviews

INTERVIEWS

Bounteous x Accolite

No Interviews

INTERVIEWS

IBM

No Interviews

INTERVIEWS

K Raheja Corp

No Interviews

Tell us how to improve this page.

Tally Solutions Software Engineer Interview Process

based on 3 interviews

Interview experience

3.3
  
Average
View more

Anonymously discuss salaries, work culture, and many more

Get Ambitionbox App

Tally Solutions Software Engineer Salary
based on 58 salaries
₹5 L/yr - ₹15 L/yr
43% more than the average Software Engineer Salary in India
View more details

Tally Solutions Software Engineer Reviews and Ratings

based on 8 reviews

3.8/5

Rating in categories

3.4

Skill development

3.9

Work-life balance

3.9

Salary

3.8

Job security

3.6

Company culture

3.6

Promotions

3.7

Work satisfaction

Explore 8 Reviews and Ratings
Business Manager
179 salaries
unlock blur

₹7.3 L/yr - ₹17.8 L/yr

Software Engineer
58 salaries
unlock blur

₹5 L/yr - ₹15 L/yr

Senior Software Engineer
41 salaries
unlock blur

₹9.3 L/yr - ₹26 L/yr

Associate Product Manager
39 salaries
unlock blur

₹8.2 L/yr - ₹18 L/yr

Accountant
34 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Explore more salaries
Compare Tally Solutions with

Zoho

4.3
Compare

QUICK HEAL TECHNOLOGIES

3.7
Compare

Ramco Systems

3.9
Compare

MARG ERP

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent