Add office photos
Engaged Employer

IDBI Intech Limited

3.6
based on 431 Reviews
Filter interviews by

10+ Drogheria Sellers Interview Questions and Answers

Updated 20 Jul 2024

Q1. JE of Provision for doubtful debt and there treatment in financials

Ans.

Provision for doubtful debt is an estimation of the amount of bad debt that a company is likely to incur.

  • Provision for doubtful debt is a contra account to accounts receivable.

  • It is created by recording an adjusting entry at the end of each accounting period.

  • The amount of the provision is based on historical data and management's judgment.

  • It reduces the net value of accounts receivable on the balance sheet.

  • If the actual bad debt expense is less than the provision, the excess ...read more

Add your answer

Q2. How to recognise revenue as per Indas 115

Ans.

Revenue recognition as per IndAS 115

  • Identify the contract with the customer

  • Identify the performance obligations in the contract

  • Determine the transaction price

  • Allocate the transaction price to the performance obligations

  • Recognize revenue when (or as) the entity satisfies a performance obligation

Add your answer

Q3. how to audit purchase or expenses voucher

Ans.

To audit purchase or expenses voucher, follow these steps:

  • Verify the authenticity of the voucher

  • Check if the voucher is properly authorized and approved

  • Ensure that the voucher is supported by relevant documents

  • Verify the accuracy of the voucher amount

  • Check if the voucher is recorded in the correct account

  • Perform a test check of a sample of vouchers

  • Document the audit findings and report to management

Add your answer

Q4. Journal entry of lease accounting in the books of lessee

Ans.

The journal entry for lease accounting in the books of lessee involves recording the lease liability and right-of-use asset.

  • Debit the right-of-use asset account for the present value of the lease payments

  • Credit the lease liability account for the same amount

  • Recognize interest expense on the lease liability

  • Recognize amortization expense on the right-of-use asset

  • Adjust for any lease payments made

  • Example: Debit Right-of-Use Asset for $10,000, Credit Lease Liability for $10,000

  • Ex...read more

Add your answer
Discover Drogheria Sellers interview dos and don'ts from real experiences

Q5. Difference between service and manufacturing industry

Ans.

Service industry provides intangible products while manufacturing industry produces tangible products.

  • Service industry focuses on providing services rather than physical products

  • Manufacturing industry involves the production of tangible goods

  • Service industry is labor-intensive while manufacturing industry is capital-intensive

  • Service industry has a higher degree of customer interaction compared to manufacturing industry

  • Examples of service industry include hospitality, healthca...read more

Add your answer

Q6. What is bank , tupes of bank ? what is mean public sector bank ? what is your opinion about 2016 demonetisation and its impact?

Ans.

A bank is a financial institution that accepts deposits and provides loans. Public sector banks are owned and operated by the government.

  • Types of banks include commercial banks, investment banks, and central banks.

  • Public sector banks in India include State Bank of India, Bank of Baroda, and Punjab National Bank.

  • Demonetisation in 2016 involved the withdrawal of high-value currency notes in India, which had a significant impact on the economy.

  • Opinions on demonetisation vary, wi...read more

Add your answer
Are these interview questions helpful?

Q7. Are you willing & be able to learn retail & digital banking?

Ans.

Yes, I am willing and able to learn retail and digital banking.

  • I am eager to expand my knowledge and skills in retail and digital banking.

  • I am a quick learner and adapt easily to new technologies and processes.

  • I have previous experience in customer service roles which will help me in understanding retail banking.

  • I am familiar with online banking platforms and have a strong interest in digital banking trends.

Add your answer

Q8. How to backup and backup tools and Db fundamentals.

Ans.

Backup tools are essential for data protection. Understanding database fundamentals is crucial for effective backup strategies.

  • Backup tools help in creating copies of data to prevent data loss.

  • Database fundamentals include understanding data structures, relationships, and query languages.

  • Common backup tools include Veeam, Acronis, and Backup Exec.

  • Database fundamentals involve knowledge of SQL, indexing, and normalization.

  • Backup strategies should consider frequency, retention ...read more

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. Explain about Indas 115

