i
Northcorp
Software
Filter interviews by
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...
Python generator is a function that returns an iterator object which can be iterated over.
Generators are created using a function with 'yield' statement instead of 'return'.
They allow you to iterate over a sequence of items without creating the entire sequence in memory at once.
Generators are memory efficient and can be used to generate an infinite sequence of items.
Example: def my_generator(): for i in range(5)...
A generator function in Python yields values one at a time, allowing for lazy evaluation.
Use the 'yield' keyword in a function to return values lazily
Generators are memory efficient as they only compute values as needed
Example: def lazy_generator(): for i in range(5): yield i
Call the generator function using next() to get the next value
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.
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)
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.
Python generator is a function that returns an iterator object which can be iterated over.
Generators are created using a function with 'yield' statement instead of 'return'.
They allow you to iterate over a sequence of items without creating the entire sequence in memory at once.
Generators are memory efficient and can be used to generate an infinite sequence of items.
Example: def my_generator(): for i in range(5): ...
A generator function in Python yields values one at a time, allowing for lazy evaluation.
Use the 'yield' keyword in a function to return values lazily
Generators are memory efficient as they only compute values as needed
Example: def lazy_generator(): for i in range(5): yield i
Call the generator function using next() to get the next value
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...
Top trending discussions
I applied via Naukri.com and was interviewed before Apr 2023. There were 3 interview rounds.
Developed various products including web applications, APIs, and data analysis tools.
Created a web application for tracking sales data using Django framework
Built RESTful APIs for mobile applications using Flask
Developed data analysis tools using pandas and numpy libraries
I applied via LinkedIn and was interviewed before Apr 2023. There were 2 interview rounds.
I led a team of developers, fostering collaboration and driving project success through effective communication and agile methodologies.
Managed a team of 5 developers, overseeing project timelines and deliverables.
Implemented Agile methodologies, resulting in a 30% increase in productivity.
Conducted regular code reviews to ensure quality and adherence to best practices.
Facilitated team meetings to encourage open commun...
I applied via Campus Placement and was interviewed in Jul 2022. There were 3 interview rounds.
Their are 30 questions which one has to done in 30 mins
posted on 13 Jan 2021
I applied via Referral and was interviewed before Jan 2020. There was 1 interview round.
We are using a variety of technologies, including some of the latest ones.
We are using React for our front-end development.
We are also using Node.js for our back-end development.
We are using Docker for containerization.
We are using Kubernetes for orchestration.
We are using AWS for cloud hosting.
We are constantly evaluating new technologies to see if they can improve our development process.
It depends on the specific requirements and constraints of the project.
Consider the project's goals and objectives
Evaluate the available technologies and their capabilities
Assess the project's budget and timeline
Consult with stakeholders and experts in the field
Examples: React vs Angular, MySQL vs MongoDB, Java vs Python
I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.
posted on 12 Apr 2023
I applied via Recruitment Consulltant and was interviewed before Apr 2022. There were 3 interview rounds.
25 MCQ questions online with time limit
Create webapp . Frontend, Backend , data encryption
Some of the top questions asked at the Northcorp Software Python Software Developer interview -
based on 4 interview experiences
based on 5 reviews
Rating in categories
Devops Engineer
9
salaries
| ₹1.5 L/yr - ₹6.8 L/yr |
Software Developer
8
salaries
| ₹2 L/yr - ₹4.5 L/yr |
Senior Software Engineer
7
salaries
| ₹8.4 L/yr - ₹27 L/yr |
Senior Java Developer
6
salaries
| ₹14 L/yr - ₹22 L/yr |
Software Engineer
5
salaries
| ₹1 L/yr - ₹11.3 L/yr |
Zidio Development
Accel Frontline
Elentec Power India (EPI) Pvt. Ltd.
Apmosys Technologies