i
Capgemini
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via campus placement at Vidya Jyothi Institute of Technology, Hyderabad and was interviewed in Sep 2021. There were 3 interview rounds.
Oops features are object-oriented programming concepts that help in creating reusable and modular code.
Encapsulation - bundling data and methods that operate on that data within a single unit
Inheritance - creating new classes from existing ones, inheriting their properties and methods
Polymorphism - ability of objects to take on multiple forms or behaviors
Abstraction - hiding implementation details and showing only the
Multi-threading and multi-tasking are techniques used to improve the performance of a computer system.
Multi-threading is the ability of a CPU to run multiple threads of execution concurrently.
Multi-tasking is the ability of an operating system to run multiple applications or processes concurrently.
Multi-threading is used to improve the performance of a single application by dividing it into smaller threads that can run...
A primary key is a unique identifier for a record in a database table.
Primary key ensures that each record in a table is unique
It is used to establish relationships between tables
It cannot contain null values
Examples include social security numbers, email addresses, and employee IDs
Primary key uniquely identifies a record in a table, while a unique key ensures that all values in a column are distinct.
Primary key is a column or set of columns that uniquely identifies each row in a table
Primary key cannot have null values
A table can have only one primary key
Unique key is a column or set of columns that ensures that all values in the column(s) are distinct
Unique key can have null values, but only on...
To get non-repeated entries from a table, use the DISTINCT keyword in SQL.
Use SELECT DISTINCT column_name FROM table_name
DISTINCT keyword returns only unique values
Can be used with multiple columns
Can also use GROUP BY clause
I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.
Most questions pseudo code are based
2 questions asked dsa based .
C++ is a high-level programming language used for developing software applications.
C++ is an object-oriented language, allowing for the creation of classes and objects.
It is a powerful language with features like polymorphism, inheritance, and encapsulation.
C++ is commonly used in developing system software, game development, and high-performance applications.
A virtual function is a function in a base class that is declared using the keyword 'virtual' and can be overridden by a function with the same signature in a derived class.
Virtual functions allow for dynamic polymorphism in object-oriented programming.
They are used to achieve runtime polymorphism by allowing a function to be overridden in a derived class.
Virtual functions are declared in the base class with the 'virtu...
The first round was easy which consist of basic aptitude questions including java,c,cpp,dbms,sql,reasoning,etc
I applied via Walk-in
I applied via Walk-in and was interviewed in Dec 2024. There were 5 interview rounds.
Given task Statics standard deviations Attrition Average of given table values and Given graph economi graph and poverty graph base on that need to gave answers 30 qustion and 60 min time duration
I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.
I have a background in data analysis with experience in using tools like Python, SQL, and Tableau.
I have a degree in Statistics and have worked as a Data Analyst for 3 years.
My daily activities include cleaning and analyzing data, creating visualizations, and presenting insights to stakeholders.
I use Python for data manipulation and analysis, SQL for querying databases, and Tableau for creating interactive dashboards.
I...
Advanced Excel and Power BI are tools used for data analysis and visualization in companies and for clients.
Advanced Excel allows for complex data manipulation, analysis, and visualization using features like pivot tables, macros, and VBA programming.
Power BI is a business analytics tool that provides interactive visualizations and business intelligence capabilities, connecting to various data sources.
These tools are u...
I have extensive experience in using Advanced Excel and Power BI for data analysis projects.
Created complex formulas and macros in Excel to automate data processing tasks
Designed interactive dashboards in Power BI to visualize and analyze data trends
Integrated data from multiple sources into Power BI for comprehensive analysis
Used Power Query and Power Pivot in Excel to manipulate and analyze large datasets
Provided dat...
Credit and operations concepts in relation to KYC procedures and client data privacy.
Credit refers to the extension of money or resources to a client based on their financial history and ability to repay.
Operations involve the day-to-day processes and procedures within a financial institution to ensure smooth functioning.
KYC procedures are used to verify the identity of clients to prevent fraud and money laundering.
Pri...
Sql python bigdata hadoop hive spark
1 hour simple coding python sql
SQL allows for efficient data retrieval, manipulation, and analysis in relational databases.
SQL is widely used in querying databases to retrieve specific data.
It allows for data manipulation, such as adding, updating, and deleting records.
SQL can perform complex data analysis tasks, such as aggregations and joins.
It provides a standardized language for interacting with relational databases.
SQL is essential for generati...
Python is a versatile programming language known for its simplicity, readability, and vast library support.
Easy to learn and use, making it ideal for beginners and experienced programmers alike
Extensive library support for data analysis, machine learning, web development, and more
Strong community support with active forums and resources for problem-solving
Cross-platform compatibility allows for seamless integration wit...
Spark is a fast and powerful big data processing framework that offers benefits like speed, ease of use, and versatility.
Spark is known for its speed, as it can process data up to 100 times faster than traditional Hadoop MapReduce.
It offers ease of use with high-level APIs in Java, Scala, Python, and SQL, making it accessible to a wide range of users.
Spark is versatile, supporting various workloads such as batch proces...
Huddles of data engineers refer to collaborative meetings or discussions among data engineers to share insights, solve problems, and make decisions.
Huddles are typically informal and can be scheduled or ad-hoc.
They provide a platform for data engineers to brainstorm, troubleshoot, and exchange ideas.
Huddles may involve reviewing code, discussing data pipelines, or addressing technical challenges.
Effective huddles promo...
Bagging and boosting are ensemble learning techniques used to improve the performance of machine learning models by combining multiple weak learners.
Bagging (Bootstrap Aggregating) involves training multiple models independently on different subsets of the training data and then combining their predictions through averaging or voting.
Boosting involves training multiple models sequentially, where each subsequent model c...
Parameters of a Decision Tree include max depth, min samples split, criterion, and splitter.
Max depth: maximum depth of the tree
Min samples split: minimum number of samples required to split an internal node
Criterion: function to measure the quality of a split (e.g. 'gini' or 'entropy')
Splitter: strategy used to choose the split at each node (e.g. 'best' or 'random')
Developed a predictive model to forecast customer churn in a telecom company
Collected and cleaned customer data including usage patterns and demographics
Used machine learning algorithms such as logistic regression and random forest to build the model
Evaluated model performance using metrics like accuracy, precision, and recall
Provided actionable insights to the company to reduce customer churn rate
I applied via Approached by Company and was interviewed in Aug 2024. There were 2 interview rounds.
*****, arjumpudi satyanarayana
Python is a high-level programming language known for its simplicity and readability.
Python is widely used for web development, data analysis, artificial intelligence, and scientific computing.
It emphasizes code readability and uses indentation for block delimiters.
Python has a large standard library and a vibrant community of developers.
Example: print('Hello, World!')
Example: import pandas as pd
Code problems refer to issues or errors in the code that need to be identified and fixed.
Code problems can include syntax errors, logical errors, or performance issues.
Examples of code problems include missing semicolons, incorrect variable assignments, or inefficient algorithms.
Identifying and resolving code problems is a key skill for data scientists to ensure accurate and efficient data analysis.
Python code is a programming language used for data analysis, machine learning, and scientific computing.
Python code is written in a text editor or an integrated development environment (IDE)
Python code is executed using a Python interpreter
Python code can be used for data manipulation, visualization, and modeling
The project is a machine learning model to predict customer churn for a telecommunications company.
Developing predictive models using machine learning algorithms
Analyzing customer data to identify patterns and trends
Evaluating model performance and making recommendations for reducing customer churn
The question seems to be incomplete or misspelled.
It is possible that the interviewer made a mistake while asking the question.
Ask for clarification or context to provide a relevant answer.
I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.
based on 2 reviews
Rating in categories
Consultant
55.2k
salaries
| ₹5.2 L/yr - ₹18 L/yr |
Associate Consultant
52k
salaries
| ₹2.9 L/yr - ₹11.8 L/yr |
Senior Consultant
46k
salaries
| ₹7.5 L/yr - ₹25 L/yr |
Senior Analyst
20.6k
salaries
| ₹2.2 L/yr - ₹9 L/yr |
Senior Software Engineer
19.9k
salaries
| ₹3.5 L/yr - ₹12.5 L/yr |
Wipro
Accenture
Cognizant
TCS