i
iQGateway
Filter interviews by
I appeared for an interview in Jan 2025.
Sort the array and retrieve the last three elements for the largest numbers.
1. Sort the array in ascending order.
Example: For array [5, 1, 9, 3], sorting gives [1, 3, 5, 9].
2. Access the last three elements of the sorted array.
Example: From [1, 3, 5, 9], the largest three are [5, 9].
3. If the array has fewer than three elements, handle accordingly.
Example: For array [2], return [2] as the largest number.
Closure is a function that has access to its own scope, as well as the outer scope in which it was defined.
Closure allows a function to access variables from an outer function even after the outer function has finished executing.
It is created whenever a function is defined within another function, and the inner function is returned or passed as an argument.
Closure helps in maintaining state in asynchronous operations o
Async operations in JavaScript can be handled using Promises, async/await, callbacks, and event listeners.
Use Promises to handle asynchronous operations and chain multiple async tasks together.
Async/await provides a more readable and synchronous way to handle asynchronous code.
Callbacks can be used to execute code after an async operation is completed.
Event listeners can be used to respond to asynchronous events in the
I applied via Campus Placement and was interviewed before Sep 2021. There were 2 interview rounds.
Mcqs on javascript,. 1 coding question
posted on 2 Jul 2021
I applied via Recruitment Consultant and was interviewed in Jan 2021. There was 1 interview round.
I applied via LinkedIn and was interviewed in Dec 2020. There were 4 interview rounds.
Aptitude test question logical reasoning and cheking availablity.
It's test last test and skill related to C ,Java, HTML
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 Walk-in and was interviewed in Jan 2023. There were 3 interview rounds.
The JAVA API is a collection of pre-written classes and interfaces that provide ready-to-use functionality for Java developers.
The JAVA API allows developers to save time and effort by using pre-built code for common tasks.
It provides a wide range of classes and interfaces for various purposes such as file handling, networking, database connectivity, GUI development, etc.
Developers can leverage the API to access system...
The duration of the test is one hour and four coding questions are asked.
posted on 9 May 2021
I applied via LinkedIn and was interviewed in Jul 2022. There were 4 interview rounds.
There will be 3 coding questions. They are of medium and hard level.
Sort an array of 0's, 1's, and 2's without using inbuilt functions.
Use three pointers to keep track of the last index of 0's, 1's, and 2's
Iterate through the array and swap elements based on their value
Continue until all elements are sorted
based on 2 interviews
Interview experience
based on 10 reviews
Rating in categories
Software Developer
57
salaries
| ₹3.6 L/yr - ₹10 L/yr |
Associate Software Developer
15
salaries
| ₹3.6 L/yr - ₹5.1 L/yr |
Senior Software Developer
13
salaries
| ₹6.5 L/yr - ₹15.2 L/yr |
Backend Software Engineer
7
salaries
| ₹6 L/yr - ₹6 L/yr |
Softwaretest Engineer
7
salaries
| ₹4 L/yr - ₹7 L/yr |
NexTurn
Kanerika Software
Smarter BIZ Technologies
Nxtra Data