i
4i apps solutions
Filter interviews by
Method overloading is the ability to define multiple methods with the same name but different parameters.
Method overloading allows a class to have multiple methods with the same name but different parameters.
The methods must differ in the number, type, or order of their parameters.
Example: void print(int a), void print(int a, int b), void print(String s)
Method overloading is resolved at compile-time based on the number
A constructor is a special method that is used to initialize objects of a class.
Constructors have the same name as the class they belong to.
They are called automatically when an object is created.
They can take parameters to set initial values for object properties.
If a class does not have a constructor, a default constructor is provided by the compiler.
Constructors can be overloaded to provide multiple ways of initiali
Different types of joins in SQL and their explanations
Inner join: returns only the matching rows from both tables
Left join: returns all rows from the left table and matching rows from the right table
Right join: returns all rows from the right table and matching rows from the left table
Full outer join: returns all rows from both tables, with NULL values in place of non-matching rows
Cross join: returns the Cartesian prod
Top trending discussions
I applied via Naukri.com and was interviewed in Jun 2023. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Apr 2022. There were 3 interview rounds.
I appeared for an interview in Sep 2024, where I was asked the following questions.
I applied via Naukri.com and was interviewed before Nov 2021. There were 2 interview rounds.
I applied via Approached by Company
Joining tables with different joins in SQL
Use INNER JOIN to return rows when there is at least one match in both tables
Use LEFT JOIN to return all rows from the left table and the matched rows from the right table
Use RIGHT JOIN to return all rows from the right table and the matched rows from the left table
Use FULL JOIN to return rows when there is a match in one of the tables
I applied via Walk-in and was interviewed before Aug 2022. There were 4 interview rounds.
Test of SQL, Tableau and other skills based on your resume on Skillate
I appeared for an interview in Feb 2025, where I was asked the following questions.
I create tailored designs that enhance user experience, brand identity, and operational efficiency for diverse clients.
User Interface (UI) Design: Crafting visually appealing and intuitive interfaces for web and mobile applications.
Brand Identity Design: Developing logos, color schemes, and typography that reflect a client's values and mission, e.g., a tech startup.
Product Design: Creating functional and aesthetically ...
I possess a blend of design, research, and technical skills that enhance user experience and interface design.
User Research: Conducting interviews and surveys to understand user needs, like creating personas for targeted design.
Wireframing & Prototyping: Using tools like Figma and Sketch to create wireframes and interactive prototypes for user testing.
Visual Design: Applying principles of color theory and typograph...
I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.
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...
Technical Consultant
74
salaries
| ₹4 L/yr - ₹13 L/yr |
Functional Consultant
46
salaries
| ₹4.9 L/yr - ₹20 L/yr |
Senior Associate Technical Consultant
45
salaries
| ₹2.3 L/yr - ₹7.5 L/yr |
Oracle Financial Functional Consultant
39
salaries
| ₹4.9 L/yr - ₹16.8 L/yr |
Oracle Technical Consultant
35
salaries
| ₹3.5 L/yr - ₹12 L/yr |
PC Solutions
RNF Technologies
JMR Infotech
Hidden Brains InfoTech