Add office photos
Engaged Employer

IDBI Intech Limited

3.5
based on 442 Reviews
Filter interviews by

20+ Luminous Power Technologies Interview Questions and Answers

Updated 16 Jan 2025

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. What is the difference between sessions and cookies?

Ans.

Sessions store data on the server side while cookies store data on the client side.

  • Sessions store data on the server side, while cookies store data on the client side.

  • Sessions are more secure as the data is stored on the server and not accessible by the client.

  • Cookies are stored on the client's browser and can be easily manipulated by the user.

  • Sessions are typically used for storing sensitive information like user authentication tokens.

  • Cookies are commonly used for tracking u...read more

Add your answer

Q3. 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

Q4. What is the method to call AJAX using JavaScript?

Ans.

AJAX can be called using JavaScript by creating an XMLHttpRequest object and sending a request to the server.

  • Create an XMLHttpRequest object

  • Specify the type of request (GET or POST)

  • Specify the URL to send the request to

  • Set up a callback function to handle the response

  • Send the request to the server

Add your answer
Discover Luminous Power Technologies interview dos and don'ts from real experiences

Q5. 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

Q6. 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
Are these interview questions helpful?

Q7. 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

Q8. What is the magic function in PHP?

Ans.

The magic function in PHP is __construct(), which is a constructor method used to initialize an object when it is created.

  • The magic function __construct() is automatically called when a new object is created from a class.

  • It is used to initialize the object's properties or perform any necessary setup.

  • Example: class MyClass { public function __construct() { echo 'Object created'; } } $obj = new MyClass();

  • The __construct() function can accept parameters to customize the initiali...read more

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

Q9. 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

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. Why we Encryption decryption in java Springboot.

Ans.

Encryption and decryption in Java Springboot ensures data security and confidentiality.

  • Protects sensitive data from unauthorized access

  • Meets compliance requirements for data protection

  • Secures communication between client and server

  • Examples: encrypting passwords, securing API endpoints

Add your answer

Q12. 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

Q13. Repeated characters in a given String using Java 8.

Ans.

Using Java 8, we can find repeated characters in a given String.

  • Use streams and collectors to group characters by count

  • Filter out characters with count greater than 1

  • Collect the repeated characters into an array of strings

Add your answer

Q14. 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

Q15. 2nd highest salary of employee using Java 8.

Ans.

Using Java 8, find the 2nd highest salary of employees.

  • Sort the salaries in descending order using Comparator

  • Skip the first highest salary to get the second highest

  • Handle edge cases like if there are less than 2 salaries

Add your answer

Q16. 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

Q17. 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

Q18. 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

Q19. 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

Q20. 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

Q21. What is .net/ what is java/ what is PHP

Ans.

Java, .NET, and PHP are popular programming languages used for developing software applications.

  • Java is a versatile, platform-independent language commonly used for building web applications, mobile apps, and enterprise software.

  • .NET is a framework developed by Microsoft for building Windows applications, web services, and web applications.

  • PHP is a server-side scripting language used for creating dynamic web pages and web applications.

  • All three languages have large communitie...read more

Add your answer

Q22. What is oops,explain polymorphism,

Add your answer

Q23. 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

Q24. 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

Q25. 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

Q26. Explain inheritance

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

Interview Process at Luminous Power Technologies

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

Top Interview Questions from Similar Companies

3.4
 • 795 Interview Questions
3.7
 • 333 Interview Questions
4.2
 • 268 Interview Questions
3.9
 • 205 Interview Questions
4.0
 • 192 Interview Questions
3.4
 • 171 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