Filter interviews by
I will assure that the software meets the requirements and is free from defects.
I will conduct thorough testing to ensure all functionalities work as expected.
I will use various testing techniques such as black box, white box, and regression testing.
I will document all test cases and results for future reference.
I will work closely with developers to ensure timely resolution of any defects found.
I will continuously mon...
Abstraction allows for defining a common interface for related objects, while inheritance enables a class to inherit attributes and methods from another class.
Abstraction involves hiding the implementation details and showing only the necessary features of an object. Inheritance allows a class to inherit properties and behaviors from another class.
Abstraction helps in creating a blueprint of a class without providing t...
To find the angle between hour and minute hand at a given time on a clock face.
Calculate the angle made by hour hand with 12:00 on the clock face
Calculate the angle made by minute hand with 12:00 on the clock face
Find the absolute difference between the two angles
If the angle is greater than 180 degrees, subtract it from 360 degrees for the acute angle
posted on 10 Aug 2024
A self join query is used to join a table to itself in a SQL query.
Self join is used when a table needs to be joined with itself to compare rows within the same table.
It requires aliasing the table with different names to distinguish between the two instances of the same table.
Commonly used in hierarchical data structures or when comparing related rows in a table.
Group by query is used to group data based on a specific category.
Use the GROUP BY clause in SQL to group data based on a specific column
Aggregate functions like COUNT, SUM, AVG can be used with GROUP BY to perform calculations on grouped data
Example: SELECT category, COUNT(*) FROM products GROUP BY category
posted on 14 Mar 2024
I applied via LinkedIn and was interviewed in Sep 2023. There were 4 interview rounds.
Good and easy most of the question are reapeted
Arrays, string, constructors in basic to medium level
posted on 27 Feb 2024
I applied via Campus Placement and was interviewed in Apr 2022. There were 2 interview rounds.
The company can take the aptitude test
In this current title to ask questions and the GD start
posted on 27 Jan 2022
I applied via Campus Placement and was interviewed in Jul 2021. There were 2 interview rounds.
public static use for accessing methods and variables without creating an object
Allows access to methods and variables without creating an object
Useful for utility classes where objects are not needed
Can be used to create global variables or constants
Example: Math class in Java has only static methods and constants
I applied via Company Website and was interviewed before Jun 2022. There were 3 interview rounds.
Basic coding excercise , linux platform.file handling
I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.
Sqlite database can be implemented in React Native using 'react-native-sqlite-storage' package.
Install 'react-native-sqlite-storage' package using npm.
Import SQLite from 'react-native-sqlite-storage'.
Create a database using SQLite.openDatabase() method.
Execute SQL queries using executeSql() method.
Close the database connection using close() method.
Generator functions are functions that can be paused and resumed, allowing for lazy evaluation of data.
Generator functions use the yield keyword to pause execution and return a value.
They can be used to generate an infinite sequence of values.
They are memory efficient as they only generate values when needed.
Example: function* myGenerator() { yield 1; yield 2; yield 3; }
Example: const infiniteGenerator = function*() {
Push notifications can be implemented in Android and iOS using Firebase Cloud Messaging (FCM) and Apple Push Notification service (APNs) respectively.
For Android, integrate FCM SDK in the app and use FCM console to send notifications.
For iOS, create an APNs certificate, configure the app to receive notifications, and use APNs to send notifications.
Both platforms require handling of notification payload in the app to di...
I used React Native for my last app.
Developed UI components using React Native
Integrated APIs to fetch and display data
Implemented Redux for state management
Used Firebase for authentication and database
Optimized app performance using React Native Debugger
Functional components are stateless and return UI elements based on input props, while non-functional components have state and can change UI based on user interaction.
Functional components are simpler and easier to test than non-functional components.
Non-functional components can have state and lifecycle methods, while functional components cannot.
Examples of functional components include buttons, labels, and icons, w...
based on 1 review
Rating in categories
Process Associate
69
salaries
| ₹1.6 L/yr - ₹3 L/yr |
Software Engineer
28
salaries
| ₹3.8 L/yr - ₹7.2 L/yr |
Analyst
24
salaries
| ₹2.1 L/yr - ₹4 L/yr |
Information Technology Recruiter
18
salaries
| ₹1.8 L/yr - ₹4 L/yr |
Software Developer
16
salaries
| ₹2.7 L/yr - ₹7 L/yr |
TCS
Infosys
Wipro
HCLTech