i
Instant Systems
Filter interviews by
General introduction about yourself
It was quiet tough but interesting.
Method overloading is having multiple methods in the same class with the same name but different parameters. Method overriding is having a method in a subclass with the same name and parameters as a method in the superclass.
Method overloading is achieved within the same class by having multiple methods with the same name but different parameters.
Method overriding occurs in a subclass when a method has the same name and...
Test case template for QA testing
Test case ID
Test case description
Test steps
Expected result
Actual result
Pass/Fail status
Hard assert stops the test execution when a failure occurs, while soft assert continues the test execution after logging the failure.
Hard assert is used when a failure should stop the test immediately.
Soft assert is used when a failure should be logged but the test should continue.
Example: Hard assert - assert.assertEquals(actual, expected); Soft assert - softAssert.assertEquals(actual, expected); softAssert.assertAll(
I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 3 interview rounds.
Aptitude test was the mixture of common aptitude questions along with sql, basic javascript and java language basic questions and couple of simple coding questions like febinachi series, palindrom pattern etc .
Objects in Java can be created using the 'new' keyword, constructors, and factory methods.
Use the 'new' keyword followed by the class name to create an object
Objects can also be created using constructors to initialize the object's state
Factory methods can be used to create objects without exposing the instantiation logic
I applied via campus placement at Kamla Nehru Institute of Technology, Sultanpur and was interviewed in Dec 2023. There were 4 interview rounds.
There was basic GD topic
Count the number of words and their frequency
Split the given text into words using whitespace as delimiter
Create a dictionary to store the word frequency
Iterate through each word and update the frequency in the dictionary
Return the dictionary with word frequency
Count the frequency of characters in a given string.
Iterate through the string and use a hash map to store the count of each character.
Initialize the count of each character to 0 and increment it as you encounter the character.
Finally, iterate through the hash map to get the frequency of each character.
Reverses an array of strings
Use a loop to iterate through half of the array
Swap the elements at the current index with the corresponding element from the end of the array
Implementing the comparator function for sorting an array of strings.
Use the built-in sort() function in most programming languages.
Define a custom comparator function that compares two strings.
Return a negative value if the first string should come before the second, a positive value if it should come after, and 0 if they are equal.
Example: ['apple', 'banana', 'cherry'] can be sorted in alphabetical order using the co
I applied via Monster
In a group of 8 people. They gave us topic on Online & Offline Education. I just say be speak boldly
Tricky but easy. Coding remains the same as we have done many times.
Instant Systems interview questions for popular designations
I was interviewed in Jan 2022.
Any topic can be given
Related to java
Assert checks if a condition is true, while verify checks if a condition is true and reports if it is false.
Assert is used to validate the expected result of a test case
Verify is used to validate the actual result of a test case
Assert throws an exception and stops the test execution if the condition is false
Verify reports the failure but continues with the test execution
Assert is used for critical validations, while ve
Manual testing involves executing test cases manually without the use of automation tools.
Identify test scenarios and create test cases
Execute test cases and record results
Report defects and retest after fixes
Perform regression testing
Ensure test coverage and traceability
Maven is a build automation tool used primarily for Java projects. It manages dependencies and builds the project.
Maven uses a Project Object Model (POM) to manage dependencies and build process
Maven has a hierarchical structure with parent and child projects
Maven plugins can be used to extend its functionality
Maven can be integrated with Continuous Integration tools like Jenkins
Example: mvn clean install command is us
TestNG is a testing framework for Java. It is used to perform unit, functional, integration, and end-to-end testing.
TestNG is an open-source testing framework for Java
It supports various types of testing such as unit, functional, integration, and end-to-end testing
TestNG provides annotations to define test methods, test suites, and test cases
It generates test reports and allows parallel execution of tests
TestNG can be ...
To store data in a textbox, use locators and line of code.
Identify the textbox element using locators such as ID, name, class, or XPath
Use the sendKeys() method to enter data into the textbox
Store the data in an array of strings for later use
I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.
Basic aptitude questions
Basic coding questions
I applied via Naukri.com and was interviewed before May 2020. There was 1 interview round.
posted on 3 Sep 2023
I applied via Company Website and was interviewed in Aug 2023. There were 2 interview rounds.
I applied via Walk-in and was interviewed in Jan 2023. There were 3 interview rounds.
The JAVA API is a collection of pre-written classes and interfaces that provide ready-to-use functionality for Java developers.
The JAVA API allows developers to save time and effort by using pre-built code for common tasks.
It provides a wide range of classes and interfaces for various purposes such as file handling, networking, database connectivity, GUI development, etc.
Developers can leverage the API to access system...
The duration of the test is one hour and four coding questions are asked.
I applied via campus placement at National Institute of Technology (NIT), Warangal and was interviewed in Jul 2022. There were 3 interview rounds.
Their are 30 questions which one has to done in 30 mins
Interview experience
based on 55 reviews
Rating in categories
2-4 Yrs
Not Disclosed
Software Engineer
27
salaries
| ₹3.2 L/yr - ₹12 L/yr |
Associate Software Engineer
19
salaries
| ₹2.5 L/yr - ₹8.6 L/yr |
Senior Software Engineer
10
salaries
| ₹8 L/yr - ₹13.5 L/yr |
Software Developer
9
salaries
| ₹1.8 L/yr - ₹9.9 L/yr |
IOS Developer
9
salaries
| ₹5.4 L/yr - ₹18 L/yr |
TCS
Infosys
Wipro
HCLTech