Upload Button Icon Add office photos

Filter interviews by

Atlas Primary Software Developer Intern Interview Questions and Answers

Updated 27 Apr 2024

Atlas Primary Software Developer Intern Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via campus placement at Walchand College of Engineering, Sangli

Round 1 - Coding Test 

Simple questions on Array, String

Round 2 - Technical 

(1 Question)

  • Q1. OS DBMS DSA SQL
Round 3 - Technical 

(1 Question)

  • Q1. OOPS, PROJECTS In resume
Round 4 - HR 

(1 Question)

  • Q1. Basic questions

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at SRM university (SRMU) and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It is easy and not that much tough.

Round 2 - Coding Test 

Both questions from strings

Round 3 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java and Python programming languages

    • Proficient in web development technologies like HTML, CSS, and JavaScript

    • Currently pursuing a degree in Computer Science

  • Answered by AI
  • Q2. Projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on resume projects
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Test has many reasoning and coding question work on building logic and data Structure

Round 2 - Coding Test 

Coding round is kind of tough practice dsa questions and build your logic

Interview Preparation Tips

Interview preparation tips for other job seekers - work on skills
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at BRACT's Vishwakarma Institute of Information Technology, Pune and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Leetcode medium questions was asked on hackerrank

Round 2 - Technical 

(2 Questions)

  • Q1. What is database, system design
  • Ans. 

    A database is a structured collection of data, while system design involves creating a plan for how different components of a system will work together.

    • Database is used to store and organize data in a structured manner.

    • System design involves creating a plan for how different components of a system will interact and work together efficiently.

    • Examples of databases include MySQL, PostgreSQL, and MongoDB.

    • Examples of system...

  • Answered by AI
  • Q2. Standard leetcode questions + hashmaps + projects

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Please introduce yourself .
  • Q2. Why do you want to join tech mahindra
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Conduct a phone or video interview
  • Q2. Consider how candidates may work in your team
  • Q3. Conduct a more in depth interview
  • Q4. Assign a remote coding assessment
  • Ans. 

    Assign a remote coding assessment

    • Clearly define the problem statement and requirements

    • Provide a set of input/output examples for testing

    • Specify the programming language and any constraints

    • Set a time limit for completion

    • Include instructions for submission and evaluation

  • Answered by AI
  • Q5. Request previous work samples
Round 2 - Assignment 

The task of Assignment

Interview Preparation Tips

Interview preparation tips for other job seekers - Every job has the very important of the person of Future carrier,life,family💖so even small job has and do that job very importantly so that's y I like this job
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Normal and easy coding questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Define sorting methods
  • Ans. 

    Sorting methods are algorithms used to arrange elements in a specific order.

    • Sorting methods include bubble sort, selection sort, insertion sort, merge sort, quick sort, etc.

    • They can be categorized as comparison-based or non-comparison-based algorithms.

    • Examples: Bubble sort compares adjacent elements and swaps them if they are in the wrong order.

    • Merge sort divides the array into two halves, sorts them separately, and th

  • Answered by AI
  • Q2. 1 coding question

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Project discussion

Interview Preparation Tips

Topics to prepare for LTIMindtree Software Developer Intern interview:
  • Node.Js
  • React.Js
Interview experience
3
Average
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Moderate difficulty level questions were asked

Round 2 - Coding Test 

High difficulty level questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Tough process
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at The LNM Institute of information Technology, Jaipur and was interviewed in Jun 2022. There were 3 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 - Coding Test 

Coding Test on there own platform

Round 3 - Technical 

(3 Questions)

  • Q1. Method Overloading vs Method Overriding
  • Ans. 

    Method overloading is having multiple methods with the same name but different parameters. Method overriding is having a subclass implement a method with the same name and parameters as its superclass.

    • Method overloading is used to provide different ways to call the same method with different parameters.

    • Method overriding is used to provide a specific implementation of a method in a subclass that is different from its su...

  • Answered by AI
  • Q2. Multithreading vs Multitasking
  • Ans. 

    Multithreading is the ability of a CPU to run multiple threads concurrently, while multitasking is the ability of an OS to run multiple processes concurrently.

    • Multithreading is a feature of CPUs, while multitasking is a feature of operating systems.

    • Multithreading allows multiple threads to run concurrently within a single process, while multitasking allows multiple processes to run concurrently.

    • Multithreading can impro...

  • Answered by AI
  • Q3. Switch vs Router and check if String is a Palindrome code it
  • Ans. 

    Switches connect devices within a network, while routers connect networks. Palindrome code checks if a string is the same forwards and backwards.

    • Switches operate at the data link layer, while routers operate at the network layer.

    • Switches use MAC addresses to forward data within a network, while routers use IP addresses to forward data between networks.

    • Palindrome code can be written using a loop to compare the first and...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Capgemini Software Developer Intern interview:
  • DSA
  • Computer Networking
  • Operating Systems
Interview preparation tips for other job seekers - Don't get Nervous and along with dsa have a knowledge of CN,OS

Skills evaluated in this interview

Atlas Primary Interview FAQs

How many rounds are there in Atlas Primary Software Developer Intern interview?
Atlas Primary interview process usually has 4 rounds. The most common rounds in the Atlas Primary interview process are Technical, Coding Test and HR.
What are the top questions asked in Atlas Primary Software Developer Intern interview?

Some of the top questions asked at the Atlas Primary Software Developer Intern interview -

  1. OS DBMS DSA ...read more
  2. Basic questi...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Atlas Primary interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Compare Atlas Primary with

Reliance Industries

4.0
Compare

Tata Group

4.2
Compare

Adani Group

3.9
Compare

Hindustan Unilever

4.2
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