i
Northcorp Software
Filter interviews by
Clear (1)
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)
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)
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.
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...
Northcorp Software interview questions for designations
Top trending discussions
I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.
I applied via LinkedIn and was interviewed before Dec 2020. There was 1 interview round.
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
Some of the top questions asked at the Northcorp Software Python Software Developer interview -
based on 4 interviews
1 Interview rounds
based on 5 reviews
Rating in categories
Software Developer
10
salaries
| ₹0 L/yr - ₹0 L/yr |
Devops Engineer
9
salaries
| ₹0 L/yr - ₹0 L/yr |
Data Scientist
8
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
5
salaries
| ₹0 L/yr - ₹0 L/yr |
Java Developer
5
salaries
| ₹0 L/yr - ₹0 L/yr |
Infosys
TCS
Wipro
HCLTech