Upload Button Icon Add office photos

Filter interviews by

Atos Technical Support Engineer Interview Questions and Answers

Updated 25 Jun 2024

Atos Technical Support Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Atos and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Oops concepts and Data structures

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Python code snippets for different codes
  • Q2. SQL Queries on Joins
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

First Round was assessment test round, Which includes English + Cognitive questions

Round 2 - Technical 

(1 Question)

  • Q1. As I have completed aeronautical engineering. They asked me basic questions related to aeronautics. What are the primary part of the airplane?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Soft skill 

(2 Questions)

  • Q1. What is your Favorite movie ?
  • Ans. 

    My favorite movie is The Shawshank Redemption.

    • Directed by Frank Darabont

    • Based on a Stephen King novella

    • Set in a prison in Maine

    • Themes of hope, friendship, and redemption

    • Starring Tim Robbins and Morgan Freeman

  • Answered by AI
  • Q2. What is your Favorite colour?
  • Ans. 

    My favorite color is blue because it reminds me of the calming ocean and clear skies.

    • Blue is associated with calmness and tranquility

    • It symbolizes trust, loyalty, and confidence

    • Examples: navy blue, sky blue, royal blue

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is power draining?
  • Ans. 

    Power draining refers to the excessive consumption of power by a device or system, leading to decreased battery life or performance.

    • Power draining can occur due to background apps running constantly on a device.

    • Faulty hardware components can also contribute to power draining.

    • Settings such as high screen brightness or frequent data syncing can increase power draining.

    • Examples include a smartphone losing battery quickly ...

  • Answered by AI
  • Q2. What is VPN? When you use it?
  • Ans. 

    VPN stands for Virtual Private Network. It is used to create a secure connection over the internet, allowing users to access private networks remotely.

    • VPN encrypts data to ensure privacy and security

    • It allows users to access restricted websites or content

    • Commonly used for remote work, accessing company networks, and bypassing geo-restrictions

    • Examples include NordVPN, ExpressVPN, and Cisco AnyConnect

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(12 Questions)

  • Q1. Tell me about your self,why we hire you
  • Q2. Tell me about your degree project
  • Q3. How to install a router
  • Ans. 

    To install a router, connect it to a power source, connect it to a modem, configure the settings, and connect devices to the network.

    • Connect the router to a power source using the provided power adapter.

    • Connect the router to a modem using an Ethernet cable.

    • Access the router's settings through a web browser by entering the default IP address (e.g. 192.168.1.1).

    • Follow the on-screen instructions to set up the network name...

  • Answered by AI
  • Q4. What is firewall,vpn,TCP/ip
  • Ans. 

    Firewall is a network security system that monitors and controls incoming and outgoing network traffic. VPN is a secure connection over a public network. TCP/IP is a set of protocols governing the internet.

    • Firewall is a network security system that monitors and controls incoming and outgoing network traffic

    • VPN is a secure connection over a public network, allowing users to securely access a private network

    • TCP/IP is a s...

  • Answered by AI
  • Q5. Difference between TCP and udp
  • Ans. 

    TCP is connection-oriented, reliable, and slower, while UDP is connectionless, unreliable, and faster.

    • TCP is connection-oriented, meaning it establishes a connection before sending data, while UDP is connectionless.

    • TCP is reliable as it ensures all data packets are received in order and without errors, while UDP does not guarantee delivery.

    • TCP is slower due to the overhead of error-checking and retransmission, while UD...

  • Answered by AI
  • Q6. Switching, hop count,nic
  • Q7. Subnets mask, computer network
  • Q8. Network optimization,vslm
  • Q9. Cisco packet tracer,vlan
  • Q10. DHCP,hub,data encapsulation
  • Q11. What you expect ctc
  • Ans. 

    I expect a competitive salary based on my experience and skills.

    • I am looking for a salary that reflects my technical expertise and industry standards.

    • I am open to negotiation based on the responsibilities and benefits offered.

    • I am looking for a total compensation package that includes salary, bonuses, and benefits.

    • I am interested in opportunities for career growth and advancement within the company.

  • Answered by AI
  • Q12. Domain and work group

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare concepts

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Amrita Vishwa Vidyapeetham, Amritapuri Campus and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Hackerrank medium - hard lavel questions

