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 Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

ATYETI Interview Questions and Answers

Updated 17 Jun 2025
Popular Designations

9 Interview questions

A Principal Associate was asked 4mo ago
Q. Are you open to learning more technologies along with your current technology?
Ans. 

Absolutely! Continuous learning is essential in technology to stay relevant and innovative.

  • Technology evolves rapidly; learning new tools keeps my skills sharp.

  • For example, I recently learned about cloud computing to enhance my current software development skills.

  • I believe in cross-training; understanding different technologies can lead to better problem-solving.

  • Participating in workshops and online courses helps ...

View all Principal Associate interview questions
A Principal Associate was asked 4mo ago
Q. Will you provide training related to your technology to freshers if required?
Ans. 

Yes, I am committed to providing comprehensive training to freshers on our technology to ensure their success and integration.

  • I would develop a structured training program tailored to the technology we use.

  • Hands-on workshops can be organized to give freshers practical experience.

  • Mentorship opportunities can be established, pairing freshers with experienced team members.

  • Regular feedback sessions would be implemente...

View all Principal Associate interview questions
A Junior Java Developer was asked
Q. What are the features of Java?
Ans. 

Java is a versatile programming language known for its platform independence, object-oriented nature, and robustness.

  • Platform independence: Java programs can run on any operating system or platform that has a Java Virtual Machine (JVM).

  • Object-oriented: Java supports the principles of encapsulation, inheritance, and polymorphism.

  • Robustness: Java has built-in memory management, exception handling, and strong type ch...

View all Junior Java Developer interview questions
A Junior Java Developer was asked
Q. What is a package?
Ans. 

A package is a way to organize related classes and interfaces in Java.

  • Packages help in avoiding naming conflicts and provide a hierarchical structure.

  • Packages can be imported to access classes and interfaces from other packages.

  • Packages are used to create modular and reusable code.

  • Packages are declared using the 'package' keyword at the beginning of a Java file.

  • Example: 'package com.example.myapp;'

View all Junior Java Developer interview questions
A Junior Java Developer was asked
Q. What is a wrapper class?
Ans. 

Wrapper class is a class that wraps or encapsulates the primitive data types in Java.

  • Wrapper classes provide a way to use primitive data types as objects.

  • They have methods to convert between primitive types and objects.

  • Wrapper classes are immutable.

  • Examples of wrapper classes include Integer, Double, Boolean, etc.

View all Junior Java Developer interview questions
A Junior Java Developer was asked
Q. What is local storage?
Ans. 

Local storage is a web browser feature that allows websites to store data locally on a user's device.

  • Local storage is a key-value storage mechanism.

  • It is a part of the web storage API.

  • Data stored in local storage persists even after the browser is closed.

  • It is limited to storing data in string format.

  • Local storage can be accessed and modified using JavaScript methods like localStorage.setItem() and localStorage.ge...

View all Junior Java Developer interview questions
A Junior Java Developer was asked
Q. What is overriding and overloading?
Ans. 

Overriding is when a subclass provides a different implementation of a method inherited from its superclass. Overloading is when multiple methods with the same name but different parameters are defined in a class.

  • Overriding is used to achieve runtime polymorphism.

  • Overriding methods must have the same name, return type, and parameters as the method in the superclass.

  • Overloading is used to achieve compile-time polym...

View all Junior Java Developer interview questions
Are these interview questions helpful?
A Senior Software Engineer was asked 12mo ago
Q. Behaviour of of code snippets
Ans. 

Code snippets can have different behaviors based on the programming language, syntax, and logic implemented.

  • Code snippets can produce different outputs based on the input provided.

  • The behavior of code snippets can be affected by the environment in which they are executed.

  • Errors in code snippets can lead to unexpected behaviors or crashes.

  • Code snippets can have different time and space complexities based on the alg...

View all Senior Software Engineer interview questions
A Business Analyst was asked
Q. What are derivatives, types of derivatives
Ans. 

Derivatives are financial instruments whose value is derived from an underlying asset or group of assets.

  • Types of derivatives include futures, options, swaps, and forwards

  • Derivatives are used for hedging, speculation, and arbitrage

  • Examples of derivatives include stock options, commodity futures, interest rate swaps

