Upload Button Icon Add office photos

Filter interviews by

Vishleshan Software Solutions Senior Python Developer Interview Questions and Answers

Updated 30 Mar 2023

Vishleshan Software Solutions Senior Python Developer Interview Experiences

1 interview found

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

I applied via Walk-in and was interviewed in Sep 2022. 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 - One-on-one 

(2 Questions)

  • Q1. How to connect to database?
  • Ans. 

    To connect to a database, use a database driver and provide connection details.

    • Choose a database driver that is compatible with your database management system.

    • Provide the necessary connection details such as host, port, username, and password.

    • Use the driver's connect() method to establish a connection to the database.

    • Close the connection when done using the close() method.

  • Answered by AI
  • Q2. What is MVC in django?
  • Ans. 

    MVC stands for Model-View-Controller, a design pattern used in Django to separate the application into three interconnected components.

    • Model represents the data and business logic of the application.

    • View handles the presentation layer and interacts with the user.

    • Controller acts as an intermediary between the Model and View, handling user input and updating the Model and View accordingly.

    • Django's implementation of MVC i...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Friendly HR and interviewer.
Asked face to face questions.

Skills evaluated in this interview

Interview questions from similar companies

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. What is difference between List and Tuple in python?
  • Ans. 

    List is mutable, Tuple is immutable in Python.

    • List can be modified after creation, Tuple cannot be modified.

    • List uses square brackets [], Tuple uses parentheses ().

    • List is used for collections of items that may need to be changed, Tuple is used for collections of items that should not change.

    • Example: list_example = [1, 2, 3], tuple_example = (4, 5, 6)

  • Answered by AI
  • Q2. Get min and max from a list without using function
  • Ans. 

    Find min and max from a list without using function

    • Iterate through the list and compare each element with current min and max values

    • Update min and max values accordingly

  • Answered by AI
  • Q3. Explain iterator, generator and lambdas
  • Ans. 

    Iterators are objects that allow iteration over a sequence, generators are functions that yield values one at a time, and lambdas are anonymous functions.

    • Iterators are objects that implement the iterator protocol, with methods like __iter__() and __next__().

    • Generators are functions that use the yield keyword to return values one at a time, pausing execution between each yield.

    • Lambdas are anonymous functions defined usi...

  • Answered by AI

Skills evaluated in this interview

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

DSA, Python, Coding, Optimization, Time and Space Complexity

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. List based manipulation
  • Q2. Dictionaries based
  • Q3. Repetitive words or elements in list
  • Ans. 

    Identifying and removing repetitive words or elements in a list.

    • Iterate through the list and keep track of unique elements

    • Use a set to efficiently remove duplicates

    • Consider using list comprehension to filter out repetitive elements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basic python concepts
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Create new list from the provided list but the order should be shuffled and no duplicate element should be removed
  • Ans. 

    Create a new list with shuffled order and no duplicate elements.

    • Use the random.shuffle() function to shuffle the list

    • Use a set to keep track of elements already added to the new list to avoid duplicates

    • Convert the set back to a list to maintain the order of elements

  • Answered by AI
  • Q2. Architecture of existing application
  • Ans. 

    The existing application follows a microservices architecture with separate components for different functionalities.

    • The application is divided into multiple services that communicate with each other through APIs.

    • Each service is responsible for a specific task or functionality, promoting modularity and scalability.

    • Examples of microservices in the architecture include user authentication service, payment processing serv

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Why do you want to join
  • Ans. 

    I am passionate about Python development and excited about the innovative projects your company is working on.

    • Passionate about Python development

    • Excited about innovative projects at company

    • Seeking growth and learning opportunities

  • Answered by AI
  • Q2. Where do you see yourself in 5 years
  • Ans. 

    In 5 years, I see myself as a senior Python developer leading a team of developers on innovative projects.

    • Continuing to enhance my Python skills and staying updated on new technologies

    • Taking on more leadership responsibilities and mentoring junior developers

    • Contributing to the success of the company through my technical expertise

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Coding Test 

Coding test was moderate level

Round 2 - Case Study 

Case study given one case study asked questions on that

Round 3 - HR 

(1 Question)

  • Q1. Salary expected
  • Ans. 

    Negotiable based on experience, skills, and industry standards.

    • Salary expectations are influenced by factors such as experience, skills, location, and company size.

    • Research average salaries for Python and Django developers in your area to set realistic expectations.

    • Consider the benefits package offered by the company in addition to the base salary.

    • Be prepared to discuss your salary expectations during the interview pro

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

40 mins,oops,functions,modules,packages. python

Round 2 - Technical 

(1 Question)

  • Q1. What is oops concept in python
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm that uses objects to represent and manipulate data.

    • Python supports OOPs concepts such as encapsulation, inheritance, and polymorphism.

    • Classes and objects are the fundamental building blocks of OOPs in Python.

    • Encapsulation allows data hiding and abstraction, ensuring data security and modularity.

    • Inheritance enables code reuse and the creation of hierarchical r...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. About self introduction ? asking about job details ?

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Sep 2023. There were 3 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 - One-on-one 

(5 Questions)

  • Q1. Python questions
  • Q2. Programming test
  • Q3. What is python programming?
  • Ans. 

    Python programming is a high-level, interpreted, and general-purpose programming language known for its simplicity and readability.

    • Python is widely used for web development, data analysis, artificial intelligence, scientific computing, and more.

    • It emphasizes code readability and uses indentation to define code blocks.

    • Python supports multiple programming paradigms such as procedural, object-oriented, and functional prog...

  • Answered by AI
  • Q4. Python data type
  • Q5. Python operater
Round 3 - Coding Test 

Python coding test

Interview Preparation Tips

Topics to prepare for Amazon Python Developer Intern interview:
  • Fresher
Interview preparation tips for other job seekers - Yes

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Python basics and programming questions
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Apr 2023. There were 2 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 - Technical 

(2 Questions)

  • Q1. Basics of python
  • Q2. Basic of selenium theory questions

Vishleshan Software Solutions Interview FAQs

How many rounds are there in Vishleshan Software Solutions Senior Python Developer interview?
Vishleshan Software Solutions interview process usually has 2 rounds. The most common rounds in the Vishleshan Software Solutions interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in Vishleshan Software Solutions Senior Python Developer interview?

Some of the top questions asked at the Vishleshan Software Solutions Senior Python Developer interview -

  1. What is MVC in djan...read more
  2. How to connect to databa...read more

Tell us how to improve this page.

Vishleshan Software Solutions Senior Python Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Software Developer
21 salaries
unlock blur

₹1.8 L/yr - ₹6.6 L/yr

Senior Software Developer
8 salaries
unlock blur

₹5 L/yr - ₹8 L/yr

Team Lead
6 salaries
unlock blur

₹7 L/yr - ₹9.2 L/yr

Webmethods Developer
5 salaries
unlock blur

₹3.6 L/yr - ₹4.2 L/yr

Angular Developer
5 salaries
unlock blur

₹2.4 L/yr - ₹5 L/yr

Explore more salaries
Compare Vishleshan Software Solutions with

Infosys

3.7
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