Upload Button Icon Add office photos

Filter interviews by

Doshi Accounting and Services Interview Questions and Answers

Updated 7 Jun 2024

Doshi Accounting and Services Interview Experiences

Popular Designations

3 interviews found

Book Keeper Interview Questions & Answers

user image Anonymous

posted on 5 Jun 2024

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

They giving bunch of paper to solve all the questions within a three hour just like Case study, trading account profit and loss account and balance sheet,
They providing payment summary and you have to find the bill of particular company how much Bill is over and how much will needs to be pay

Round 2 - Technical 

(2 Questions)

  • Q1. Prepare balance sheet
  • Ans. 

    A balance sheet is a financial statement that shows a company's assets, liabilities, and equity at a specific point in time.

    • List all assets (cash, accounts receivable, inventory, etc.) and their values

    • List all liabilities (accounts payable, loans, etc.) and their values

    • Calculate equity by subtracting liabilities from assets

    • Ensure assets = liabilities + equity

  • Answered by AI
  • Q2. Prepare profit and loss
  • Ans. 

    Preparing profit and loss involves calculating the difference between revenue and expenses to determine the financial performance of a business.

    • Calculate total revenue by adding up all income sources

    • Calculate total expenses by adding up all costs incurred

    • Subtract total expenses from total revenue to get the profit or loss

    • Review the profit and loss statement for insights into the financial health of the business

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare only basic profit and loss and balance sheet

Book Keeper Interview Questions asked at other Companies

Q1. Do you know about Ap process
View answer (1)

Accountant Interview Questions & Answers

user image Anonymous

posted on 25 Apr 2022

Round 1 - Case Study 

Anything

Round 2 - Aptitude Test 

Accounting and Taxation

Round 3 - Technical 

(1 Question)

  • Q1. Question regarding Accounting General Accounting Profit and loss account Trading Journal posting

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a Nice process for selection

Accountant Interview Questions asked at other Companies

Q1. What journal is made when purchase requisition is created
View answer (26)

Interview Questionnaire 

4 Questions

  • Q1. Family background
  • Q2. Past experience
  • Q3. Why doshi?
  • Q4. Notive peried

Interview questions from similar companies

I applied via Campus Placement and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SDLC, Agile, Power Sector

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice

I applied via Walk-in and was interviewed in Oct 2021. There were 3 interview rounds.

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 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. What do you know about company? what type of products company develops?
  • Ans. Brief: 4 types of products, I recommend to visit the website of the company for updated details.
  • Answered Anonymously
Round 3 - Interview 

(2 Questions)

  • Q1. Tell me about yourself?
  • Ans. Start by telling your name, your hometown, your qualifications, your previous jobs, your job profile in previous companies, why you want to join at a current job profile.
  • Answered Anonymously
  • Q2. Questions about projects, your academics.

Interview Preparation Tips

Topics to prepare for 50 Hertz Business Analyst interview:
  • MS Excel
Interview preparation tips for other job seekers - Whatever company you apply, visit its website and note down or remember whatever work company is involve in.
Always ready for a question, tell me about yourself.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude followed with english and reasoning

Round 2 - Technical 

(3 Questions)

  • Q1. Core java technical questions , spring , spring boot
  • Q2. What is JIT in java
  • Ans. 

    JIT stands for Just-In-Time compilation in Java. It dynamically compiles bytecode into machine code at runtime for improved performance.

    • JIT is a part of the Java Virtual Machine (JVM) that optimizes the execution of Java programs.

    • It analyzes the frequently executed parts of the bytecode and compiles them into native machine code.

    • This compilation happens at runtime, just before the code is executed, hence the name Just-...

  • Answered by AI
  • Q3. Explain lifecyxle of thread in java
  • Ans. 

    The lifecycle of a thread in Java includes several stages from creation to termination.

    • A thread is created using the Thread class or implementing the Runnable interface.

    • The thread goes through the new, runnable, and blocked states before running.

    • Once running, the thread can be paused, resumed, or stopped.

    • Finally, the thread reaches the terminated state and cannot be restarted.

  • Answered by AI

Skills evaluated in this interview

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

Recursive program of binary tree and basic HTML bootstrap

Interview Questionnaire 