View all Business Analyst interview questions

ATYETI Interview Experiences

17 interviews found

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
-
Result
No response

I applied via Job Portal and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Multithreading and synchronization related
  • Q2. Behaviour of of code snippets
  • Ans. 

    Code snippets can have different behaviors based on the programming language, syntax, and logic implemented.

    • Code snippets can produce different outputs based on the input provided.

    • The behavior of code snippets can be affected by the environment in which they are executed.

    • Errors in code snippets can lead to unexpected behaviors or crashes.

    • Code snippets can have different time and space complexities based on the algorith...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Are you open to learn more technologies along with your current technology?
  • Ans. 

    Absolutely! Continuous learning is essential in technology to stay relevant and innovative.

    • Technology evolves rapidly; learning new tools keeps my skills sharp.

    • For example, I recently learned about cloud computing to enhance my current software development skills.

    • I believe in cross-training; understanding different technologies can lead to better problem-solving.

    • Participating in workshops and online courses helps me st...

  • Answered by AI
  • Q2. Will you provide training related to your technology to freshers if required?
  • Ans. 

    Yes, I am committed to providing comprehensive training to freshers on our technology to ensure their success and integration.

    • I would develop a structured training program tailored to the technology we use.

    • Hands-on workshops can be organized to give freshers practical experience.

    • Mentorship opportunities can be established, pairing freshers with experienced team members.

    • Regular feedback sessions would be implemented to ...

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. AI / ML process
  • Q2. Data enginerring tools
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2023. There were 2 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 

(5 Questions)

  • Q1. What is package?
  • Ans. 

    A package is a way to organize related classes and interfaces in Java.

    • Packages help in avoiding naming conflicts and provide a hierarchical structure.

    • Packages can be imported to access classes and interfaces from other packages.

    • Packages are used to create modular and reusable code.

    • Packages are declared using the 'package' keyword at the beginning of a Java file.

    • Example: 'package com.example.myapp;'

  • Answered by AI
  • Q2. What is local storage?
  • Ans. 

    Local storage is a web browser feature that allows websites to store data locally on a user's device.

    • Local storage is a key-value storage mechanism.

    • It is a part of the web storage API.

    • Data stored in local storage persists even after the browser is closed.

    • It is limited to storing data in string format.

    • Local storage can be accessed and modified using JavaScript methods like localStorage.setItem() and localStorage.getItem...

  • Answered by AI
  • Q3. What is wrapper class?
  • Ans. 

    Wrapper class is a class that wraps or encapsulates the primitive data types in Java.

    • Wrapper classes provide a way to use primitive data types as objects.

    • They have methods to convert between primitive types and objects.

    • Wrapper classes are immutable.

    • Examples of wrapper classes include Integer, Double, Boolean, etc.

  • Answered by AI
  • Q4. Features of java?
  • Ans. 

    Java is a versatile programming language known for its platform independence, object-oriented nature, and robustness.

    • Platform independence: Java programs can run on any operating system or platform that has a Java Virtual Machine (JVM).

    • Object-oriented: Java supports the principles of encapsulation, inheritance, and polymorphism.

    • Robustness: Java has built-in memory management, exception handling, and strong type checkin...

  • Answered by AI
  • Q5. What is overriding and overloading?
  • Ans. 

    Overriding is when a subclass provides a different implementation of a method inherited from its superclass. Overloading is when multiple methods with the same name but different parameters are defined in a class.

    • Overriding is used to achieve runtime polymorphism.

    • Overriding methods must have the same name, return type, and parameters as the method in the superclass.

    • Overloading is used to achieve compile-time polymorphi...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Count duplicate in array

Round 2 - HR 

(1 Question)

  • Q1. Why you want to work here

Software Developer Interview Questions & Answers

user image sandeep chunchu

posted on 22 Jul 2024

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

I applied via Referral and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Group Discussion 

General topics and communication skills

Round 2 - Aptitude Test 

Arithmetic and reasoning

Round 3 - Technical 

(2 Questions)

  • Q1. Sql questions on acid properties
  • Q2. Java questions related to oops
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Nov 2023.

