i
4i apps solutions
Filter interviews by
Top trending discussions
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...
I appeared for an interview before Mar 2024, where I was asked the following questions.
App states refer to the various conditions an application can be in during its lifecycle, affecting user experience and functionality.
Active State: The app is in the foreground and interactive (e.g., a user browsing a social media app).
Background State: The app is not visible but may still be executing tasks (e.g., music playing in the background).
Inactive State: The app is transitioning between states, not receiving e...
posted on 30 Mar 2025
I appeared for an interview in Mar 2025, where I was asked the following questions.
Connection pooling is a technique to manage database connections efficiently, reducing overhead and improving performance.
Connection pooling maintains a pool of active database connections for reuse.
It reduces the overhead of establishing a new connection for each database request.
Example: A web application can reuse connections from the pool instead of opening new ones for each user request.
Connection pools can be con...
Mounting in Docker allows you to share files between the host and containers, enabling data persistence and configuration management.
Mounting can be done using volumes or bind mounts.
Volumes are managed by Docker and are stored in a part of the host filesystem which is not directly accessible.
Example of a volume: `docker run -v my_volume:/data my_image`.
Bind mounts allow you to specify an exact path on the host, e.g., ...
Decorators are a design pattern in Python that allows modifying the behavior of functions or methods at runtime.
A decorator is a function that takes another function and extends its behavior without explicitly modifying it.
Common use cases include logging, access control, and caching.
Example: @staticmethod and @classmethod are built-in decorators in Python.
Custom decorators can be created using nested functions.
Example...
I appeared for an interview in Sep 2024, where I was asked the following questions.
Object-Oriented Programming (OOP) is based on four key principles: encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class). Example: A 'Car' class with properties like 'color' and methods like 'drive()'.
Inheritance: Mechanism to create a new class using properties and methods of an existing class. Example: 'ElectricCar' ...
SDLC is a structured process for developing software, ensuring quality and efficiency through defined phases.
1. Requirement Analysis: Gather and analyze user needs. Example: Conducting surveys to understand user requirements for a new app.
2. Planning: Define project scope, resources, and timelines. Example: Creating a project plan with milestones for a software release.
3. Design: Create system architecture and design s...
The event loop in JavaScript manages asynchronous operations, allowing non-blocking execution of code.
JavaScript is single-threaded, meaning it can execute one command at a time.
The call stack keeps track of function execution; when a function is called, it's pushed onto the stack.
Web APIs (like setTimeout, fetch) handle asynchronous tasks and push callbacks to the callback queue once completed.
The event loop continuou...
Dependency Injection in Angular is a design pattern that allows a class to receive its dependencies from external sources rather than creating them itself.
Promotes code reusability and testability by decoupling components.
Angular uses an injector to manage the creation and lifecycle of services.
Example: A service can be injected into a component's constructor: constructor(private myService: MyService) {}
Supports hierar...
I applied via Recruitment Consulltant and was interviewed in Sep 2023. There were 4 interview rounds.
Intermediate aptitude questions .
No negative marking .
Written test held at JMR infotech
I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.
General aptitude questions
I appeared for an interview in Sep 2024, where I was asked the following questions.
I led a cross-functional team to streamline a client’s supply chain process, overcoming resistance and achieving significant cost savings.
Identified inefficiencies in the supply chain through data analysis and stakeholder interviews.
Facilitated workshops to gather input from team members and foster collaboration.
Developed a detailed project plan with clear milestones and responsibilities.
Implemented a pilot program to ...
I appeared for an interview in Sep 2024, where I was asked the following questions.
based on 1 interview
Interview experience
based on 1 review
Rating in categories
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