Upload Button Icon Add office photos

Atos

Compare button icon Compare button icon Compare

Filter interviews by

Atos Project Intern/Trainee Interview Questions, Process, and Tips

Updated 20 May 2017

Top Atos Project Intern/Trainee Interview Questions and Answers

Atos Project Intern/Trainee Interview Experiences

3 interviews found

Project Intern/Trainee Interview Questions & Answers

user image Mrutunjay singh

posted on 20 May 2017

I appeared for an interview in Oct 2016.

Interview Preparation Tips

Round: Test
Experience: Simple question but speed is imp factor.
Tips: Practice aptitude from good books.
Duration: 1 hour
Total Questions: 75

Round: Technical Interview
Experience: Telephonic interview.
Basics of C OOPs Data structure and stuffs mentioned in resume we're asked.

Round: HR Interview
Experience: It's was simple and was tp only . Normal hr questions were asked .
Tips: Describe yourself nicely.

College Name: VNIT Nagpur

Project Intern/Trainee Interview Questions & Answers

user image Reginold Kolenchery

posted on 20 May 2017

I appeared for an interview in Dec 2016.

Interview Questionnaire 

5 Questions

  • Q1. Which data structure would deal with first in last out?
  • Ans. 

    Stack

    • Stack is a data structure that follows the Last In First Out (LIFO) principle.

    • Elements are added and removed from the same end, known as the top of the stack.

    • Common operations include push (add element), pop (remove element), and peek (access top element).

  • Answered by AI
  • Q2. Do you know functional programming in Java?
  • Ans. 

    NO

    • Functional programming in Java involves using functions as first-class citizens

    • It emphasizes immutability and avoids side effects

    • Java 8 introduced functional programming features like lambda expressions and streams

  • Answered by AI
  • Q3. Advantages and distinction between Objection oriented and procedural programming.
  • Ans. 

    Object-oriented programming focuses on objects and their interactions, while procedural programming focuses on procedures and functions.

    • In object-oriented programming, data and functions are encapsulated within objects, promoting code reusability and modularity.

    • Procedural programming follows a step-by-step approach, where functions are called in a specific order to achieve a desired outcome.

    • Object-oriented programming ...

  • Answered by AI
  • Q4. Interest and hobbies.
  • Q5. Why Atos?
  • Ans. 

    Atos is a global leader in digital transformation and offers a wide range of opportunities for career growth and development.

    • Atos is a renowned global company with a strong presence in the digital transformation industry.

    • They provide innovative solutions and services to clients across various sectors.

    • Atos offers a diverse range of projects and opportunities for learning and development.

    • The company values its employees ...

  • Answered by AI

Interview Preparation Tips

Round: Test
Tips: Practice RD Sharma
Duration: 1 hour
Total Questions: 75

Round: Technical Interview
Experience: They asked me about my projects, any new idea that I can share with them, questions non C, data structures and Java.
Tips: Go through C, OOPs concept, Java and be thorough about your projects.

Round: HR Interview
Experience: .
Tips: Be yourself

Skills: Coding Skills
College Name: Visvesvaraya National Institute of Technology

Skills evaluated in this interview

Project Intern/Trainee Interview Questions Asked at Other Companies

asked in Atos
Q1. Which data structure would deal with first in last out?
asked in Atos
Q2. What is difference between call by value and call by reference ?
Q3. If you were to build a CNC machine, name a few main components wo ... read more
asked in Atos
Q4. Do you know functional programming in Java?
Q5. How would you machine a certain part (a sample was shown)

I appeared for an interview in Dec 2016.

Interview Questionnaire 

1 Question

  • Q1. What is difference between call by value and call by reference ?
  • Ans. 

    Call by value passes a copy of the value, while call by reference passes the memory address of the value.

    • Call by value creates a new copy of the value being passed.

    • Call by reference allows the called function to modify the original value.

    • In call by value, changes made to the parameter inside the function do not affect the original value.

    • In call by reference, changes made to the parameter inside the function affect the ...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: English was bit difficult.
Tips: Practice aptitude from R S Agarwal and Arun Sharma,also prepare verbal part as well .
Duration: 1 hour
Total Questions: 75

Round: Technical Interview
Experience: Telephonic interview.
Bascis of c , data structure, oop, pointers etc.
Questions related to what was written in resume , like about projects and skills we mention .
Tips: Do not lie on resume .
Keep your basics strong
Be confident .

Round: HR Interview
Experience: Normal hr questions .
Tips: Describe yourself nicely ...like include one one point from all stuffs ....like hobbies interest, strong points etc.

College Name: Vnit Nagpur

Skills evaluated in this interview

Interview questions from similar companies

I applied via Referral and was interviewed before Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions on eloqua, email marketing

Interview Preparation Tips

Interview preparation tips for other job seekers - Be comfident while answering

Interview Questionnaire 

1 Question

  • Q1. A-Z in MySQL, programming languages(only concepts)

I applied via Approached by Company and was interviewed before May 2021. There were 4 interview rounds.

Round 1 - Coding Test 

Online questions were based on scenarios to write SQL queries. Also got few questions on Python as well for which I had only limited knowledge.

Round 2 - Technical 

