Upload Button Icon Add office photos
Engaged Employer

i

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

Northcorp Software Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Northcorp Software Python Software Developer Interview Questions, Process, and Tips

Updated 26 Feb 2025

Top Northcorp Software Python Software Developer Interview Questions and Answers

  • Q1. What is the difference between a list and a tuple in python?
  • Q2. If a number is divisible by 2 (number % 2 == 0), it is even ; otherwise, it is odd.
  • Q3. Write a short program to check if a number is even or odd?
View all 6 questions

Northcorp Software Python Software Developer Interview Experiences

4 interviews found

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

(2 Questions)

  • Q1. What is the difference between a list and a tuple in python?
  • Ans. 

    List is mutable, tuple is immutable in Python.

    • List is mutable, meaning its elements can be changed after creation.

    • Tuple is immutable, meaning its elements cannot be changed after creation.

    • List is defined using square brackets [], tuple using parentheses ().

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

  • Answered by AI
  • Q2. List : Mutable (can be modified) defined using []. Ex - my_list = [1, 2, 3] Tuple : Immutable (cannot be modified) defined using(). Ex - my_tuple = (1, 2, 3).
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Write a short program to check if a number is even or odd?
  • Ans. 

    A simple program to determine if a number is even or odd.

    • Use the modulo operator (%) to check if the number divided by 2 leaves a remainder

    • If the remainder is 0, the number is even. Otherwise, it is odd

    • Example: num = 6, 6 % 2 = 0 (even); num = 7, 7 % 2 = 1 (odd)

  • Answered by AI
  • Q2. If a number is divisible by 2 (number % 2 == 0), it is even ; otherwise, it is odd.
  • Ans. 

    A number is even if it is divisible by 2, otherwise it is odd.

    • Use the modulo operator (%) to check if a number is divisible by 2.

    • If number % 2 == 0, then the number is even.

    • For example, 4 % 2 == 0, so 4 is even; 5 % 2 != 0, so 5 is odd.

  • Answered by AI

Python Software Developer Interview Questions Asked at Other Companies

Q1. What is the purpose of using the super keyword, Inheritance in Py ... read more
Q2. Have you implemented any context manager in your application?
Q3. What is byte code. What is filter function in python used for.
Q4. Difference between static and instance methods in python? Explain ... read more
asked in Infosys
Q5. Can you write a Python program to determine whether two given wor ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Python generator?
  • Q2. A functions that yields values lazily.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is ETL pipeline?
  • Ans. 

    ETL pipeline stands for Extract, Transform, Load pipeline used to extract data from various sources, transform it, and load it into a data warehouse.

    • ETL pipeline involves extracting data from multiple sources such as databases, APIs, files, etc.

    • The extracted data is then transformed by cleaning, filtering, aggregating, and structuring it for analysis.

    • Finally, the transformed data is loaded into a data warehouse or data...

  • Answered by AI

Northcorp Software interview questions for designations

 Python Developer

 (1)

 Python Developer Intern

 (6)

 Python and Django Developer

 (2)

 Software Developer

 (2)

 Full Stack Software Developer

 (1)

 Java Developer

 (37)

 Android Developer

 (5)

 PHP Developer

 (4)

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

Interview Questionnaire 

1 Question

  • Q1. HTML, CSS, BOOTSTRAP, PHP. SQL

I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Simple program
  • Q2. I wrote a simple program in C

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself?basics on c , then about projects

I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What technical challenges have you faced in your work till now and how did you overcome it?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be truthful and give detailed explanation of the issues and how it was resolved. Explain the severity of the problem and what blockage it had caused in your daily work. How did you chose a solution and how fast was it implemented.

I applied via LinkedIn and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What's is different between c and c++
  • Ans. 

    C++ is an extension of C with object-oriented programming features.

    • C++ supports object-oriented programming while C does not.

    • C++ has classes and templates while C does not.

    • C++ has better support for function overloading and default arguments.

    • C++ has a standard library that includes many useful functions.

    • C++ allows for both procedural and object-oriented programming.

    • C++ is generally considered to be a more complex langu

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont show your weakness

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Northcorp Software Interview FAQs

How many rounds are there in Northcorp Software Python Software Developer interview?
Northcorp Software interview process usually has 1 rounds. The most common rounds in the Northcorp Software interview process are Technical.
What are the top questions asked in Northcorp Software Python Software Developer interview?

Some of the top questions asked at the Northcorp Software Python Software Developer interview -

  1. What is the difference between a list and a tuple in pyth...read more
  2. If a number is divisible by 2 (number % 2 == 0), it is even ; otherwise, it is ...read more
  3. Write a short program to check if a number is even or o...read more

Recently Viewed

REVIEWS

Northcorp Software

No Reviews

SALARIES

Northcorp Software

SALARIES

Shemrock Group of Schools

SALARIES

Shemrock Group of Schools

INTERVIEWS

Northcorp Software

100 top interview questions

SALARIES

Northcorp Software

INTERVIEWS

Grab A Grub Services

No Interviews

SALARIES

Northcorp Software

REVIEWS

Northcorp Software

No Reviews

INTERVIEWS

HRH Next Services

No Interviews

Tell us how to improve this page.

Northcorp Software Python Software Developer Interview Process

based on 4 interviews

1 Interview rounds

  • Technical Round
View more

Northcorp Software Python Software Developer Reviews and Ratings

based on 5 reviews

4.1/5

Rating in categories

4.1

Skill development

4.1

Work-life balance

4.1

Salary

4.1

Job security

4.1

Company culture

4.1

Promotions

4.1

Work satisfaction

Explore 5 Reviews and Ratings
Software Developer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Devops Engineer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Scientist
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Java Developer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Northcorp Software 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