Filter interviews by
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 command...
Debugging Elasticsearch startup failures involves checking logs, configurations, and system resources.
Check Elasticsearch logs located in the 'logs' directory for error messages (e.g., 'elasticsearch.log').
Verify the configuration file (elasticsearch.yml) for syntax errors or incorrect settings.
Ensure that the JVM version is compatible with the Elasticsearch version being used.
Check system resources like memory an...
Design a system to generate Fibonacci series efficiently.
Fibonacci series starts with 0 and 1, and each subsequent number is the sum of the previous two.
Example: The first 10 numbers are 0, 1, 1, 2, 3, 5, 8, 13, 21, 34.
Can be implemented using recursion, iteration, or dynamic programming.
For large n, use matrix exponentiation or Binet's formula for efficiency.
Consider edge cases: n = 0 (output 0), n = 1 (output 0,...
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 unn...
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...
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 mor...
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
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);
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 testin...
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.
Debugging Elasticsearch startup failures involves checking logs, configurations, and system resources.
Check Elasticsearch logs located in the 'logs' directory for error messages (e.g., 'elasticsearch.log').
Verify the configuration file (elasticsearch.yml) for syntax errors or incorrect settings.
Ensure that the JVM version is compatible with the Elasticsearch version being used.
Check system resources like memory and dis...
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
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 applied via Instahyre and was interviewed before Jan 2024. There were 3 interview rounds.
Design a system to generate Fibonacci series efficiently.
Fibonacci series starts with 0 and 1, and each subsequent number is the sum of the previous two.
Example: The first 10 numbers are 0, 1, 1, 2, 3, 5, 8, 13, 21, 34.
Can be implemented using recursion, iteration, or dynamic programming.
For large n, use matrix exponentiation or Binet's formula for efficiency.
Consider edge cases: n = 0 (output 0), n = 1 (output 0, 1).
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 ...
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.
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 Jun 2020. There were 3 interview rounds.
I applied via Referral and was interviewed before Nov 2020. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Sep 2019. There was 1 interview round.
I am a recent graduate with a degree in Computer Science and experience in web development.
Recent graduate with a degree in Computer Science
Experience in web development
Strong problem-solving skills
Proficient in programming languages such as Java, JavaScript, and HTML/CSS
My hobbies include reading, hiking, and playing the guitar.
Reading: I enjoy reading fiction and non-fiction books in my free time.
Hiking: I love exploring nature trails and challenging myself with new hikes.
Playing the guitar: I have been playing the guitar for several years and enjoy learning new songs.
Our company is a leading tech startup specializing in AI-driven solutions for businesses.
Specializes in AI-driven solutions for businesses
Considered a leading tech startup in the industry
Known for innovative and cutting-edge technology
Has a strong focus on research and development
Provides services to a wide range of industries
I want to join your company because of its innovative projects, strong company culture, and opportunities for growth.
Innovative projects that align with my interests and skills
Strong company culture that values collaboration and employee development
Opportunities for growth and advancement within the company
I completed various training programs and projects during my college years, gaining hands-on experience in different areas.
Completed a training program in data analysis using Python and R
Developed a mobile application for a class project using Java and Android Studio
Participated in a research project on renewable energy sources
Completed an internship at a local software company, working on web development projects
based on 6 interview experiences
Difficulty level
Duration
based on 17 reviews
Rating in categories
Software Engineer
26
salaries
| ₹5.2 L/yr - ₹12 L/yr |
Senior Software Engineer
23
salaries
| ₹10.1 L/yr - ₹21.6 L/yr |
Technical Lead
7
salaries
| ₹19.5 L/yr - ₹34.2 L/yr |
Devops Engineer
6
salaries
| ₹4.2 L/yr - ₹8.7 L/yr |
Software Developer
5
salaries
| ₹4.2 L/yr - ₹6.6 L/yr |
Marpu Foundation
Huawei Technologies
HCL Infosystems
Z X Learning