Atos Syntel interview experience Real time questions & tips from candidates to crack your interview

Associate Professional

Atos Syntel
upvote
share-icon
3 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Journey
There are 3 rounds to get selected in Atos syntel for associate consultant role. 1. Online aptitude test (OAT) - It was a eliminator round in which basic aptitude questions were asked. It covered quantitative aptitude, logical reasoning and verbal. Total duration of this round was 75 min. 2. Coding round- It was a non eliminator round. 1 coding questions was asked and total duration of this round was 60 min. 3. Technical interview- This was a eliminator round. In this basic technical questions and few coding questions were asked
Application story
I found this job vacancy from YouTube and also the link for registration was shared by my college's training and placement cell . I applied for it. After few days the exam was conducted and after clearing the exam the interview was conducted and after clearing interview round. I got letter of intent (LOI) in few days
Why selected/rejected for the role?
I cleared the online aptitude test and also attempted the coding round and also my technical interview was good . My basic concepts of all the topics that I have mentioned was clear and I aslo prepared for basic HR questions. I practised all the basic to medium coding question before interview. I also practised the query questions
Preparation
Duration: 3 months
Topics: Object oriented programming language (oops), Data structure, database management system (dbms) , c++, structured query language (sql), c programming . Quantitative aptitude, logical reasoning and verbal.
Tip
Tip

Tip 1 : command over any one programming language
Tip 2 : oops concept should be clear
Tip 3 : practice basic coding question and sql queries

Application process
Where: Company Website
Eligibility: 60% above in 10th and 12th
Resume Tip
Resume tip

Tip 1: don't put any thing extra in resume 
Tip 2: add good projects

Interview rounds

01
Round
Easy
Online Coding Interview
Duration75 minutes.
Interview date8 Nov 2021
Coding problem1

It was online test of 75 mins and comprised of aptitude questions. 
Quantitative aptitude - 25 questions
Verbal- 25 questions
Logical reasoning - 25 questions

1. Sort 0 1 2

Easy
22m average time
0/40
Asked in companies
AmazonOracleWalmart

You have been given an integer array/list(ARR) of size 'N'. It only contains 0s, 1s and 2s. Write a solution to sort this array/list.

Note :
Try to solve the problem in 'Single Scan'. ' Single Scan' refers to iterating over the array/list just once or to put it in other words, you will be visiting each element in the array/list just once.
Try solving now
02
Round
Easy
Online Coding Interview
Duration60 minutes
Interview date21 Nov 2021
Coding problem1

1 coding question was asked and total duration of the round was 60 mins.

1. Rearrange Odd and Even Places

Moderate
25m average time
75% success
0/80
Asked in companies
OlaGoldman Sachs

You are given the 'head' of a singly linked list. Your task is to group all the nodes with odd indices together followed by the nodes with even indices, and return the reordered list’s head.


The first node is considered odd, and the second node is even, and so on.


Note:
Keep in mind that reordering is to be done according to the indexes and not the node values.
Also, ensure that the relative order inside both the even and odd groups should remain as it was in the input.


Example:
Input: 'head' -> 1 -> 3 -> 5 -> 7

Output: 'head' -> 1 -> 5 -> 3 -> 7

Explanation:
The nodes with odd indices (1, 5) are grouped together, followed by the nodes with even indices (3, 7).


Problem approach

First analyse the question and try to understand the input and output specifications. After that observe and examples and then approach accordingly

Try solving now
03
Round
Easy
HR Round
Duration45 mins
Interview date14 Feb 2022
Coding problem2

In round few technical and few HR questions were asked. 
1. I was asked to introduce myself. 
2. Explain my projects mentioned in resume. 
3. Asked about which is my primary language. 
4. Questions related to oops concept like what are the different oops concept and difference between them. 
5. What is linked list . 
6. Different searching techniques
7. What is bubble sort
8. Difference between insertion sort and selection sort.

1. Sort Array

Moderate
15m average time
85% success
0/80
Asked in companies
SprinklrHSBCHCL Technologies

You are given an array consisting of 'N' positive integers where each integer is either 0 or 1 or 2. Your task is to sort the given array in non-decreasing order.

Note :
1. The array consists of only 3 distinct integers 0, 1, 2.
2. The array is non-empty.
Problem approach

Tip 1: first write the pseudo code
Tip 2: be confident while answering

Try solving now

2. Common Elements

Moderate
35m average time
70% success
0/80
Asked in companies
SAP LabsWalmartFlipkart limited

Given two 1-dimensional arrays containing strings of lowercase alphabets, print the elements that are common in both the arrays i.e. the strings that are present in both the arrays.

Note:
An element of one array can be mapped only to one element of the array. For example :

Array 1 = {“ab”, “dc”, “ab”, “ab”}
Array 2 = {“dc”, “ab”, “ab”} 

The common elements for the above example will be “dc”, “ab”, and “ab”. 
Problem approach

Tip 1: first write the pseudo code
Tip 2: be confident while answering
 

Try solving now

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
4658 views
0 comments
0 upvotes
Associate Consultant
3 rounds | 6 problems
Interviewed by Atos Syntel
785 views
0 comments
0 upvotes
Associate Consultant
4 rounds | 5 problems
Interviewed by Atos Syntel
556 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3453 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Associate Professional
3 rounds | 3 problems
Interviewed by CIS - Cyber Infrastructure
516 views
0 comments
0 upvotes
company logo
Associate Professional
4 rounds | 6 problems
Interviewed by CIS - Cyber Infrastructure
0 views
0 comments
0 upvotes
company logo
Associate Professional
3 rounds | 9 problems
Interviewed by CIS - Cyber Infrastructure
491 views
0 comments
0 upvotes