Upload Button Icon Add office photos

Filter interviews by

Atos Nothing Specified Interview Questions and Answers

Updated 27 Feb 2022

Atos Nothing Specified Interview Experiences

1 interview found

Round 1 - Aptitude Test 

Basic aptitude knowledge is enough

Round 2 - Technical 

(1 Question)

  • Q1. Both technical and HR round

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confidential and bold in what you are saying

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Coding Test 

BE AWARE THAT Interview starts at 10 ends at 6 in the evening

this will be 1st round

let arr=[{id:1,x:10},{id:2,y:10}}],let arr2=[{id:1:x10},{id:3,y:20}]
you need to combine both the object merge it into one

2. you will be given sql query to write that is get method

Interview Preparation Tips

Interview preparation tips for other job seekers - you explain ABC - XYZ about each and every topic all simple topics only
but in depth knowledge in it
for ex promise
they will say to write a code inside a promise, if the code fails you need to you show reject , each and every word you need to explain, from where response has came , why you did not assign any values for response how it will work
2 basis question only but in depth knowledge
for loop takes 5 sec, promise take 3 sec which will execute and why
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is VPC in AWS?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Self intro about yourself
Round 2 - HR 

(2 Questions)

  • Q1. Self intro about yourself
  • Q2. Why did you choose this field
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. All basic question related to node.js like event loop,
  • Q2. What is event loop?
  • Ans. 

    Event loop is a mechanism in node.js that allows non-blocking I/O operations by handling asynchronous tasks efficiently.

    • Event loop is responsible for handling asynchronous operations in node.js.

    • It allows node.js to perform non-blocking I/O operations by delegating tasks to the operating system.

    • Event loop continuously checks the event queue for new tasks and executes them in a loop.

    • It helps in preventing the blocking of...

  • Answered by AI

I applied via Naukri.com and was interviewed in Jul 2022. There were 4 interview rounds.

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 - HR 

(3 Questions)

  • Q1. How Can You Introduce Yourself...
  • Ans. 

    I am a highly motivated and detail-oriented individual with excellent communication skills.

    • Start by stating your name and current position or educational background.

    • Highlight your key skills and experiences relevant to the job.

    • Mention any notable achievements or certifications.

    • Express your enthusiasm and eagerness to contribute to the organization.

    • Conclude by expressing gratitude for the opportunity to introduce yourse

  • Answered by AI
  • Q2. Why do You Want to Join this Company?
  • Ans. 

    I want to join this company because of its strong reputation, opportunities for growth, and alignment with my skills and values.

    • I am impressed by the company's strong reputation in the industry.

    • I believe this company offers great opportunities for career growth and development.

    • The company's values and mission align with my own, making it an ideal fit for me.

    • I am excited about the chance to contribute my skills and expe...

  • Answered by AI
  • Q3. Are You Comfortable with Night Shift Uk Based Job...
  • Ans. 

    Yes, I am comfortable with night shift UK based job.

    • I have prior experience working night shifts.

    • I am a night owl and perform well during late hours.

    • I understand the importance of maintaining a consistent sleep schedule.

    • I am aware of the potential challenges of working night shifts and have strategies to overcome them.

    • I am excited about the opportunity to work in a UK-based job and adapt to the time difference.

  • Answered by AI
Round 3 - Group Discussion 

Group Discussion is there On any Particular Topic Related to Hobby Or Working Profile

Round 4 - Case Study 

Newspaper Reading It Simply Check Your Reading Ability , Pronunciation and Diction Of Your Speaking...

Interview Preparation Tips

Topics to prepare for Genpact NON Voice interview:
  • I have no Idea
Interview preparation tips for other job seekers - During Interview Your Mind Should be Very Cool and Calm never bother about What will be the Outcome...Try to give Lucid and Bold Reply Such that it give Good Impression Regarding Your Communication to the Interviewer...First Of all We need to Listen the Question Clearly If not Understand request Mam or Sir Please Repeate the Question....We have to Maintain Straight Forward Reply never Turnmoil to the Interviewer Such that It gives Bad Impression On Interviewer...If not Knowing Any Answer Speak Kindly to Mam or Sir I am not Knowing the answer of this Question...Try to Reply the Answer Of those Question as Simple as Possible...Maintai Proper Formal Dressing Code With Proper Formal Shoes...Bring Proper Resume ,Passport Size Photo and Other Relevant Documents required by the Interviewer along with Photocopy Of these Document...Best Of Luck to All Of You...

