Upload Button Icon Add office photos

Filter interviews by

eSthenos Technologies Senior Python Developer Interview Questions and Answers

Updated 4 Oct 2024

eSthenos Technologies Senior Python Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Assignment 

One Medium level DSA question

Round 2 - One-on-one 

(4 Questions)

  • Q1. Difference between list and tuple
  • Ans. 

    List is mutable, tuple is immutable in Python.

    • List can be modified, tuple cannot be modified

    • List uses square brackets [], tuple uses parentheses ()

    • List is slower than tuple for iteration and indexing

    • List is used when you need a collection of items that can be changed, tuple is used for fixed collection of items

  • Answered by AI
  • Q2. Output of the list from slicing
  • Ans. 

    Slicing a list in Python returns a new list containing a subset of elements from the original list.

    • Slicing syntax: list[start:end:step]

    • Start index is inclusive, end index is exclusive

    • Omitting start index defaults to beginning of list, omitting end index defaults to end of list

    • Negative indices count from the end of the list

    • Examples: list[1:4] returns elements at index 1, 2, 3; list[:3] returns elements at index 0, 1, 2

  • Answered by AI
  • Q3. Python Decorator
  • Q4. How to create database from python
  • Ans. 

    You can create a database from Python using libraries like SQLAlchemy or Django ORM.

    • Use SQLAlchemy library to create a database in Python

    • Define database models using classes in SQLAlchemy

    • Use Django ORM to create a database in Python

    • Run database migrations to create tables in Django ORM

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at basics

Skills evaluated in this interview

Senior Python Developer Jobs at eSthenos Technologies

View all

Interview questions from similar companies

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

Logical question , English

eSthenos Technologies Interview FAQs

How many rounds are there in eSthenos Technologies Senior Python Developer interview?
eSthenos Technologies interview process usually has 2 rounds. The most common rounds in the eSthenos Technologies interview process are Assignment and One-on-one Round.
How to prepare for eSthenos Technologies Senior Python Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at eSthenos Technologies. The most common topics and skills that interviewers at eSthenos Technologies expect are Django, Flask, MongoDB, Python and AWS.
What are the top questions asked in eSthenos Technologies Senior Python Developer interview?

Some of the top questions asked at the eSthenos Technologies Senior Python Developer interview -

  1. How to create database from pyt...read more
  2. Output of the list from slic...read more
  3. Difference between list and tu...read more

Tell us how to improve this page.

eSthenos Technologies Senior Python Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 801 Interviews
View all
Software Developer
5 salaries
unlock blur

₹7 L/yr - ₹12 L/yr

Software Engineer
4 salaries
unlock blur

₹6 L/yr - ₹7 L/yr

Backend Developer
4 salaries
unlock blur

₹7 L/yr - ₹10.5 L/yr

Android Developer
4 salaries
unlock blur

₹5 L/yr - ₹9.4 L/yr

Developer
3 salaries
unlock blur

₹5 L/yr - ₹8 L/yr

Explore more salaries
Compare eSthenos Technologies with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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