i
Birlasoft
Filter interviews by
I applied via Company Website and was interviewed in Feb 2022. There was 1 interview round.
Top trending discussions
The release process involves planning, testing, and deploying software updates to users.
Planning: Define scope, set deadlines, assign tasks
Testing: Conduct regression testing, performance testing, etc.
Deployment: Roll out updates to users in stages
Feedback: Gather feedback from users for further improvements
posted on 21 Jan 2024
I applied via Walk-in and was interviewed in Dec 2023. There were 2 interview rounds.
SIT and UAT are two different types of testing in software development.
SIT stands for System Integration Testing and focuses on testing the integration of different components or systems.
UAT stands for User Acceptance Testing and involves testing the software from the end user's perspective.
SIT is performed by the development team, while UAT is typically performed by the end users or client.
SIT ensures that the individ...
I applied via Company Website and was interviewed before Mar 2022. There were 2 interview rounds.
I applied via Referral and was interviewed in Mar 2022. There was 1 interview round.
System testing is a type of testing that verifies the behavior of a complete and fully integrated software system.
It is performed on a complete system, not individual components
It tests the system's compliance with functional and non-functional requirements
It includes testing of system performance, security, reliability, and scalability
It can be manual or automated
Examples include end-to-end testing, regression testing
REST is an architectural style for web services while SOAP is a protocol for exchanging structured information.
REST uses HTTP protocol while SOAP can use any protocol
REST is lightweight and easy to implement while SOAP is more complex
REST supports multiple data formats like JSON, XML, etc. while SOAP only supports XML
REST is stateless while SOAP can maintain state between requests
REST is preferred for mobile and web ap...
posted on 26 Mar 2022
I applied via Walk-in and was interviewed in Feb 2022. There were 2 interview rounds.
About software skill,Regression Testing,smoke Testing,Usability Testing,GUI Testing,sanity testing
I applied via Referral and was interviewed in Dec 2020. There were 3 interview rounds.
Cycle in software testing refers to the process of repeating testing activities in a systematic manner.
The cycle includes planning, designing, executing, and reporting.
It helps to identify defects early and ensure the quality of the software.
Common cycles include the Waterfall model, Agile model, and V-model.
Each cycle may have different phases and activities depending on the methodology used.
The cycle may also involve...
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
A constructor is a special type of method in a class that is automatically called when an object of that class is created.
Constructors have the same name as the class they belong to
They are used to initialize the object's state or perform any necessary setup
Constructors can have parameters to customize the initialization process
Example: public class Car { public Car(String color) { this.color = color; } }
Yes, a static method can be overridden in Java using the concept of method hiding.
In Java, static methods cannot be overridden in the traditional sense like instance methods.
When a subclass defines a static method with the same signature as a static method in the superclass, it is called method hiding.
Method hiding does not follow polymorphism and is resolved at compile time based on the reference type.
Example: class...
Yes, a static local variable can be created inside a static method.
Yes, a static local variable can be declared inside a static method in programming languages like C++.
Static local variables retain their values between function calls.
Example: static void myStaticMethod() { static int count = 0; count++; }
String memory allocation is dynamic and depends on the length of the string.
String memory allocation is dynamic and can change based on the length of the string.
In Java, a String object is stored in the heap memory.
Each character in a String typically takes up 2 bytes of memory.
String objects in Java are immutable, meaning once a String object is created, it cannot be changed.
Yes, you can create a static method inside an abstract class or interface.
Static methods can be defined in interfaces since Java 8.
Static methods in interfaces are used for providing utility methods that are not tied to any specific instance of the interface.
Static methods in abstract classes can be used for common functionality that does not require an instance of the class.
The parent class of Java is the Object class.
All classes in Java are directly or indirectly derived from the Object class.
The Object class is the root class in Java's class hierarchy.
It provides methods that are common to all objects in Java, such as toString(), equals(), and hashCode().
Window Handles in Selenium are unique identifiers used to handle multiple browser windows in a Selenium test script.
Window Handles are unique alphanumeric strings assigned to each browser window opened by Selenium.
They are used to switch between different browser windows during a test script execution.
Window Handles can be obtained using getWindowHandles() method in Selenium.
Example: Set
posted on 30 Dec 2024
Reverse a string using Java program and handle stale element in Selenium
Create a Java program to reverse a string using StringBuilder or char array
In Selenium, handle stale element exception by refreshing the element or using WebDriverWait
Example: Java program - input: 'hello', output: 'olleh'; Selenium - handle stale element by refreshing the element before interacting with it
My expected salary is based on my experience, skills, and the market rate for Automation Test Engineers.
I have researched the average salary range for Automation Test Engineers in this location.
I am looking for a competitive salary that reflects my expertise in automation testing.
I am open to negotiation based on the overall compensation package offered.
Software Developer
1.5k
salaries
| ₹2.5 L/yr - ₹11 L/yr |
Senior Software Engineer
1.3k
salaries
| ₹5.5 L/yr - ₹20 L/yr |
Software Engineer
1.1k
salaries
| ₹2.5 L/yr - ₹10.5 L/yr |
Technical Lead
1.1k
salaries
| ₹10 L/yr - ₹33.8 L/yr |
Technical Specialist
1.1k
salaries
| ₹7.7 L/yr - ₹28.5 L/yr |
Accenture
Cognizant
Capgemini
Wipro