Round 2 - Technical 

(2 Questions)

  • Q1. DSA question of finding the largest element and it's occurrence. Along with time complexity.
  • Q2. OOP, DBMS and all fundamentals
Round 3 - HR 

(2 Questions)

  • Q1. Project related question and why IBM?
  • Q2. Explain the issues handled in previous project

Interview Preparation Tips

Topics to prepare for IBM Technical Support Engineer interview:
  • DBMS
  • DSA
  • OOP
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

There were five rounds
1. HR screening
2. Technical Test
3. IVR test
4. Manager round
5. Offer letter discussion

Round 2 - Technical 

(2 Questions)

  • Q1. Computer Network Question
  • Q2. Group Discussion
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell about the oops ocncpets
  • Ans. 

    Object-oriented programming concepts focus on classes, objects, inheritance, encapsulation, and polymorphism.

    • Classes: Blueprint for creating objects with attributes and methods.

    • Objects: Instances of classes that contain data and behavior.

    • Inheritance: Allows a class to inherit attributes and methods from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Abil...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Please Introduce yourself ?
  • Q2. Asking for previews organization of experience on project.
Round 2 - Technical 

(2 Questions)

  • Q1. What is the CMDB ?
  • Ans. 

    CMDB stands for Configuration Management Database, a centralized database that stores information about the hardware and software assets in an organization.

    • Centralized database for storing information about hardware and software assets

    • Helps in tracking changes and maintaining a record of configuration items

    • Used for IT service management and ensuring accurate asset inventory

    • Examples: ServiceNow CMDB, BMC Atrium CMDB

  • Answered by AI
  • Q2. What is the CI .
  • Ans. 

    CI stands for Continuous Integration, a software development practice where code changes are automatically built, tested, and integrated into a shared repository frequently.

    • CI helps to identify and fix integration errors quickly.

    • It allows for faster delivery of software updates.

    • Popular CI tools include Jenkins, Travis CI, and CircleCI.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Group Discussion 

Any topic we can choose in internet

Round 3 - Technical 

(2 Questions)

  • Q1. What is ip address
  • Ans. 

    An IP address is a unique numerical label assigned to each device connected to a computer network.

    • IP address stands for Internet Protocol address

    • It is used to identify and locate devices on a network

    • There are two types of IP addresses - IPv4 and IPv6

    • Example of IPv4 address: 192.168.1.1

    • Example of IPv6 address: 2001:0db8:85a3:0000:0000:8a2e:0370:7334

  • Answered by AI
  • Q2. What are the layers of tcp
  • Ans. 

    TCP has four layers: Application, Transport, Internet, and Network Interface.

    • Application layer: Responsible for interacting with the user and providing network services.

    • Transport layer: Manages end-to-end communication and ensures data delivery.

    • Internet layer: Handles routing of data packets between networks.

    • Network Interface layer: Deals with the physical connection to the network.

  • Answered by AI

Skills evaluated in this interview

Atos Interview FAQs

How many rounds are there in Atos Technical Support Engineer interview?
Atos interview process usually has 1 rounds. The most common rounds in the Atos interview process are Technical.
How to prepare for Atos Technical Support Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Atos. The most common topics and skills that interviewers at Atos expect are Active Directory and LDAP.

Tell us how to improve this page.

People are getting interviews through

based on 1 Atos interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Atos Technical Support Engineer Salary
based on 4 salaries
₹3.1 L/yr - ₹4 L/yr
18% less than the average Technical Support Engineer Salary in India
View more details

Atos Technical Support Engineer Reviews and Ratings

based on 4 reviews

3.9/5

Rating in categories

3.9

Skill development

4.7

Work-Life balance

3.2

Salary & Benefits

4.9

Job Security

4.7

Company culture

3.0

Promotions/Appraisal

3.0

Work Satisfaction

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

₹3 L/yr - ₹12.1 L/yr

Consultant
3.8k salaries
unlock blur

₹6.9 L/yr - ₹26.7 L/yr

Senior Consultant
1.9k salaries
unlock blur

₹10.8 L/yr - ₹34 L/yr

System Engineer
916 salaries
unlock blur

₹2 L/yr - ₹6.3 L/yr

Senior Associate
400 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