Filter interviews by
Preparing budgets involves assessing needs, estimating costs, and allocating resources effectively.
Identify objectives: Determine what the budget is for, such as a project or department.
Gather historical data: Review past budgets and expenditures to inform estimates.
Estimate costs: Calculate expected expenses, including fixed and variable costs.
Allocate resources: Distribute funds according to priorities and needs...
Achieved significant cost savings through process optimization and strategic vendor negotiations in my last organization.
Implemented a new inventory management system that reduced excess stock by 30%, saving $50,000 annually.
Negotiated with suppliers to secure a 15% discount on bulk purchases, resulting in $20,000 in savings over the year.
Streamlined operational processes, reducing labor costs by 10% through impro...
A capital market is a financial market for buying and selling long-term debt or equity-backed securities.
Capital markets facilitate the raising of capital by connecting investors with companies or governments.
They include primary markets (where new securities are issued) and secondary markets (where existing securities are traded).
Examples of capital market instruments include stocks, bonds, and debentures.
Stock e...
I am very comfortable with Agile methodologies, having applied them in various projects to enhance collaboration and efficiency.
Experience with Scrum: Led a team in a Scrum framework, facilitating daily stand-ups and sprint reviews.
Kanban Implementation: Used Kanban boards to visualize workflow and improve task management in a software development project.
Continuous Improvement: Regularly conducted retrospectives ...
What people are saying about Atos
I implement systematic processes and tools to ensure accurate and up-to-date documentation for vendor management.
Utilize a centralized document management system for easy access and version control.
Establish clear guidelines for documentation standards and formats.
Regularly review and update documents to reflect current practices and agreements.
Implement a checklist for onboarding new vendors to ensure all necessa...
Following a process involves understanding, documenting, and adhering to established steps to achieve desired outcomes.
Identify the process: Understand the specific process you need to follow, such as vendor onboarding.
Document the steps: Create a clear outline of each step involved, like contract negotiation and compliance checks.
Assign responsibilities: Determine who is responsible for each step, ensuring accoun...
During my internship, I worked on a project focused on enhancing network security through vulnerability assessments and threat analysis.
Conducted vulnerability assessments using tools like Nessus and OpenVAS to identify security weaknesses.
Developed a threat model for the organization's network infrastructure to prioritize risks.
Collaborated with the IT team to implement security patches and updates based on asses...
Cyber security is the practice of protecting systems, networks, and data from digital attacks and unauthorized access.
Involves protecting information systems from theft or damage.
Includes measures like firewalls, encryption, and intrusion detection systems.
Examples of threats: malware, phishing attacks, and ransomware.
Focuses on both hardware and software security.
Requires continuous monitoring and updating of sec...
I hold a Bachelor's degree in Computer Science and a Master's in Software Engineering, focusing on quality assurance and testing methodologies.
Bachelor's degree in Computer Science from XYZ University, where I developed a strong foundation in programming and software development.
Master's degree in Software Engineering from ABC University, specializing in software testing and quality assurance.
Completed various cer...
Incremental data loading updates only new or changed data, improving efficiency and reducing load times.
Identify the source of data changes, such as timestamps or version numbers.
Use Change Data Capture (CDC) to track changes in the source database.
Implement a staging area to temporarily hold the incremental data before loading.
Schedule regular intervals for incremental loads, such as hourly or daily.
Example: Use ...
I applied via Company Website and was interviewed in Feb 2024. There were 2 interview rounds.
I am a detail-oriented financial analyst with a strong background in data analysis and financial modeling, passionate about driving business growth.
Educational Background: I hold a degree in Finance from XYZ University, where I graduated with honors.
Professional Experience: I have over 5 years of experience in financial analysis, working at ABC Corp, where I improved forecasting accuracy by 20%.
Technical Skills: Profic...
Types of derivatives include options, futures, forwards, and swaps.
Options: Contracts that give the holder the right, but not the obligation, to buy or sell an asset at a specified price before or on a specified date.
Futures: Contracts that obligate the buyer to purchase an asset or the seller to sell an asset at a predetermined future date and price.
Forwards: Similar to futures, but customized contracts traded over-th...
Types of insurance include health, life, auto, home, and disability insurance.
Health insurance covers medical expenses
Life insurance provides financial protection to beneficiaries in case of death
Auto insurance covers damages and liabilities related to vehicles
Home insurance protects against damages to the home and belongings
Disability insurance provides income replacement in case of disability
It was basic questions of maths and logical reasoning
It’s related to behavioural question fully
Storytelling enhances communication by making information relatable and memorable, fostering deeper connections with the audience.
Engages the audience emotionally, e.g., sharing a personal experience related to the topic.
Simplifies complex ideas, e.g., using a metaphor to explain a technical concept.
Creates a narrative structure, e.g., beginning with a challenge, followed by a journey, and concluding with a resolution.
...
I appeared for an interview in Jul 2025, where I was asked the following questions.
I applied via Naukri.com and was interviewed in Nov 2024. There were 3 interview rounds.
Reasoning, English , Maths
Basic of Python, string, Loops
HR rounds assess candidates' fit for the company culture and their interpersonal skills through various questions.
Understand the company's values and align your answers accordingly.
Be prepared to discuss your strengths and weaknesses with examples.
Demonstrate your teamwork skills by sharing experiences from past projects.
Show enthusiasm for the role and the company during the interview.
Practice common HR questions like...
I applied via Campus Placement
I applied via Job Fair
Verbal, reasoning,aptitude
2Coding questions and it was moderate level
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
SCD type 2 is a method used in data warehousing to track historical changes by creating a new record for each change.
SCD type 2 stands for Slowly Changing Dimension type 2
It involves creating a new record in the dimension table whenever there is a change in the data
The old record is marked as inactive and the new record is marked as current
It allows for historical tracking of changes in data over time
Example: If a cust...
Read multiple CSV files, add a column, and save them to a new location using PySpark.
Use SparkSession to initialize PySpark: `spark = SparkSession.builder.appName('CSVProcessor').getOrCreate()`.
Read CSV files from a folder: `df = spark.read.csv('path/to/folder/*.csv', header=True)`.
Add a new column: `df = df.withColumn('new_column', lit('value'))`.
Write the modified DataFrame to a new location: `df.write.csv('path/to/o...
The capital market is a financial market where individuals and institutions trade financial securities.
It is a market for buying and selling long-term debt or equity-backed securities.
It includes stock exchanges and over-the-counter markets.
Investors can buy and sell stocks, bonds, and other financial instruments in the capital market.
It helps companies raise capital for expansion and growth.
Examples include the New Yo...
I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.
UiPath Studio is for professional developers, while StudioX is for business users with no coding experience.
UiPath Studio is for professional developers who have coding experience.
StudioX is designed for business users with no coding experience.
StudioX has a more user-friendly interface and pre-built automation templates.
UiPath Studio offers more advanced features and customization options for developers.
StudioX allows...
Automation Test Suite is a collection of test cases that are automated to test the functionality of a software application.
Automation Test Suite helps in executing multiple test cases efficiently.
It helps in reducing manual effort and time required for testing.
Test suites can be scheduled to run at specific times or triggered based on certain events.
Examples of popular automation test suites include Selenium, UFT, and ...
An abstract class is a class that cannot be instantiated and is used as a blueprint for other classes to inherit from.
Cannot be instantiated directly
May contain abstract methods that must be implemented by subclasses
Can have both abstract and non-abstract methods
Used to define common behavior for subclasses
Singleton pattern ensures a class has only one instance and provides a global point of access to it.
Create a private static instance variable of the class itself
Make the constructor private to prevent instantiation from outside the class
Provide a static method to access the singleton instance
Struts is a framework for building Java web applications based on the Model-View-Controller (MVC) design pattern.
Struts framework is based on MVC architecture
It uses ActionServlet as the controller
Struts configuration is done using XML files like struts-config.xml
It provides built-in support for form validation and error handling
Struts actions are mapped to URLs in struts-config.xml
The duration of Atos interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 253 interview experiences
Difficulty level
Duration
based on 4.6k reviews
Rating in categories
Associate Consultant
5.3k
salaries
| ₹3.8 L/yr - ₹10.9 L/yr |
Consultant
4.1k
salaries
| ₹12.3 L/yr - ₹22 L/yr |
Senior Consultant
2.1k
salaries
| ₹16.1 L/yr - ₹28.9 L/yr |
System Engineer
1k
salaries
| ₹2.3 L/yr - ₹7.1 L/yr |
Software Engineer
674
salaries
| ₹4.3 L/yr - ₹9.2 L/yr |
Accenture
Cognizant
Capgemini
Genpact