(8 Questions)

  • Q1. I'm listing some of the questions here which the interviewers (2 panel resources) asked me regarding Informatica ETL, Oracle DB and I might have missed some of them. What types of indexes are used on Orac...
  • Q2. What happens if Treat source row property as "Update" at session level but at target object "Delete" is checked?
  • Ans. 

    The source row will be treated as an update, but the target object will be deleted.

    • The session level property 'Treat source row as Update' will be applied to the source row.

    • The target object will be deleted regardless of the update status of the source row.

    • This can result in data loss if the source row contains important information.

  • Answered by AI
  • Q3. What are the different types of dimension tables?
  • Ans. 

    Dimension tables are used in data warehousing to provide descriptive information about the data in fact tables.

    • Slowly changing dimensions

    • Junk dimensions

    • Degenerate dimensions

    • Role-playing dimensions

    • Bridge dimensions

  • Answered by AI
  • Q4. What schema type was used in your previous project? And explain why it was used?
  • Ans. 

    We used a relational schema in our previous project as it was suitable for the data structure and allowed for efficient querying.

    • Relational schema was used as it allowed for efficient querying of data

    • The data structure was suitable for a relational schema

    • We were able to easily join tables to retrieve necessary data

    • Examples include using SQL to query a database with multiple tables

    • Normalization was used to reduce data r

  • Answered by AI
  • Q5. Difference between Joiner and Lookup transformations?
  • Ans. 

    Joiner combines data from multiple sources based on a common key, while Lookup retrieves data from a reference table based on a matching key.

    • Joiner is used to combine data from two or more sources based on a common key column.

    • Lookup is used to retrieve data from a reference table based on a matching key column.

    • Joiner can perform inner, outer, left, and right joins, while Lookup can only perform an inner join.

    • Joiner can...

  • Answered by AI
  • Q6. Scenario: I have records in a flat file ending with ; character at the end of each them. How to load these records into DB based on this character? What property will be used in Informatica?
  • Q7. How version control happened in your previous project?
  • Ans. 

    We used Git for version control in our previous project.

    • We created a Git repository for the project.

    • All team members were added as collaborators to the repository.

    • We followed the Git flow branching model.

    • We used pull requests for code review and merging.

    • We used tags to mark important releases.

    • We regularly pushed our changes to the remote repository.

    • We used Git commands like commit, push, pull, merge, and rebase.

    • We used...

  • Answered by AI
  • Q8. Which SCD type you worked on before and explain on that?
  • Ans. 

    I have worked on SCD Type 2 before.

    • SCD Type 2 is used to track historical changes in data.

    • It creates a new record for each change and maintains a history of changes.

    • It includes start and end dates for each record.

    • Example: Tracking changes in employee salary over time.

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. This round was taken by the project manager on a phone call. He asked me few basic fundamental questions related to my skills and the things which I worked on in my previous project. He also told me about ...
Round 4 - HR 

(1 Question)

  • Q1. Just F2F discussion with HR finalising on the compensation structure, learning opportunities and the organisational benefits as an employee.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're an experienced person, be confident about the things which you handled in previous project and be precise on to the point. Don't elaborate too much as the interviewers might build up questions based on that. Be strong in your technical areas of expertise. Expect scenario based questions related to your skills.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jan 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Normal Accounts related question like describe Depreciation, ammortization, and what do you mean by Reporting (RTR Activity).
  • Q2. Some interviewer may ask what do you mean by EBITDA as in my case be prepared for this type of bouncers as well .
  • Q3. Then they will ask you your previous work related question. In my case they ask if there is GL to SL mismatch what will you do to solve it.
  • Q4. Then why do we do depreciation of companies what is the need for it
  • Ans. 

    Depreciation is necessary to allocate the cost of an asset over its useful life.

    • Depreciation helps in matching the cost of an asset with the revenue it generates.

    • It allows for the recognition of the wear and tear, obsolescence, and loss of value of assets over time.

    • Depreciation expense reduces taxable income, resulting in tax savings for companies.

    • It helps in determining the true profitability and financial position of...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be confident remember it's not that the interviewer knows everything but be convincing don't say blah blah if you don't know anything .
Read the basics and if you are experienced be sure to explain every detail of how you used to do work.
Best of luck.

I applied via Naukri.com and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java Basic questions and Git

Interview Preparation Tips

Interview preparation tips for other job seekers - After selection they haven't rolled the offer and put the profile on hold and then doesn't pick calls.

I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Related to Sever

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 2 Tech round and the interviewer asked me from the JD not from Resume.
We have to be strong in technical.
All the Best for your career

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. They asked about the roles and responsibilities.
  • Q2. Questions related to Adobe campaign, workflow, campaigns , activities

Interview Preparation Tips

Interview preparation tips for other job seekers - It was great interview, they asked me to introduce myself and based on that they asked me questions.

Atos Interview FAQs

What are the top questions asked in Atos Project Intern/Trainee interview?

Some of the top questions asked at the Atos Project Intern/Trainee interview -

  1. Which data structure would deal with first in last o...read more
  2. What is difference between call by value and call by referenc...read more
  3. Do you know functional programming in Ja...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.3k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Capgemini Interview Questions
3.7
 • 4.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
DXC Technology Interview Questions
3.7
 • 804 Interviews
Nagarro Interview Questions
4.0
 • 765 Interviews
NTT Data Interview Questions
3.8
 • 631 Interviews
View all
Associate Consultant
5.2k salaries
unlock blur

₹3 L/yr - ₹11.5 L/yr

Consultant
4k salaries
unlock blur

₹7 L/yr - ₹27 L/yr

Senior Consultant
2k salaries
unlock blur

₹10.7 L/yr - ₹36 L/yr

System Engineer
930 salaries
unlock blur

₹2 L/yr - ₹6.3 L/yr

Software Engineer
842 salaries
unlock blur

₹2.4 L/yr - ₹10.9 L/yr

Explore more salaries
Compare Atos with

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Capgemini

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