Sketch Brahma Technologies
Ind Bank Housing Interview Questions and Answers
Q1. What is css media queries and difference between min and max
CSS media queries are used to apply different styles based on device characteristics. Min and max define the range of values.
Media queries allow for responsive design by adapting to different screen sizes and orientations
Min-width and max-width are commonly used to define the range of screen sizes
Min-device-width and max-device-width are used to target specific device characteristics
Other media query features include min-height, max-height, orientation, and resolution
Q2. What is Scss/sass and what is the use of it
Scss/Sass is a CSS preprocessor that adds features like variables, nesting, and mixins to make writing CSS easier and more efficient.
Scss/Sass stands for Syntactically Awesome Style Sheets
It is a CSS preprocessor that compiles into regular CSS
It adds features like variables, nesting, and mixins to make writing CSS easier and more efficient
It also allows for more advanced features like functions and loops
Example: $primary-color: #007bff; .button { background-color: $primary-co...read more
Q3. What is css felxbox and attributes
CSS Flexbox is a layout module that helps in creating flexible and responsive layouts.
Flexbox is used to align and distribute space among items in a container.
It has properties like display, flex-direction, justify-content, align-items, and flex-wrap.
Flexbox is widely used in modern web development for creating responsive designs.
Example: display: flex; flex-direction: row; justify-content: center; align-items: center;
Q4. What are inceptors
Inceptors are services in Angular that allow for intercepting and transforming HTTP requests and responses.
Inceptors are used to modify HTTP requests before they are sent and HTTP responses before they are received.
They can be used for tasks like adding headers, logging, error handling, and caching.
Inceptors are commonly used in Angular applications to handle authentication tokens, error handling, and API requests.
Q5. Decorators in angular
Decorators in Angular are a design pattern that allows you to add behavior to classes, properties, or methods.
Decorators are functions that are prefixed with @ and are used to modify classes or properties in Angular.
They are commonly used for metadata annotations, dependency injection, and to define component behavior.
Examples include @Component, @Injectable, @Input, @Output, @ViewChild, etc.
Q6. Types of binding
Types of binding in Angular include interpolation, property binding, event binding, two-way binding, and attribute binding.
Interpolation: {{ data }}
Property binding: [property]="data"
Event binding: (event)="function()"
Two-way binding: [(ngModel)]="data"
Attribute binding: [attr.attributeName]="data"
Q7. What is the expected ctc
The expected CTC for the Product Designer role depends on various factors such as experience, skills, location, and company policies.
The CTC can range from 5-15 lakhs per annum in India for mid-level designers
Senior designers with more experience and skills can expect a higher CTC
Location also plays a crucial role in determining the CTC as it varies from city to city
Company policies and benefits such as health insurance, bonuses, and stock options can also impact the CTC
Interview Process at Ind Bank Housing
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month