i
Maveric Systems
Filter interviews by
Clear (1)
I applied via Naukri.com and was interviewed in Jan 2023. There were 3 interview rounds.
Totally it was 45 questions...
Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.
Performed after code changes to verify that existing features still work correctly
Helps prevent the introduction of new bugs or issues
Automated tools can be used to streamline the process
Examples: running test cases after a software update, checking for bugs in previou
Smoke testing is a subset of regression testing, while sanity testing is a subset of acceptance testing.
Smoke testing is done to check if the software build is stable enough for further testing, while sanity testing is done to check if the specific functionality is working as expected.
Smoke testing is usually performed by developers before handing over the build to QA, while sanity testing is usually performed by QA en...
Functional testing is a type of software testing where the system is tested against the functional requirements/specifications.
Tests the functionality of the software application
Focuses on what the system does
Verifies that the system behaves as expected
Does not concern with how the system works internally
Examples: testing login functionality, search feature, data validation
Oops concepts refer to object-oriented programming principles like inheritance, polymorphism, encapsulation, and abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Polymorphism: Allows objects to be treated as instances of their parent class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Abstraction: Hides the complex implementation detail...
I applied via Referral and was interviewed in Nov 2020. There was 1 interview round.
I applied via Walk-in and was interviewed before Jun 2021. There were 3 interview rounds.
Current Technologies
Duration 1 hr, Coding,GK and English
I applied via Referral and was interviewed before Mar 2021. There were 2 interview rounds.
I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 2 interview rounds.
Quite tough and interesting and good questions
Quite tough and interesting and goodnpanel of members
I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.
Split alpha-numeric values in Java without using split method
Iterate through each character in the input string
Check if the character is a digit or a letter using Character.isDigit() and Character.isLetter() methods
Create separate strings for digits and letters and store them in an array
Use ALTER TABLE statement to add a new column with a default value and set it to NOT NULL
Use ALTER TABLE table_name ADD column_name data_type DEFAULT default_value NOT NULL;
Example: ALTER TABLE employees ADD hire_date DATE DEFAULT '2022-01-01' NOT NULL;
I applied via Campus Placement and was interviewed in Dec 2021. There were 4 interview rounds.
I applied via Naukri.com and was interviewed in Jun 2022. There was 1 interview round.
Program to count integers in a string
Loop through each character in the string
Check if the character is a digit
If it is a digit, increment the count
Return the count
Program to find occurrence of character in String
Use a loop to iterate through each character in the string
Use a counter variable to keep track of the number of occurrences
Compare each character with the target character and increment the counter if they match
based on 2 interviews
Interview experience
based on 1 review
Rating in categories
Senior Test Engineer
842
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
605
salaries
| ₹0 L/yr - ₹0 L/yr |
Test Engineer
486
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
435
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Test Lead
280
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech