Upload Button Icon Add office photos

Filter interviews by

i2Soft Technologies Python and Django Developer Interview Questions and Answers

Updated 7 Feb 2024

i2Soft Technologies Python and Django Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Decorator have you used any
  • Ans. 

    A decorator is a design pattern in Python that allows a user to add new functionality to an existing object or function.

    • Decorators are denoted by the @ symbol followed by the name of the decorator function.

    • They are used to modify the behavior of functions or classes without directly changing their source code.

    • Decorators can be used for logging, timing, authentication, caching, and more.

    • They can be applied to functions,...

  • Answered by AI
  • Q2. What is django fixtures
  • Ans. 

    Django fixtures are files that contain pre-defined data to be loaded into a Django database.

    • Fixtures are used to populate the database with initial data.

    • They are written in JSON, XML, or YAML format.

    • Fixtures can be used for testing, seeding data, or providing default data.

    • They can be loaded using the 'loaddata' management command.

    • Example: [{'model': 'myapp.myModel', 'fields': {'name': 'John', 'age': 25}}]

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic concepts, some knowledge of deployment

Skills evaluated in this interview

i2Soft Technologies Interview FAQs

How many rounds are there in i2Soft Technologies Python and Django Developer interview?
i2Soft Technologies interview process usually has 1 rounds. The most common rounds in the i2Soft Technologies interview process are Technical.
What are the top questions asked in i2Soft Technologies Python and Django Developer interview?

Some of the top questions asked at the i2Soft Technologies Python and Django Developer interview -

  1. What is Decorator have you used ...read more
  2. what is django fixtu...read more

Tell us how to improve this page.

Software Engineer
11 salaries
unlock blur

₹2.4 L/yr - ₹5.2 L/yr

Softwaretest Engineer
8 salaries
unlock blur

₹2.2 L/yr - ₹3 L/yr

Software Developer
7 salaries
unlock blur

₹1.8 L/yr - ₹3.5 L/yr

Automation Test Engineer
7 salaries
unlock blur

₹5 L/yr - ₹11.4 L/yr

Java Developer
5 salaries
unlock blur

₹3 L/yr - ₹4.5 L/yr

Explore more salaries
Compare i2Soft Technologies with

Plada Infotech Services

3.5
Compare

Affiliated Computer Services

3.6
Compare

Smart Call Center Solutions

3.3
Compare

Samsung Semiconductor

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