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

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Python coding and aptitude, moderate

Round 3 - Group Discussion 

Technology based topics, went on for 20 mins

Round 4 - Technical 

(2 Questions)

  • Q1. All python based questions , in depth concepts and asked for code for questions
  • Q2. Questions based on methods, constructors, oops

Interview Preparation Tips

Interview preparation tips for other job seekers - Didnt get an offer, but the interviewer was friendly
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. How to create a class in Python? Explain Inheritance.
  • Ans. 

    Creating a class in Python involves defining attributes and methods. Inheritance allows a class to inherit attributes and methods from a parent class.

    • To create a class, use the 'class' keyword followed by the class name and a colon

    • Define attributes using the '__init__' method

    • Define methods within the class using the 'def' keyword

    • Inheritance is achieved by defining a child class that inherits from a parent class using t...

  • Answered by AI
  • Q2. How is memory management done in Python?
  • Ans. 

    Python uses automatic memory management through garbage collection.

    • Python uses reference counting to keep track of objects in memory.

    • When an object's reference count reaches zero, it is deleted by the garbage collector.

    • Python also uses a cyclic garbage collector to detect and delete circular references.

    • Memory can be managed manually using the ctypes module.

    • Python's memory management is efficient but can lead to perform

  • Answered by AI
  • Q3. What is PEP ? Tell me more about PEP8.
  • Ans. 

    PEP stands for Python Enhancement Proposal. PEP8 is a style guide for Python code.

    • PEP is a process for proposing and discussing new features and changes to Python.

    • PEP8 is a style guide for Python code, covering topics such as naming conventions, indentation, and whitespace.

    • PEP8 is not mandatory, but following it can make code more readable and consistent.

    • Examples of PEP8 guidelines include using four spaces for indenta...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Willing to shift to Chennai Location?
  • Ans. 

    Yes, I am willing to shift to Chennai location.

    • I am open to relocation and excited about new opportunities.

    • I have researched about Chennai and its culture and feel comfortable with it.

    • I have family/friends in Chennai or nearby areas which makes it easier for me to relocate.

    • I am willing to adapt to the new environment and make the most of the experience.

  • Answered by AI
  • Q2. Why Corestack? Explain Corestack Business.
  • Ans. 

    Corestack is a cloud automation and orchestration platform that helps enterprises manage their cloud infrastructure.

    • Corestack provides a unified dashboard for managing multiple cloud platforms.

    • It offers automation and orchestration capabilities to simplify cloud management.

    • Corestack also provides governance and compliance features to ensure security and regulatory compliance.

    • Some of Corestack's customers include Wipro,

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Corestack Python Developer interview:
  • Python Developer

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Oct 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. 1.Python based questions (OOPs, Datastructure)?
  • Q2. 2.Project based questions?

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through your projects and have your hardest problem and the method to solve in mind .Be honest with your answer practice yourself with Leet code and Hacker rank .

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.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview