Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Wipro Consumer Care & Lighting Python Software Developer Interview Questions and Answers

Updated 23 Apr 2023

Wipro Consumer Care & Lighting Python Software Developer Interview Experiences

1 interview found

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 Mar 2023. 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 Resume tips
Round 2 - Technical 

(6 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a Python Software Developer with 5 years of experience in developing web applications and implementing data analysis algorithms.

    • 5 years of experience in Python development

    • Proficient in web application development

    • Strong knowledge of data analysis algorithms

    • Experience with frameworks like Django and Flask

    • Familiarity with database systems like MySQL and MongoDB

  • Answered by AI
  • Q2. Which courses are learned
  • Q3. When did you complete your graduation
  • Ans. 

    I completed my graduation in May 2019.

    • I completed my graduation in May 2019.

    • I graduated in May 2019.

    • My graduation was completed in May 2019.

  • Answered by AI
  • Q4. Do you have any experience
  • Ans. 

    Yes, I have experience as a Python Software Developer.

    • I have worked on multiple Python projects, including web development, data analysis, and automation.

    • I am proficient in Python frameworks like Django and Flask.

    • I have experience with database management using SQL and NoSQL databases.

    • I have knowledge of version control systems like Git.

    • I have worked in Agile development environments and have experience with Scrum meth

  • Answered by AI
  • Q5. How much are expecting salary package
  • Ans. 

    I am expecting a competitive salary package based on my skills, experience, and the market rate for Python Software Developers.

    • Research the average salary range for Python Software Developers in your area

    • Consider your level of experience and expertise in Python programming

    • Take into account any additional skills or certifications you possess

    • Factor in the company's size, industry, and location

    • Be prepared to negotiate and...

  • Answered by AI
  • Q6. What was doing your father
  • Ans. 

    My father was a software engineer who worked primarily with Java and C++.

    • My father had over 20 years of experience in software development.

    • He worked for a large tech company and was involved in developing enterprise-level applications.

    • He specialized in backend development and database management.

    • Some of the projects he worked on include a financial management system and a customer relationship management tool.

    • He was al...

  • Answered by AI

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Jk
  • Q2. C language

I applied via Referral and was interviewed before Mar 2021. 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 Resume tips
Round 2 - Coding Test 

NA

Round 3 - Group Discussion 

NA

Round 4 - HR 

(1 Question)

  • Q1. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, be positive, good with knowledge of your project
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. How you deal with deadlines
  • Ans. 

    I prioritize tasks, set realistic goals, communicate with stakeholders, and adjust plans as needed to meet deadlines.

    • Prioritize tasks based on importance and urgency

    • Break down tasks into smaller manageable chunks

    • Regularly communicate with stakeholders to provide updates and manage expectations

    • Adjust plans and resources as needed to meet deadlines

    • Use tools like project management software to track progress and deadlines

  • Answered by AI
  • Q2. What is you expectation carrer
  • Ans. 

    I expect to advance my career by gaining more experience, taking on challenging projects, and eventually moving into a leadership role.

    • Continuously learning new technologies and skills

    • Seeking out opportunities for growth and advancement within the company

    • Building a strong professional network

    • Setting clear career goals and working towards achieving them

    • Example: Completing certifications or advanced degrees to enhance my

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

They asked to find the elements which are present more than once. I solved it using map in c++

Round 2 - Technical 

(3 Questions)

  • Q1. Explain about your favorite algorithm
  • Ans. 

    My favorite algorithm is Dijkstra's algorithm for finding the shortest path in a graph.

    • Dijkstra's algorithm is a greedy algorithm that finds the shortest path between nodes in a graph.

    • It works by maintaining a priority queue of nodes to visit next, updating the shortest distance to each node as it explores the graph.

    • The algorithm is commonly used in routing and network optimization.

    • Example: Finding the shortest route b

  • Answered by AI
  • Q2. Tell about different types of deadlocks
  • Ans. 

    Deadlocks occur when two or more processes are unable to proceed because each is waiting for the other to release a resource.

    • Resource deadlocks: Processes hold resources and wait for others to release resources. Example: Process A holds resource X and waits for resource Y, while Process B holds resource Y and waits for resource X.

    • Communication deadlocks: Processes wait for messages from each other indefinitely. Example...

  • Answered by AI
  • Q3. Tell about you project.
  • Ans. 

    Developed a web application for online shopping with user authentication and payment gateway integration.

    • Implemented user authentication using JWT tokens

    • Integrated Stripe API for payment processing

    • Designed responsive UI using React and Bootstrap

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jun 2024.

Round 1 - Aptitude Test 

Electrical engineering

Round 2 - Assignment 

Power system machine power electronics

Interview Preparation Tips

Interview preparation tips for other job seekers - good
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 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 Resume tips
Round 2 - Coding Test 

There were Aptitude Questions and 2 Easy Level Coding Questions.

Round 3 - Technical 

(1 Question)

  • Q1. They will ask us our favorite subject and questions will be based on that: Mine was Data Science. 1.They asked me about my paper Publication 2.Code for quick sort(Any language) 3.What is Hypothesis Testing...
Round 4 - Technical 

(1 Question)

  • Q1. 1.What is paging? 2.Time Series Analysis 3.What is Gradient Descent? Etc..
  • Ans. 

    1. Paging is a memory management technique used by operating systems to manage memory allocation for processes.

    • Paging divides memory into fixed-size pages and allocates them to processes as needed.

    • It allows for efficient use of memory and prevents fragmentation.

    • Page tables are used to keep track of which pages are allocated to which processes.

    • When a process needs to access a page that is not currently in memory, a page...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Havells Software Engineer interview:
  • Computer Networking
  • Operating Systems
  • Data Structures
Interview preparation tips for other job seekers - Be Prepared with good Self Introduction. Revise Sorting Algorithms and subject concepts.

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Software Engineer
  • Q2. Software or hardware

I applied via Naukri.com and was interviewed in Jun 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Core Java developer with advance java
  • Q2. Core Java all topics

Interview Preparation Tips

Topics to prepare for ITC Software Developer interview:
  • Core Java all topics
  • Advance java inheritance interfa
  • Abstract, encapsulation
  • Polymorphism, file handling,
  • Exception handling, package mult
  • Collections
  • Synchronization,asyn
Interview preparation tips for other job seekers - Software developer with advance java
Application make eclips ide use
My first project: library management system

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

Round 1 - Coding Test 
Round 2 - One-on-one 

(1 Question)

  • Q1. Techno mangerial round
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion happened

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst experience.
Took 3 rounds
Salary discussion happened
HR told to rollout the offer in 2 days
Waited for a week and she scheduled session for client interaction, in which he asked about the projects i worked on past and then after a week, she said she cant rollout the offer as the feedback is not positive.
They have not told me the detailed feedback even after reaching out to them so many times
Contribute & help others!
anonymous
You can choose to be anonymous

Wipro Consumer Care & Lighting Interview FAQs

How many rounds are there in Wipro Consumer Care & Lighting Python Software Developer interview?
Wipro Consumer Care & Lighting interview process usually has 2 rounds. The most common rounds in the Wipro Consumer Care & Lighting interview process are Resume Shortlist and Technical.

Recently Viewed

SALARIES

Wipro Consumer Care & Lighting

SALARIES

Wipro Consumer Care & Lighting

SALARIES

HSBC Bank

INTERVIEWS

Medlife

No Interviews

INTERVIEWS

Medlife

No Interviews

SALARIES

HSBC Bank

INTERVIEWS

Wipro Consumer Care & Lighting

No Interviews

INTERVIEWS

Student Life

No Interviews

SALARIES

Jana Small Finance Bank

JOBS

AU Small Finance Bank

No Jobs

Tell us how to improve this page.

Wipro Consumer Care & Lighting Python Software Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

ITC Interview Questions
3.9
 • 548 Interviews
Dabur Interview Questions
4.0
 • 272 Interviews
Nestle Interview Questions
3.9
 • 233 Interviews
Havells Interview Questions
4.0
 • 209 Interviews
RSPL Group Interview Questions
4.1
 • 187 Interviews
Britannia Interview Questions
4.0
 • 164 Interviews
DS Group Interview Questions
4.0
 • 147 Interviews
Procter & Gamble Interview Questions
4.1
 • 115 Interviews
View all

Wipro Consumer Care & Lighting Python Software Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Sales Executive
180 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Area Sales Manager
133 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Sales Executive
123 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Officer
85 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Area Sales Executive
80 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Wipro Consumer Care & Lighting with

Hindustan Unilever

4.2
Compare

Godrej Consumer Products

4.1
Compare

Marico

4.0
Compare

Dabur

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