i
Tata Communications
Filter interviews by
CSS3 flexbox is a layout module that provides a more efficient way to align and distribute space among items in a container.
Flexbox allows for flexible and responsive layouts without using floats or positioning.
It uses a parent container and child elements with flexible properties to create the layout.
Properties include justify-content, align-items, and flex-wrap.
Flexbox is supported by all modern browsers.
Example:
Position property in CSS3 is used to set the position of an element relative to its parent or the viewport.
The position property can take values like static, relative, absolute, fixed, and sticky.
Static is the default value and elements are positioned according to the normal flow of the document.
Relative positions the element relative to its normal position.
Absolute positions the element relative to its nearest positio...
Closure is a function that has access to its parent scope even after the parent function has returned.
Closure allows for private variables and functions in JavaScript.
It is created when a function returns another function.
The inner function has access to the outer function's variables and parameters.
Example: function outer() { let x = 10; return function inner() { console.log(x); } }
Example: const innerFunc = outer();
Prototype is a property of an object that allows adding new properties and methods to an object.
Prototype is a blueprint for creating objects
It allows inheritance by sharing properties and methods between objects
Modifying the prototype affects all objects created from it
Prototype chain allows accessing properties and methods of parent objects
Example: Array.prototype includes() method
Pipe is a feature in Angular that allows transforming data before displaying it in the view.
Pipes are used to format and manipulate data in Angular templates.
They can be used to filter, sort, and transform data.
Pipes can be chained together to perform multiple transformations.
Angular provides built-in pipes like DatePipe, CurrencyPipe, and LowerCasePipe.
Custom pipes can also be created to meet specific requirements.
A directive is a component that adds behavior to an existing element or component in Angular.
Directives are used to manipulate the DOM, add event listeners, and create reusable components.
There are three types of directives in Angular: component, attribute, and structural.
Examples of built-in directives in Angular include ngIf, ngFor, and ngStyle.
Custom directives can be created using the @Directive decorator.
A component in Angular is a reusable piece of UI that consists of HTML, CSS, and TypeScript code.
Components are the building blocks of Angular applications.
Each component has its own logic and view.
Components can be nested within other components.
Components can communicate with each other using @Input and @Output decorators.
Examples of components include a login form, a navigation menu, and a product list.
Observables are a way to handle asynchronous data streams in Angular using RxJS library.
Observables are similar to promises but can handle multiple values over time.
They can be used for handling events, HTTP requests, and other asynchronous operations.
Operators can be used to transform, filter, and combine observables.
Subscriptions are used to listen to observables and receive data.
Example: fetching data from an API us
Event loop is a continuous process that runs in the background and handles all the events in the application.
Event loop continuously checks for new events in the event queue.
It processes each event one by one in a synchronous manner.
If an event takes too long to process, it can block the event loop and cause the application to freeze.
Event loop can be controlled using setTimeout(), setInterval(), and setImmediate() met...
Top trending discussions
Streams process elements sequentially, while parallel streams process elements concurrently.
Streams process elements one by one in a sequential manner.
Parallel streams process elements concurrently, potentially utilizing multiple threads for faster processing.
Streams are suitable for smaller datasets or when order matters.
Parallel streams are more efficient for larger datasets or when order is not important.
Example: St...
Static keyword in Java is used to create class-level variables and methods that can be accessed without creating an instance of the class.
Static variables are shared among all instances of a class.
Static methods can be called without creating an object of the class.
Static keyword can be used to initialize a variable only once.
Example: public static int count = 0;
posted on 20 Sep 2023
I applied via Shine and was interviewed before Sep 2022. There were 3 interview rounds.
It is very easy. Practice daily on Indiabix
I was given 2-3mins yo speak on the topic. It was is Indian Education system needs modification. Be confident while speaking.
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
I applied via Company Website and was interviewed in Oct 2024. There were 3 interview rounds.
1st round some apt qns,some prgramming qns are they asked
Handle exceptions by using try-catch blocks to gracefully manage errors in code execution.
Use try-catch blocks to catch exceptions and handle them appropriately.
Throw custom exceptions when necessary to provide more specific error information.
Use finally block to execute code that should always run, regardless of whether an exception is thrown.
Avoid catching generic exceptions like Exception class, instead catch specif...
Inheritance is a concept in object-oriented programming where a class can inherit attributes and methods from another class.
Allows for code reusability by creating a new class based on an existing class
Derived class inherits properties and behaviors of the base class
Supports the 'is-a' relationship, where a derived class is a specialized version of the base class
Method overloading is when multiple methods have the same name but different parameters. Method overriding is when a subclass provides a specific implementation of a method that is already provided by its superclass.
Method overloading allows a class to have multiple methods with the same name but different parameters.
Method overriding occurs in a subclass when a method has the same name, return type, and parameters as ...
Swapping two variables without using a third variable
Use XOR operation to swap two variables without using a third variable
Example: a = 5, b = 10; a = a ^ b; b = a ^ b; a = a ^ b; // Now a = 10, b = 5
I am impressed by the organization's innovative projects and collaborative work culture.
Impressed by innovative projects
Attracted to collaborative work culture
Excited about potential for growth and learning opportunities
My weakness is overthinking and my strength is attention to detail.
Weakness: tend to overthink situations, which can lead to indecision or unnecessary stress
Strength: strong attention to detail, ensuring accuracy and quality in my work
Example: I sometimes spend too much time analyzing a problem before taking action, but I have learned to set deadlines for myself to prevent this from affecting my productivity
I would check for internet connection, restart the app, clear cache, and update the app.
Check internet connection
Restart the app
Clear cache
Update the app
I applied via campus placement at Madras Christian College, Chennai and was interviewed in Oct 2023. There were 4 interview rounds.
Test had 2 sections..first section had 3 subsections with quants,verbal and logicals.2nd section is an English writing skill round where they give u a topic and u have to write ur views on it more than 200 words
Gd has the basic rules..they give a topic and u have to discuss on that
based on 1 review
Rating in categories
Network Engineer
1.6k
salaries
| ₹1.5 L/yr - ₹6.6 L/yr |
Assistant Manager
1.3k
salaries
| ₹5.4 L/yr - ₹21 L/yr |
Customer Service Executive
944
salaries
| ₹2.4 L/yr - ₹7 L/yr |
Associate Engineer
907
salaries
| ₹1 L/yr - ₹5.2 L/yr |
Manager
865
salaries
| ₹9.8 L/yr - ₹31 L/yr |
Bharti Airtel
Reliance Communications
Vodafone Idea
Tech Mahindra