Upload Button Icon Add office photos
Engaged Employer

i

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

YASH Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

YASH Technologies Java Developer Interview Questions and Answers

Updated 10 Aug 2022

YASH Technologies Java Developer Interview Experiences

1 interview found

I applied via AmbitionBox and was interviewed in Jul 2022. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Core java concepts and logical
  • Q2. For experience candidate focus on real time projects

Interview Preparation Tips

Topics to prepare for YASH Technologies Java Developer interview:
  • Spring Boot
  • jdk 1.8
  • Hibernate
  • Collections
Interview preparation tips for other job seekers - Hands on core java concepts like oops exception handling and have good knowledge of two or three advanced java technologies . mostly focus on spring boot and hibernate

Java Developer Jobs at YASH Technologies

View all

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain architecture of your project
  • Q2. Some questions on Java, Spring Boot and sql
Round 2 - Technical 

(2 Questions)

  • Q1. Project flow and some behavioural questions
  • Q2. Project contribution of yours
  • Ans. 

    Developed a web application for tracking employee attendance and performance

    • Implemented user authentication and authorization using Spring Security

    • Utilized Hibernate for database interaction and data persistence

    • Designed and developed RESTful APIs for frontend integration

    • Used AngularJS for frontend development to create interactive user interfaces

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Basic formalities before offer release

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand your project properly and have your basic of programming very clear
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(5 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced Java Developer with a passion for creating efficient and scalable applications.

    • Over 5 years of experience in Java development

    • Strong knowledge of object-oriented programming principles

    • Proficient in Spring framework and Hibernate

    • Experience with RESTful web services and microservices architecture

    • Familiar with Agile methodologies and version control systems like Git

  • Answered by AI
  • Q2. Explain Spring Boot flow in your project
  • Ans. 

    Spring Boot simplifies the development of Java applications by providing a set of tools and conventions.

    • Spring Boot eliminates the need for manual configuration by providing defaults and auto-configuration.

    • It includes embedded servers like Tomcat, Jetty, or Undertow for easy deployment.

    • Spring Boot starters help in quickly setting up dependencies and configurations.

    • Annotations like @SpringBootApplication and @RestContro

  • Answered by AI
  • Q3. Explain Spring Security flow in your project
  • Ans. 

    Spring Security is used for authentication and authorization in Java projects.

    • Spring Security provides authentication and authorization support out of the box.

    • It can be configured using XML or Java configuration.

    • It supports various authentication mechanisms like form-based, basic, and OAuth.

    • Roles and permissions can be defined using annotations or configuration.

    • Example: @EnableWebSecurity annotation enables Spring Secu

  • Answered by AI
  • Q4. What is @SpringBootApplication
  • Ans. 

    Annotation used to mark a class as a Spring Boot application

    • Main annotation in Spring Boot to indicate the starting point of the application

    • Combines @Configuration, @EnableAutoConfiguration, and @ComponentScan annotations

    • Used to enable the auto-configuration feature in Spring Boot

    • Reduces the need for XML configuration in Spring applications

  • Answered by AI
  • Q5. Coding Question - Find frequency of all the all the elements in Given String
  • Ans. 

    Find frequency of all elements in a given string

    • Create a HashMap to store the frequency of each element in the string

    • Iterate through the string and update the frequency in the HashMap

    • Convert the HashMap to an array of strings for the final result

  • Answered by AI
Round 2 - HR 

(5 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a Java Developer with 5 years of experience in developing web applications and implementing software solutions.

    • 5 years of experience in Java development

    • Proficient in developing web applications

    • Skilled in implementing software solutions

  • Answered by AI
  • Q2. What is Success according to you
  • Ans. 

    Success is achieving personal goals, feeling fulfilled, and making a positive impact on others.

    • Success is subjective and can vary from person to person.

    • It is not just about achieving wealth or fame, but also about personal growth and happiness.

    • Success can be measured by the impact one has on others and the legacy they leave behind.

    • Examples of success include reaching career milestones, maintaining healthy relationships...

  • Answered by AI
  • Q3. What are your strengths and weekness
  • Ans. 

    My strengths include strong problem-solving skills and attention to detail. My weakness is sometimes being too critical of my own work.

    • Strength: Strong problem-solving skills - I enjoy tackling complex problems and finding efficient solutions.

    • Strength: Attention to detail - I take pride in producing high-quality work and ensuring accuracy.

    • Weakness: Being too critical of my own work - I strive for perfection and sometim...

  • Answered by AI
  • Q4. Tell me about your Family Background
  • Ans. 

    I come from a close-knit family with a strong emphasis on education and hard work.

    • Family is supportive and values education

    • Parents are both professionals

    • Have a sibling who is also in the tech industry

  • Answered by AI
  • Q5. How do you solve any problem
  • Ans. 

    I approach problem-solving by breaking down the issue, researching possible solutions, and testing different approaches.

    • Identify the problem and gather all relevant information

    • Brainstorm potential solutions and evaluate their feasibility

    • Implement the chosen solution and test it to ensure it resolves the problem

    • Iterate on the solution if needed to improve its effectiveness

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about your project
  • Ans. 

    Developed a web-based inventory management system for a retail company.

    • Used Java, Spring Boot, and MySQL for backend development.

    • Implemented user authentication and authorization using Spring Security.

    • Designed a responsive front-end using HTML, CSS, and JavaScript.

    • Integrated barcode scanning functionality for efficient inventory tracking.

  • Answered by AI
  • Q2. Class vs object
  • Ans. 

    A class is a blueprint or template for creating objects, while an object is an instance of a class.

    • A class defines the properties and behaviors of objects, while an object is a specific instance of a class.

    • Classes can be used to create multiple objects with similar characteristics.

    • Objects have state (attributes) and behavior (methods) defined by the class.

    • Example: Class 'Car' defines properties like 'color' and 'model'...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary expectation
  • Q2. Date to join?

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Chvvvv vvbbbbb isush shjshs jdudjdj
  • Q2. Vvvhjjjc hhhjVv hsudjsj hsudjsh hdhdh

Interview Preparation Tips

Interview preparation tips for other job seekers - Vvbh
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain how hashmap internally works
  • Ans. 

    HashMap internally uses an array of linked lists to store key-value pairs.

    • HashMap uses hashing to determine the index of the key in the array.

    • If multiple keys hash to the same index, a linked list is used to store them.

    • When retrieving a value, the key is hashed to find the index and then the linked list is searched for the key.

  • Answered by AI
  • Q2. Difference between vector and Arraylist
  • Ans. 

    Vector is synchronized and slower, ArrayList is unsynchronized and faster.

    • Vector is synchronized, ArrayList is not.

    • Vector is slower due to synchronization, ArrayList is faster.

    • Vector is legacy class, ArrayList is part of Java Collections framework.

    • Vector doubles its size when full, ArrayList increases by 50%.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Aptitude questions and some questions from PostgreSQL.

Round 2 - Technical 

(5 Questions)

  • Q1. Java fundamental questions?
  • Q2. Collection Framework.
  • Q3. 2-3 easy to medium Coding Questions.
  • Q4. Questions from Object oriented programming in Java?
  • Q5. Implementation of HashMap , LinkedList, HashSet, Heap?
  • Ans. 

    HashMap, LinkedList, HashSet, and Heap are data structures commonly used in Java for storing and organizing data.

    • HashMap: key-value pairs, uses hashing to store and retrieve elements efficiently (e.g. HashMap)

    • LinkedList: linear data structure, elements are stored in nodes with pointers to the next node (e.g. LinkedList)

    • HashSet: collection of unique elements, uses hashing to ensure uniqueness (e.g. Hash...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for GlobalLogic Java Developer interview:
  • Java
  • oops
  • Collection Framework
Interview preparation tips for other job seekers - Interviewers were very friendly and helpful.

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is Springboot
  • Ans. 

    Spring Boot is a framework that simplifies the development of Java applications by providing pre-configured settings and tools.

    • Spring Boot eliminates the need for manual configuration by providing defaults for most settings.

    • It allows developers to quickly set up and run standalone Spring-based applications.

    • Spring Boot includes embedded servers like Tomcat, Jetty, or Undertow for easy deployment.

    • It promotes convention o...

  • Answered by AI
  • Q2. Questions on kafka
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Good coding questions related array and string

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I was interviewed in Dec 2022.

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 

There were 2 coding questions

Round 3 - Technical 

(1 Question)

  • Q1. Java oops concepts, java 8 features, spring, DB related questions
Round 4 - Technical 

(1 Question)

  • Q1. Again technical questions also About company? Y bnp? Complex issues that u fixed..
Round 5 - HR 

(1 Question)

  • Q1. HR discussion like salary and all

YASH Technologies Interview FAQs

How many rounds are there in YASH Technologies Java Developer interview?
YASH Technologies interview process usually has 1 rounds. The most common rounds in the YASH Technologies interview process are One-on-one Round.
How to prepare for YASH Technologies 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 YASH Technologies. The most common topics and skills that interviewers at YASH Technologies expect are Java, Hibernate, Spring, Javascript and Agile Coaching.
What are the top questions asked in YASH Technologies Java Developer interview?

Some of the top questions asked at the YASH Technologies Java Developer interview -

  1. for experience candidate focus on real time proje...read more
  2. core java concepts and logi...read more

Tell us how to improve this page.

YASH Technologies Java Developer Salary
based on 63 salaries
₹2.7 L/yr - ₹6 L/yr
30% less than the average Java Developer Salary in India
View more details

YASH Technologies Java Developer Reviews and Ratings

based on 4 reviews

2.0/5

Rating in categories

2.0

Skill development

2.4

Work-life balance

2.2

Salary

1.7

Job security

2.7

Company culture

2.0

Promotions

2.0

Work satisfaction

Explore 4 Reviews and Ratings
Java Developer Job

Bangalore / Bengaluru

3-4 Yrs

Not Disclosed

Java Developer-Full Stack Job

Pune

0-11 Yrs

Not Disclosed

Java Developer Job

Pune

0-3 Yrs

Not Disclosed

Explore more jobs
Software Engineer
1.3k salaries
unlock blur

₹2.4 L/yr - ₹12 L/yr

Senior Software Engineer
1.3k salaries
unlock blur

₹6 L/yr - ₹23.7 L/yr

Associate Consultant
772 salaries
unlock blur

₹2 L/yr - ₹10.2 L/yr

Consultant
728 salaries
unlock blur

₹5 L/yr - ₹18 L/yr

Module Lead
522 salaries
unlock blur

₹10.2 L/yr - ₹32 L/yr

Explore more salaries
Compare YASH Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

Tech Mahindra

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview