Upload Button Icon Add office photos

Filter interviews by

Seaant Web Technologies Python and Django Developer Interview Questions and Answers

Updated 12 Dec 2022

Seaant Web Technologies Python and Django Developer Interview Experiences

1 interview found

I applied via LinkedIn and was interviewed before Dec 2021. There were 2 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 - Technical 

(2 Questions)

  • Q1. Basic question's about python's basic datatype and basic python problems
  • Q2. Basic questions about Django and its architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in basics of python and django. Also practce basic problems in python with basic datatypes

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. Difference between List and Array
  • Ans. 

    List is a built-in Python data structure that can hold elements of different data types, while Array is a data structure from the NumPy library that can hold elements of the same data type.

    • List is a dynamic array that can grow or shrink in size, while Array has a fixed size.

    • List can hold elements of different data types, while Array can only hold elements of the same data type.

    • List is a part of Python's standard librar...

  • Answered by AI
  • Q2. Types of renderer classes in DRF
  • Ans. 

    DRF provides JSON, BrowsableAPI, TemplateHTML, and AdminRenderer classes for rendering responses.

    • JSONRenderer: Renders data in JSON format.

    • BrowsableAPIRenderer: Renders data in a browsable HTML format with forms for interacting with the API.

    • TemplateHTMLRenderer: Renders data using a specified template in HTML format.

    • AdminRenderer: Renders data in a format suitable for Django admin interface.

  • Answered by AI
  • Q3. What is Method Resolution Order?
  • Ans. 

    Method Resolution Order (MRO) is the order in which classes are searched for a method or attribute in Python.

    • MRO is determined by the C3 linearization algorithm in Python.

    • It follows a depth-first left-to-right traversal of the class hierarchy.

    • MRO is important in multiple inheritance scenarios to resolve method conflicts.

    • Example: class A: pass class B(A): pass class C(A): pass class D(B, C)

  • Answered by AI
  • Q4. Difference between class method and static method.
  • Ans. 

    Class method is bound to the class itself, while static method is not bound to any specific instance or class.

    • Class method takes 'cls' as the first parameter, allowing access to class variables and methods.

    • Static method does not take any special parameters and does not have access to class or instance variables.

    • Class method can be called on both the class and instances of the class.

    • Static method is mainly used for util...

  • Answered by AI
  • Q5. What are transactions in SQL?
  • Ans. 

    Transactions in SQL are a way to ensure data integrity by grouping multiple SQL statements into a single unit of work.

    • Transactions help maintain the ACID properties (Atomicity, Consistency, Isolation, Durability) of a database.

    • They allow multiple SQL statements to be executed as a single unit, either all succeeding or all failing.

    • Transactions can be started with BEGIN TRANSACTION, COMMIT to save changes, or ROLLBACK to...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Company organized a F2F interview instead of going virtual. The interviewer was a bit rude and I answered nearly 80% of the questions. HR told me to leave as I would be contacted via the agency. Till today no feedback was passed on. Poor hiring ethics of the company.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops concept in puthon
  • Ans. 

    Python supports Object-Oriented Programming (OOP) concepts like classes, objects, inheritance, encapsulation, and polymorphism.

    • Python supports classes and objects for creating reusable code.

    • Inheritance allows a class to inherit attributes and methods from another class.

    • Encapsulation restricts access to certain components of an object.

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Example: ...

  • Answered by AI
  • Q2. Session and cookies related queries
Round 2 - HR 

(2 Questions)

  • Q1. Related to Resume
  • Q2. About the salary expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - Not much good

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Write a code for star pattern

Round 2 - Group Discussion 

Basic coding question

Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Tell me something about company
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain decorators?
  • Q2. Programming question to find files with duplicate content.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Tell me about yourself
  • Q2. Project architecture
  • Q3. Sns vs SQS architecture
  • Ans. 

    SNS is a pub/sub messaging service while SQS is a message queue service in AWS architecture.

    • SNS allows for push notifications to multiple subscribers, while SQS is used for decoupling services and handling asynchronous tasks.

    • SNS is used for real-time messaging and event-driven architecture, while SQS is used for reliable message processing and scaling.

    • SNS supports multiple message delivery protocols like HTTP, HTTPS, E...

  • Answered by AI
  • Q4. S3 file parking and triggers
  • Q5. Explain Eventbridge
  • Ans. 

    Eventbridge is a serverless event bus service provided by AWS for connecting applications using events.

    • Eventbridge allows different AWS services, SaaS applications, and custom applications to communicate with each other through events.

    • It simplifies the process of building event-driven architectures by decoupling producers and consumers of events.

    • Eventbridge can be used to trigger automated workflows, connect different ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic python questions
  • Q2. SQL join query and update query
Round 2 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Other basic questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Avg aptitude questions

Round 2 - Coding Test 

2 easy coding questions

Round 3 - Technical 

(2 Questions)

  • Q1. Array question in python
  • Q2. SQL query based on condition
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via campus placement at Vimal Jyothi Engineering College, Kannur and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Coding and debugging questions
  • Q2. Aptitude questions based on the technical part
Round 2 - English Assessment 

(1 Question)

  • Q1. Checking our reading writing listening speaking skills
Round 3 - HR 

(1 Question)

  • Q1. Asked questions about oops

Interview Preparation Tips

Interview preparation tips for other job seekers - Friendly interview process
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Decorators and its type in python
  • Ans. 

    Decorators in Python are functions that modify the behavior of other functions or methods.

    • Decorators are used to add functionality to existing functions without modifying their code.

    • Types of decorators in Python include function decorators, class decorators, and method decorators.

    • Example: @staticmethod and @classmethod are built-in decorators in Python.

  • Answered by AI
  • Q2. Oops concept abstraction , method overloading and overriding

Skills evaluated in this interview

Seaant Web Technologies Interview FAQs

How many rounds are there in Seaant Web Technologies Python and Django Developer interview?
Seaant Web Technologies interview process usually has 2 rounds. The most common rounds in the Seaant Web Technologies interview process are Resume Shortlist and Technical.
What are the top questions asked in Seaant Web Technologies Python and Django Developer interview?

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

  1. Basic question's about python's basic datatype and basic python probl...read more
  2. Basic questions about Django and its architect...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Cognizant Interview Questions
3.8
 • 5.6k Interviews
Nagarro Interview Questions
4.0
 • 776 Interviews
Publicis Sapient Interview Questions
3.5
 • 607 Interviews
GlobalLogic Interview Questions
3.7
 • 577 Interviews
UST Interview Questions
3.8
 • 507 Interviews
CGI Group Interview Questions
4.0
 • 484 Interviews
Synechron Interview Questions
3.6
 • 358 Interviews
View all
Python Developer
8 salaries
unlock blur

₹2.8 L/yr - ₹4.5 L/yr

UI Developer
7 salaries
unlock blur

₹1.2 L/yr - ₹3.8 L/yr

Software Developer
5 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Quality Analyst
5 salaries
unlock blur

₹2.4 L/yr - ₹3 L/yr

Software Engineer
4 salaries
unlock blur

₹5 L/yr - ₹6 L/yr

Explore more salaries
Compare Seaant Web Technologies with

Cognizant

3.8
Compare

NTT Data Information Processing Services

4.0
Compare

Sutherland Global Services

3.6
Compare

Hexaware Technologies

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