Round 1 - Aptitude Test 

Prepare for aptitude and reasoning and also basics of fiannce.

Round 2 - Technical 

(1 Question)

  • Q1. Finance related and SDLC and corporate actions and investment banking domain
Round 3 - HR 

(1 Question)

  • Q1. HR related questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. What is your relevant Experience?
  • Ans. 

    I have over 10 years of experience in consulting for various industries, specializing in project management and process improvement.

    • 10+ years of consulting experience

    • Specialize in project management and process improvement

    • Worked with clients in various industries

    • Led successful projects resulting in cost savings and efficiency improvements

  • Answered by AI
  • Q2. What is your existing Pay?
  • Ans. 

    My existing pay is competitive based on my experience and qualifications.

    • My existing pay is in line with industry standards for someone in my position.

    • I have received regular salary increases based on performance.

    • I am open to discussing salary expectations for this new role.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Nov 2023.

Round 1 - Aptitude Test 

Conducted Online exam

Round 2 - Technical 

(1 Question)

  • Q1. What are derivatives, types of derivatives
  • Ans. 

    Derivatives are financial instruments whose value is derived from an underlying asset or group of assets.

    • Types of derivatives include futures, options, swaps, and forwards

    • Derivatives are used for hedging, speculation, and arbitrage

    • Examples of derivatives include stock options, commodity futures, interest rate swaps

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is your biggest failure what have you learn from it
  • Ans. 

    My biggest failure was underestimating project timelines, which taught me the importance of thorough planning and stakeholder communication.

    • Underestimated Timeline: I once projected a project to take three months, but it ended up taking six due to unforeseen complexities.

    • Lack of Stakeholder Communication: I failed to regularly update stakeholders, leading to misaligned expectations and frustration.

    • Importance of Plannin...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. Microservices, Kafka, core java , java 8
  • Q2. Spring boot, sql

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about ATYETI?
Ask anonymously on communities.

ATYETI Interview FAQs

How many rounds are there in ATYETI interview?
ATYETI interview process usually has 2-3 rounds. The most common rounds in the ATYETI interview process are Technical, HR and Coding Test.
How to prepare for ATYETI 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 Java, SQL, Python, Microservices and Multithreading.
What are the top questions asked in ATYETI interview?

Some of the top questions asked at the ATYETI interview -

  1. Are you open to learn more technologies along with your current technolo...read more
  2. Will you provide training related to your technology to freshers if requir...read more
  3. What are derivatives, types of derivati...read more
How long is the ATYETI interview process?

The duration of ATYETI interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 22 interview experiences

Difficulty level

Easy 15%
Moderate 54%
Hard 31%

Duration

Less than 2 weeks 73%
2-4 weeks 27%
View more
Join ATYETI Exceeding Expectations

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 51 Interviews
IT By Design Interview Questions
3.6
 • 41 Interviews
ConsultAdd Interview Questions
3.6
 • 37 Interviews
JMR Infotech Interview Questions
4.2
 • 33 Interviews
Systems Plus Interview Questions
4.3
 • 30 Interviews
VDart Interview Questions
4.0
 • 29 Interviews
View all

ATYETI Reviews and Ratings

based on 141 reviews

4.0/5

Rating in categories

3.9

Skill development

4.0

Work-life balance

4.1

Salary

3.6

Job security

4.0

Company culture

3.7

Promotions

3.9

Work satisfaction

Explore 141 Reviews and Ratings
Software Developer
50 salaries
unlock blur

₹3 L/yr - ₹6.2 L/yr

Senior Software Engineer
40 salaries
unlock blur

₹18 L/yr - ₹30.9 L/yr

Recruitment Analyst
34 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Principal Associate
34 salaries
unlock blur

₹28.6 L/yr - ₹46 L/yr

Software Engineer
25 salaries
unlock blur

₹4.6 L/yr - ₹11.6 L/yr

Explore more salaries
Compare ATYETI with

JoulestoWatts Business Solutions

3.1
Compare

Value Point Systems

3.5
Compare

Saama Technologies

3.7
Compare

Systems Plus

4.2
Compare
write
Share an Interview