Premium Employer

i

This company page is being actively managed by ATYETI Team. If you also belong to the team, you can get access from here

ATYETI Verified Tick

Compare button icon Compare button icon Compare
4.3

based on 156 Reviews

Filter interviews by

ATYETI Senior Java Developer Interview Questions and Answers

Updated 13 Jul 2022

ATYETI Senior Java Developer Interview Experiences

1 interview found

Round 1 - Coding Test 

Hackerrank test 90 mins on DSA , Java and Spring

Round 2 - Technical 

(1 Question)

  • Q1. Java, Spring, Spring architecture, Spring MVC , REST, Spring Security
Round 3 - Technical 

(1 Question)

  • Q1. Rest API, JSON,XML , Scenarios
Round 4 - HR 

(1 Question)

  • Q1. Reasons for change, Salary expectation, offers in hand, location

Interview Preparation Tips

Interview preparation tips for other job seekers - Please avoid this company. They will simply waste your time.
I interviewed for the role of Senior Java developer for one of their clients : Morgan Stanley. First round was telephonic round conducted by Atyeti and I was asked basic Java questions. On clearing round 1, I was assigned a 90 mins hackerank test from Morgan Stanley. On clearing hackerrank test there were another 3 rounds which were directly conducted by Morgan Stanley. In the final round I received confirmation that I had been shortlisted and also had a salary and joining date discussion with Atyeti h.r..Was also asked to submit my relevant documents which I did. However there was no response even after 2.5 weeks and finally when I reached out multiple times, I was informed that the position was put on hold by Morgan Stanley.
Completely wasted around 35-40 days on the entire process, not to mention the false assurance of confirmation.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Lookup vs graphlookup in mongodb
  • Ans. 

    Lookup is used to perform a left outer join in MongoDB, while graphlookup is used to perform recursive graph traversal.

    • Lookup is used to perform a left outer join between two collections in MongoDB.

    • Graphlookup is used to perform recursive graph traversal in a collection that contains graph data.

    • Lookup can only perform a single level join, while graphlookup can perform multiple levels of traversal.

    • Lookup is faster than

  • Answered by AI
  • Q2. Count frequency of each character in string
  • Ans. 

    Use a hashmap to count the frequency of each character in a string.

    • Create a hashmap to store characters as keys and their frequencies as values.

    • Iterate through the string and update the hashmap accordingly.

    • Return the hashmap with character frequencies.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Create a rest api all the way from controller to repository using NOTEPAD
  • Ans. 

    Creating a REST API from controller to repository using NOTEPAD

    • Create a controller class with mapping annotations for REST endpoints

    • Implement service layer to handle business logic and interact with repository

    • Define repository interface with methods for data access operations

    • Use Spring Boot for easy setup and configuration

    • Test API endpoints using tools like Postman

  • Answered by AI
  • Q2. Couldnt write custom mongodb query at repository layer in notepad which rejected my candidature.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Spring boot migration
Round 2 - HR 

(1 Question)

  • Q1. Will you be flexible?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Explain oops concepts
  • Ans. 

    OOP is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOP focuses on creating objects that interact with each other to solve problems.

    • Encapsulation: Objects can hide their internal state and require interactions through defined interfaces.

    • Inheritance: Objects can inherit attributes and methods from other objects.

    • Polymorphism: Objec...

  • Answered by AI
  • Q2. Write a code on simple one.
  • Ans. 

    Code a simple one

    • Use a basic programming language like Python or JavaScript

    • Create an array of strings

    • Print the array elements

  • Answered by AI
  • Q3. Explain about your projects
  • Ans. 

    I have worked on various projects including a web application for tracking inventory and a mobile app for managing tasks.

    • Developed a web application using React.js for tracking inventory levels and generating reports

    • Created a mobile app using Flutter for managing tasks and setting reminders

    • Implemented RESTful APIs for communication between frontend and backend systems

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a software developer with 5 years of experience in Java, Python, and SQL.

    • 5 years of experience in Java, Python, and SQL

    • Strong problem-solving skills

    • Experience working in Agile development environment

    • Passionate about learning new technologies

  • Answered by AI
  • Q2. Why msg global solutions
  • Ans. 

    I want to work at msg global solutions because of their reputation for innovative solutions and collaborative work environment.

    • I am impressed by msg global solutions' track record of delivering cutting-edge software solutions to clients.

    • I am excited about the opportunity to work with a team of talented developers and collaborate on challenging projects.

    • I value the emphasis msg global solutions places on professional de...

  • Answered by AI
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 5 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions mainly focusing on ratio and proportion.

