Add office photos
Employer?
Claim Account for FREE

TBM Technologies

2.8
based on 11 Reviews
Filter interviews by

Craste Interview Questions and Answers

Updated 5 Feb 2024

Q1. What is the lambda function?

Ans.

A lambda function is a small anonymous function that can be used as a parameter for another function.

  • Lambda functions are often used in functional programming languages.

  • They are also commonly used in event-driven programming and serverless computing.

  • Lambda functions can be used to perform a single task or to create more complex functions.

  • They are often used to process data or to perform calculations.

  • Lambda functions are typically defined using a shorthand syntax that makes th...read more

Add your answer

Q2. what is a decorator?

Ans.

A decorator is a design pattern that allows behavior to be added to an individual object, either statically or dynamically.

  • Decorators wrap an object to modify its behavior.

  • They provide a flexible alternative to subclassing for extending functionality.

  • Python has built-in support for decorators, which are used extensively in frameworks like Flask and Django.

Add your answer

Q3. What is a variable?

Ans.

A variable is a named storage location in a computer's memory that holds a value.

  • Variables are used to store data in a program.

  • They can hold different types of data such as numbers, strings, and booleans.

  • Variables can be assigned a value and that value can be changed throughout the program.

  • They are declared using a data type and a name, such as int age;

  • Variables are essential for programming as they allow for dynamic and flexible code.

Add your answer

Q4. Difference b/w pickling and unpickling.

Ans.

Pickling is the process of converting a Python object into a byte stream, while unpickling is the reverse process.

  • Pickling is used to serialize and store data, while unpickling is used to deserialize and retrieve data.

  • Pickling is useful for transferring data between different Python programs or storing data in a file.

  • Unpickling can raise security concerns if the data being unpickled is from an untrusted source.

  • Python's pickle module is used for pickling and unpickling.

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

Q5. Difference b/w range and xrange.

Ans.

range and xrange are used to generate a sequence of numbers, but xrange is more memory efficient.

  • range generates a list of numbers in memory, while xrange generates an iterator

  • range is used in Python 3, while xrange is used in Python 2

  • xrange is more memory efficient as it generates numbers on the fly

  • range can be used with the built-in function list() to generate a list

Add your answer

Q6. Difference b/w list and tuple.

Ans.

List is mutable while tuple is immutable.

  • List can be modified while tuple cannot be modified.

  • List uses square brackets [] while tuple uses parentheses ().

  • List is used for homogeneous data while tuple is used for heterogeneous data.

  • List is slower than tuple in terms of performance.

  • Example of list: [1, 2, 3] and example of tuple: (1, 'a', True)

Add your answer

Q7. How to adjust gst in gst portal

Ans.

Adjusting GST in GST portal involves logging in, selecting the relevant return, and making necessary changes.

  • Log in to the GST portal using your credentials

  • Select the relevant return for which you want to adjust GST

  • Click on the 'Amend' button to make necessary changes

  • Submit the amended return after making the changes

  • The GST portal will automatically adjust the GST amount based on the changes made

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

Interview Process at Craste

based on 1 interviews
Interview experience
2.0
Poor
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.7
 • 335 Interview Questions
3.3
 • 316 Interview Questions
3.8
 • 206 Interview Questions
3.8
 • 204 Interview Questions
4.2
 • 156 Interview Questions
3.8
 • 135 Interview Questions
View all
Top TBM Technologies 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

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