Filter interviews by
Asking code java programming
Top trending discussions
posted on 1 Mar 2025
I was interviewed in Sep 2024.
Java Arrays and String with data structure
Implementation of Java Oops in test framework
I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.
SQL query for joining tables to retrieve data from multiple related tables.
Use JOIN keyword to combine rows from two or more tables based on a related column between them.
Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.
Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column;
Java program showcasing OOPs concepts like inheritance, encapsulation, polymorphism, and abstraction.
Create classes representing different entities with properties and methods
Use inheritance to create a parent-child class relationship
Demonstrate encapsulation by setting private variables and using getter and setter methods
Show polymorphism by overriding methods in child classes
Implement abstraction by creating abstract
Xpath is a query language used to locate elements on a web page based on their attributes and structure.
Identify unique attributes of the element you want to locate
Use the '//' operator to search for elements anywhere in the document
Use the '[@attribute='value']' syntax to specify the attribute and value you are looking for
Combine multiple conditions using 'and' or 'or' operators
Use functions like 'contains()', 'starts
I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.
In this first round it was of 45mins which included MCQ question and 1 coding question.
Answers to common interview questions for Automation Test Engineer position.
Const is used for constant values that cannot be reassigned, var is used for variable declaration, and char is a data type for storing characters in programming languages.
OOPs concepts include inheritance, encapsulation, polymorphism, and abstraction. Example: Inheritance allows a class to inherit properties and methods from another class.
JavaS...
Type coercion is the process of converting one data type to another in programming.
Type coercion can happen implicitly or explicitly in programming languages.
Implicit type coercion occurs when the language automatically converts data types during operations.
Explicit type coercion occurs when the programmer manually converts data types using functions or operators.
Example: In JavaScript, the addition operator (+) can pe...
Inheritance is a mechanism in object-oriented programming where a class inherits properties and behaviors from another class. Polymorphism allows objects of different classes to be treated as objects of a common superclass.
Inheritance allows for code reusability by defining a new class based on an existing class.
Polymorphism enables flexibility in programming by allowing objects to be treated as instances of their pare...
API error codes are unique identifiers used to indicate specific errors in an API response.
API error codes are typically numeric or alphanumeric codes that correspond to specific errors in the API.
Each error code should have a corresponding explanation in the API documentation to help developers understand the issue.
Examples of API error codes include 400 Bad Request, 401 Unauthorized, and 404 Not Found.
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
Fact tables contain quantitative data that can be measured, while dimension tables contain descriptive attributes related to the facts.
Fact tables store numerical data such as sales revenue, quantity sold, etc.
Dimension tables store descriptive attributes like product name, customer name, etc.
Fact tables are typically larger in size compared to dimension tables.
Fact tables are connected to dimension tables through fore
Use SQL query with subquery to find second highest salary.
Use ORDER BY and LIMIT to get the second highest salary.
Use a subquery to exclude the highest salary from the result set.
Example: SELECT MAX(salary) FROM employees WHERE salary < (SELECT MAX(salary) FROM employees);
I was interviewed in Feb 2024.
OOPS concept of Java refers to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the implementation detail...
The process of selecting a framework involves evaluating requirements, researching available options, conducting proof of concepts, and considering factors like scalability, maintainability, and community support.
Understand project requirements and constraints
Research available automation frameworks
Conduct proof of concepts to evaluate framework suitability
Consider factors like scalability, maintainability, and communi...
posted on 7 Jan 2024
I applied via Naukri.com and was interviewed in Dec 2023. There were 2 interview rounds.
Was all good with online test
I applied via Naukri.com and was interviewed in Apr 2023. There were 3 interview rounds.
based on 1 interview
Interview experience
Engineer
236
salaries
| ₹3 L/yr - ₹12.3 L/yr |
Senior Engineer
193
salaries
| ₹7.4 L/yr - ₹26.5 L/yr |
Senior Software Engineer
189
salaries
| ₹6 L/yr - ₹25 L/yr |
Technical Lead
156
salaries
| ₹10 L/yr - ₹31.9 L/yr |
Software Engineer
135
salaries
| ₹2.8 L/yr - ₹12 L/yr |
TCS
Wipro
HCLTech
Tech Mahindra