Filter interviews by
I applied via Company Website and was interviewed in Jan 2023. There were 3 interview rounds.
Black box testing is testing without knowledge of the internal workings of the system, while white box testing is testing with knowledge of the internal workings.
Black box testing focuses on the functionality of the system
White box testing focuses on the internal structure of the system
Black box testing is usually done by end-users or testers who do not have knowledge of the internal workings of the system
White box tes...
Black box testing is a technique where the internal workings of the system are not known to the tester.
Tests are performed based on the system's specifications and requirements.
The tester does not have access to the source code or the internal structure of the system.
The focus is on the system's functionality and user interface.
Examples include functional testing, regression testing, and acceptance testing.
Test coverage is the measure of how much of the software is tested. 7 principles of testing are guidelines for effective testing.
Test coverage is the extent to which the software is tested against the requirements.
It is important to achieve maximum test coverage to ensure the software is reliable.
The 7 principles of testing are: testing shows presence of defects, exhaustive testing is impossible, early testing saves ti...
Software testing life cycle is a process of testing software in a systematic and planned manner.
It includes planning, designing, executing, and reporting phases.
Testing starts with requirement analysis and ends with test closure.
Different types of testing like unit testing, integration testing, system testing, and acceptance testing are performed in different phases.
Defect tracking and retesting are also part of the te
I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.
A trigger in SQL is a set of actions that are automatically performed when a specified event occurs.
Triggers are used to enforce business rules, maintain data integrity, and automate tasks.
They can be defined to execute before or after an INSERT, UPDATE, or DELETE operation.
Triggers can be written in SQL or PL/SQL.
Example: A trigger can be created to update a 'last_modified' column whenever a row is updated in a table.
Xangars Solutions interview questions for popular designations
I applied via Job Portal and was interviewed in Jan 2023. There were 3 interview rounds.
Testing is the process of evaluating a software or application to find defects or errors.
Software is a set of instructions that tells a computer what to do.
An application is a program designed to perform a specific task or set of tasks.
Black box testing is a technique where the tester does not have knowledge of the internal workings of the software.
White box testing is a technique where the tester has knowledge of the ...
They will give you use case to develop API's for banking project
I applied via Company Website and was interviewed before Nov 2020. There was 1 interview round.
Top trending discussions
I was interviewed in Jul 2017.
Autoboxing is the automatic conversion of primitive data types to their corresponding object wrapper classes.
Autoboxing is useful when working with collections that require objects instead of primitives.
Example: int i = 5; Integer j = i; //autoboxing
Unboxing is the opposite of autoboxing, where an object of a wrapper class is converted back to its corresponding primitive type.
Example: Integer j = 5; int i = j; //unboxi
Typecasting up and down refers to converting a variable of one data type to another data type of higher or lower precision.
Typecasting up involves converting a variable of lower precision to a variable of higher precision, such as converting an int to a double.
Typecasting down involves converting a variable of higher precision to a variable of lower precision, such as converting a double to an int.
Typecasting can resul...
To iterate a map in Java, use a for-each loop or an iterator.
Use the entrySet() method to get a set of key-value pairs
For-each loop: for(Map.Entry
Iterator: Iterator
Use hasNext() and next() methods to iterate through the map
Types of synchronization in Java
Synchronized methods
Synchronized statements
ReentrantLock
Semaphore
CountDownLatch
Access modifiers in method overriding
Access modifiers in the overriding method cannot be more restrictive than the overridden method
The access modifier can be less restrictive or the same as the overridden method
Private methods cannot be overridden
Examples: public method can be overridden by public or protected method, but not by private method
I was interviewed in Jun 2017.
based on 5 interviews
Interview experience
based on 42 reviews
Rating in categories
Mumbai
5-10 Yrs
Not Disclosed
Mumbai
5-10 Yrs
Not Disclosed
Software Developer
20
salaries
| ₹0 L/yr - ₹0 L/yr |
Java Developer
19
salaries
| ₹0 L/yr - ₹0 L/yr |
Plsql Developer
14
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
13
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
11
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech