Filter interviews by
I applied via Naukri.com and was interviewed in Oct 2022. There were 3 interview rounds.
Php topic for define php method
Html css java script php
Top trending discussions
I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.
Good all logical type of question, easy
I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.
First test is aptitude test
HTML is a markup language used for creating web pages. Tags are used to define the structure and content of the page.
HTML stands for HyperText Markup Language.
It is the standard language for creating web pages.
Tags are used to define elements and their properties.
Examples of tags include
for paragraph, for image, etc.
CSS is a styling language used to describe the look and formatting of a document written in HTML.
CSS stands for Cascading Style Sheets.
It is used to control the layout and appearance of web pages.
CSS separates the content of a webpage from its presentation.
It allows developers to apply styles to HTML elements, such as changing colors, fonts, sizes, and positioning.
CSS can be written inline, embedded within HTML, or in ...
PHP is a server-side scripting language used for web development. A simple program in PHP is a basic script that performs a specific task.
PHP is widely used for creating dynamic web pages and applications.
A simple PHP program can be used to display the current date and time on a webpage.
PHP programs are written within tags and can be embedded within HTML code.
PHP supports various data types, control structures...
I applied via Job Portal and was interviewed in May 2021. There were 4 interview rounds.
Hoisting is a JavaScript mechanism where variables and function declarations are moved to the top of their scope.
Hoisting applies to variable and function declarations, but not to variable assignments
Function declarations are hoisted before variable declarations
Hoisting can lead to unexpected behavior and should be avoided
var is function-scoped and let is block-scoped.
var declarations are hoisted to the top of their scope, while let declarations are not.
var can be redeclared in the same scope, while let cannot.
let variables are not accessible before they are declared, while var variables are.
let variables have a temporal dead zone, while var variables do not.
let is recommended for use in modern JavaScript.
Optional chaining is a feature in JavaScript that allows you to access properties of an object without worrying about whether the object is null or undefined.
It uses the question mark (?) operator to check if a property exists before accessing it.
It can be used with both object properties and function calls.
It can be chained multiple times to access nested properties.
It was introduced in ECMAScript 2020.
Pseudo elements/children are CSS selectors that target specific parts of an element.
Pseudo elements are denoted by a double colon (::) and are used to style a specific part of an element, such as the first letter or line of text.
Pseudo children are denoted by a single colon (:), and are used to select a specific state of an element, such as when it is being hovered over or clicked.
Examples of pseudo elements include ::...
Closure is a function that has access to its outer function's variables, even after the outer function has returned.
A closure is created when a function returns another function that references variables from the parent function.
Closures can be used to create private variables and methods in JavaScript.
Closures can also be used to create functions with pre-set arguments.
JavaScript is a programming language used for web development, while Angular is a JavaScript framework for building web applications.
JavaScript is a programming language that allows developers to add interactivity and dynamic features to websites.
Angular is a JavaScript framework that provides a structure for building web applications.
JavaScript can be used independently to create web functionality, while Angular is bu...
TypeScript is a superset of JavaScript that adds static typing and other features.
TypeScript catches errors at compile time, while JavaScript only catches them at runtime.
TypeScript supports interfaces and classes, making it easier to write and maintain large codebases.
JavaScript is more flexible and easier to learn, but TypeScript offers better scalability and maintainability.
TypeScript can be transpiled into JavaScri...
A service in Angular is a singleton object that can be injected into components and other services.
Services are used to share data and functionality across multiple components
Services can be used to make HTTP requests, handle authentication, and perform other tasks
Services are typically defined using the @Injectable decorator
Services can be injected into components and other services using the constructor
Angular app bootstraps the root module of the application
Angular app bootstraps the AppModule by default
The bootstrap process initializes the application and loads the root component
The root component is usually AppComponent
Components can interact in Angular through input and output bindings.
Input bindings allow a parent component to pass data to a child component.
Output bindings allow a child component to emit events to a parent component.
Components can also communicate through a shared service or using @ViewChild and @ContentChild decorators.
Lifecycle hooks are functions that allow you to tap into the lifecycle of a component or directive.
ngOnInit() - called after the first ngOnChanges()
ngOnChanges() - called when an input property changes
ngDoCheck() - called during every change detection run
ngAfterContentInit() - called after content is projected into component
ngAfterContentChecked() - called after every check of projected content
ngAfterViewInit() - calle...
5 codes with med level que
I applied via Recruitment Consulltant and was interviewed in Aug 2023. There were 2 interview rounds.
Object and oriented programming language
An object is a data structure that contains properties and methods.
Objects are instances of classes in object-oriented programming.
Properties are key-value pairs that define the characteristics of the object.
Methods are functions that can be called on the object to perform actions.
Example: An object representing a car could have properties like 'color' and 'model' and methods like 'start' and 'stop'.
A class is a blueprint for creating objects in object-oriented programming.
Classes define the properties and behaviors of objects.
Objects are instances of classes.
Classes can inherit properties and behaviors from other classes.
Example: class Car { // properties and methods }
A superclass is a class from which other classes inherit properties and methods.
Superclass is also known as a parent class.
Subclasses inherit attributes and behaviors from the superclass.
Superclass promotes code reusability and helps in organizing code.
A constructor is a special method used to initialize objects in a class.
Constructors have the same name as the class they belong to
They are called automatically when an object is created
They can initialize object properties and perform other setup tasks
I applied via Naukri.com and was interviewed before Jul 2023. There were 2 interview rounds.
Angular is a popular open-source front-end web application framework developed by Google.
Developed by Google
Used for building dynamic web applications
Uses TypeScript for development
Supports two-way data binding
Has a component-based architecture
I applied via Naukri.com and was interviewed in Feb 2023. There were 2 interview rounds.
I use a variety of programming languages depending on the project requirements.
I am proficient in JavaScript and use it for front-end development.
For back-end development, I use languages like PHP, Python, and Ruby.
I also have experience with SQL for database management.
I am constantly learning new languages and technologies to stay up-to-date with industry trends.
To ensure accurate estimates for a project, I follow these steps:
Gather all project requirements and specifications
Break down the project into smaller tasks
Estimate the time required for each task
Consider any potential roadblocks or delays
Factor in any additional time for testing and revisions
Review and adjust estimates as needed throughout the project
I applied via Job Fair and was interviewed in Mar 2023. There were 3 interview rounds.
Reasoning and English grammar. very logical and mind using paper.
I applied via Company Website and was interviewed in May 2023. There were 3 interview rounds.
Two numbers are in the ratio 5:4
based on 1 review
Rating in categories
Medical Officer
161
salaries
| ₹3 L/yr - ₹12 L/yr |
Staff Nurse
40
salaries
| ₹1 L/yr - ₹5 L/yr |
Doctor
22
salaries
| ₹4.1 L/yr - ₹9 L/yr |
Data Entry Operator
20
salaries
| ₹1.2 L/yr - ₹2.7 L/yr |
Pharmacist
17
salaries
| ₹1.5 L/yr - ₹4.1 L/yr |
Apollo Hospitals
Fortis Healthcare
Max Healthcare
Manipal Hospitals