Upload Button Icon Add office photos

Tally Solutions

Compare button icon Compare button icon Compare

Filter interviews by

Tally Solutions Interview Questions, Process, and Tips

Updated 18 Feb 2025

Top Tally Solutions Interview Questions and Answers

View all 20 questions

Tally Solutions Interview Experiences

Popular Designations

39 interviews found

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 (196)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. How do you write NFRs or include them in PRDs?
  • Ans. 

    NFRs are written in a separate section of the PRD to outline non-functional requirements.

    • Identify key non-functional requirements such as performance, scalability, security, and usability.

    • Document NFRs in a separate section of the PRD, clearly outlining each requirement and its acceptance criteria.

    • Ensure NFRs are measurable and testable to track progress and ensure compliance.

    • Collaborate with stakeholders to prioritize

  • Answered by AI
  • Q2. Past experience on working with API integrations
  • Ans. 

    Extensive experience in working with API integrations in previous roles

    • Developed and maintained API integrations with third-party vendors

    • Implemented RESTful APIs for seamless communication between systems

    • Troubleshooted and resolved issues related to API integrations

    • Worked closely with engineering teams to ensure smooth integration processes

  • Answered by AI
  • Q3. The most complex technical product you've worked on?
  • Ans. 

    Developing a cloud-based enterprise resource planning system for a multinational corporation.

    • Integration of multiple modules such as finance, HR, supply chain, and manufacturing

    • Customization options for different regions and business units

    • Data migration from legacy systems to the new platform

    • Implementation of advanced security measures to protect sensitive data

  • Answered by AI
  • Q4. How do you propose optimizing product load speed?
  • Ans. 

    Optimizing product load speed involves minimizing file sizes, leveraging caching, optimizing images, and reducing server response times.

    • Minimize file sizes by compressing CSS, JavaScript, and images

    • Leverage browser caching to store static resources locally

    • Optimize images by using appropriate formats and sizes

    • Reduce server response times by optimizing database queries and server configurations

  • Answered by AI
  • Q5. Strategy related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I appreciate the interview process, the company culture, and the friendly demeanor of the interviewer and HR. Although I was unable to advance due to insufficient core technical skills, I genuinely hope to have the opportunity to work with Tally in the future. Thanks, Tally for the time, friendly nature, and culture in conducting the interviews.

Senior Product Manager Interview Questions asked at other Companies

Q1. What are the growth hacks you would use to grow traffic?
View answer (1)
Tally Solutions Interview Questions and Answers for Freshers
illustration image
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Company weath and grow
  • Q2. Company disscus in customer
Round 2 - Case Study 

Provide company products name

Round 3 - Technical 

(3 Questions)

  • Q1. Customer satisfaction
  • Q2. Consumer problem and solve
  • Q3. Own business in stared no time limited

Sales Officer Interview Questions asked at other Companies

Q1. Amit What is Cross sale tell me The Types of Cross sales
View answer (29)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell us about yourself Like Experience Education's Family.
  • Ans. 

    Experienced business development officer with a strong educational background and supportive family.

    • Over 5 years of experience in business development roles

    • MBA in Marketing from XYZ University

    • Supportive family that encourages professional growth

    • Passionate about networking and building client relationships

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Tell us about yourself.
Round 3 - One-on-one 

(1 Question)

  • Q1. Tell us about yourself.

Business Development Officer Interview Questions asked at other Companies

Q1. How to recurring a team nd busnines how to achive your target nd goal if agent not giving business so what is your next staterdgy nd how to complite your target in every month if costumer not meeting your in front so what is your statergy t... read more
View answer (2)

Tally Solutions interview questions for popular designations

 Software Engineer

 (4)

 Accountant

 (2)

 Tally Accountant

 (2)

 Software Engineer Trainee

 (2)

 Financial Accountant

 (1)

 Sales Officer

 (1)

 Product Manager

 (1)

 Key Account Manager

 (1)

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

(2 Questions)

  • Q1. Can you explain k8s architecture?,
  • Ans. 

    K8s architecture is a container orchestration platform that manages containerized applications across a cluster of nodes.

    • Master node controls the cluster and schedules workloads

    • Worker nodes run containers and communicate with master node

    • Etcd stores cluster configuration and state

    • Pods are the smallest deployable units in Kubernetes

    • Services provide networking and load balancing for pods

  • Answered by AI
  • Q2. Instead of Jenkins don't you use Gitlab?
  • Ans. 

    Gitlab can be used as an alternative to Jenkins for CI/CD pipelines.

    • Gitlab offers built-in CI/CD capabilities, similar to Jenkins.

    • Gitlab provides a single platform for version control, CI/CD, and collaboration.

    • Some organizations prefer Gitlab over Jenkins for its integrated features and ease of use.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepared well for all the devOps tools like jenkins CI/CD,Docker,k8s,Git

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: Input: STR = "abcde" Output: "edcba" Input: The first line of input cont... read more
View answer (3)

