Filter interviews by
I was interviewed before May 2023.
I was asked to create an application that allows users to book and manage meeting rooms. The application has to be created without using any frameworks or third-party libraries.
Closures in JavaScript are functions that have access to variables from their outer scope even after the outer function has finished executing.
Closures allow functions to access variables from their parent function's scope
They are created whenever a function is defined within another function
Closures can be used to create private variables and functions
Prototypal Inheritance in JavaScript is a way of creating objects based on existing objects.
In JavaScript, each object has a prototype property which allows one object to inherit properties and methods from another object.
When a property or method is accessed on an object, JavaScript will first look for it on the object itself, then on its prototype, and so on up the prototype chain.
Prototypal Inheritance allows for co...
Angular lifecycle hooks are methods that allow you to tap into specific points in a component's lifecycle.
ngOnChanges: Called when an input property changes
ngOnInit: Called once the component is initialized
ngDoCheck: Called during every change detection run
ngAfterContentInit: Called after content (ng-content) has been projected into the component
ngAfterContentChecked: Called after every check of the projected content
ng...
I applied via campus placement at Centre for Development of Advanced Computing (CDAC) and was interviewed before Jun 2022. There were 3 interview rounds.
posted on 12 Nov 2024
I applied via campus placement at Krishna Institute of Engineering and Technology, Ghaziabad and was interviewed in Oct 2024. There were 3 interview rounds.
Medium level questions asked
Simple easy to medium 2 questions asked of string and array
I applied via campus placement at S R Engineering College, Ranga Reddy and was interviewed in Jun 2024. There were 3 interview rounds.
MCQ round with few apti, 2 coding too.
To print nodes with no edges in a unidirectional graph, iterate through all nodes and print those without any outgoing edges.
Iterate through all nodes in the graph
For each node, check if it has any outgoing edges
If a node has no outgoing edges, print it
posted on 15 Oct 2024
I applied via campus placement at KIIT University, Bhuvaneshwar and was interviewed in Apr 2024. There were 3 interview rounds.
Medium level coding questions on hackerrank ,1:30hr, topic- Array , DP , Matrix , Binary Search
I applied via Naukri.com and was interviewed in Jan 2024. There were 3 interview rounds.
I was interviewed in Feb 2021.
Round duration - 90 minutes
Round difficulty - Medium
Timing was 10AM. The platform was quite good.
1. A ‘path’ is a sequence of adjacent pair nodes with an edge ...
The idea here is to use the recursion. For each node, We can calculate the maximum path sum by keeping track of the following paths:
We then pick the maximum one among them. The root of ev...
While iterating over the array, check the current element, and if not in the correct place, replace that element with the index of the element which should have come in this place.
Below is the algorithm:
We will scan the expression from left to write and if we encounter an operand we will append it to our answer. If we encounter an operator we will pop all the operators with equal or higher precedence and append them to our answer. And push the current operator. In the end, we will empty the stack.
Order of precedence = [ ‘^’, ‘*’ and ‘/’, ‘+’ and ‘-’, ‘(’, ‘)’]
Order of precedence [ link ]
The algorithm will be-
Tip 1 : Do at least 1 project.
Tip 2 : Practice data structure questions.
Tip 3 : Dynamic programming is must.
Tip 1 : Do not put false things.
Tip 2 : Keep it short and direct.
posted on 16 Sep 2021
I was interviewed before Sep 2020.
Round duration - 90 minutes
Round difficulty - Medium
They share doc file link which consist of 5 programming questions
We will iterate over ARR and find the MAX and MIN of the ARR. And if the MAX - MIN is odd the return “ODD” else return "EVEN".
The algorithm will be-
O(1).
Since constant space is used.
Time Complexity: O(n)Explanation:O(N), where N ...
Number N may be very large.
The first line contains an integer '...
Round duration - 60 minutes
Round difficulty - Medium
In this round interviewer asked me to solve 3 programming questions.
Selection sort is a standard sorting algorithm that uses nested loops to find all the minimum elements in the array in each iteration and swap them with the starting element of the unsorted region of the array.
Steps :
A palindrome is a word, number, phrase, or other sequences of characters which read...
N (Total no. of rows)
Pattern in N lines
0 <= N <=...
Round duration - 60 minutes
Round difficulty - Easy
This was the HR round. They asked me simple HR questions and 1 coding question.
What experience do you have that would be relevant to this role?
What do you know about our company’s product/services?
Tip 1 : Stick to your first answer and that will show the confidence.
Tip 2 : Give genuine answers and be confident.
Tip 1 : Learn how to optimize the program. This will really help you during RSL interview.
Tip 2 : Study all previously asked question by this company and try to find out best solution for it.
Tip 3 : Keep resume simple and authenticated.
Tip 4 : Practice how to handrun the program.
Tip 1 : Resume should be authenticated. You should be able to answer all things on resume.
Tip 2 : Keep it simple.
Tip 3 : Having internship experience will help.
I applied via campus placement at Centre for Development of Advanced Computing (CDAC) and was interviewed before Jun 2022. There were 3 interview rounds.
Software Engineer
67
salaries
| ₹4.2 L/yr - ₹11.8 L/yr |
Senior Software Engineer
44
salaries
| ₹9 L/yr - ₹26 L/yr |
Data Processing Executive
39
salaries
| ₹1.5 L/yr - ₹3.9 L/yr |
Quality Analyst
23
salaries
| ₹4 L/yr - ₹8 L/yr |
Software Developer
19
salaries
| ₹5 L/yr - ₹12.4 L/yr |
Fractal Analytics
Mu Sigma
Tiger Analytics
LatentView Analytics