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 28 Feb 2025

Top YASH Technologies Interview Questions and Answers

View all 102 questions

YASH Technologies Interview Experiences

Popular Designations

145 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
YASH Technologies Interview Questions and Answers for Freshers
illustration image
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

 (15)

 Consultant

 (8)

 Software Developer

 (6)

 SAP Consultant

 (6)

 Trainee Programmer

 (6)

 Module Lead

 (5)

 Software Engineer

 (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
-
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 (42)

Jobs at YASH Technologies

View all
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. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Trainee Interview Questions & Answers

user image Anonymous

posted on 4 Jun 2024

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

I applied via Walk-in and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

C language and aptitude test

Round 2 - Technical 

(2 Questions)

  • Q1. C language questions
  • Q2. C++ language questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well in C

Trainee Interview Questions asked at other Companies

Q1. Ques1: There is a big file of words which is dynamically changing. We are continuously adding some words into it. How would you keep track of top 10 trending words at each moment? Ques2:Write a function that returns the length of the longes... read more
View answer (2)

SAL Interview Questions & Answers

user image Anonymous

posted on 4 Jun 2024

Interview experience
2
Poor
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 - Technical 

(2 Questions)

  • Q1. What is batch apex
  • Ans. 

    Batch Apex is a Salesforce feature that allows for the processing of large volumes of records in chunks.

    • Batch Apex is used to handle large data volumes that would exceed normal processing limits.

    • It breaks down the records into manageable chunks for processing.

    • Batch Apex jobs can be scheduled to run at specific times or can be run manually.

    • Example: Using Batch Apex to update all account records in Salesforce.

  • Answered by AI
  • Q2. What are the different types of asynchronous apex
  • Ans. 

    Different types of asynchronous apex include future methods, queueable interface, and batch apex.

    • Future methods allow for running code asynchronously in the background.

    • Queueable interface allows for chaining jobs and running them in a specific order.

    • Batch apex is used for processing large data sets in smaller, manageable chunks.

  • Answered by AI

Skills evaluated in this interview

SAL Interview Questions asked at other Companies

Q1. what are the different types of asynchronous apex
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about your self
  • Q2. What are the skills that you are involved in
  • Q3. Did you work as Scrum Master

Interview Preparation Tips

Interview preparation tips for other job seekers - 1st round easy,basic project management questions
Technical knowledge

Project Manager Interview Questions asked at other Companies

Q1. What is success & what is failure to you? How do you handle failure? - not much interviewer asks such questions, but I believe these are very important questions, if you want to succeed.
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

INTERVIEWS

Bounteous x Accolite

No Interviews

INTERVIEWS

Kellogg Brown and Root

No Interviews

SALARIES

Procter & Gamble

LIST OF COMPANIES

Procter & Gamble

Overview

Tell us how to improve this page.

YASH Technologies Interview Process

based on 130 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
DXC Technology Interview Questions
3.7
 • 795 Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
KPIT Technologies Interview Questions
3.4
 • 281 Interviews
View all

YASH Technologies Reviews and Ratings

based on 1.6k reviews

3.8/5

Rating in categories

3.6

Skill development

3.8

Work-life balance

3.5

Salary

3.5

Job security

3.8

Company culture

3.3

Promotions

3.5

Work satisfaction

Explore 1.6k Reviews and Ratings
YASH Technologies is Hiring - Lead Consultant - SAP SD

Hyderabad / Secunderabad,

Pune

+1

9-14 Yrs

Not Disclosed

Consultant - SAP EWM Job

Bangalore / Bengaluru

6-8 Yrs

Not Disclosed

Sr. Consultant - Customer Service (CS) Job

Hyderabad / Secunderabad

2-6 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
1.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
1.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Consultant
774 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Consultant
727 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Module Lead
527 salaries
unlock blur

₹0 L/yr - ₹0 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent