Filter interviews by
A polyfill for Promise.all allows handling multiple promises concurrently, returning a single promise that resolves when all are fulfilled.
Promise.all takes an iterable of promises and returns a single promise.
If any promise rejects, the returned promise rejects with that reason.
Example: Promise.all([Promise.resolve(1), Promise.resolve(2)]) resolves to [1, 2].
If one promise rejects: Promise.all([Promise.resolve(1), Pro...
Create a higher order function that converts any function into a curry function
Define a higher order function that takes a function as input
Return a new function that accepts arguments one at a time until all arguments are received
Use the apply method to call the original function with the collected arguments
Top trending discussions
To debug a particular program without affecting others, use breakpoints and step through the code.
Set a breakpoint in the program you want to debug
Step through the code using a debugger to identify the issue
Use logging statements to track the flow of the program
Check the call stack to see which functions are being called
Use conditional breakpoints to stop the program at specific points
I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.
If and Switch Case statements are used for conditional branching in programming.
If statements are used for simple conditional branching.
Switch Case statements are used for multiple conditional branching.
If statements are more flexible than Switch Case statements.
Switch Case statements are more efficient than If statements for large number of conditions.
If statements can be nested, but Switch Case statements cannot.
Exam...
Yes, algorithms and pseudocodes are still important in IT Services.
Algorithms are used in various fields of IT such as machine learning, data analysis, and cryptography.
Pseudocodes are used to plan and design algorithms before coding them.
Understanding algorithms and pseudocodes is essential for software engineers to write efficient and optimized code.
Examples of algorithms include sorting algorithms, search algorithms...
Yes, I am comfortable using both CLIs and IDEs for my daily tasks.
I have experience using various CLIs such as Git Bash, Windows Command Prompt, and Terminal on macOS.
I am proficient in using IDEs such as Visual Studio Code, Eclipse, and IntelliJ IDEA.
I understand the benefits and drawbacks of both CLIs and IDEs and can choose the appropriate tool for the task at hand.
I applied via Campus Placement and was interviewed in May 2021. There were 4 interview rounds.
I applied via Company Website and was interviewed before Dec 2021. There were 3 interview rounds.
There are 2section of exam i.e English and Data structure
I applied via Referral and was interviewed in Oct 2020. There were 3 interview rounds.
based on 1 interview experience
TCS
Accenture
Wipro
Cognizant