Round 2 - Coding Test 

1 string manipulation question and 1 Linked list

Round 3 - Technical 

(2 Questions)

  • Q1. Java Oops related questions
  • Q2. Questions on codes of coding round
Round 4 - Technical 

(2 Questions)

  • Q1. All Java Collections questions
  • Q2. Singleton class related questions
Round 5 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Company policies

Interview Preparation Tips

Interview preparation tips for other job seekers - Medium level of interview. Interviewers are very supportive as well.
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Coding Test 

2 DSA question was asked

Round 2 - Aptitude Test 

40 questions in 20 minutes

Round 3 - Technical 

(2 Questions)

  • Q1. Stones games 2 leetcode
  • Q2. Permutations of array
  • Ans. 

    Generate all possible permutations of an array of strings

    • Use recursion to generate permutations

    • Swap elements to create different permutations

    • Base case: when array size is 1, return array as permutation

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Project discussion

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Coding Test 

60mintues DSA level coding exam

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Sql questions with queries
  • Q2. Rdbms related questions.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Dec 2023.

Round 1 - Aptitude Test 

Online assessment with quantitative and qualitative questions

Round 2 - Coding Test 

Some Tree traversal coding question

Round 3 - Technical 

(2 Questions)

  • Q1. Load balancer design question
  • Q2. Technical challenges faced

I applied via Recruitment Consulltant and was interviewed before Oct 2021. 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 - Aptitude Test 

Reasoning and aptitude questions are given

Round 3 - HR 

(2 Questions)

  • Q1. Tell all concepts of Overloading
  • Ans. 

    Overloading is a concept in programming where multiple functions can have the same name but different parameters.

    • Functions with the same name but different parameters can be defined in a class

    • Overloading allows for flexibility in function usage

    • Example: void print(int num) and void print(string text) are overloaded functions

  • Answered by AI
  • Q2. Tell me about a live example of inheritance
  • Ans. 

    Inheritance in software development allows a class to inherit properties and behaviors from another class.

    • Inheritance allows a subclass to reuse code from a superclass

    • Subclass can also add new functionalities or override existing ones

    • Example: Animal class can be a superclass with properties like name and age, while Dog class can inherit from Animal and add a method bark()

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Tell about the your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Do prepare all basic concepts of oops, practice all the concepts

ATYETI Interview FAQs

How many rounds are there in ATYETI Senior Java Developer interview?
ATYETI interview process usually has 4 rounds. The most common rounds in the ATYETI interview process are Technical, Coding Test and HR.
How to prepare for ATYETI Senior Java Developer 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 ATYETI. The most common topics and skills that interviewers at ATYETI expect are Spring Boot, Java, Microservices, Multithreading and Core Java.
What are the top questions asked in ATYETI Senior Java Developer interview?

Some of the top questions asked at the ATYETI Senior Java Developer interview -

  1. Java, Spring, Spring architecture, Spring MVC , REST, Spring Secur...read more
  2. Rest API, JSON,XML , Scenar...read more

Tell us how to improve this page.

Join ATYETI Exceeding Expectations
Software Developer
51 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Senior Software Engineer
35 salaries
unlock blur

₹10.5 L/yr - ₹38 L/yr

Recruitment Analyst
34 salaries
unlock blur

₹3.2 L/yr - ₹6.5 L/yr

Software Engineer
25 salaries
unlock blur

₹3.8 L/yr - ₹14 L/yr

Senior Associate
25 salaries
unlock blur

₹13 L/yr - ₹30 L/yr

Explore more salaries
Compare ATYETI with

Infosys

3.7
Compare

TCS

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