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 Interview Questions, Process, and Tips

Updated 2 Apr 2025

Top YASH Technologies Interview Questions and Answers

View all 104 questions

YASH Technologies Interview Experiences

Popular Designations

152 interviews found

Android Developer Interview Questions & Answers

user image Arooshi Tyagi

posted on 28 Jun 2024

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

(2 Questions)

  • Q1. Questions on basic Android concepts
  • Q2. Questions on Kotlin concepts

Android Developer Interview Questions asked at other Companies

Q1. BST Iterator Problem Statement You are tasked with creating a class named BSTIterator that acts as an iterator for the inorder traversal of a binary search tree. Implement the following functions: BSTIterator(Node root): A constructor that... read more
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 27 Oct 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Roles and responsibilities
  • Q2. About the previous company and the project description
Round 2 - HR 

(2 Questions)

  • Q1. About the salary.
  • Q2. Fixed or fixed+variable
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basics of the things you read in a usual syllabus
  • Q2. Java Basics like Objects, classes, packages

Interview Preparation Tips

Interview preparation tips for other job seekers - Cloud. This was not mentioned in my CV. And how to work with JSON files.

Internship Trainee Interview Questions asked at other Companies

Q1. Tell about your UG project? How will you design a table for 1 tonne load and what are all the consideration needed for it? Tell the Equations you know in strength of Materials? What are manufacturing processes involved to fabricate ball bea... read more
View answer (2)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. General SAP SD Questions on basics pricing and Sales process, Detail config of intercompany sales process and Third party
Round 2 - Technical 

(1 Question)

  • Q1. In depth questions on basic functions, I.e. Batch management Pricing, Enhancements

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience is great, but their budget is not so good. Its entry level company

SAP SD Consultant Interview Questions asked at other Companies

Q1. How to achieve to different pricing procedure for sales order and billing document , which controls will enable thia
View answer (6)

YASH Technologies interview questions for popular designations

 Senior Software Engineer

 (16)

 Consultant

 (8)

 Software Engineer

 (7)

 Software Developer

 (6)

 SAP Consultant

 (6)

 Trainee Programmer

 (6)

 Module Lead

 (5)

 Trainee

 (5)

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

I applied via Naukri.com and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. As per technical requirements.
  • Q2. As per technical requirements
Round 2 - Technical 

(2 Questions)

  • Q1. As per technical requirements.
  • Q2. As per technical requirements
Round 3 - Technical 

(2 Questions)

  • Q1. As per technical requirements.
  • Q2. As per technical requirements

Interview Preparation Tips

Interview preparation tips for other job seekers - 2 Technical rounds, 1 managerial round. Interviewers were technical experts and check solution approach to problem. Everything completed within two weeks. HRs are very cooperative and are willing to renegotiate if required. Before accepting offer check Job level being offered and if aligned with expected role.

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Get interview-ready with Top YASH Technologies Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
2-4 weeks
Result
-
  • Q1. Previous job description
  • Q2. Self introduced

Associate Technical Consultant Interview Questions asked at other Companies

Q1. Which one is better to store data, Excel or Relation Database System?
View answer (1)

Jobs at YASH Technologies

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

(1 Question)

  • Q1. Oops concepts, Java 8 coding questions
Round 2 - Technical 

(2 Questions)

  • Q1. Project structure, collection framework
  • Q2. Java 8 coding questions

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
  • Q1. First ask the the employee is he okay with complete night shift with out any leave for 8 months or not
  • Q2. Make sure the new be is okay with the micromanagement and politics

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. In angular how we can pass data parent to child.
  • Ans. 

    In Angular, data can be passed from parent to child components using @Input decorator.

    • Use @Input decorator in the child component to receive data from the parent component

    • Define a property in the child component with @Input decorator and assign the value passed from the parent component

    • Parent component should bind the data to the child component using property binding in the template

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Explain dependency injection.
  • Ans. 

    Dependency injection is a design pattern where components are provided with their dependencies rather than creating them internally.

    • Dependency injection helps in achieving loose coupling between components.

    • It allows for easier testing by providing mock dependencies.

    • There are three types of dependency injection: constructor injection, setter injection, and interface injection.

  • Answered by AI

Skills evaluated in this interview

Top YASH Technologies Senior Software Engineer Interview Questions and Answers

Q1. What is GCD? Explain in details
View answer (3)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Senior Consultant Interview Questions & Answers

user image SIHAB VETTU PARAMBIL

posted on 23 Mar 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Last work experience
  • Ans. 

    In my last role, I led a team to optimize client strategies, resulting in a 30% increase in efficiency and client satisfaction.

    • Managed a team of 5 consultants, focusing on project delivery and client engagement.

    • Implemented a new project management tool that improved communication and tracking.

    • Conducted workshops for clients, enhancing their understanding of our solutions.

    • Achieved a 30% increase in project efficiency th

  • Answered by AI
  • Q2. Technical Questions about Windows
  • Q3. Question about networking techniques

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)

YASH Technologies Interview FAQs

How many rounds are there in YASH Technologies interview?
YASH Technologies interview process usually has 2-3 rounds. The most common rounds in the YASH Technologies interview process are Technical, HR and Resume Shortlist.
How to prepare for YASH Technologies 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, SAP CO, SQL and SAP ABAP.
What are the top questions asked in YASH Technologies interview?

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

  1. 1) describe the Cloud architecture for the azure storage, blob , cloud services...read more
  2. What is GCD? Explain in deta...read more
  3. 3.how will you read unstructured table and convert to structured tab...read more
How long is the YASH Technologies interview process?

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

Tell us how to improve this page.

YASH Technologies Interview Process

based on 139 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

DXC Technology Interview Questions
3.7
 • 802 Interviews
Nagarro Interview Questions
4.0
 • 763 Interviews
NTT Data Interview Questions
3.8
 • 627 Interviews
Publicis Sapient Interview Questions
3.5
 • 621 Interviews
GlobalLogic Interview Questions
3.6
 • 593 Interviews
UST Interview Questions
3.8
 • 518 Interviews
FIS Interview Questions
3.9
 • 489 Interviews
View all

YASH Technologies Reviews and Ratings

based on 1.7k reviews

3.8/5

Rating in categories

3.6

Skill development

3.8

Work-life balance

3.5

Salary

3.6

Job security

3.8

Company culture

3.3

Promotions

3.5

Work satisfaction

Explore 1.7k Reviews and Ratings
Yash Technologies is hiring - Lead Data Scientist

Indore,

Hyderabad / Secunderabad

+1

10-20 Yrs

Not Disclosed

YASH Technologies is Hiring - Mulesoft Lead

Indore,

Hyderabad / Secunderabad

+1

7-12 Yrs

Not Disclosed

YASH Technologies is Hiring - SAP SD S4HANA - Sr. Specialist

Indore,

Hyderabad / Secunderabad

+1

8-13 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
1.4k salaries
unlock blur

₹6.2 L/yr - ₹24.1 L/yr

Software Engineer
1.2k salaries
unlock blur

₹2.4 L/yr - ₹10.5 L/yr

Associate Consultant
745 salaries
unlock blur

₹2.2 L/yr - ₹10.3 L/yr

Consultant
745 salaries
unlock blur

₹4.9 L/yr - ₹20 L/yr

Module Lead
523 salaries
unlock blur

₹9.4 L/yr - ₹32 L/yr

Explore more salaries
Compare YASH Technologies with

DXC Technology

3.7
Compare

Sutherland Global Services

3.6
Compare

Optum Global Solutions

4.0
Compare

FIS

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