i
Nile Technologies
Filter interviews by
I applied via Recruitment Consulltant and was interviewed before Jun 2023. There was 1 interview round.
Oops concept in 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 of a method to do different things based on the object it is acting upon.
Abstraction: Hiding the imp...
Exception handling in Java is a mechanism to handle runtime errors and prevent program crashes.
Use try-catch blocks to handle exceptions
Use finally block to execute code regardless of exception
Use throw keyword to manually throw exceptions
Use throws keyword in method signature to declare exceptions that can be thrown
I applied via Walk-in and was interviewed before May 2023. There was 1 interview round.
Designing a video streaming platform involves considering scalability, user experience, content delivery, and security.
Consider scalability by using a distributed architecture to handle large numbers of concurrent users.
Focus on user experience with intuitive interfaces, personalized recommendations, and seamless playback.
Implement content delivery networks (CDNs) to ensure fast and reliable streaming across different ...
Single Page Application is a web application that loads a single HTML page and dynamically updates the page as the user interacts with it.
Loads a single HTML page initially
Updates content dynamically without reloading the entire page
Uses AJAX, JavaScript, and frameworks like Angular, React, or Vue.js
Provides a seamless user experience similar to a desktop application
Ajax calls are asynchronous HTTP requests made by the browser to the server without reloading the entire page.
Ajax stands for Asynchronous JavaScript and XML
Used to update parts of a web page without reloading the entire page
Improves user experience by making the website more dynamic
Commonly used in web applications to fetch data from a server
Examples: fetching new emails in Gmail without refreshing the page, updating
Content Delivery Networks (CDNs) are distributed servers that help deliver web content efficiently to users based on their geographic location.
CDNs cache content closer to users for faster delivery
They help reduce latency and improve website performance
Popular CDNs include Akamai, Cloudflare, and Amazon CloudFront
posted on 12 Sep 2023
I applied via Naukri.com and was interviewed before Sep 2022. There were 3 interview rounds.
Advanced JS, PHP related questions
posted on 24 Jan 2024
I applied via Approached by Company and was interviewed in Dec 2023. There was 1 interview round.
Virtual DOM is a concept in web development where a lightweight copy of the actual DOM is created and manipulated for efficient rendering.
Virtual DOM is an abstraction of the real DOM.
It is used in frameworks like React to improve performance.
Changes made to the virtual DOM are compared with the actual DOM, and only the necessary updates are applied.
This approach reduces the number of direct manipulations on the actual...
Higher Order Component is a function that takes a component and returns a new component with additional functionality.
Higher Order Components (HOCs) are a pattern in React for reusing component logic.
They are functions that accept a component and return a new component with enhanced capabilities.
HOCs can be used for cross-cutting concerns like authentication, logging, or data fetching.
They enable code reuse, compositio...
Life Cycle Methods in React
React components have several life cycle methods that are called at different stages of a component's life
These methods allow developers to perform actions like initializing state, fetching data, and updating the UI
Some commonly used life cycle methods are componentDidMount, componentDidUpdate, and componentWillUnmount
posted on 29 May 2024
I applied via Walk-in and was interviewed in Apr 2024. There were 2 interview rounds.
Some maths related questions
I applied via Naukri.com and was interviewed in Apr 2023. There were 3 interview rounds.
4 Coding Questions Were Given.
Check Palindrome String
Longest Increasing Subsequence
Group Anagrams
Add Two Numbers(Linked List)
Questions were picked from leetcode but the restriction of not using any inbuild function made them difficult to solve in the given time frame.
Throws is used for checked exceptions in Java, while throw is used to explicitly throw an exception.
Throws is used in method signature to declare that the method may throw a checked exception.
Throw is used to actually throw an exception in the code.
Example: public void method() throws IOException { //code }
Example: throw new IOException();
Inheritance allows a class to inherit properties and behaviors from another class. Abstract classes cannot be instantiated and can have abstract methods. Interfaces define a contract for classes to implement.
Inheritance allows a class to inherit properties and behaviors from another class
Abstract classes cannot be instantiated and can have abstract methods
Interfaces define a contract for classes to implement
I applied via AngelList and was interviewed before Apr 2023. There were 2 interview rounds.
Concurrency is about dealing with multiple tasks at the same time, while parallelism is about executing multiple tasks simultaneously.
Concurrency is about managing multiple tasks and switching between them quickly.
Parallelism is about actually executing multiple tasks at the same time.
Concurrency can be achieved in a single-core processor through task switching.
Parallelism requires multiple cores or processors to execu...
Use external sorting techniques like merge sort or quick sort to efficiently sort large amounts of data.
Divide the 1TB array into smaller chunks that can fit into memory
Sort each chunk individually using a fast sorting algorithm like merge sort or quick sort
Merge the sorted chunks back together to get the final sorted array
Consider using parallel processing or distributed systems for faster sorting
Example: Divide the 1...
I applied via LinkedIn and was interviewed before Nov 2023. There was 1 interview round.
Had to brief about myself, my technical skills and projects. Few Technical questions regarding the tech stack and casual discussion.
based on 12 reviews
Rating in categories
Software Developer
60
salaries
| ₹3.2 L/yr - ₹6.9 L/yr |
Java Developer
7
salaries
| ₹2.6 L/yr - ₹8.7 L/yr |
Business Development Executive
7
salaries
| ₹2.2 L/yr - ₹4.2 L/yr |
PHP Developer
6
salaries
| ₹3.6 L/yr - ₹7.2 L/yr |
Senior Software Developer
6
salaries
| ₹5 L/yr - ₹8.6 L/yr |
TCS
Infosys
Wipro
HCLTech