Add office photos
Employer?
Claim Account for FREE

Dexciss Technology

3.2
based on 15 Reviews
Filter interviews by

KKC & Associates Interview Questions and Answers

Updated 7 Jun 2024

Q1. What is lambda function Explain lambda function

Ans.

Lambda function is an anonymous function in Python that can take any number of arguments and return a single expression result.

  • Lambda functions are defined using the lambda keyword.

  • They are commonly used when a small function is needed for a short period of time.

  • Lambda functions can be used as arguments in higher-order functions.

  • They are often used in functional programming and for writing concise code.

  • Example: lambda x, y: x + y defines a lambda function that takes two argum...read more

Add your answer

Q2. Difference between list and tuple

Ans.

Lists and tuples are both sequence data types in Python, but they have some key differences.

  • Lists are mutable, meaning their elements can be changed, added, or removed.

  • Tuples are immutable, meaning their elements cannot be changed once defined.

  • Lists are defined using square brackets [], while tuples are defined using parentheses ().

  • Lists are typically used for collections of similar items, while tuples are used for heterogeneous data.

  • Lists have more built-in methods and are g...read more

Add your answer

Q3. Explain inheritance in python oop

Ans.

Inheritance is a mechanism in Python OOP where a class inherits the properties and methods of another class.

  • Inheritance allows code reusability and promotes the concept of hierarchical relationships.

  • The class that is inherited from is called the parent class or base class.

  • The class that inherits is called the child class or derived class.

  • Child classes can access the attributes and methods of the parent class.

  • Child classes can also override or extend the functionality of the p...read more

Add your answer

Q4. What is function

Ans.

A function is a block of reusable code that performs a specific task.

  • Functions help in organizing code and making it more modular.

  • They can take input parameters and return output values.

  • Functions can be called multiple times from different parts of the program.

  • Examples: print(), len(), range().

Add your answer
Discover KKC & Associates interview dos and don'ts from real experiences

Q5. Explain oop in python

Ans.

OOP in Python is a programming paradigm that allows for the creation of objects with properties and methods.

  • OOP stands for Object-Oriented Programming.

  • In Python, everything is an object.

  • Classes are used to define objects and their behavior.

  • Encapsulation, inheritance, and polymorphism are key concepts in OOP.

  • Objects can have attributes (variables) and methods (functions).

  • Example: creating a class 'Car' with attributes like 'color' and methods like 'start_engine'.

Add your answer

Q6. What is ERPNext?

Ans.

ERPNext is an open-source ERP software that helps businesses manage their processes efficiently.

  • Open-source ERP software

  • Helps businesses manage processes efficiently

  • Includes modules for accounting, CRM, HR, inventory management, and more

  • Customizable and scalable

  • Accessible through web browser

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

Interview Process at KKC & Associates

based on 3 interviews
Interview experience
4.0
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.9
 • 782 Interview Questions
3.7
 • 656 Interview Questions
3.5
 • 389 Interview Questions
4.1
 • 216 Interview Questions
4.3
 • 194 Interview Questions
3.8
 • 187 Interview Questions
View all
Top Dexciss Technology 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
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

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