Get interview-ready with Top Tally Solutions Interview Questions

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

I applied via Campus Placement 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

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 (196)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

It was good experience

Round 2 - One-on-one 

(2 Questions)

  • Q1. Good question asked ny imterviwer
  • Q2. Good question asked bye interviewer

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)

Interview Questions & Answers

user image varun medisetty

posted on 20 Oct 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 coding queaon were asked

Round 2 - Technical 

(2 Questions)

  • Q1. Core subjects like oops sql os dbms etc
  • Q2. About data structures and he gave 2 data strucutres problems

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare resume properly

Interview Questions & Answers

user image Anonymous

posted on 11 Nov 2024

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

I applied via Campus Placement and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Bit masking, DP, graphs

Round 2 - Technical 

(3 Questions)

  • Q1. Questions on Microprocessor and internfacing concepts, linkedlist Leetcode medium
  • Q2. Questions on RDBMS basics
  • Q3. Some puzzles and brain teasers
Round 3 - Technical 

(2 Questions)

  • Q1. Leetcode Medium optimised solution
  • Q2. Plans on MS or higher studies
  • Ans. 

    Considering pursuing higher studies in the future to enhance knowledge and skills.

    • Interested in pursuing a Master's degree or higher to specialize in a specific area of study.

    • Higher studies can provide advanced knowledge, skills, and opportunities for career advancement.

    • Planning to balance work experience with academic qualifications to achieve long-term career goals.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Solve 250+ leetcode, medium and hard more

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

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 (196)

Accountant Interview Questions & Answers

user image Anonymous

posted on 26 Oct 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - HR 

(5 Questions)

  • Q1. What motivates you ?
  • Ans. 

    I am motivated by the opportunity to continuously learn and grow in my career, as well as the satisfaction of solving complex problems.

    • Continuous learning and growth opportunities

    • Satisfaction from solving complex problems

    • Desire to excel and improve skills

    • Recognition for hard work and achievements

  • Answered by AI
  • Q2. We can say that you're driven by your desire tp learn new things and take and new responsibilities
  • Q3. Tall me about yourself?
  • Q4. What are your strenghts?
  • Ans. 

    My strengths include attention to detail, strong analytical skills, and ability to work well under pressure.

    • Attention to detail: I have a keen eye for spotting errors and discrepancies in financial records.

    • Strong analytical skills: I am able to interpret complex financial data and provide valuable insights for decision-making.

    • Ability to work well under pressure: I can handle tight deadlines and high-pressure situations

  • Answered by AI
  • Q5. Would you like to work overtimes or odd work?
  • Ans. 

    I am open to working overtime or odd hours if necessary to meet deadlines or handle urgent tasks.

    • I am willing to work overtime when needed to ensure all tasks are completed accurately and on time.

    • I understand that sometimes unexpected situations may arise that require working odd hours, and I am prepared to handle them.

    • I am committed to delivering high-quality work and meeting deadlines, even if it means working outsid...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - its my tally users

Accountant Interview Questions asked at other Companies

Q1. What journal is made when purchase requisition is created
View answer (25)
Contribute & help others!
anonymous
You can choose to be anonymous

Tally Solutions Interview FAQs

How many rounds are there in Tally Solutions interview?
Tally Solutions interview process usually has 2 rounds. The most common rounds in the Tally Solutions interview process are Technical, Coding Test and One-on-one Round.
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.

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Reliance Industries

No Interviews

INTERVIEWS

Xoriant

No Interviews

INTERVIEWS

HCLTech

No Interviews

INTERVIEWS

Qualcomm

No Interviews

INTERVIEWS

Amdocs

No Interviews

INTERVIEWS

Tally Solutions

No Interviews

SALARIES

Texas Instruments

SALARIES

Josh Technology Group

Tell us how to improve this page.

Tally Solutions Interview Process

based on 33 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Genpact Interview Questions
3.8
 • 3.1k Interviews
Zoho Interview Questions
4.3
 • 505 Interviews
ITC Infotech Interview Questions
3.6
 • 334 Interviews
SAP Interview Questions
4.2
 • 283 Interviews
Ramco Systems Interview Questions
3.9
 • 65 Interviews
MARG ERP Interview Questions
3.5
 • 18 Interviews
Busy Infotech Interview Questions
4.0
 • 11 Interviews
View all

Tally Solutions Reviews and Ratings

based on 342 reviews

4.2/5

Rating in categories

4.0

Skill development

4.2

Work-life balance

3.9

Salary

4.1

Job security

4.2

Company culture

3.4

Promotions

3.9

Work satisfaction

Explore 342 Reviews and Ratings
Business Manager
182 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
58 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
41 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Product Manager
39 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Accountant
34 salaries
unlock blur

₹0 L/yr - ₹0 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