i
SingleInterface
Filter interviews by
I applied via Referral and was interviewed before Sep 2020. There were 3 interview rounds.
REPL stands for Read-Eval-Print-Loop. It is an interactive console for executing JavaScript code in Node.js.
REPL provides a way to test and debug code snippets quickly.
It can be accessed by running the 'node' command in the terminal.
REPL supports features like auto-completion, history, and syntax highlighting.
It can be used to experiment with Node.js APIs and modules.
REPL can also be used to interact with databases and
Node JS supports various datamodels including relational and NoSQL databases.
Node JS supports ORM libraries like Sequelize for relational databases.
Mongoose is a popular ODM for MongoDB in Node JS.
NoSQL databases like Cassandra and Redis can also be used with Node JS.
Datamodels can be defined using schemas and models in Node JS.
Top trending discussions
I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.
Computer Fundamentals
Flatten a binary tree by converting it into a linked list in-place.
Use a recursive approach to flatten the binary tree.
Traverse the tree in a pre-order manner and keep track of the previous node.
Set the left child of each node to null and the right child to the next node in the linked list.
Example: Input: 1 -> 2 -> 5 -> 3 -> 4 -> null, Output: 1 -> null -> 2 -> null -> 3 -> null -> 4 -> null -> 5 -> null
I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.
Implement a counter using closure in JavaScript.
Create a function that returns another function which increments a counter variable.
The counter variable should be defined in the outer function's scope and only accessible to the inner function.
Each time the inner function is called, increment the counter variable and return its value.
Promises are objects representing the eventual completion or failure of an asynchronous operation. promise.all() is a method that takes an array of promises and returns a single promise that resolves when all of the promises have resolved.
Promises are used in JavaScript to handle asynchronous operations.
promise.all() takes an array of promises and returns a single promise that resolves when all promises in the array ha...
I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.
Solving normal Puzzles to test aptitude.
Sample app was asked to create.
I applied via Campus Placement and was interviewed in Feb 2024. There were 3 interview rounds.
They have their own coding platform. The questions are basically from tree.
Tree of space question
Leecode medium level question
Leetcode Hard level Question
I applied via LinkedIn and was interviewed before May 2023. There were 3 interview rounds.
That would be online Test with 12 questions MCQ and 1 coding question. 12 MCQ questions would be related to technology and bascis, coding question would alos be basic
Memory ARC in Swift manages memory by automatically deallocating objects when they are no longer needed.
ARC stands for Automatic Reference Counting
ARC keeps track of how many references exist to an object
When the reference count drops to zero, the object is deallocated
Weak references are used to avoid retain cycles
Generics in Swift allow you to write flexible, reusable functions and types that can work with any type.
Generics enable you to write functions and types that can work with any type, without specifying the actual type until the function or type is used.
You can define generic functions, methods, classes, structures, and enumerations in Swift.
Example: func swapTwoValues
MVC focuses on separating data, presentation, and user interaction, while MVVM adds a ViewModel to handle logic and data binding.
MVC stands for Model-View-Controller, where the controller handles user input, the model manages data, and the view displays the data. Example: UIKit in iOS development.
MVVM stands for Model-View-ViewModel, where the ViewModel acts as an intermediary between the model and view, handling data ...
An app with Login screen with authentication in MVVM
posted on 31 May 2022
I was interviewed in Apr 2022.
Round duration - 75 minutes
Round difficulty - Medium
Test Comprises of 3 coding questions and some MCQs
Round duration - 60 minutes
Round difficulty - Medium
2 coding questions of (1 easy and 1 medium level) on hackerrank code-pair with the Interviewer
Round duration - 60 minutes
Round difficulty - Easy
This Round was based on CS fundamentals and One coding question was there as a Code-pair.
Given a list of integers of size N
, your task is to determine the Next Greater Element (NGE) for every element. The Next Greater Element for an element X
is the firs...
Tip 1 : Require coding skills to pass the interview.
Tip 2 : Brush up on Java Skills
Tip 3 : Brush up on OOPS
Tip 1 : Keep it to one page
Tip 2 : Mention relevant skills as per the job
I applied via campus placement at National Institute of Technology,(NIT), Delhi and was interviewed before Mar 2023. There were 3 interview rounds.
Kadance algorithm and find the middle of the linklist
More on java and Python based coding questions
3 Graph Questions Were asked of difficulty medium to hard.
Hackathon round which revolved around multithreading
based on 3 reviews
Rating in categories
Assistant Manager
18
salaries
| ₹3.3 L/yr - ₹6.2 L/yr |
Key Account Manager
13
salaries
| ₹4 L/yr - ₹7 L/yr |
Quality Analyst
10
salaries
| ₹2.7 L/yr - ₹9 L/yr |
Executive Assistant
10
salaries
| ₹3 L/yr - ₹4.2 L/yr |
Software Developer
8
salaries
| ₹3.5 L/yr - ₹9.6 L/yr |
TCS
Infosys
Wipro
HCLTech