Filter interviews by
I applied via Approached by Company and was interviewed before Oct 2022. There were 3 interview rounds.
Node.js is a runtime environment that allows you to run JavaScript on the server side.
Node.js is built on Chrome's V8 JavaScript engine.
It uses an event-driven, non-blocking I/O model.
Node.js is commonly used for building server-side applications.
It has a large ecosystem of open-source libraries and frameworks.
Node.js allows for real-time communication with WebSockets.
How do you overcome challenges from client
I appeared for an interview in Sep 2024, where I was asked the following questions.
Deploy a Python app on Azure VM using Azure DevOps pipeline and Terraform for VM setup.
Use Terraform to provision an Azure VM with Python installed.
Create an Azure DevOps pipeline with stages for build and deployment.
Use a YAML file for the Azure DevOps pipeline configuration.
Example Terraform script to create a VM: 'resource "azurerm_linux_virtual_machine" { ... }'
Use 'az vm run-command invoke' to execute commands on
I applied via Company Website and was interviewed before Oct 2023. There were 3 interview rounds.
Given task of creating a simple React todo application
Props are used to pass data from parent to child components in React, while state is used to manage data within a component.
Props are read-only and cannot be modified by the child component
Props are passed down from parent to child components
State is mutable and can be changed within the component
State is managed internally by the component
Keys in React lists are used to uniquely identify elements and improve performance by helping React identify which items have changed, are added, or are removed.
Keys help React identify which items have changed, are added, or are removed in a list of elements.
Keys should be unique among siblings but do not need to be globally unique.
Using keys improves performance by helping React efficiently update the UI without re-r...
Axios is a popular JavaScript library for making HTTP requests in web applications. Interceptors are used to intercept and modify HTTP requests and responses.
Axios is a promise-based HTTP client for the browser and Node.js.
Interceptors in Axios allow you to run middleware functions before a request is sent or after a response is received.
Interceptors can be used for logging, authentication, error handling, and more.
Exa...
useMemo and useCallback are React hooks used for performance optimization by memoizing values and functions respectively.
useMemo is used to memoize the result of a function so that it is only recomputed when its dependencies change.
useCallback is used to memoize a function instance so that it is not recreated on every render unless its dependencies change.
Both hooks help in optimizing performance by preventing unnecess
Higher order components are functions that take a component and return a new component with additional functionality.
Higher order components are a common pattern in React for code reuse and logic sharing.
They are used to abstract logic out of components and make them more reusable.
Examples include withRouter, connect, and withStyles in React.
A callback in JS is a function passed as an argument to another function, to be executed later.
Callback functions are commonly used in event handling, asynchronous programming, and AJAX requests.
They allow for more flexible and dynamic code execution.
Example: setTimeout(function(){ console.log('Hello') }, 1000);
I have 5 years of experience in software development, specializing in web applications and database management.
Developed web applications using HTML, CSS, JavaScript, and PHP
Managed databases using MySQL and MongoDB
Worked on optimizing application performance and scalability
Collaborated with cross-functional teams to deliver projects on time
Participated in code reviews and testing processes
Seeking new challenges and growth opportunities
Looking for new challenges to enhance my skills
Seeking opportunities for career growth and advancement
Interested in exploring different technologies and industries
Want to work in a more collaborative team environment
Current company lacks opportunities for professional development
Tech Prescient interview questions for popular designations
I applied via Instahyre and was interviewed before Jan 2024. There were 3 interview rounds.
I applied via Referral and was interviewed before May 2023. There was 1 interview round.
Application performance is crucial for user experience and overall system efficiency.
Monitor key performance indicators such as response time, throughput, and error rates.
Optimize code and database queries to improve performance.
Use caching mechanisms to reduce load on servers and improve response times.
Implement load balancing and scaling strategies to handle increased traffic.
Regularly conduct performance testing to
Top trending discussions
posted on 18 Apr 2024
I applied via LinkedIn and was interviewed before Apr 2023. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.
The HashMap class is used to represent key-value pairs in Java.
HashMap is a part of the Java Collections Framework.
It allows null values and only one null key.
It provides constant-time performance for basic operations like get and put.
Example: HashMap<String, Integer> map = new HashMap<>();
Abstraction is the process of simplifying complex systems by focusing on essential details and hiding unnecessary complexities.
Abstraction allows us to create models or representations of real-world objects or systems in software.
It helps in managing complexity by breaking down a system into smaller, more manageable parts.
Abstraction provides a level of indirection, allowing changes to be made in one part of the system...
try-catch is used in Java to handle exceptions and prevent program crashes.
try-catch blocks are used to catch and handle exceptions that may occur during program execution.
It allows the program to gracefully handle errors and prevent the program from crashing.
The try block contains the code that may throw an exception, and the catch block handles the exception.
Multiple catch blocks can be used to handle different types...
The statement to use for selecting based on integer inputs is the 'switch' statement.
The 'switch' statement allows for multiple cases to be evaluated based on the value of an integer input.
Each case represents a possible value of the input, and the corresponding code block is executed if the value matches.
The 'switch' statement also provides a 'default' case which is executed if none of the cases match the input value.
...
I applied via Campus Placement and was interviewed in Oct 2020. There was 1 interview round.
based on 6 interviews
Interview experience
based on 16 reviews
Rating in categories
5-8 Yrs
Not Disclosed
Software Engineer
27
salaries
| ₹4.8 L/yr - ₹13 L/yr |
Senior Software Engineer
20
salaries
| ₹10.1 L/yr - ₹20 L/yr |
Member Technical Staff
7
salaries
| ₹3 L/yr - ₹7.5 L/yr |
Technical Lead
6
salaries
| ₹19.5 L/yr - ₹33 L/yr |
Software Developer
5
salaries
| ₹5.4 L/yr - ₹7.2 L/yr |
Marpu Foundation
Huawei Technologies
HCL Infosystems
Z X Learning