Filter interviews by
I applied via Walk-in and was interviewed before May 2023. There was 1 interview round.
Asynchrony is the ability of a system to handle multiple tasks concurrently without blocking the main thread.
Asynchrony allows tasks to run independently of each other, improving performance and responsiveness.
Node.js uses an event-driven, non-blocking I/O model to handle asynchronous operations.
Examples of asynchronous operations in Node.js include reading files, making network requests, and executing database queries...
The split() method is used to split a string into an array of substrings based on a specified separator.
The split() method takes a separator as an argument, which can be a string or a regular expression.
The method returns an array of substrings created by splitting the original string at each occurrence of the separator.
Example: 'hello world'.split(' ') will return ['hello', 'world']
Deep copy is a copy of an object that duplicates all of its properties and nested objects, creating a new independent copy.
Deep copy creates a new object with all properties and nested objects copied.
Changes made to the original object do not affect the deep copy.
Deep copy is often used when you need to modify an object without affecting the original.
The '==' operator checks for equality, while the '===' operator checks for strict equality (including data type).
The '==' operator performs type coercion before comparing two values.
The '===' operator does not perform type coercion and compares both value and data type.
Example: 1 == '1' will return true, but 1 === '1' will return false.
Top trending discussions
posted on 6 May 2024
I applied via Campus Placement and was interviewed in Nov 2023. There were 4 interview rounds.
Simple aptitude think logically
Basic coding string and array concepts
posted on 6 Dec 2024
I applied via Walk-in and was interviewed in Jun 2024. There were 3 interview rounds.
Basic Logical programs
Laravel is a PHP framework with a structured architecture for building web applications efficiently.
MVC Architecture: Laravel follows the Model-View-Controller pattern, separating logic, presentation, and data.
Directory Structure: Key directories include app (application logic), config (configuration files), and routes (URL definitions).
Eloquent ORM: Laravel provides an Object-Relational Mapping system for database int...
Indexing in databases improves data retrieval speed by creating a data structure that allows quick access to rows in a table.
Indexes are like a book's index, allowing quick location of data without scanning the entire table.
Common types of indexes include B-trees, hash indexes, and full-text indexes.
For example, a B-tree index allows efficient range queries, while a hash index is optimal for equality searches.
Indexes c...
I appeared for an interview in Sep 2024.
Mixture of aptitude and coding questions
Implementing a design shown on paper, using php
I appeared for an interview before Mar 2024, where I was asked the following questions.
Decode strings involves interpreting encoded patterns like '3[a2[c]]' to produce 'accaccacc'.
Use a stack to handle nested structures. Example: For '2[abc]', push '2' and 'abc' onto the stack.
Iterate through the string, building numbers and characters. Example: '3[a2[c]]' becomes '3', 'a', '2', 'c'.
When encountering ']', pop from the stack until '[' is found, then repeat the string as per the number. Example: '2[c]' bec...
posted on 30 Oct 2023
C# is a programming language developed by Microsoft for building a wide range of applications on the .NET framework.
C# is an object-oriented language with features like classes, inheritance, and polymorphism.
It is strongly typed, meaning variables must be declared with a specific data type.
C# supports modern programming concepts like async/await for asynchronous programming.
It is commonly used for developing desktop, w...
I applied via Naukri.com and was interviewed before Jan 2024. There was 1 interview round.
Implementing 'tail -f' allows real-time monitoring of file changes, displaying new lines as they are added.
Use file handling in Python to open a file in read mode.
Utilize a loop to continuously read new lines from the file.
Implement a sleep function to avoid busy waiting and reduce CPU usage.
Example: Use 'with open(filename) as f:' to manage file context.
Use 'f.seek(0, 2)' to move to the end of the file before reading ...
posted on 7 Mar 2025
I appeared for an interview in Sep 2024.
Logical reasoning ,verbal aptitude , two java program and html
duration 1hr
Hand written java coding 5 problem statement oops, String, Arrays and others
based on 1 interview experience
Difficulty level
Duration
Software Developer
8
salaries
| ₹1 L/yr - ₹3 L/yr |
Web Developer
7
salaries
| ₹1 L/yr - ₹2.4 L/yr |
UI UX Developer
6
salaries
| ₹1.2 L/yr - ₹2 L/yr |
IOS Developer
6
salaries
| ₹1 L/yr - ₹2.5 L/yr |
Business Analyst
5
salaries
| ₹1 L/yr - ₹3 L/yr |
Aurigo
Prime Focus Technologies
Peel-works
Yodlee