Upload Button Icon Add office photos

Filter interviews by

Atos Associate/Senior Associate -(Technical) Interview Questions and Answers

Updated 11 Oct 2020

Atos Associate/Senior Associate -(Technical) Interview Experiences

1 interview found

Interview Questionnaire 

3 Questions

  • Q1. 1. How to debug spfx in SharePoint
  • Ans. 

    Debugging SPFx in SharePoint involves using browser developer tools and Visual Studio Code.

    • Use browser developer tools to inspect and debug client-side code

    • Use Visual Studio Code to debug server-side code

    • Set breakpoints in code to pause execution and inspect variables

    • Use console.log() statements to output information to the console

    • Use the SharePoint Workbench to test and debug web parts

    • Use the gulp serve command to run...

  • Answered by AI
  • Q2. 2.why choose PHA over SHA
  • Q3. 3. What was the migration issue you faced during migration from sp 2010 to SPO

Skills evaluated in this interview

Interview questions from similar companies

I was interviewed in Apr 2021.

Interview Questionnaire 

3 Questions

  • Q1. Core java extensive, java 8, easy level coding questions
  • Q2. Spring configuration, springs boot basics, project architecture
  • Q3. Explain your previous projects and what was your contribution

Interview Preparation Tips

Interview preparation tips for other job seekers - Round 1
Interview starts with online MCQ test. It will have questions related to core java and spring and database.

Round 2: Video call interview 2 hrs
Asked about core java extensively, they went into depth of all topic. Every topic java will be touched.
Asked about Database queries.
Asked easy level problem solving string and arrays coding questions, i was asked to write code with explaining my approach to solve the problem.

Round 3: again Videos call interview ~2 hrs
Interviewer asked me to explain architecture of my previous projects and my contribution.
Asked about spring boot basics and some real time scenario questions we face in day to day project.
Asked if I know cloud, i was aware so he asked few basic questions on cloud.


Round 4: director round: ~45 min
Introduce yourself
What kind of work you are looking for?
What was your role in previous company?

Round 5 : HR, Only phone call
Just discussion about package, work location.


All the interviewers were good and polite, they also correct your answers, if you are wrong.

All rounds were cleared.

Suggestions:
Focus on basics of java and spring.
Be prepared they ask everything from your resume.
Be prepared for some easy level coding questions on string and arrays.



After they hire you again you have to give clients interview.
They go more deep on ur problem solving skills if the project is for core development.


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

Interview Questionnaire 

4 Questions

  • Q1. What CPI related things have you worked on?
  • Ans. 

    I have worked on CPI optimization and analysis for various software projects.

    • Implemented CPI reduction techniques like loop unrolling, pipelining, and cache optimization.

    • Analyzed CPI using performance profiling tools like perf and Intel VTune.

    • Worked on CPI optimization for a video encoding software, resulting in a 20% performance improvement.

    • Collaborated with hardware engineers to optimize CPI for a new processor archi...

  • Answered by AI
  • Q2. How to connect S4 HANA ECC system to CPI system?
  • Ans. 

    To connect S4 HANA ECC system to CPI system, use SAP Cloud Connector and configure the connection in CPI.

    • Install and configure SAP Cloud Connector on the server where the S4 HANA ECC system is installed.

    • Create a destination in SAP Cloud Connector for the CPI system.

    • Configure the destination in CPI using the Cloud Connector details.

    • Test the connection to ensure successful integration.

  • Answered by AI
  • Q3. How to configure SFTP adapter?
  • Ans. 

    To configure SFTP adapter, follow these steps:

    • Create a communication channel with SFTP adapter type

    • Provide the SFTP server details like hostname, port, username, password, and remote directory

    • Configure the sender/receiver agreement with the communication channel

    • Test the connection and transfer files

  • Answered by AI
  • Q4. Tell me about certificates authentication mechanism and encryption / Decryption mechanism in CPI?
  • Ans. 

    Certificates authentication and encryption/decryption mechanisms are used in CPI for secure data transfer.

    • Certificates are used to authenticate the sender and receiver of data in CPI.

    • Encryption/decryption mechanisms are used to secure the data during transfer.

    • CPI supports various encryption algorithms such as AES, RSA, and SHA.

    • Certificates can be uploaded to CPI and used in communication channels for secure data transf

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest about your experience..If you don't know some topic or haven't worked on that particular thing, do not lie about it. Be upfront about it.

Skills evaluated in this interview

