Upload Button Icon Add office photos

Filter interviews by

Atom Technologies Software Consultant Interview Questions and Answers

Updated 2 Feb 2022

Atom Technologies Software Consultant Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Case Study 

Document on topic

Round 2 - Technical 

(1 Question)

  • Q1. About payment services and knowledge on payment API.

Interview Preparation Tips

Interview preparation tips for other job seekers - show what you know about topic they given and prepare on topic.

Interview questions from similar companies

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

Write code for advance surrying in js

Round 2 - Coding Test 

Implement custom hook for api call

Round 3 - Behavioral 

(2 Questions)

  • Q1. Basic questions arounf my previous work
  • Q2. Technical questions around performance and code optimization
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

It was about DS Algo and Java garbage collection,multithreading

Round 2 - Technical 

(2 Questions)

  • Q1. Low level design of rate limiter
  • Ans. 

    Rate limiter is a system that controls the rate of traffic sent or received by a network interface.

    • Implement a token bucket algorithm to track and limit the rate of requests

    • Use a sliding window algorithm to track the number of requests within a specific time frame

    • Consider using a distributed rate limiter for scalability and fault tolerance

  • Answered by AI
  • Q2. Springboot basics, java basics, future interfaces, basic sql queries

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Longest Consecutive Sequence
  • Ans. 

    Find the length of the longest consecutive elements sequence in an array.

    • Sort the array to ensure consecutive elements are adjacent

    • Iterate through the array and keep track of the current consecutive sequence length

    • Update the longest consecutive sequence length as you iterate

  • Answered by AI
  • Q2. Core Java Questions
Round 2 - Technical 

(2 Questions)

  • Q1. Executor Service and it's code
  • Ans. 

    Executor Service is a framework provided by Java for managing and executing asynchronous tasks.

    • Executor Service allows you to easily create and manage threads for executing tasks.

    • It provides a way to control the number of threads used for executing tasks, which can help prevent resource exhaustion.

    • You can submit tasks to an Executor Service using methods like execute() or submit().

    • Executor Service can be used to execut...

  • Answered by AI
  • Q2. Core Java and Spring boot questions
Round 3 - Technical 

(2 Questions)

  • Q1. Design patterns
  • Q2. Core Java questions

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. One leetcode easy-medium problem
  • Q2. Java, springboot and oops question
Round 2 - Technical 

(2 Questions)

  • Q1. Project related questions
  • Q2. System design questions

Interview Preparation Tips

Interview preparation tips for other job seekers - HR didnt reach out post interviews
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

You should be familiar with core java features. Collections, converting one collection Array / Vector to other. Removing duplicates. Lambda chaining / Functional programming. Basic SQL - Joins, Aggregates etc.

Round 2 - One-on-one 

(1 Question)

  • Q1. Explain Architecture of applications you worked on. Justify use of components. System Design questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - No need to grind leet code here. But you should know how to solve day to day problems. Do projects end to end. You should know the backend well.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Maths,quant for 1 hour duration

Round 2 - Coding Test 

Arrays, strings, linked list, palindrome

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

I applied via Company Website and was interviewed in Aug 2023. 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 - Technical 

(1 Question)

  • Q1. 1 - Easy Medium Question. Discuss the approach with interviewer and then implement it. The code should work, thats important.
Round 3 - Technical 

(1 Question)

  • Q1. LLD round to design Chess.
Round 4 - One-on-one 

(1 Question)

  • Q1. Hiring manager round. Grilling on resume and past experience questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2022. There were 5 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 - Telephonic Call 

(2 Questions)

  • Q1. Tell me about yourself and about previous organisation.
  • Ans. 

    I am a software developer with 5 years of experience. I previously worked at XYZ Company as a full-stack developer.

    • 5 years of experience in software development

    • Previous role as a full-stack developer at XYZ Company

    • Proficient in programming languages such as Java, Python, and JavaScript

  • Answered by AI
  • Q2. Basic technical questions about the framework and the specific language.
Round 3 - One-on-one 

(1 Question)

  • Q1. More technical questions
Round 4 - Coding Test 

SQL and coding questions

Round 5 - HR 

(1 Question)

  • Q1. Salary negotiation
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 

(2 Questions)

  • Q1. What is dependency injection and inversion principle
  • Ans. 

    Dependency injection is a design pattern that allows objects to receive dependencies rather than creating them internally.

    • Dependency injection is a way to achieve loose coupling between objects.

    • It allows for easier testing and maintenance of code.

    • Inversion principle states that high-level modules should not depend on low-level modules, but both should depend on abstractions.

    • This principle helps to achieve a more flexib...

  • Answered by AI
  • Q2. Program to find missing number in array
  • Ans. 

    Program to find missing number in array

    • Iterate through the array and calculate the sum of all elements

    • Calculate the sum of all numbers from 1 to n (where n is the length of the array)

    • Subtract the sum of array elements from the sum of all numbers to get the missing number

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your base concepts strong and Focus on problem solving skills.

Skills evaluated in this interview

Atom Technologies Interview FAQs

How many rounds are there in Atom Technologies Software Consultant interview?
Atom Technologies interview process usually has 2 rounds. The most common rounds in the Atom Technologies interview process are Case Study and Technical.

Tell us how to improve this page.

People are getting interviews through

based on 1 Atom Technologies interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 752 Interviews
PhonePe Interview Questions
4.0
 • 297 Interviews
PayPal Interview Questions
3.9
 • 206 Interviews
Razorpay Interview Questions
3.6
 • 151 Interviews
Visa Interview Questions
3.6
 • 134 Interviews
Angel One Interview Questions
3.9
 • 126 Interviews
Freecharge Interview Questions
4.0
 • 51 Interviews
Mobikwik Interview Questions
4.0
 • 44 Interviews
Paytm Money Interview Questions
3.3
 • 30 Interviews
Jupiter Money Interview Questions
3.5
 • 29 Interviews
View all
Software Engineer
34 salaries
unlock blur

₹2.6 L/yr - ₹6.7 L/yr

Relationship Manager
21 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Assistant Manager
16 salaries
unlock blur

₹4.3 L/yr - ₹16 L/yr

Senior Executive
13 salaries
unlock blur

₹3 L/yr - ₹8.9 L/yr

Executive
12 salaries
unlock blur

₹1.8 L/yr - ₹4.1 L/yr

Explore more salaries
Compare Atom Technologies with

BillDesk

3.2
Compare

Payed

2.8
Compare

Paytm

3.3
Compare

Razorpay

3.6
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