Upload Button Icon Add office photos

Filter interviews by

Namshi Accounts & Finance Manager Interview Questions and Answers

Updated 17 Sep 2021

Namshi Accounts & Finance Manager Interview Experiences

1 interview found

I applied via Referral and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Why to join Finance field?
  • Q2. What is aging report?
  • Ans. 

    A report that shows the outstanding balances of customers or vendors based on the age of the invoice.

    • Aging report categorizes the outstanding balances into different time periods such as 30, 60, 90 or more days past due.

    • It helps in identifying the customers or vendors who have not paid their invoices on time.

    • It also helps in determining the cash flow and potential bad debts.

    • For example, an aging report for accounts rec...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on the basis of your CV

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jun 2023. There were 5 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 - Aptitude Test 

An aptitude test is an exam used to determine an individual's skill or propensity to succeed in a given activity. Aptitude tests assume that individuals have inherent strengths and weaknesses and have a natural inclination toward success or failure in specific areas based on their innate characteristics.

Round 3 - Group Discussion 

In the GD they will give one topic they have to discuss about that topic and we have to speak it is right are wrong our communication skills should be perfect while speaking

Round 4 - Technical 

(1 Question)

  • Q1. They will ask subject related questions we must been to say that answers
Round 5 - HR 

(1 Question)

  • Q1. Last is HR round they will ask about salary and are you willing to join in these company and they will ask location are you comfortable
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Regarding job profile
Round 2 - One-on-one 

(1 Question)

  • Q1. GST input and output working
  • Ans. 

    GST input and output working involves calculating the tax paid on purchases (input) and tax collected on sales (output).

    • Calculate GST input by adding up the tax paid on purchases.

    • Calculate GST output by adding up the tax collected on sales.

    • The net GST payable is the difference between output and input GST.

    • Example: Input GST = $500, Output GST = $800, Net GST payable = $300.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for your interview
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Newspaper Ad and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

After test is the first step of the knowledge to know the candidates

Round 2 - Group Discussion 

Group discussion tell about that the candidate who speak gets

Round 3 - HR 

(5 Questions)

  • Q1. Based on the knowledge of the candidate
  • Q2. Tell me about yourself
  • Q3. Tell me about the job role
  • Q4. What about the company
  • Q5. Your suitable is job and why
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It had 2 sections, first one being an aptitude test having certain puzzles and basic quantitative ability questions.
And second section had questions around CA curriculum with questions revolving around Companies Act and Standards on Auditing.

Round 2 - Technical 

(1 Question)

  • Q1. Started with a brief introduction and questions related to articleship experience. Not much detailed, they only tesed our basic understanding. Areas touched - Audit and GST.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus on what you have written in your resume, be thorough with it.

I applied via Naukri.com and was interviewed in Dec 2021. There were 2 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 - One-on-one 

(4 Questions)

  • Q1. How did you ensure timely payments in AP without a miss?
  • Ans. 

    I ensured timely payments in AP by implementing a strict payment schedule and closely monitoring payment deadlines.

    • Created a payment schedule with clear deadlines

    • Implemented an automated payment system to avoid manual errors

    • Monitored payment deadlines closely and followed up with vendors as needed

    • Maintained accurate records of payments and communicated any delays to relevant parties

  • Answered by AI
  • Q2. Tell us some of your key career highlights?
  • Q3. Why you want to Join Reliance?
  • Q4. Tell us about your current profile in detail

Interview Preparation Tips

Interview preparation tips for other job seekers - Mention atleast 4-5 points in career highlights.

I applied via Naukri.com and was interviewed before Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Leadership principles, Previous experience, Managerial and logical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Not really tough, easy to crack if prepared

I applied via Recruitment Consultant and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Pivot and excel questions
  • Q2. All about excel

Interview Preparation Tips

Interview preparation tips for other job seekers - It was very simple self intro and excel questions and basic macro

I applied via Recruitment Consultant and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. DS Algo Questions on Trees. Leadership Principles

Interview Preparation Tips

Interview preparation tips for other job seekers - Read up on DS Algo and white paper coding and Leadership Principles

I was interviewed before Sep 2020.

Round 1 - Coding Test 

Round duration - 60 minutes
Round difficulty - Easy

Round 2 - Face to Face 

Round duration - 50 minutes
Round difficulty - Easy

Round 3 - Face to Face 

Round duration - 60 minutes
Round difficulty - Easy

At the beginning of this round, the interviewer asked me about the data structures I knew. Linked lists, trees, graphs, arrays etc. was my answer. He asked me how well I knew Dynamic Programming. I said I wasn’t strong in that and he said that he would ask me a question on dynamic programming for sure.

Round 4 - Face to Face 

Round duration - 40 minutes
Round difficulty - Easy

 

The interviewer asked me if I was comfortable with the interview process so far and how the previous interviews were. I said it was good and he gave me the first problem to solve.

Round 5 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

The interviewer asked me some Com­puter Sci­ence‍ fundamentals in this round as well as some behavioural questions.

  • Q1. Implement a Trie data structure and write functions to insert and search for a few words in it.
  • Ans. 

    Implement a Trie data structure with insert and search functions.

    • Create a TrieNode class with children and isEndOfWord attributes.

    • Implement insert function to add words by iterating through characters.

    • Implement search function to check if a word exists by traversing the Trie.

    • Example: Insert 'apple', 'banana', 'orange' and search for 'apple' and 'grape'.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in HyderabadEligibility criteria 7 CGPA Amazon interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, Operating System, Database Management System, Object-Oriented Programming SystemTime required to prepare for the interview - 8 monthsInterview preparation tips for other job seekers

Do lot of hard work and practice of  Data Structures and Algorithms based questions. I personally recommend you Coding Ninjas and Geeks For Geeks for interview preparation.

Application resume tips for other job seekers

Make your resume short and try to make it of one page only and do mention all your skills which you are confident of in your resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Reliance Retail Interview Questions
3.9
 • 1.5k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Senco Gold Interview Questions
4.5
 • 558 Interviews
American Express Interview Questions
4.2
 • 359 Interviews
BigBasket Interview Questions
3.9
 • 359 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
Lenskart Interview Questions
3.2
 • 304 Interviews
View all
Buying Assistant
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Finance Executive
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Digital Marketing Specialist
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Graphic Designer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Namshi with

Myntra

4.0
Compare

Flipkart

4.0
Compare

Amazon

4.1
Compare

Snapdeal

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