1 Question

  • Q1. Introduction
Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. How internally work HashMap ?
  • Ans. 

    HashMap uses key-value pairs, hashing, and buckets for efficient data retrieval and storage.

    • HashMap stores data in key-value pairs, where each key is unique.

    • It uses a hash function to compute an index (hash code) for each key.

    • The computed index points to a bucket in an array where the value is stored.

    • If multiple keys hash to the same index (collision), they are stored in a linked list or tree structure.

    • Example: For a k...

  • Answered by AI
  • Q2. Write the logic of prime number
  • Ans. 

    A prime number is a natural number greater than 1 that cannot be formed by multiplying two smaller natural numbers.

    • A prime number has exactly two distinct positive divisors: 1 and itself.

    • Examples of prime numbers include 2, 3, 5, 7, 11, and 13.

    • The number 1 is not prime because it has only one positive divisor.

    • The number 4 is not prime because it can be divided by 1, 2, and 4.

    • To check if a number n is prime, test divisi

  • Answered by AI
  • Q3. Difference between hash map and hash set?
  • Ans. 

    HashMap stores key-value pairs; HashSet stores unique keys without values.

    • HashMap allows duplicate values but not duplicate keys. Example: {1: 'A', 2: 'B', 1: 'C'} results in {1: 'C', 2: 'B'}.

    • HashSet only stores unique elements. Example: {1, 2, 2} results in {1, 2}.

    • HashMap provides O(1) average time complexity for get and put operations.

    • HashSet provides O(1) average time complexity for add, remove, and contains operati...

  • Answered by AI
Round 1 - Coding Test 

Basic to medium questions on array string SQL

Round 2 - Technical 

(1 Question)

  • Q1. Project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly they hire for freshers because company doesn't have budget to hire good experienced people. So just go through basics because senior people who are working there are also not that knowledgeable.

Doshi Accounting and Services Interview FAQs

How many rounds are there in Doshi Accounting and Services interview?
Doshi Accounting and Services interview process usually has 2-3 rounds. The most common rounds in the Doshi Accounting and Services interview process are Technical, Aptitude Test and Case Study.
How to prepare for Doshi Accounting and Services 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 Doshi Accounting and Services. The most common topics and skills that interviewers at Doshi Accounting and Services expect are Accounting, Communication Skills, Taxation, Ca and Administration.
What are the top questions asked in Doshi Accounting and Services interview?

Some of the top questions asked at the Doshi Accounting and Services interview -

  1. Prepare balance sh...read more
  2. Prepare profit and l...read more
  3. Question regarding Accounting General Accounting Profit and loss account Tra...read more

Tell us how to improve this page.

Doshi Accounting and Services Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Oxane Partners Interview Questions
3.5
 • 25 Interviews
Wishup Interview Questions
4.2
 • 23 Interviews
Axis Sales Interview Questions
4.3
 • 19 Interviews
Tradebulls Interview Questions
3.2
 • 16 Interviews
50 Hertz Interview Questions
1.9
 • 9 Interviews
YourDOST Interview Questions
3.4
 • 9 Interviews
Muthoot Money Interview Questions
3.7
 • 8 Interviews
NADSOFT Interview Questions
3.2
 • 7 Interviews
View all

Doshi Accounting and Services Reviews and Ratings

based on 18 reviews

3.1/5

Rating in categories

3.2

Skill development

2.9

Work-life balance

3.3

Salary

2.9

Job security

2.8

Company culture

2.9

Promotions

2.9

Work satisfaction

Explore 18 Reviews and Ratings
Accountant
12 salaries
unlock blur

₹3 L/yr - ₹7.8 L/yr

Account Assistant
11 salaries
unlock blur

₹2 L/yr - ₹3.9 L/yr

Senior Accountant
7 salaries
unlock blur

₹6 L/yr - ₹8.8 L/yr

Administrator
7 salaries
unlock blur

₹4 L/yr - ₹6.5 L/yr

Accounts Manager
5 salaries
unlock blur

₹12 L/yr - ₹18 L/yr

Explore more salaries
Compare Doshi Accounting and Services with

Tradebulls

3.2
Compare

Axis Sales

4.3
Compare

Muthoot Money

3.7
Compare

SysArc Infomatix

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview