i
Northcorp Software
Filter interviews by
Clear (1)
CI is the practice of regularly integrating code changes into a shared repository, while CD is the automated process of deploying code changes to production.
CI focuses on integrating code changes frequently to detect and fix integration errors early on.
CD automates the deployment process to quickly and reliably release code changes to production.
CI is a part of the software development process, while CD is a part of th...
Selenium WebDriver is newer and more advanced than Selenium RC.
Selenium WebDriver is faster and more reliable than Selenium RC.
Selenium WebDriver supports multiple programming languages, while Selenium RC only supports Java.
Selenium WebDriver does not require a separate server to run tests, unlike Selenium RC.
Selenium WebDriver has a simpler and more user-friendly API compared to Selenium RC.
A test automation framework is a set of guidelines, coding standards, concepts, processes, practices, tools, and utilities that help to create automated tests.
Provides structure and organization for automated tests
Promotes reusability of code and components
Enhances test maintenance and scalability
Supports multiple test types such as functional, regression, and performance testing
Integrates with continuous integration t...
The primary purpose of using Selenium in automation testing is to automate web application testing.
Automate repetitive manual testing tasks
Increase test coverage and efficiency
Support multiple browsers and platforms
Integrate with continuous integration tools like Jenkins
Execute parallel testing to save time
Verify functionality and performance of web applications
Northcorp Software interview questions for designations
QA stands for Quality Assurance, which is the process of ensuring that products or services meet specified requirements and standards.
QA involves testing and evaluating products to identify defects or issues.
It focuses on preventing defects rather than detecting them after they occur.
QA helps improve processes and ensure consistency in product quality.
Examples of QA activities include test planning, test execution, and
Get interview-ready with Top Northcorp Software Interview Questions
Karate is an open-source tool for API testing and automation.
Karate is built on top of Cucumber, a popular BDD framework.
It allows for writing test scripts in a simple and readable syntax.
Karate supports HTTP request/response handling, JSON/XML parsing, and data-driven testing.
It can be integrated with CI/CD pipelines for automated testing.
Karate is commonly used for testing RESTful APIs.
Top trending discussions
I applied via Campus Placement and was interviewed before Jul 2021. There were 3 interview rounds.
3 sections :
1.Aptitude
2.Reasoning
3.Coding
I applied via Approached by Company and was interviewed in Oct 2023. There was 1 interview round.
final, finally, and finalize are related keywords in Java with different meanings and usage.
final is a keyword used to declare constants, variables, methods, and classes that cannot be changed or extended.
finally is a block used in exception handling to ensure a piece of code is always executed, whether an exception is thrown or not.
finalize is a method used in Java to perform cleanup operations on an object before it
The code will output 10 because the variable i is accessed through a reference of class A.
When a subclass object is assigned to a superclass reference, the superclass reference can only access the superclass members.
In this case, even though the object is of class B, the variable i is accessed from class A.
Output: 10
posted on 20 Jun 2024
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
A Java program to check if a number is prime or not.
Create a function to check if a number is prime by iterating from 2 to the square root of the number.
If the number is divisible by any number in that range, it is not prime.
Handle edge cases like 0, 1, and negative numbers separately.
Example: public static boolean isPrime(int num) { for(int i=2; i<=Math.sqrt(num); i++) { if(num % i == 0) { return false; } } return tru
Program to determine if a given year is a leap year or not
Check if the year is divisible by 4
If the year is divisible by 100, also check if it is divisible by 400
If both conditions are met, it is a leap year
I used OOPS concepts in my framework for creating reusable components and maintaining code modularity.
Used inheritance to create a base class with common functionalities shared by multiple classes
Implemented polymorphism to allow different classes to implement the same method in their own way
Encapsulated data and behavior within classes using access modifiers like private and public
Utilized abstraction to hide the impl...
Java program to add numbers 6134 to get total 14.
Create an array of integers with the numbers to be added
Iterate through the array and add the numbers
Check if the total equals 14
Some of the top questions asked at the Northcorp Software Automation Engineer interview -
based on 7 interviews
1 Interview rounds
based on 8 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