Filter interviews by
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
Node.js uses event-driven, non-blocking I/O model to handle asynchronous operations.
Node.js uses callbacks to handle asynchronous operations.
It utilizes event loop to process multiple requests concurrently.
Promises and async/await are also used for handling asynchronous operations in a more readable way.
A pure function is a function that always produces the same output for the same input and has no side effects.
Always returns the same output for the same input
Does not modify any external state or variables
No side effects such as network or database calls
Easier to test and reason about
Example: function add(a, b) { return a + b; }
I applied via Naukri.com and was interviewed in Jul 2023. There were 2 interview rounds.
Normal puzzle code, duration is 30 mins
Decorators are functions that modify the behavior of other functions or methods.
Decorators are used to add functionality to existing functions without modifying their code.
They are commonly used in Python to modify the behavior of functions or methods.
Decorators are applied using the @decorator_name syntax before the function definition.
Examples of decorators in Python include @staticmethod, @classmethod, and @property...
Generators are special functions in Python that yield values one at a time, allowing for efficient iteration and memory usage.
Generators use the 'yield' keyword to produce a value and pause the function's state.
They allow for lazy evaluation, meaning values are generated on-the-fly.
Example: A generator for Fibonacci numbers can be defined as follows: 'def fib(): a, b = 0, 1; while True: yield a; a, b = b, a + b'.
Genera...
Top trending discussions
I applied via Referral and was interviewed in Apr 2021. There were 3 interview rounds.
I applied via Company Website and was interviewed in Jan 2021. There were 3 interview rounds.
In five years, I envision myself as a senior analyst, leading projects and mentoring junior team members while driving impactful data-driven decisions.
I aim to develop expertise in advanced analytics tools, such as Python and R, to enhance data modeling capabilities.
I plan to take on leadership roles in projects, guiding teams to deliver actionable insights that align with business goals.
I aspire to mentor junior analy...
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 Walk-in and was interviewed before Jun 2021. There were 2 interview rounds.
HR told about the company on the first day, how it works, told the rules, showed the management and a lot
I applied via Approached by Company and was interviewed before Jul 2021. There were 3 interview rounds.
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.
based on 3 interview experiences
Difficulty level
Duration
based on 10 reviews
Rating in categories
Data Engineer
14
salaries
| ₹4 L/yr - ₹5 L/yr |
Softwaretest Engineer
9
salaries
| ₹4 L/yr - ₹5 L/yr |
Salesforce Developer
5
salaries
| ₹3 L/yr - ₹4.8 L/yr |
Salesforce Administrator
5
salaries
| ₹4.8 L/yr - ₹6 L/yr |
Power BI Developer
5
salaries
| ₹2.2 L/yr - ₹7.7 L/yr |
TCS
Accenture
Wipro
Cognizant