Filter interviews by
I applied via Naukri.com and was interviewed before Dec 2023. There were 2 interview rounds.
Generate all permutations of [1,2,3] as array of strings
Use recursion to generate all possible permutations
Swap elements to create different permutations
Base case: when only one element is left, add to result array
The slice function in Redux Toolkit is used to create a copy of a portion of an array state.
Allows for immutably updating arrays in Redux state by creating a new array with a subset of elements.
Can be used to remove elements from an array without mutating the original state.
Example: const newState = state.slice(0, 2) will create a new array with the first 2 elements of the original state.
Check if an object is an array without using Array.isArray() function
Check if the object has a length property
Check if the object has a slice method
Check if the object has an index of 0
Top trending discussions
posted on 2 Jan 2025
Questions and answers related to all mathematics topics.
posted on 13 Jun 2024
I applied via Approached by Company and was interviewed before Jun 2023. There were 5 interview rounds.
Some basic aptitube and reasoning problems were asked. Easily solvable.
They asked multiple choice questions on oracle sql and pl/sql emphasizing more on reading a code block ask output questions. These were of medium hardness.
DML error logging functionality allows for capturing errors during data manipulation language operations.
DML error logging can be enabled at the table level using the LOG ERRORS clause in DML statements.
It helps in identifying and resolving data issues without causing the entire transaction to fail.
Errors are logged in a separate error table, allowing the main operation to continue processing.
Example: INSERT INTO table...
posted on 27 Apr 2022
I applied via LinkedIn and was interviewed in Oct 2021. There were 2 interview rounds.
Technical interview questions for Senior Engineer position
Python OS module provides a way of interacting with the operating system
Anachron is a tool for scheduling periodic jobs
Dynamic websites generate content on the fly while static websites serve pre-built content
To clone a particular branch, use the git clone command followed by the branch name
Exceptions in Ansible can be handled via the 'ignore_errors' parameter i...
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
Arrow functions are more concise and have a lexical 'this' binding compared to normal functions.
Arrow functions do not have their own 'this' keyword, they inherit it from the parent scope.
Arrow functions do not have their own 'arguments' object.
Arrow functions cannot be used as constructors with 'new'.
Arrow functions are more concise and have implicit return when no curly braces are used.
forEach is used to iterate over an array and perform a function on each element, while map creates a new array by applying a function to each element.
forEach does not return a new array, while map does
forEach does not modify the original array, while map creates a new array
forEach is used for side effects, while map is used for transformation
Example: forEach - array.forEach(item => console.log(item)), map - const newAr
I applied via LinkedIn and was interviewed in Oct 2024. There was 1 interview round.
Write code to return the maximum profit by buying and selling stocks using available money
posted on 21 Aug 2024
HTML and CSS are markup languages used for creating and styling web pages.
HTML stands for HyperText Markup Language and is used for structuring content on web pages.
CSS stands for Cascading Style Sheets and is used for styling the appearance of web pages.
HTML uses tags to define elements like headings, paragraphs, images, and links.
CSS allows for customization of colors, fonts, layout, and other visual aspects of a web...
Best practices of coding include writing clean and readable code, using meaningful variable names, following coding standards, and testing code thoroughly.
Write clean and readable code
Use meaningful variable names
Follow coding standards
Test code thoroughly
I applied via Campus Placement
Low-level design interview
I need to design a Music player app using oops concept
Use an additional stack to store sorted elements and maintain the minimum element at the top of the original stack.
Create a new stack to store sorted elements.
Pop elements from the original stack and compare with the top element of the new stack.
If the popped element is smaller, push it to the new stack. If larger, keep popping from the new stack and push to the original stack until the correct position is found.
Repeat...
A process is an instance of a program running on a computer, while a thread is a smaller unit of execution within a process.
A process has its own memory space, while threads within the same process share memory.
Processes are independent of each other, while threads within the same process can communicate with each other.
Processes are heavyweight, requiring separate memory and resources, while threads are lightweight an...
Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.
Abstract class can have constructor, fields, and methods, while interface cannot have any of these.
A class can implement multiple interfaces but can only inherit from one abstract class.
Abstract class is used to provide a common base for multiple derived classes, while interface is used to define a contract fo...
A race condition is a situation in which the outcome of a program depends on the order of execution of its threads or processes.
Occurs when multiple threads or processes access shared data or resources concurrently
Can lead to unpredictable behavior or bugs in the program
Prevented by using synchronization mechanisms like locks or semaphores
Example: Two threads trying to increment a shared variable simultaneously
Normalization in DBMS is the process of organizing data in a database to reduce redundancy and improve data integrity.
Normalization involves breaking down a database into smaller, more manageable tables.
It helps in reducing data redundancy by storing data in a structured way.
There are different normal forms like 1NF, 2NF, 3NF, BCNF, etc.
Example: In a database of students, instead of storing student details in multiple ...
Policy manager is a software tool used to centrally manage and enforce policies across an organization's systems and applications.
Policy manager helps define, monitor, and enforce policies related to security, compliance, access control, and other governance aspects.
It allows administrators to set rules and regulations that govern how data and resources are accessed and used within an organization.
Policy manager can au...
based on 1 interview
Interview experience
Senior Associate
480
salaries
| ₹14 L/yr - ₹59 L/yr |
Associate
475
salaries
| ₹9.1 L/yr - ₹35 L/yr |
Analyst
218
salaries
| ₹5 L/yr - ₹21 L/yr |
Vice President
200
salaries
| ₹22 L/yr - ₹73 L/yr |
Data Analyst
60
salaries
| ₹2.4 L/yr - ₹10 L/yr |
S&P Global
Moody's
Thomson Reuters
Bloomberg