i
Capgemini
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
posted on 3 Dec 2023
I applied via LinkedIn and was interviewed in Nov 2023. There were 2 interview rounds.
Navigation in SAPUI5 app without targets or patterns can be achieved using the Router class.
Create an instance of the Router class in your app's component.js file.
Define routes and their corresponding handlers using the router's `addRoute` method.
In the handler functions, you can programmatically navigate to other views using the router's `navTo` method.
Pass any necessary parameters to the target view using the `navTo`...
To call the header and item data from OData at once, you can use the $expand query option in your OData request.
Use the $expand query option in your OData request
Specify the navigation property that links the header and item entities
This will retrieve the header and item data in a single request
Example: /odata/Orders?$expand=Items
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
I applied via Approached by Company and was interviewed before Feb 2021. There was 1 interview round.
The manifest file is a configuration file in SAP UI5 and Fiori applications that defines the metadata and settings of the application.
The manifest file is written in JSON format.
It contains information about the application's resources, such as the title, description, icons, and version.
It defines the application's entry point, routing configuration, and dependencies on libraries and components.
The manifest file also i...
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.
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...
Guven a topic of problem and asked to create mobile screens solving it and providing a use case
based on 3 reviews
Rating in categories
Consultant
55.3k
salaries
| ₹5.2 L/yr - ₹18 L/yr |
Associate Consultant
52k
salaries
| ₹2.9 L/yr - ₹11.7 L/yr |
Senior Consultant
46k
salaries
| ₹7.5 L/yr - ₹25 L/yr |
Senior Analyst
20.6k
salaries
| ₹2 L/yr - ₹9 L/yr |
Senior Software Engineer
20k
salaries
| ₹3.5 L/yr - ₹12 L/yr |
Wipro
Accenture
Cognizant
TCS