I applied via campus placement at Don Bosco Institute of Technology, Bangalore and was interviewed in Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Give a real time example of Inheritance, Polymorphism, Abstraction and Encapsulation.
  • Ans. 

    Real-time examples of OOP concepts

    • Inheritance: A car is a vehicle, inheriting properties of a vehicle

    • Polymorphism: A shape can be a square or a circle, both implementing the same area method

    • Abstraction: A TV remote has buttons to perform actions, but the user doesn't need to know how it works internally

    • Encapsulation: A bank account has private data like balance, which can only be accessed through public methods

  • Answered by AI
  • Q2. Write a SQL query to to print all the rows in a table that has no match in a second table.
  • Ans. 

    SQL query to print rows with no match in a second table

    • Use LEFT JOIN to join the two tables

    • Filter the rows where the second table's primary key is NULL

    • SELECT the columns from the first table

  • Answered by AI
  • Q3. What is a HashMap?
  • Ans. 

    HashMap is a data structure that stores key-value pairs and allows fast retrieval of values based on keys.

    • HashMap is part of the Java Collections Framework.

    • It uses hashing to store and retrieve elements.

    • It allows null values and null keys.

    • It is not synchronized by default, but can be made synchronized using Collections.synchronizedMap() method.

    • Example: HashMap map = new HashMap<>(); map.put("apple", 1)

  • Answered by AI
  • Q4. What is the difference between final, finally and finalise?
  • Ans. 

    Final, finally and finalise are related to completion or conclusion, but have different meanings and usage.

    • Final is an adjective used to describe the last or ultimate stage of something.

    • Finally is an adverb used to indicate the end of a process or event after a long wait or delay.

    • Finalise is a verb used to complete or finish something, often with a formal or official process.

    • Examples: The final exam, finally finished t

  • Answered by AI
  • Q5. What are the different types of Database management systems. What are the Database languages ? What is the difference between drop, delete and truncate?
  • Ans. 

    Different types of DBMS, DB languages & difference between drop, delete & truncate.

    • Types of DBMS: Relational, NoSQL, Object-oriented, Hierarchical, Network, etc.

    • Database languages: SQL, PL/SQL, T-SQL, etc.

    • DROP: Deletes a table and its data, cannot be rolled back.

    • DELETE: Deletes rows from a table, can be rolled back.

    • TRUNCATE: Deletes all rows from a table, cannot be rolled back.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I am currently been recruited as a fresher, so my experience is based on my campus placement. So the process begins with a written test. The written test has general aptitude questions, Logical reasoning, Pseudo codes and hands on coding. The second round was a group discussion round wherein, I was grouped with 9-10 other members. Our topic was a bit on the easier side- Our lockdown experience. But the other batches were given quite debatable and controversial topics like whether sports and extra curricular activities be introduced in corporate industries? After this round we had technical round wherein I was tested on some basic skills like DBMS, OOPS and one programming language. The final round was the HR round. For me, this went for a little long. I was mainly asked my project and my part and contribution in it. Expect a few behavioral questions as well. Do not stress. Always remember to answer all behavioral questions in a polite and positive tone. And most importantly avoid using negative terms.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basics of front end frameworks.
  • Q2. Angular component interactions
  • Q3. HTML 5 and CSS3 Dom techniques

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was about 4 rounds, 2 technical, 1- managerial/project head, 1-Hr in salary discussions. Basics of angular JavaScript are must. Rest everything is simple.

I applied via Recruitment Consultant and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about ur self ? And it was also a just a minute round in which i were asked to tell me about my favourite destination or else where u want to be in next 5 years i have to tell this in 30 seconds th...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confiedence and give a positive response to them u will crack all the rounds definetely do not hesitate when ur exploring ur self and do not put ur self in confusion be patient and be confiedence

Interview Questionnaire 

2 Questions

  • Q1. OOPS, Patterns, DB - intermediate question
  • Q2. Prepare in all these topics

I applied via Recruitment Consultant and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What are the network topologies?
  • Ans. 

    Network topologies refer to the arrangement of various elements in a network.

    • There are several types of network topologies, including bus, star, ring, mesh, and hybrid.

    • Bus topology involves connecting all devices to a single cable.

    • Star topology involves connecting all devices to a central hub or switch.

    • Ring topology involves connecting devices in a circular manner.

    • Mesh topology involves connecting devices to each other...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview is all about to test knowledge in subject and to test communication skills. Also for fresher's subject related questions are going to ask. So be prepare and rock.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Basic questions on Core Java, Spring, Hibernate, Layered architecture, Backing Beans, Ajax, Authentication...

I applied via Company Website and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About my projects and why you choose sutherland.

Interview Preparation Tips

Interview preparation tips for other job seekers - Let them know how important is this job for you and share some good informations about sutherland

Tell us how to improve this page.

Atos Associate/Senior Associate -(Technical) Reviews and Ratings

based on 2 reviews

4.5/5

Rating in categories

4.5

Skill development

5.0

Work-Life balance

3.5

Salary & Benefits

4.5

Job Security

4.5

Company culture

4.5

Promotions/Appraisal

4.5

Work Satisfaction

Explore 2 Reviews and Ratings
Associate Consultant
5.2k salaries
unlock blur

₹3 L/yr - ₹11.9 L/yr

Consultant
3.8k salaries
unlock blur

₹6.9 L/yr - ₹26.9 L/yr

Senior Consultant
1.9k salaries
unlock blur

₹10.8 L/yr - ₹34 L/yr

System Engineer
919 salaries
unlock blur

₹2 L/yr - ₹6.3 L/yr

Senior Associate
399 salaries
unlock blur

₹1.8 L/yr - ₹7.5 L/yr

Explore more salaries
Compare Atos with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview