Upload Button Icon Add office photos

Filter interviews by

Sinewave Computer Services Accounts Manager Interview Questions and Answers

Updated 6 May 2020

Sinewave Computer Services Accounts Manager Interview Experiences

1 interview found

Interview Questionnaire 

2 Questions

  • Q1. Have you experience in GST and TDS Return filing?
  • Ans. 

    Yes, I have experience in GST and TDS Return filing.

    • I have worked as an Accounts Manager for the past 5 years and have regularly handled GST and TDS Return filing.

    • I am well-versed with the GST and TDS regulations and have successfully filed returns for multiple clients.

    • I have a strong understanding of the necessary documentation and procedures involved in GST and TDS Return filing.

    • I have also dealt with any discrepanci...

  • Answered by AI
  • Q2. How can you book the entry for Inventory lost by thept?
  • Ans. 

    Inventory lost by theft can be booked as an expense by debiting the inventory loss account and crediting the inventory account.

    • Create a journal entry to record the inventory loss

    • Debit the inventory loss account to increase the expense

    • Credit the inventory account to decrease the inventory value

    • Ensure proper documentation and investigation of the theft

    • Consider reporting the theft to the authorities and insurance company

  • Answered by AI

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Ask for sales experience
  • Q2. What is our sales strategy
  • Ans. 

    Our sales strategy focuses on building strong relationships with customers, offering personalized solutions, and utilizing data-driven insights.

    • Building strong relationships with customers to increase loyalty and repeat business

    • Offering personalized solutions to meet the unique needs of each customer

    • Utilizing data-driven insights to identify trends, optimize pricing, and target specific customer segments

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Product and culture is ok. But no job security and no priror notification. Suddenly take action
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
-

I applied via Company Website and was interviewed before Sep 2022. There were 4 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. Asked my previous work experience
  • Q2. Why you are leaving your current job
  • Q3. What was your role in your current company
Round 3 - Group Discussion 

Lots of question related to the applying job.

Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation
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 - One-on-one 

(2 Questions)

  • Q1. About your Current Job profile
  • Q2. Clients you handle in your current Org.

Interview Preparation Tips

Interview preparation tips for other job seekers - Early Interview process and early Feedback.
Easy process.

Interview Questionnaire 

2 Questions

  • Q1. What is the processes of work do you give me in u r company?
  • Q2. What was the main thing I have done ?

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview is technically maintained for asking questions about my skills and aslo it continues one hour 10minites ,answer the questions that you known.all the best .
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Indeed and was interviewed before Jun 2022. 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 - Aptitude Test 

They started with Apditutde and written test

Round 3 - One-on-one 

(2 Questions)

  • Q1. They asked basic Acc Questions
  • Q2. Tally related entries

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

Interview Questionnaire 

1 Question

  • Q1. What is accounting
  • Ans. 

    Accounting is the process of recording, summarizing, analyzing, and reporting financial transactions of a business.

    • Accounting involves recording financial transactions such as sales, purchases, and expenses.

    • It includes summarizing the recorded transactions into financial statements like the balance sheet and income statement.

    • Accounting also involves analyzing the financial data to provide insights and make informed bus...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - english communication and fluency is must
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2023. There were 4 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 

GENERAL APTITITUDE TEST - GENERAL AND NUMERICAL QUESTIONS.

Round 3 - Group Discussion 

GLOBAL RECESSIONS- ITS EFFECTS

Round 4 - Technical 

(1 Question)

  • Q1. TECHNICAL QUESTIONS ABOUT JOBS

Interview Preparation Tips

Interview preparation tips for other job seekers - AWARE OF GENERAL HOT TOPICS

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Which collection class is used to represent key-value pairs?
  • Ans. 

    The HashMap class is used to represent key-value pairs in Java.

    • HashMap is a part of the Java Collections Framework.

    • It allows null values and only one null key.

    • It provides constant-time performance for basic operations like get and put.

    • Example: HashMap<String, Integer> map = new HashMap<>();

  • Answered by AI
  • Q2. What is abstraction?
  • Ans. 

    Abstraction is the process of simplifying complex systems by focusing on essential details and hiding unnecessary complexities.

    • Abstraction allows us to create models or representations of real-world objects or systems in software.

    • It helps in managing complexity by breaking down a system into smaller, more manageable parts.

    • Abstraction provides a level of indirection, allowing changes to be made in one part of the system...

  • Answered by AI
  • Q3. Why is try-catch used in JAVA?
  • Ans. 

    try-catch is used in Java to handle exceptions and prevent program crashes.

    • try-catch blocks are used to catch and handle exceptions that may occur during program execution.

    • It allows the program to gracefully handle errors and prevent the program from crashing.

    • The try block contains the code that may throw an exception, and the catch block handles the exception.

    • Multiple catch blocks can be used to handle different types...

  • Answered by AI
  • Q4. Which statement will we use if we want to select a statement based on integer inputs?
  • Ans. 

    The statement to use for selecting based on integer inputs is the 'switch' statement.

    • The 'switch' statement allows for multiple cases to be evaluated based on the value of an integer input.

    • Each case represents a possible value of the input, and the corresponding code block is executed if the value matches.

    • The 'switch' statement also provides a 'default' case which is executed if none of the cases match the input value.

    • ...

  • Answered by AI
  • Q5. Explain your project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basic concepts
Prepare a good project

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself
  • Q2. Why IT
  • Q3. About my project
  • Q4. Few mechanical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - General questions

Sinewave Computer Services Interview FAQs

What are the top questions asked in Sinewave Computer Services Accounts Manager interview?

Some of the top questions asked at the Sinewave Computer Services Accounts Manager interview -

  1. How can you book the entry for Inventory lost by the...read more
  2. Have you experience in GST and TDS Return fili...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 142 Interviews
Pitney Bowes Interview Questions
3.7
 • 21 Interviews
ZingHR Interview Questions
3.2
 • 21 Interviews
DynPro Interview Questions
3.8
 • 20 Interviews
Diverse Lynx Interview Questions
3.7
 • 19 Interviews
View all
Software Developer
22 salaries
unlock blur

₹1.5 L/yr - ₹4 L/yr

Technical Support Engineer
7 salaries
unlock blur

₹1 L/yr - ₹2 L/yr

Technical Support Executive
6 salaries
unlock blur

₹1 L/yr - ₹2 L/yr

Customer Support Executive
6 salaries
unlock blur

₹1.2 L/yr - ₹1.8 L/yr

Softwaretest Engineer
5 salaries
unlock blur

₹2.3 L/yr - ₹3.1 L/yr

Explore more salaries
Compare Sinewave Computer Services with

HCL Infosystems

3.9
Compare

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Diverse Lynx

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