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 Software Engineer Interview Questions and Answers

Updated 1 Aug 2024

YASH Technologies Software Engineer Interview Experiences

5 interviews found

Software Engineer Interview Questions & Answers

user image Raja kumar Arepally

posted on 1 Feb 2024

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

(1 Question)

  • Q1. Interviewer will ask about the Project related questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Basic Core java Question

Round 2 - Technical 

(2 Questions)

  • Q1. OOPs concept in java
  • Ans. 

    OOPs concept in Java refers to Object-Oriented Programming principles like encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Polymorphism: Ability of a method to do different things based on the object it is acting upon.

    • Abstraction: Hidin...

  • Answered by AI
  • Q2. Java Project Experience
  • Ans. 

    I have experience working on Java projects in various industries.

    • Developed a web application using Java Spring framework

    • Implemented RESTful APIs for data retrieval and manipulation

    • Utilized Java libraries like Apache POI for Excel file processing

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
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 - One-on-one 

(2 Questions)

  • Q1. Dependency injection
  • Q2. Design pattern if any 2
  • Ans. 

    Two design patterns are Singleton and Observer.

    • Singleton pattern ensures only one instance of a class exists.

    • Observer pattern allows objects to be notified of changes in another object.

    • Singleton can be implemented using lazy initialization or eager initialization.

    • Observer pattern can be used in event-driven systems or GUI frameworks.

    • Example of Singleton: Database connection manager.

    • Example of Observer: GUI components l

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic to moderate questions including deign patterns little explanation

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jun 2022. There were 3 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 - HR 

(2 Questions)

  • Q1. Family background, salary expectation
  • Q2. Job location preference, bonus
Round 3 - Coding Test 

Palindrome number, reverse number

Interview Preparation Tips

Interview preparation tips for other job seekers - try focus on ambition box interview tips for each company

YASH Technologies interview questions for designations

 Senior Software Engineer

 (15)

 Software Engineer Trainee

 (1)

 Senior Software Development Engineer

 (1)

 Software Developer

 (6)

 Software Developer Trainee

 (2)

 Senior Software Developer

 (2)

 Software Quality Test Engineer

 (1)

 Cloud Engineer

 (1)

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Oops concept
  • Q2. C# ,
  • Q3. Life cycle mvc
  • Q4. Sql server db

Interview Preparation Tips

Interview preparation tips for other job seekers - Please keep basic concept clear

Interview questions from similar companies

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

(2 Questions)

  • Q1. Basic OOPS concepts
  • Q2. Angular Interview quiestions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy and general coding questions and communication round

Round 2 - HR 

(2 Questions)

  • Q1. Introduction about us
  • Q2. Strengths and weakness
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via campus placement at Amrita Vishwa Vidyapeetham, Amritapuri Campus

Round 1 - Aptitude Test 

It contained very basic aptitude questions.

Round 2 - Technical 

(1 Question)

  • Q1. Had a deep discussion on the technologies and those written on resume
Round 3 - Technical 

(1 Question)

  • Q1. Had deep discussion on DB
Round 4 - HR 

(1 Question)

  • Q1. Discussion on package and locations

I applied via Recruitment Consulltant and was interviewed in Nov 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 - Technical 

(3 Questions)

  • Q1. Introduction about your work and Tech work
  • Ans. 

    I have been working as a Software Engineer for the past 5 years, specializing in developing web applications using Java and JavaScript.

    • Proficient in Java and JavaScript

    • Experience in developing web applications

    • Strong understanding of software development principles

    • Familiarity with agile methodologies

    • Knowledge of database management systems

    • Experience with version control systems like Git

    • Ability to work in a team and comm

  • Answered by AI
  • Q2. All Details of OOPs concepts
  • Q3. Write a code by using OOPs technology result doesn't matter approach will be considered
Round 3 - Coding Test 

Coding Round two questions with OOPs concepts

Interview Preparation Tips

Topics to prepare for Emerson Electric Co. Software Engineer interview:
  • OOPS
Interview preparation tips for other job seekers - Be confident
Be Genuine
Write code by separating UI with Logic using OOPs
Round 1 - Group Discussion 

Merit and demerit of Machine learning ?

Round 2 - Aptitude Test 

General Aptitude and reasoning

Round 3 - Technical 

(4 Questions)

  • Q1. Oops concept, DBMS , Data Structure
  • Q2. What is Normalisation?
  • Ans. 

    Normalisation is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • It involves dividing larger tables into smaller ones and defining relationships between them.

    • Normalization helps to eliminate data inconsistencies and anomalies.

    • There are different levels of normalization, such as first normal form (1NF), second normal form (2NF), and so on.

    • Normalization can improve database pe...

  • Answered by AI
  • Q3. What is polimorphism?
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • It allows objects of different classes to be treated as if they were objects of the same class.

    • It is achieved through method overriding and method overloading.

    • Example: A shape class can have multiple subclasses like circle, square, etc. and all can be treated as shapes.

    • Example: A method can take an object of a parent class as a parameter and it can accept a

  • Answered by AI
  • Q4. What is Stack and Pre and post Tree formation
  • Ans. 

    Stack is a data structure that follows LIFO. Pre and post tree formation are methods of traversing a tree.

    • Stack is used for backtracking, undoing, and recursion.

    • Pre-order traversal visits the root node first, then left subtree, then right subtree.

    • Post-order traversal visits the left subtree, then right subtree, then root node.

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Tell me About company ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics questions of Data Stucture Oops and Dbms

Skills evaluated in this interview

YASH Technologies Interview FAQs

How many rounds are there in YASH Technologies Software Engineer interview?
YASH Technologies interview process usually has 2 rounds. The most common rounds in the YASH Technologies interview process are Resume Shortlist, Coding Test and Technical.
How to prepare for YASH Technologies Software Engineer 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 Agile Coaching, Business Transformation, SQL, Javascript and Python.
What are the top questions asked in YASH Technologies Software Engineer interview?

Some of the top questions asked at the YASH Technologies Software Engineer interview -

  1. Design pattern if an...read more
  2. Java Project Experie...read more
  3. OOPs concept in j...read more

Tell us how to improve this page.

YASH Technologies Software Engineer Interview Process

based on 5 interviews

Interview experience

3.6
  
Good
View more
YASH Technologies Software Engineer Salary
based on 1.3k salaries
₹2.4 L/yr - ₹12.8 L/yr
13% less than the average Software Engineer Salary in India
View more details

YASH Technologies Software Engineer Reviews and Ratings

based on 134 reviews

3.7/5

Rating in categories

3.6

Skill development

3.8

Work-life balance

3.4

Salary

3.3

Job security

3.7

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 134 Reviews and Ratings
Sr. Software Engineer - Spring Boot Job

Bangalore / Bengaluru

3-4 Yrs

₹ 4.05-12 LPA

Sr. Software Engineer - QlikSense (Qlikview) Job

Hyderabad / Secunderabad

3-5 Yrs

₹ 3-13.5 LPA

Explore more jobs
Software Engineer
1.3k salaries
unlock blur

₹2.4 L/yr - ₹12.8 L/yr

Senior Software Engineer
1.3k salaries
unlock blur

₹7 L/yr - ₹24 L/yr

Associate Consultant
776 salaries
unlock blur

₹2 L/yr - ₹10.6 L/yr

Consultant
730 salaries
unlock blur

₹5 L/yr - ₹20.3 L/yr

Module Lead
521 salaries
unlock blur

₹8.5 L/yr - ₹30 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