Filter interviews by
I applied via Recruitment Consultant and was interviewed before Jul 2020. There were 3 interview rounds.
Top trending discussions
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
Core Java coding questions
I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.
That was little difficult to crack.
I applied via Company Website and was interviewed before Mar 2020. There were 4 interview rounds.
A data provider is a software component that supplies data to an application or system.
Data provider is used to retrieve data from various sources like databases, files, web services, etc.
It helps in separating the data access logic from the application logic.
Data provider can be used in testing to supply test data to the application.
Examples of data providers are JDBC, ADO.NET, Entity Framework, etc.
There are multiple locator types used in software testing.
There are 8 types of locators: ID, Name, Class Name, Tag Name, Link Text, Partial Link Text, CSS Selector, and XPath.
Locators are used to identify web elements on a page.
The choice of locator type depends on the specific element being located and the structure of the HTML code.
Using unique locators can improve the stability and maintainability of automated tests
I used the Selenium framework for automated testing.
Selenium is an open-source framework for web application testing
It supports multiple programming languages such as Java, Python, and C#
It provides a range of tools for testing, including Selenium WebDriver and Selenium IDE
It allows for automated testing of web applications across multiple browsers and platforms
Example: Used Selenium WebDriver with Java to test a web a
An interface in Java is a collection of abstract methods and constants that can be implemented by a class.
Interfaces define a contract that a class must follow if it implements the interface.
Interfaces can be used to achieve abstraction and polymorphism in Java.
A class can implement multiple interfaces but can only extend one class.
Interfaces can have default methods and static methods since Java 8.
Examples of interfac...
I applied via Referral and was interviewed in Nov 2023. There were 2 interview rounds.
They give a standard application to develop in mvvm or clean architecture, don't forget to write unit tests
Flutter is a UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase.
Flutter is an open-source framework developed by Google.
It uses the Dart programming language.
Flutter allows for hot reload, which enables developers to see changes instantly.
It provides a rich set of pre-built widgets for building user interfaces.
Flutter can be used to create apps for iOS, Android, w
Compose way of thinking involves breaking down complex problems into smaller, manageable parts and then combining them to create a solution.
Break down a problem into smaller components
Solve each component individually
Combine the solutions to create a complete solution
Example: Using functions to break down a complex task into smaller functions and then combining them to achieve the desired outcome
Lifecycle of view refers to the stages a view goes through from creation to destruction in an application.
Creation: View is initialized and loaded into memory.
Layout: View is positioned and sized on the screen.
Display: View is rendered and displayed to the user.
Interaction: User interacts with the view through input events.
Destruction: View is removed from memory when no longer needed.
I applied via Campus Placement
It was an easy test. Multiple choice questions bases on java
Curd operation with SQL connectivity
I applied via Naukri.com and was interviewed in Jul 2022. There was 1 interview round.
Indexes are used to improve database performance. Clustered indexes determine the physical order of data, while non-clustered indexes do not.
Indexes are used to speed up data retrieval operations in a database.
Clustered indexes determine the physical order of data in a table, while non-clustered indexes do not.
A table can have only one clustered index, but multiple non-clustered indexes.
Clustered indexes are generally ...
Query to delete duplicate rows from a table
Use GROUP BY clause to group the rows by their unique values
Use HAVING clause to filter out the groups with count greater than 1
Use DELETE statement to delete the duplicate rows
Singleton pattern restricts the instantiation of a class to a single instance and provides a global point of access to it.
Create a private constructor to restrict instantiation of the class
Create a private static instance of the class
Create a public static method to access the instance
Ensure thread safety if necessary
Examples: Database connection, Logger, Configuration settings
Handle exceptions in stored procedures by using TRY-CATCH blocks.
Use TRY-CATCH blocks to catch and handle exceptions
Log the error message and severity level
Rollback the transaction if necessary
Rethrow the error if it cannot be handled
Use RAISERROR to raise custom error messages
SOLID principles are a set of five design principles that help in creating maintainable and scalable software.
S - Single Responsibility Principle: A class should have only one reason to change.
O - Open-Closed Principle: Software entities should be open for extension but closed for modification.
L - Liskov Substitution Principle: Subtypes should be substitutable for their base types.
I - Interface Segregation Principle: C...
throw is used to throw an exception while throw exception is used to throw a specific exception.
throw is used to throw any type of exception while throw exception is used to throw a specific type of exception.
throw exception is followed by the type of exception that needs to be thrown.
throw can be used to throw any object while throw exception can only be used to throw an exception object.
Example: throw new Exception("
based on 1 review
Rating in categories
Senior Software Engineer
5
salaries
| ₹13 L/yr - ₹14.9 L/yr |
Embedded Engineer
5
salaries
| ₹3 L/yr - ₹6.5 L/yr |
Software Engineer
4
salaries
| ₹3.2 L/yr - ₹5 L/yr |
Senior Hardware Design Engineer
4
salaries
| ₹5.9 L/yr - ₹6 L/yr |
Project Manager
3
salaries
| ₹6 L/yr - ₹8.2 L/yr |
TCS
Infosys
Wipro
HCLTech