Filter interviews by
I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.
ES6 features, arrow functions, promises vs async/await, time complexity in JavaScript.
ES6 features include arrow functions, template literals, destructuring, spread/rest operators, etc.
Arrow functions have a more concise syntax and do not bind their own 'this' value.
Promises are objects representing the eventual completion or failure of an asynchronous operation.
Async/await is a syntactic sugar for working with promise...
Multiple choice, fullstack, and few algorithm problems.
Top trending discussions
posted on 21 Oct 2024
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
Class components are ES6 classes that extend from React.Component and have a render method, while functional components are simple functions that return JSX.
Class components are more feature-rich and have access to lifecycle methods like componentDidMount, componentDidUpdate, etc.
Functional components are simpler and easier to read, especially for simple UI components.
Functional components can use React Hooks to manage...
A basic function component in React
Create a function component using the 'function' keyword
Return JSX elements within the component function
Example: const MyComponent = () => { return
I applied via Naukri.com and was interviewed in Dec 2024. There were 3 interview rounds.
I applied via Approached by Company and was interviewed in May 2024. There were 4 interview rounds.
Microservices are a software development technique where an application is divided into smaller, independent services that communicate with each other through APIs.
Microservices are small, independent services that focus on specific business functions.
Each microservice can be developed, deployed, and scaled independently.
Microservices communicate with each other through APIs, typically using lightweight protocols like ...
Microservices architecture is a design approach where a single application is composed of small, independent services that communicate with each other.
Each microservice is responsible for a specific business function or capability
Microservices communicate with each other through APIs
Each microservice can be developed, deployed, and scaled independently
Microservices architecture promotes flexibility, scalability, and re
Microservices are connected in REST APIs using communication protocols like HTTP, messaging queues, and service discovery.
Microservices communicate with each other using HTTP requests and responses.
Messaging queues like RabbitMQ or Kafka can be used for asynchronous communication between microservices.
Service discovery tools like Eureka or Consul help in locating and connecting to different microservices.
API Gateway ca...
Creating immutable class of orders, sorting orders, finding average of lists of integers.
Create an immutable class Orders with private final fields and no setter methods.
Override equals() and hashCode() methods to ensure uniqueness of objects.
Use Collections.unmodifiableSet() to create a set of orders and Collections.sort() to sort them.
Iterate through the List of List of String of integers, convert to integers, and ca
Spring Cloud is a set of tools and frameworks for building cloud-native applications in Java.
Spring Cloud provides tools for service discovery, load balancing, configuration management, and more in microservices architecture.
It includes projects like Eureka for service discovery, Ribbon for client-side load balancing, and Config Server for externalized configuration.
Spring Cloud integrates with Spring Boot to simplify ...
Deployment build config includes settings for deploying the application.
Use tools like Maven or Gradle to manage dependencies and build the project
Specify deployment environment configurations in a separate file (e.g. application.properties)
Define build scripts for tasks like compiling, packaging, and deploying the application
Leverage CI/CD pipelines for automated builds and deployments
Given a project, you need to create logic for a service using helpers and finally give a aggregate of the final converted price .
Given few java 8 programming functions, you need to convert them to respective java 11 functions
I was interviewed in Sep 2024.
Good morning sir have a you sir my name is hemant Ramchandra narkhede
Java script simple frame
JavaScript has several data types including string, number, boolean, object, function, undefined, and null.
String: 'hello', '123'
Number: 123, 3.14
Boolean: true, false
Object: { key: 'value' }
Function: function() { }
Undefined: undefined
Null: null
var is function-scoped while let is block-scoped in JavaScript.
var keyword is function-scoped, meaning it is accessible throughout the function it is declared in.
let keyword is block-scoped, meaning it is only accessible within the block it is declared in.
Using var can lead to variable hoisting issues, while let provides more predictable behavior.
let allows for better variable scoping and reduces the risk of unintended
Pair programming promotes collaboration, knowledge sharing, and code quality.
Enhances code quality through immediate code review and feedback
Promotes knowledge sharing and learning from each other
Fosters collaboration and teamwork
Reduces the likelihood of bugs and errors
Increases productivity by leveraging two minds on the same problem
Helps in breaking down complex problems into smaller tasks
Improves communication skil
I use a combination of manual testing, unit testing, and debugging tools to identify bugs in my code.
Perform manual testing by running the code and checking for any unexpected behavior or errors.
Write unit tests to verify the functionality of individual components and catch any issues early on.
Utilize debugging tools like breakpoints, logging, and stack traces to track down the root cause of bugs.
Collaborate with team ...
I have been coding primarily in Python for 5 years.
I started learning Python in college and have been using it extensively in my professional career.
I have worked on various projects using Python, including web development, data analysis, and automation.
I am proficient in Python libraries such as NumPy, Pandas, and Django.
HR round full stack developer experience
Best atitude round questions
posted on 12 Jan 2025
On campus aptitude test
I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.
Quantitative , figure ,mcq question based on tech stack and 2 coding question which are basic. 90 minute time limit.
Finding duplicate values in an array of strings
Iterate through the array and store each element in a hash set
If an element is already in the hash set, it is a duplicate
Return the duplicate values found
Generators in JavaScript are functions that can be paused and resumed, allowing for asynchronous programming.
Generators are defined using function* syntax.
They use the yield keyword to pause execution and return a value.
Generators can be iterated over using a for...of loop.
They are commonly used for asynchronous operations and managing state.
Flatten an array without using inbuilt functions
Create a recursive function to iterate through the array elements
Check if each element is an array, if so, call the function recursively
Concatenate the elements into a new array
I applied via Company Website and was interviewed in Oct 2024. There were 3 interview rounds.
Regarding To My Full Stack
Regarding To My Full Stack
Software Engineer
16
salaries
| ₹5 L/yr - ₹16 L/yr |
Software Developer
16
salaries
| ₹5.4 L/yr - ₹10.2 L/yr |
Senior Software Engineer
7
salaries
| ₹10 L/yr - ₹22 L/yr |
UI Developer
7
salaries
| ₹3.6 L/yr - ₹8 L/yr |
DOT NET Developer
7
salaries
| ₹2.1 L/yr - ₹5.2 L/yr |
Accenture
Wipro
Cognizant
Capgemini