i
Capgemini
Filter interviews by
A deferred bug is a bug that is not fixed immediately but is scheduled to be fixed in a future release.
Deferred bugs are usually lower priority bugs that do not impact the core functionality of the system.
These bugs are documented and tracked for resolution in a later release.
Examples of deferred bugs include cosmetic issues, minor usability problems, or non-critical functionality issues.
Use SQL query with ORDER BY and LIMIT to get 4th highest row based on a column
Use ORDER BY clause to sort the column in descending order
Use LIMIT 1 OFFSET 3 to get the 4th highest row
Example: SELECT * FROM table_name ORDER BY column_name DESC LIMIT 1 OFFSET 3
To find the nth highest value, use SQL queries with ranking functions or subqueries to filter results.
Use the SQL query: SELECT DISTINCT column_name FROM table_name ORDER BY column_name DESC LIMIT 1 OFFSET n-1;
Alternatively, use ROW_NUMBER() or RANK() functions in a Common Table Expression (CTE).
Example: WITH RankedValues AS (SELECT column_name, ROW_NUMBER() OVER (ORDER BY column_name DESC) AS rank FROM table_name...
Agile methodologies are iterative approaches to software development that prioritize flexibility and collaboration.
Agile methodologies involve breaking down projects into smaller, manageable tasks called user stories.
They emphasize frequent communication and collaboration between team members.
Agile methodologies prioritize responding to change over following a strict plan.
Common components of Agile methodologies i...
What people are saying about Capgemini
Different stages in ETL include extraction, transformation, and loading of data.
Extraction: Retrieving data from various sources such as databases, files, APIs, etc.
Transformation: Cleaning, filtering, and converting the extracted data into a format suitable for analysis.
Loading: Loading the transformed data into a data warehouse or target database for further processing.
I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.
A deferred bug is a bug that is not fixed immediately but is scheduled to be fixed in a future release.
Deferred bugs are usually lower priority bugs that do not impact the core functionality of the system.
These bugs are documented and tracked for resolution in a later release.
Examples of deferred bugs include cosmetic issues, minor usability problems, or non-critical functionality issues.
Agile methodologies are iterative approaches to software development that prioritize flexibility and collaboration.
Agile methodologies involve breaking down projects into smaller, manageable tasks called user stories.
They emphasize frequent communication and collaboration between team members.
Agile methodologies prioritize responding to change over following a strict plan.
Common components of Agile methodologies includ...
Different stages in ETL include extraction, transformation, and loading of data.
Extraction: Retrieving data from various sources such as databases, files, APIs, etc.
Transformation: Cleaning, filtering, and converting the extracted data into a format suitable for analysis.
Loading: Loading the transformed data into a data warehouse or target database for further processing.
I applied via Approached by Company and was interviewed in Oct 2017. There was 1 interview round.
I applied via Naukri.com and was interviewed before Apr 2021. There was 1 interview round.
I have diverse experience in project management, customer service, and data analysis across various industries.
Managed a team of 5 in a project that improved operational efficiency by 20%.
Provided customer support for a tech company, resolving issues and enhancing user satisfaction.
Conducted data analysis for marketing campaigns, leading to a 15% increase in conversion rates.
I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.
based on 4 interview experiences
Difficulty level
Duration
based on 30 reviews
Rating in categories
Consultant
59.6k
salaries
| ₹8.9 L/yr - ₹15 L/yr |
Associate Consultant
51.2k
salaries
| ₹4.5 L/yr - ₹10 L/yr |
Senior Consultant
50.9k
salaries
| ₹12.5 L/yr - ₹21 L/yr |
Senior Analyst
22.5k
salaries
| ₹3.1 L/yr - ₹7.7 L/yr |
Senior Software Engineer
21.8k
salaries
| ₹4.6 L/yr - ₹13.5 L/yr |
Wipro
Accenture
Cognizant
TCS