Upload Button Icon Add office photos

Pole To Win

Compare button icon Compare button icon Compare

Filter interviews by

Pole To Win Python Developer Interview Questions and Answers

Updated 1 Sep 2021

Pole To Win Python Developer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What are generators
  • Ans. 

    Generators are functions that allow you to iterate over a sequence of values without creating a full list in memory.

    • Generators use the yield keyword to return values one at a time

    • They are memory efficient as they do not store the entire sequence in memory

    • They can be used to generate an infinite sequence of values

    • Example: def countdown(n): while n > 0: yield n n -= 1

    • Example: for i in countdown(5): print(i)

  • Answered by AI
  • Q2. What are decorators
  • Ans. 

    Decorators are functions that modify the behavior of other functions without changing their source code.

    • Decorators are denoted by '@' symbol in Python

    • They can be used to add functionality to existing functions

    • They can be used to modify the behavior of existing functions

    • They can be used to restrict access to certain functions

    • They can be used to time the execution of functions

  • Answered by AI
  • Q3. Classes and Objects

Interview Preparation Tips

Interview preparation tips for other job seekers - Python OOPs concept should be revised

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is bug in any application?
  • Ans. 

    A bug in an application is an error, flaw, failure, or fault in the software code that causes it to produce incorrect or unexpected results.

    • Bugs can range from simple syntax errors to complex logic issues.

    • Common types of bugs include logic errors, syntax errors, and runtime errors.

    • Examples of bugs include a calculator app displaying incorrect results, a website crashing when a specific button is clicked, or a game free

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. What is the life cycle of bug?
  • Ans. 

    Bug life cycle includes identification, reporting, fixing, retesting, and closing.

    • Identification: Bug is identified by testers during testing.

    • Reporting: Testers report the bug to developers.

    • Fixing: Developers fix the bug in the code.

    • Retesting: Testers retest the fixed bug to ensure it is resolved.

    • Closing: Once bug is confirmed fixed, it is closed.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why team bonding is needed for healthy work culture?

Skills evaluated in this interview

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

(1 Question)

  • Q1. 2 DSA questions was asked and Java Questions
Round 2 - Technical 

(1 Question)

  • Q1. Questions on Kafka, Scalability
Round 3 - Technical 

(1 Question)

  • Q1. Questions releated to past projects and Cassandra

I applied via Naukri.com and was interviewed before Nov 2021. There were 5 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 - Coding Test 

I was given 10 logical questions to solve on a portal with 30min timer.

Most question were printing of patterns, fibonacci, prime no., palindrome etc.
out of 10 questions atleast 8 has to be right to qualify.

Round 3 - Technical 

(2 Questions)

  • Q1. This round is conducted by senior developer, where they ask some logical coding questions to solve on paper.
  • Q2. Some complex pattern questions.
Round 4 - One-on-one 

(1 Question)

  • Q1. This is the round with CEO who again ask for some logical question & verbal answering. All they wanna se is how you approach towards problems.
Round 5 - HR 

(1 Question)

  • Q1. Salary negotiation only if you clear the one-on-one CEO round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go prepared with coding skills. Try to attempt questions with unique approaches.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

3 coding questions and 10 logical reasoning questions

Round 3 - Coding Test 

Play a game on tablet which consists of coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong coding and logical reasoning required to pass the test
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Feb 2023. There were 6 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Prepare aptitude well as some questions are tricky which consume our time. There are 20 questions in total. And most of them are mathematical numeric problems.

Round 3 - Coding Test 

This round is included in aptitude round in which you have to write down 3 coding problems which are easy one if you are moderate programmer

Round 4 - Technical 

(1 Question)

  • Q1. Java opps concepts, writing programs, logical reasoning questions, famous logical problems like water jug problem. Etc
Round 5 - HR 

(1 Question)

  • Q1. Your pros and cons, background information, etc
Round 6 - Behavioral 

(1 Question)

  • Q1. In this round director asks for logical questions, it's a chill round but there are some brainstorming questions which checks you thinking capacity. I will not disclose the questions but hint is "Thinking...
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Easy applitude test simple question on arithmetic

Round 2 - Coding Test 

Simple coding like Fibonacci

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

Systematic interview test

Round 2 - One-on-one 

(1 Question)

  • Q1. What is java and oops concepts
  • Ans. 

    Java is a popular programming language used for developing various applications. OOPs concepts refer to Object-Oriented Programming principles.

    • Java is a high-level, class-based, object-oriented programming language.

    • OOPs concepts include Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation refers to bundling data and meth...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Coding Test 

3 online dsa questions easy to medium

I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Question related to experience and basic questions on manual testing like what is the difference between sanity and smoke, test case strategy and planning and scenario. STLC Phases and Bug cycle

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it simple and try to give generic examples around the questions.

Pole To Win Interview FAQs

How to prepare for Pole To Win 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 Pole To Win. The most common topics and skills that interviewers at Pole To Win expect are Django, Python, MongoDB, AWS and Cloud.
What are the top questions asked in Pole To Win Python Developer interview?

Some of the top questions asked at the Pole To Win Python Developer interview -

  1. What are generat...read more
  2. What are decorat...read more
  3. Classes and Obje...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HGS Interview Questions
3.8
 • 242 Interviews
Aristocrat Interview Questions
3.8
 • 45 Interviews
View all
Pole To Win Python Developer Salary
based on 8 salaries
₹3.8 L/yr - ₹10.1 L/yr
21% more than the average Python Developer Salary in India
View more details

Pole To Win Python Developer Reviews and Ratings

based on 2 reviews

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 2 Reviews and Ratings
Test Engineer
273 salaries
unlock blur

₹2 L/yr - ₹4.8 L/yr

Trainee Test Engineer
136 salaries
unlock blur

₹1.9 L/yr - ₹3.5 L/yr

Senior Test Engineer
118 salaries
unlock blur

₹3.1 L/yr - ₹6.7 L/yr

Technical Support Representative
66 salaries
unlock blur

₹2.3 L/yr - ₹4.7 L/yr

Technical Support Executive
44 salaries
unlock blur

₹2.5 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Pole To Win with

International Game Technology

3.3
Compare

Ubisoft Entertainment

3.8
Compare

Aristocrat

3.9
Compare

Electronic Arts

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