Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Capgemini Team. If you also belong to the team, you can get access from here

Capgemini Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 40k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Capgemini SAP Ui5 and Fiori Consultant Interview Questions and Answers

Updated 3 Dec 2023

Capgemini SAP Ui5 and Fiori Consultant Interview Experiences

2 interviews found

SAP Ui5 and Fiori Consultant Interview Questions & Answers

user image Venkatesh Talacheeru

posted on 3 Dec 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. How to do navigation in sapui5 app without targets or patterns?
  • Ans. 

    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`...

  • Answered by AI
  • Q2. How do you call the header and item data from OData at once?
  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Capgemini SAP Ui5 and Fiori Consultant interview:
  • Sap ui5
  • Fiori
  • Javascript
Interview preparation tips for other job seekers - The questions I was asked at Capgemini interview was really a good test to my skills it brought back all my understanding of what I worked in my whole experience. I believe it is our responsibility to remember or to understand what knowledge we possess from works

Skills evaluated in this interview

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Ui5 basics like binding , models, etc
  • Q2. Odata basics like segw steps, methods etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in ui5 basics- MVC architecture, fragments, routing, types of models, types of binding, etc..

SAP Ui5 and Fiori Consultant Interview Questions Asked at Other Companies

asked in Capgemini
Q1. How do you call the header and item data from OData at once?
asked in Capgemini
Q2. How to do navigation in sapui5 app without targets or patterns?
asked in HCL Group
Q3. What is the diff btwn static tile and dynamic tile?
asked in Infosys
Q4. What is manifest file and what are its components
asked in HCL Group
Q5. What is the diff btwn == and ===?

SAP Ui5 and Fiori Consultant Jobs at Capgemini

View all

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Tell me about yourself. What have you done in your experienced number of years?
  • Ans. 

    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...

  • Answered by AI
  • Q2. What is the diff btwn == and ===?
  • Ans. 

    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

  • Answered by AI
  • Q3. What is the diff btwn static tile and dynamic tile?
  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare thoroughly.

Skills evaluated in this interview

I applied via Approached by Company and was interviewed before Feb 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is manifest file and what are its components
  • Ans. 

    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...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions are based on your projects. Make sure to know everything you put on ur resume

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Ui development and component related
  • Q2. Performance of technology and challenges
Round 2 - HR 

(2 Questions)

  • Q1. Personal introduction and location details
  • Q2. Negatition of salries excepectations

Interview Preparation Tips

Interview preparation tips for other job seekers - It's very good organization. Freindly nature in team operation is good from leads hikes also ok
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Given UI task display like display boxes side by side in desktop screen and one after the other in mobile screen using media queries?
  • Q2. Explain difference between authorization vs authentication?
  • Ans. 

    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).

  • Answered by AI
  • Q3. How to render list in react? Also explain difference between state vs prop in react?
  • Ans. 

    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 =>

    • read more

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. What are the webpage optimization techniques? How to check webpage optimization? In lighthouse optimization reports , how to fix issue related render blocking scripts?
  • Ans. 

    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 ...

  • Answered by AI
  • Q2. Write scss code nested li element by applying background color 2 element and also use mixins?
  • Ans. 

    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

  • Answered by AI
  • Q3. How to fix cumulative layout shift issues?
  • Ans. 

    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.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The Interview process is not good? First said technical round, then asked to share all details by filling in the portal and upload all documents. For documents and background verification uploaded all docs and UAN details. Again suddenly in the morning hr message in LinkedIn , says that there will client discussion round. When i asked them what is about the interview. They didn't event replied . Actually it was another technical round, where he interview question like all
hypothetically and behavioral questions. After all , simple says rejected?

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jun 2024.

Round 1 - Aptitude Test 

This is coding + mcq question

Round 2 - Technical 

(3 Questions)

  • Q1. What is react class based conponent?
  • Q2. What is mixins?
  • Q3. What are react lifecycles?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. WHat is event loop?
  • Ans. 

    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...

  • Answered by AI
  • Q2. What is DOM ?
  • Ans. 

    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...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. API call and thunk
Round 2 - Technical 

(1 Question)

  • Q1. State and Props
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Assignment 

Guven a topic of problem and asked to create mobile screens solving it and providing a use case

Round 3 - One-on-one 

(2 Questions)

  • Q1. Skills, interest, towards subject
  • Q2. Ui relates questions, challenges i faced and how i overcame

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in assignment and thought process behind it. Admit things you don't know and willing to learn

Capgemini Interview FAQs

How many rounds are there in Capgemini SAP Ui5 and Fiori Consultant interview?
Capgemini interview process usually has 2 rounds. The most common rounds in the Capgemini interview process are Resume Shortlist, One-on-one Round and Technical.
How to prepare for Capgemini SAP Ui5 and Fiori Consultant interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Capgemini. The most common topics and skills that interviewers at Capgemini expect are Javascript, SAP Fiori, SAP Fiori UI5 and Sapui5.
What are the top questions asked in Capgemini SAP Ui5 and Fiori Consultant interview?

Some of the top questions asked at the Capgemini SAP Ui5 and Fiori Consultant interview -

  1. How to do navigation in sapui5 app without targets or patter...read more
  2. How do you call the header and item data from OData at on...read more
  3. Odata basics like segw steps, methods ...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Capgemini SAP Ui5 and Fiori Consultant Salary
based on 24 salaries
₹4 L/yr - ₹15.3 L/yr
5% less than the average SAP Ui5 and Fiori Consultant Salary in India
View more details

Capgemini SAP Ui5 and Fiori Consultant Reviews and Ratings

based on 3 reviews

3.3/5

Rating in categories

3.8

Skill development

3.3

Work-life balance

2.5

Salary

2.9

Job security

2.5

Company culture

2.5

Promotions

2.5

Work satisfaction

Explore 3 Reviews and Ratings
SAP UI5 and FIori Consultant

Bangalore / Bengaluru

6-11 Yrs

Not Disclosed

SAP UI5 and FIori Consultant

Pune,

Bangalore / Bengaluru

+1

5-10 Yrs

₹ 0.5-3 LPA

Explore more jobs
Consultant
55.3k salaries
unlock blur

₹5.2 L/yr - ₹18 L/yr

Associate Consultant
52k salaries
unlock blur

₹2.9 L/yr - ₹11.7 L/yr

Senior Consultant
46k salaries
unlock blur

₹7.5 L/yr - ₹25 L/yr

Senior Analyst
20.6k salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Senior Software Engineer
20k salaries
unlock blur

₹3.5 L/yr - ₹12 L/yr

Explore more salaries
Compare Capgemini with

Wipro

3.7
Compare

Accenture

3.9
Compare

Cognizant

3.8
Compare

TCS

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview