Filter interviews by
Promise callbacks are functions that are executed when a promise is resolved or rejected.
Promise callbacks are defined using the then() and catch() methods.
The then() method is executed when the promise is resolved.
The catch() method is executed when the promise is rejected.
Promise callbacks can be chained together using multiple then() methods.
Example: promise.then(onResolved).catch(onRejected);
I applied via Walk-in and was interviewed in Mar 2023. There were 3 interview rounds.
I am a software developer with 5 years of experience in developing web applications using Java and JavaScript.
Experienced in Java and JavaScript
Developed web applications for 5 years
Familiar with Agile methodology
Strong problem-solving skills
Excellent communication and teamwork skills
Relocated to Chennai for better career opportunities and personal growth.
Chennai has a thriving IT industry with many job opportunities
The city has a vibrant culture and a good quality of life
I wanted to challenge myself and gain new experiences
I have family and friends in Chennai, which made the transition easier
Mcq format questions are asked
To show duplicates in a database, use GROUP BY and HAVING clauses.
Use GROUP BY to group the data by the column that may have duplicates.
Use HAVING to filter the groups that have more than one row.
Example: SELECT column_name, COUNT(*) FROM table_name GROUP BY column_name HAVING COUNT(*) > 1;
Top trending discussions
Code Snept question with 3-4 Reasoning question. Google form
Pen paper coding round. String , Array . Linkedlist , graph, questions
To find the nearest prime number, iterate from the given number in both directions until a prime number is found.
Start iterating from the given number in both directions to find the nearest prime number.
Check if a number is prime by dividing it by all numbers less than its square root.
Keep track of the closest prime number found during the iteration.
Find the second maximum number in an array of strings.
Convert the array of strings to an array of integers.
Sort the array in descending order.
Return the second element in the sorted array.
I applied via Job Portal and was interviewed in Sep 2024. There were 4 interview rounds.
2 DSA question was asked
40 questions in 20 minutes
Generate all possible permutations of an array of strings
Use recursion to generate permutations
Swap elements to create different permutations
Base case: when array size is 1, return array as permutation
posted on 8 Mar 2024
I applied via campus placement at GLA Institute of Technology and Management, Mathura and was interviewed in Feb 2024. There were 4 interview rounds.
30min Pseudo Code,Ratio and Proportion
1 hour Array,HashMap
Program to check if a string is an Anagram or not
Create a function that takes in two strings as input
Sort the characters in both strings and compare if they are equal
Return true if they are anagrams, false otherwise
To connect MongoDB with a database, you need to use the MongoDB URI and a MongoDB client library.
Use the MongoDB URI to specify the connection details such as host, port, username, password, and database name
Install a MongoDB client library like Mongoose for Node.js or pymongo for Python
Use the client library to establish a connection to the MongoDB database and perform CRUD operations
An event listener is a function that waits for a specific event to occur and then triggers a response.
Event listeners are commonly used in web development to handle user interactions like clicks, keypresses, etc.
They are attached to specific elements and listen for events to occur on those elements.
Once the event occurs, the listener executes a callback function to respond to the event.
Example: Adding a click event lis...
Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).
Example: Inheritance in object-oriented programming languages like Java allows for polymorphism.
Use two pointers to swap characters in place
Initialize two pointers, one at the beginning of the string and one at the end
Swap characters at the two pointers and move them towards each other until they meet or cross
Repeat the process until the entire string is reversed
Use bitwise XOR operation to find the missing number in O(N) time complexity.
Iterate through the array and XOR all the elements with their indices and the array length.
The missing number will be the result of XORing all the elements with their indices and the array length.
Coding for international
posted on 19 Sep 2024
I applied via Job Portal
60mintues DSA level coding exam
posted on 25 Jul 2023
I applied via Campus Placement
It basic about all the common aptitude
It had a coding test where there was 2 questions
Count the number of alphabets in a given string.
Iterate through each character in the string and check if it is an alphabet using ASCII values.
Ignore spaces, numbers, and special characters while counting alphabets.
Example: 'Hello World!' has 10 alphabets.
I was interviewed before Dec 2023.
Online assessment with quantitative and qualitative questions
Some Tree traversal coding question
HashMap is a data structure that stores key-value pairs and provides constant time complexity for basic operations.
HashMap allows quick access to values based on their keys
Keys must be unique and values can be duplicated
HashMap is not thread-safe and requires synchronization for concurrent access
Java's HashMap implementation uses hashing to distribute keys across buckets
based on 11 reviews
Rating in categories
Programmer Analyst
95
salaries
| ₹3.5 L/yr - ₹12.5 L/yr |
Design Engineer
39
salaries
| ₹2 L/yr - ₹7.2 L/yr |
Junior Programmer Analyst
39
salaries
| ₹1.8 L/yr - ₹6 L/yr |
Senior Programmer Analyst
32
salaries
| ₹6.1 L/yr - ₹17 L/yr |
BIM Engineer
25
salaries
| ₹2.3 L/yr - ₹5 L/yr |
Infosys
TCS
Wipro
HCLTech