i
Infosys
Filter interviews by
I applied via Naukri.com and was interviewed in Nov 2023. There were 2 interview rounds.
Bootstrapping in SAPUI5 is the process of initializing the SAPUI5 framework and loading the necessary resources.
Bootstrapping is done by including the SAPUI5 library in the HTML page
It sets up the runtime environment for SAPUI5 applications
Bootstrapping loads the necessary JavaScript and CSS files
It also initializes the core components of SAPUI5, such as the model and view
Bootstrapping can be done synchronously or asyn
Routes and navigations in SAPUI5 are used for navigation between different views in an application.
Routes are defined in the manifest.json file under the 'routing' section.
Routes are initiated using the Router class in the Component.js file.
Routes define the target view and the corresponding URL pattern.
Navigation between views is done using the Router's navTo method.
Routes can also have parameters that can be passed d
What people are saying about Infosys
I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.
Use strict mode is a way to enforce stricter parsing and error handling in JavaScript.
Enables modern JavaScript features
Prevents certain actions that can lead to errors
Helps catch common coding mistakes
I applied via Approached by Company and was interviewed in May 2024. There were 2 interview rounds.
Authentication verifies a user's identity, while authorization determines what a user can access.
Authentication confirms a user's identity through credentials like username and password.
Authorization controls access to resources based on the authenticated user's permissions.
Example: Logging into a website (authentication) and then being able to view/edit specific pages based on your role (authorization).
To render a list in React, use map() function to iterate over an array of data and return a list of components. State is mutable data managed within a component, while props are immutable data passed from parent to child components.
To render a list in React, use map() function to iterate over an array of data and return a list of components.
Example: const items = ['item1', 'item2', 'item3']; items.map(item =>
Webpage optimization techniques include minifying CSS and JS files, optimizing images, using asynchronous loading for scripts, and reducing render-blocking scripts.
Minify CSS and JS files to reduce file sizes and improve loading times.
Optimize images by compressing them and using the correct file format (e.g. JPEG for photographs, PNG for graphics).
Use asynchronous loading for scripts to prevent them from blocking the ...
Use SCSS to apply background color to nested li elements and utilize mixins.
Use nesting to target the li elements within a parent element
Apply background color to the 2nd li element using the :nth-child() selector
Define and use mixins to reuse styles across the codebase
To fix cumulative layout shift issues, ensure all images and media have dimensions specified in HTML, use CSS aspect ratio boxes, and prioritize loading critical resources.
Specify dimensions for all images and media in HTML to prevent layout shifts.
Use CSS aspect ratio boxes to reserve space for images before they load.
Prioritize loading critical resources to avoid sudden layout changes.
Javscript oop related coding
I was interviewed in Jun 2024.
This is coding + mcq question
I applied via Approached by Company and was interviewed before Nov 2023. There was 1 interview round.
Event loop is a mechanism in JavaScript that allows for asynchronous operations to be executed in a non-blocking way.
Event loop is responsible for handling asynchronous operations in JavaScript.
It allows for non-blocking execution of code by continuously checking the call stack and the task queue.
When the call stack is empty, the event loop moves tasks from the task queue to the call stack for execution.
Example: setTim...
DOM stands for Document Object Model, a programming interface for web documents.
DOM is a tree-like structure that represents the elements of a web page.
It allows developers to manipulate the content, structure, and style of a web page using scripting languages like JavaScript.
DOM provides methods and properties to interact with HTML elements, such as selecting, adding, removing, or modifying them.
Example: document.getE...
Inline elements do not start on a new line and only take up as much width as necessary, while inline-block elements can have a width and height specified.
Inline elements do not start on a new line
Inline elements only take up as much width as necessary
Inline-block elements can have a width and height specified
Inline-block elements can have margins and paddings applied
Inline-block elements can have line breaks within the
Semantic HTML is the use of HTML elements that carry meaning and convey the structure of the content.
Semantic HTML helps improve accessibility and SEO.
It provides a clear and meaningful structure to the content.
Examples of semantic HTML elements include
posted on 26 May 2023
I applied via Naukri.com and was interviewed in Apr 2023. There were 2 interview rounds.
I am an experienced SAP Ui5 and Fiori Consultant with expertise in developing and implementing innovative solutions.
I have worked on multiple SAP projects, designing and developing custom applications using Ui5 and Fiori technologies.
I have experience in integrating SAP systems with third-party applications and developing interfaces using OData services.
I have also provided training and support to end-users and collabo...
The difference between == and === in JavaScript
The == operator compares values after type coercion
The === operator compares values without type coercion
Use === for strict equality checks
Use == for loose equality checks
Static tiles are fixed and display static content while dynamic tiles display real-time data.
Static tiles are pre-defined and do not change their content unless manually updated
Dynamic tiles display real-time data and can be configured to refresh at specific intervals
Static tiles are useful for displaying static information like company logo or contact details
Dynamic tiles are useful for displaying real-time data like
based on 2 reviews
Rating in categories
Technology Analyst
56k
salaries
| ₹3 L/yr - ₹11 L/yr |
Senior Systems Engineer
49.3k
salaries
| ₹2.8 L/yr - ₹9.2 L/yr |
System Engineer
38.8k
salaries
| ₹2.5 L/yr - ₹5.5 L/yr |
Technical Lead
30.6k
salaries
| ₹5.2 L/yr - ₹19.5 L/yr |
Senior Associate Consultant
27k
salaries
| ₹6.2 L/yr - ₹16.8 L/yr |
TCS
Wipro
Cognizant
Accenture