Filter interviews by
TypeScript is a superset of JavaScript that adds static typing and other features to help developers write more robust code.
TypeScript is developed and maintained by Microsoft.
It compiles down to plain JavaScript code that can run in any browser or runtime.
TypeScript provides features like interfaces, classes, and modules to help organize and structure code.
Static typing in TypeScript helps catch errors at compile time...
LifeCycle Hooks are functions that allow you to tap into the lifecycle of Angular components.
LifeCycle Hooks are methods that are called at specific points in the life cycle of a component.
They allow you to perform actions like initialization, change detection, and destruction.
Examples of LifeCycle Hooks include ngOnInit, ngOnChanges, ngOnDestroy, etc.
Perform CURD application
I am doing well, thank you. My current CTC is $80,000 per annum.
I am doing well
My current CTC is $80,000 per annum
Top trending discussions
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
Lazy loading is a technique used in web development to defer loading non-essential resources until they are needed.
Lazy loading helps improve page load times by only loading necessary resources initially.
It is commonly used in Angular applications to load modules, components, or routes on demand.
Lazy loading can be implemented using Angular's loadChildren property in the routing configuration.
switchMap is an operator in RxJS that projects each source value to an Observable which is merged in the output Observable.
switchMap is used to switch to a new Observable whenever the source Observable emits a new value.
It cancels the previous Observable subscription when a new value is emitted.
Example: source$.pipe(switchMap(value => new Observable(value)))
?? is the nullish coalescing operator, while ? is the optional chaining operator in Angular.
?? is used to provide a default value when a variable is null or undefined.
? is used to safely access nested properties of an object without causing errors if a property is null or undefined.
Services, modules, decorators, and directives are key concepts in Angular development.
Services: Reusable code that can be injected into components to provide specific functionality.
Modules: Containers for different parts of an Angular application, including components, services, and directives.
Decorators: Functions that modify classes or properties in Angular, used for adding metadata or behavior to components.
Directiv...
Multicasting is the process of sending data from one source to multiple destinations simultaneously.
In multicasting, a single sender sends data to a group of receivers at the same time.
It is commonly used in streaming services where one server sends data to multiple clients.
Multicasting is more efficient than unicasting (one-to-one communication) when sending data to multiple recipients.
RxJS is a library for reactive programming using Observables to handle asynchronous data streams.
RxJS stands for Reactive Extensions for JavaScript.
It allows you to work with asynchronous data streams and events.
Operators like map, filter, mergeMap, switchMap, etc., can be used to manipulate and combine streams.
Example: Using RxJS to handle HTTP requests in Angular applications.
I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.
1 coding question based on DP for 25 minutes and 30 MCQs on Java , OOPS and code snippet questions also some basic questions based on trees like number of leaf nodes in a complete binary tree with n nodes.
Code to find palindrome of a string
Iterate through the string from both ends and compare characters
Use two pointers, one starting from the beginning and one from the end
If characters at both pointers match, continue checking until they meet in the middle
If all characters match, the string is a palindrome
Dynamic memory allocation in Java refers to the process of allocating memory for objects at runtime.
Dynamic memory allocation allows for objects to be created and destroyed during program execution.
The 'new' keyword is used to dynamically allocate memory for objects in Java.
Dynamic memory allocation helps in managing memory efficiently by allocating memory only when needed.
Example: int[] arr = new int[5]; dynamically a
I would choose a relational database like MySQL and implement a custom authentication system using session management.
Choose a relational database like MySQL for storing user data, product information, and orders.
Implement a custom authentication system using session management to securely authenticate users without JWT or third-party services.
Use encryption techniques to store and validate user passwords securely.
Util...
I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.
I am currently working on developing a web application for a client in the e-commerce industry.
Developing front-end using React.js
Implementing back-end functionalities using Node.js and Express
Integrating payment gateway for online transactions
Optimizing performance and user experience
The current project is a web application for managing inventory and sales.
The project uses a client-server architecture with a front-end built using React and a back-end built using Node.js and MongoDB.
The front-end communicates with the back-end through RESTful APIs.
The project includes features such as user authentication, product management, sales tracking, and reporting.
The design follows a modular approach with se...
Aptitude was very basic.
A constant is a value that does not change during the execution of a program.
Constants are used to store values that remain the same throughout the program.
They are declared using the 'const' keyword in many programming languages.
Examples include mathematical constants like pi (3.14159) or physical constants like the speed of light (299,792,458 m/s).
Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.
Objects are instances of classes, which define the structure and behavior of the objects.
Encapsulation, inheritance, and polymorphism are key principles of object oriented programming.
Example: Inheritance allows a subclass to inherit attributes and methods from a superclass.
Our work culture is collaborative, innovative, and focused on continuous learning and growth.
Encourages teamwork and open communication
Emphasizes creativity and problem-solving
Provides opportunities for professional development
Values diversity and inclusion
Promotes a healthy work-life balance
I applied via Referral and was interviewed in Apr 2024. There were 2 interview rounds.
Program to find 2 biggest numbers in array of strings
Iterate through the array and convert each element to integer
Keep track of the two biggest numbers found so far
Return the two biggest numbers at the end
posted on 31 May 2024
Hackathon Test with 2 medium level coding question.
Technical Video Interview- Java concepts mostly related to Java 8, 1 coding program and some db questions were asked.
I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.
Basic program with stream
I applied via Campus Placement and was interviewed in Nov 2023. There were 2 interview rounds.
It had 3 questions, the level was medium hardish
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
Flatten a tree in right preorder
Traverse the tree in right-preorder (root, right, left)
Use a stack to keep track of nodes
Pop nodes from stack and add to result array
Software Developer
6
salaries
| ₹3.3 L/yr - ₹7.2 L/yr |
Software Engineer
5
salaries
| ₹2 L/yr - ₹6 L/yr |
Senior Software Developer
4
salaries
| ₹4.2 L/yr - ₹9 L/yr |
Junior Software Developer
3
salaries
| ₹2.4 L/yr - ₹6 L/yr |
DOT NET Developer
3
salaries
| ₹2 L/yr - ₹2.6 L/yr |
TCS
Infosys
Wipro
HCLTech