I applied via Company Website and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(4 Questions)

  • Q1. Self introduction and other questions.
  • Q2. What is your future goal and
  • Q3. Are you working in this company
  • Q4. Are you interested in this job

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication skills and experience
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed before Apr 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. What is nodejs, explain the event loop.
  • Ans. 

    Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. It allows developers to run JavaScript on the server-side.

    • Node.js is event-driven and non-blocking I/O model.

    • It uses an event loop to handle asynchronous operations.

    • The event loop is a continuously running process that waits for events and executes callbacks.

    • Callbacks are functions that are called when an event occurs, such as a request completing ...

  • Answered by AI
  • Q2. What is event loop ?
  • Ans. 

    Event loop is a mechanism that allows Node.js to perform non-blocking I/O operations.

    • Event loop is a single-threaded loop that constantly checks for new events in the event queue.

    • It executes the callback functions associated with the events in the queue.

    • It allows Node.js to handle multiple requests simultaneously without blocking the execution of other requests.

    • It is responsible for managing the order of execution of t...

  • Answered by AI
  • Q3. What is the role of libuv ?
  • Ans. 

    libuv is a multi-platform support library with a focus on asynchronous I/O.

    • libuv provides event loop, thread pool, timer, and file system APIs.

    • It is used by Node.js to handle I/O operations in a non-blocking way.

    • libuv abstracts the differences between operating systems and provides a consistent API.

    • It also supports network programming and inter-process communication.

    • Examples of libuv-based applications include Node.js,

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What is the difference between cluster and thread ?
  • Ans. 

    Cluster is a group of processes that share the same resources while thread is a lightweight process that shares the same memory.

    • Cluster is used for scaling and load balancing while thread is used for improving performance.

    • Cluster can run on multiple machines while thread runs within a single process.

    • Cluster requires inter-process communication while thread does not.

    • Examples of cluster include PM2 and Node.js cluster mo...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Read everything about nodejs, server less architecture and be confident.

Skills evaluated in this interview

Round 1 - Technical 

(3 Questions)

  • Q1. Wht do you know about your company
  • Ans. *Do a proper research about the company *Read online about the company's latest Abdates *understand it's business *role thoroughly the job description
  • Answered by Sobha Reddy
  • Q2. Why should we hear you?
  • Q3. With this tricky interview questions amd answer the employer wants to see your ability to pitch your skills and conversing power.
Round 2 - Group Discussion 
Pro Tip by AmbitionBox:
Don’t treat group discussions as an argument. Group discussion is about reaching a meaningful conclusion.
View all tips
Round 3 - HR 

(6 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. Tell me about self details
  • Ans. First i would like to for giving me this wonderful opportunity my self sobha i am from kadapa i have completed graduate in BSC biotechnology in vaishnavi degree college in rajampet. Percentage is 80%. I have 5 members are my family. I do have certificate in various department of clinical research amd clinical trials. My strength or quick Lerner dedicated towards assessment i have good exposure in clinical data mana
  • Answered by Sobha Reddy
  • Q3. What is Pharmacovilance
  • Q4. Pharmacoviglance is a science is related to detection assessment understanding prevention of adverse events.
  • Q5. What clinical research?
  • Ans. 

    I'm sorry, but the question is not related to the job position of Node JS Developer.

    • The question is not relevant to the job position.

    • It is important to stay focused on the job requirements.

    • If you are unsure about a question, it is okay to ask for clarification.

  • Answered by AI
  • Q6. Clinical research is a branch of health care science that determines the safety and effectiveness of medications devises diagnostic products treatment regiment intended from human use.
Round 4 - Certificate verification 

I applied via Walk-in and was interviewed in Nov 2021. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. In which way you want to secure your company goals and norms?
  • Q2. Does this company certified
  • Q3. If certified, what was the status of your company at global market?.
  • Q4. Is a mnc company or not?.
  • Ans. 

    The question is asking whether a company is an MNC or not.

    • MNC stands for Multinational Corporation.

    • An MNC is a company that operates in multiple countries and has a global presence.

    • They typically have subsidiaries or branches in different countries.

    • MNCs often have a diverse workforce and cater to international markets.

    • Examples of MNCs include Apple Inc., Google, and Coca-Cola.

  • Answered by AI
  • Q5. Please share your relationship to the company

Interview Preparation Tips

Interview preparation tips for other job seekers - Try impress first time, may be life doesn't give you second chance for first impression.

Atos Interview FAQs

How many rounds are there in Atos Nothing Specified interview?
Atos interview process usually has 2 rounds. The most common rounds in the Atos interview process are Aptitude Test and Technical.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Associate Consultant
5.2k salaries
unlock blur

₹3 L/yr - ₹11.8 L/yr

Consultant
3.8k salaries
unlock blur

₹7 L/yr - ₹27 L/yr

Senior Consultant
1.9k salaries
unlock blur

₹11 L/yr - ₹35 L/yr

System Engineer
915 salaries
unlock blur

₹2 L/yr - ₹6.3 L/yr

Software Engineer
766 salaries
unlock blur

₹2.4 L/yr - ₹10 L/yr

Explore more salaries
Compare Atos with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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