Ans.

Ind AS 115 is a new revenue recognition standard that replaces the existing Ind AS 18 and Ind AS 11.

  • Ind AS 115 provides a single, comprehensive revenue recognition model for all contracts with customers.

  • It requires companies to recognize revenue based on the transfer of control of goods or services to customers.

  • The standard also requires companies to disclose more information about their revenue streams and contract balances.

  • Ind AS 115 has significant impacts on various indus...read more

Add your answer

Q10. What is spring boot I which file we give database connection

Ans.

Spring Boot is a framework that simplifies the development of Java applications by providing pre-configured settings and tools.

  • Spring Boot is used to create stand-alone, production-grade Spring-based Applications.

  • Database connection details are typically provided in the application.properties or application.yml file.

  • Example: spring.datasource.url=jdbc:mysql://localhost:3306/mydatabase

Add your answer

Q11. How to find errors in product menus ?

Ans.

Errors in product menus can be found by checking for inconsistencies, missing links, incorrect labels, and broken functionalities.

  • Check for inconsistencies in menu items across different pages or sections

  • Look for missing links or buttons that do not lead to the intended destination

  • Verify the correctness of labels and descriptions for each menu item

  • Test the functionality of each menu option to ensure they work as expected

Add your answer

Q12. which port used for LIVE deployment

Ans.

Port 80 is commonly used for LIVE deployment

  • Port 80 is the default port for HTTP traffic

  • Port 443 is commonly used for HTTPS traffic

  • Other ports like 8080 or 8000 can also be used for LIVE deployment

Add your answer

Q13. Please tell the procedure of custom menu creation?

Ans.

Custom menu creation in Finacle involves defining menu options, assigning access rights, and linking them to specific functions.

  • Define menu options using the Menu Maintenance screen

  • Assign access rights to users or user groups

  • Link menu options to specific functions or screens

  • Test the custom menu to ensure it functions as intended

Add your answer

Q14. What is ftp and port numbers related

Ans.

FTP is a protocol used for transferring files over a network. Port numbers are used to identify specific services on a computer.

  • FTP stands for File Transfer Protocol

  • Port numbers are used to identify different services on a computer

  • FTP typically uses port 21 for control and port 20 for data transfer

  • Other common port numbers include port 80 for HTTP and port 443 for HTTPS

Add your answer

Q15. What is smoke testing

Ans.

Smoke testing is a preliminary testing to check if the software build is stable enough for further testing.

  • Smoke testing is a subset of regression testing

  • It is performed to verify if the critical functionalities of the software are working fine

  • It is usually done before detailed testing to save time and effort

  • If smoke testing fails, further testing is halted until the issues are fixed

Add your answer

Q16. What is oops,explain polymorphism,

Add your answer

Q17. ExecuteNonQuery return value or not

Ans.

ExecuteNonQuery does not return a value

  • ExecuteNonQuery method is used to execute a command that does not return any data

  • It is typically used for INSERT, UPDATE, DELETE operations

  • The return value is the number of rows affected by the command

Add your answer

Q18. Explain SDLC in brief

Ans.

SDLC stands for Software Development Life Cycle, a process used by software development teams to design, develop, and test high-quality software.

  • SDLC is a systematic process for building software applications.

  • It consists of several phases including planning, analysis, design, implementation, testing, and maintenance.

  • Each phase has its own set of activities and deliverables.

  • SDLC helps ensure that software projects are completed on time, within budget, and meet customer require...read more

Add your answer

Q19. Explain inheritance

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Drogheria Sellers

based on 12 interviews in the last 1 year
Interview experience
3.3
Average
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.9
 • 205 Interview Questions
4.0
 • 169 Interview Questions
4.3
 • 168 Interview Questions
4.0
 • 165 Interview Questions
4.1
 • 152 Interview Questions
4.2
 • 135 Interview Questions
View all
Top IDBI Intech Limited Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter