Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Wipro Team. If you also belong to the team, you can get access from here

Wipro Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 50.8k Reviews

Filter interviews by

Wipro Senior Python Developer Interview Questions and Answers

Updated 24 Mar 2024

Wipro Senior Python Developer Interview Experiences

1 interview found

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

Online codility test

Round 2 - One-on-one 

(1 Question)

  • Q1. Technical one to one interview

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Flask questions
Sql questions
Python questions

Round 2 - Technical 

(2 Questions)

  • Q1. How to make flask application responsive
  • Ans. 

    To make a Flask application responsive, optimize code, use asynchronous tasks, implement caching, and utilize a CDN.

    • Optimize code for faster response times

    • Use asynchronous tasks to handle multiple requests concurrently

    • Implement caching to store frequently accessed data

    • Utilize a Content Delivery Network (CDN) for faster content delivery

  • Answered by AI
  • Q2. Write mongo query to fetch the data
  • Ans. 

    Use find() method to fetch data from MongoDB

    • Use db.collection_name.find() to fetch all documents in a collection

    • Add criteria inside find() to filter data, like db.collection_name.find({ key: value })

    • Use projection to specify which fields to include or exclude, like db.collection_name.find({}, { field1: 1, field2: 0 })

  • Answered by AI

Skills evaluated in this interview

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
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is a Python program that can be used to determine the best price for selling stocks?
  • Q2. Can you write a Python program to determine whether two given words are anagrams of each other without using built-in functions?

Interview Preparation Tips

Interview preparation tips for other job seekers - Engage in these types of practices before attending the Infosys interview.
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
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. List & tuple diff
  • Q2. Pickling & unpickling

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was very easy and basic questions asked. I answered all of them correctly and also solved coding question but I got stuck in one question and interviewer told me she is done with interview. Next day, I called HR and asked her for feedback, she told me that the feedback was not positive. I'm not getting what went wrong as she told she didn't got detailed feedback just that it's not positive.
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
Less than 2 weeks
Result
Selected Selected

I was interviewed in Nov 2024.

Round 1 - HR 

(2 Questions)

  • Q1. : Tell me about yourself
  • Q2. What is the difference between hard work and smart work? Tell me about the most boring job you have ever had?

Interview Preparation Tips

Interview preparation tips for other job seekers - An Inspection Marketplace designed to streamline the third-party inspection process through innovative digital technology.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Telephonic Call 

(2 Questions)

  • Q1. What is http? rest api?
  • Ans. 

    HTTP is a protocol used for transferring data over the internet. REST API is a set of rules for building web services.

    • HTTP stands for Hypertext Transfer Protocol, used for communication between web servers and clients

    • REST API (Representational State Transfer) is a set of rules for building web services that adhere to the principles of REST

    • RESTful APIs use standard HTTP methods like GET, POST, PUT, DELETE to perform CRU...

  • Answered by AI
  • Q2. What is time complexity?
  • Ans. 

    Time complexity refers to the amount of time an algorithm takes to run as a function of the input size.

    • It measures how the runtime of an algorithm grows as the input size increases.

    • Common time complexities include O(1) constant time, O(log n) logarithmic time, O(n) linear time, O(n^2) quadratic time, and O(2^n) exponential time.

    • Understanding time complexity helps in analyzing and optimizing algorithms for efficiency.

    • Ex...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Telephonic interview with questions on python oops, threading, sql indexing etc.

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

Wipro Interview FAQs

How many rounds are there in Wipro Senior Python Developer interview?
Wipro interview process usually has 2 rounds. The most common rounds in the Wipro interview process are Coding Test and One-on-one Round.
How to prepare for Wipro 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 Wipro. The most common topics and skills that interviewers at Wipro expect are Python, AWS, Docker, ECS and Kubernetes.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
View all
Wipro Senior Python Developer Salary
based on 10 salaries
₹4.7 L/yr - ₹19.4 L/yr
18% less than the average Senior Python Developer Salary in India
View more details

Wipro Senior Python Developer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

3.0

Work-Life balance

3.0

Salary & Benefits

1.0

Job Security

5.0

Company culture

1.0

Promotions/Appraisal

1.0

Work Satisfaction

Explore 1 Review and Rating
Project Engineer
32.6k salaries
unlock blur

₹1.8 L/yr - ₹8.3 L/yr

Senior Software Engineer
23k salaries
unlock blur

₹5.8 L/yr - ₹22.5 L/yr

Senior Associate
21.2k salaries
unlock blur

₹0.8 L/yr - ₹5.5 L/yr

Senior Project Engineer
20.5k salaries
unlock blur

₹5 L/yr - ₹19 L/yr

Technical Lead
18.6k salaries
unlock blur

₹8.2 L/yr - ₹36.5 L/yr

Explore more salaries
Compare Wipro with

TCS

3.7
Compare

Infosys

3.7
Compare

Tesla

4.3
Compare

Amazon

4.1
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