Upload Button Icon Add office photos

Filter interviews by

Tally Solutions Interview Questions, Process, and Tips

Updated 7 Jan 2025

Top Tally Solutions Interview Questions and Answers

View all 20 questions

Tally Solutions Interview Experiences

Popular Designations

38 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Instahyre and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Product array itself

Round 2 - Assignment 

Parking lot design system design in java

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
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

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

Executive - Sales & Marketing Interview Questions & Answers

user image Harshal Pramod Katarpawar

posted on 9 Apr 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Behavioral 

(1 Question)

  • Q1. Customer satisfaction
Round 2 - Technical 

(2 Questions)

  • Q1. Product information
  • Q2. All future tell me hr

Executive - Sales & Marketing Interview Questions asked at other Companies

Q1. 1 How many potential in market for building materials
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Related to previous experiences
Round 2 - One-on-one 

(2 Questions)

  • Q1. Customer orientation
  • Q2. Tertiary sales understanding

Business Manager Interview Questions asked at other Companies

Q1. what are the top 3 insurance companies you know that are existed in the Indian market
View answer (4)

Tally Solutions interview questions for popular designations

 Software Engineer

 (4)

 Accountant

 (2)

 Software Engineer Trainee

 (2)

 Tally Accountant

 (2)

 Account Assistant

 (1)

 Accounting ,taxation,tally

 (1)

 ASE Trainee

 (1)

 Associate Staff Engineer

 (1)

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Lca of a tree
  • Ans. 

    Lca of a tree is the lowest common ancestor of two nodes in a tree.

    • The LCA of two nodes in a tree is the lowest node that has both nodes as descendants.

    • It can be found by traversing the tree from the root to the two nodes and finding the first common ancestor.

    • For example, in a binary tree, the LCA of nodes 4 and 5 in the tree below is node 2: 1 / \ 2 3 / \ 4 5

  • Answered by AI

Skills evaluated in this interview

Software Development Engineer Intern Interview Questions asked at other Companies

Q1. Say you're dealing with really long integers. They're too long to fit into a regular datatype, so linked lists are used to store them, with each node of the list containing one digit. Now the problem is, given two linked lists, i.e. two rea... read more
View answer (2)

Get interview-ready with Top Tally Solutions Interview Questions

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at Amrita Vishwa Vidyapeetham, Amritapuri Campus and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Coding Test 

Trees,stack , queue questions and circular linked list question

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked ListYou are given a singly Linked List of integers. Your task is to return true if the given singly linked list is a palindrome otherwise returns false. For example: The given linked list is 1 -> 2 -> 3 -> 2->... read more
View answer (4)

ASE Trainee Interview Questions & Answers

user image Anonymous

posted on 7 Sep 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

1 hour with coding questions as apti round

Round 2 - Coding Test 

Basically indepth question regarding coding question

Interview Preparation Tips

Interview preparation tips for other job seekers - Do prepare the coding languages in depth

ASE Trainee Interview Questions asked at other Companies

Q1. What are the different types of complexities?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

IT WAS GOOD.STUDY FROM RD SHARMA.

Round 2 - Coding Test 

DO FAMOUS LEETCODE QUESTION

Sdet Engineer Interview Questions asked at other Companies

Q1. Tell me about the projects and knowledge on selenium api and etc?
View answer (2)

Associate Staff Engineer Interview Questions & Answers

user image ARUN KUMAR VERMA

posted on 13 Mar 2024

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Coding Test 

HR called me on Friday in October, and interview scheduled after 2 days on monday, i didn't got enough time to prepare. HR didn't gave time neither gave any clue what to prepare.

In interview, first question was Leetcode Hard question similar to Leetcode #1568.
In question a bomb was dropped on grid at (x,y) coordinate. Write function to calculate time taken to reach nearby islands in all 4 directions. There were some constraints i forgot. I was unable to even think about approach.
Next i was asked about c++ memory allocation and class related question, i gave correct answers.

Interview Preparation Tips

Topics to prepare for Tally Solutions Associate Staff Engineer interview:
  • Data Structures

Associate Staff Engineer Interview Questions asked at other Companies

Q1. 1. How to make object thread-safe? 2. Create an Immutable class. 3. Which Garbage collection algorithm is used in Java. 4. print the left view of the Binary tree 5. working of Circuiter breaker design pattern. 6. Question on JWT token 7. Cr... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Abcdefghi12355678910jklmnopqrstuvwxyz

Round 3 - One-on-one 

(4 Questions)

  • Q1. Simply hard question
  • Q2. Simply hard question and answer
  • Q3. Account details interview
  • Q4. Data development work

Interview Preparation Tips

Interview preparation tips for other job seekers - Good apurvhunity inthe work perpose helping nature in the work

Junior Accountant Interview Questions asked at other Companies

Q1. Explain heads of income under income tax Act, 1961.
View answer (23)

Tally Solutions Interview FAQs

How many rounds are there in Tally Solutions interview?
Tally Solutions interview process usually has 1-2 rounds. The most common rounds in the Tally Solutions interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for Tally Solutions 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 Python, Tally, MS Office, Analytical and Customer Engagement.
What are the top questions asked in Tally Solutions interview?

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

  1. how can you solve problems regarding ta...read more
  2. What do you know about tally and how to useful for ...read more
  3. How do you write NFRs or include them in PR...read more
How long is the Tally Solutions interview process?

The duration of Tally Solutions interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Tally Solutions Interview Process

based on 23 interviews in last 1 year

Interview experience

3.9
  
Good
View more

People are getting interviews through

based on 24 Tally Solutions interviews
Job Portal
Campus Placement
WalkIn
Referral
33%
25%
4%
4%
34% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

Genpact Interview Questions
3.9
 • 3k Interviews
Zoho Interview Questions
4.3
 • 501 Interviews
SAP Interview Questions
4.2
 • 302 Interviews
NeoSOFT Interview Questions
4.0
 • 250 Interviews
Ramco Systems Interview Questions
3.9
 • 62 Interviews
MARG ERP Interview Questions
3.6
 • 16 Interviews
Busy Infotech Interview Questions
4.0
 • 11 Interviews
View all

Tally Solutions Reviews and Ratings

based on 327 reviews

4.2/5

Rating in categories

4.1

Skill development

4.2

Work-Life balance

4.0

Salary & Benefits

4.2

Job Security

4.2

Company culture

3.5

Promotions/Appraisal

4.0

Work Satisfaction

Explore 327 Reviews and Ratings
Business Manager
180 salaries
unlock blur

₹7.3 L/yr - ₹17.1 L/yr

Software Engineer
57 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
34 salaries
unlock blur

₹8.2 L/yr - ₹18 L/yr

Accountant
33 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.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview