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

System Engineer Interview Questions & Answers

user image Anish Jain

posted on 16 Jan 2024

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

(2 Questions)

  • Q1. Prepare good with the things you put in resume.
  • Q2. Tell me something about react and angular
  • Ans. 

    React and Angular are popular JavaScript frameworks used for building user interfaces.

    • React is a JavaScript library developed by Facebook.

    • React uses a virtual DOM to efficiently update the user interface.

    • React components are reusable and can be composed to build complex UIs.

    • React follows a unidirectional data flow.

    • Angular is a TypeScript-based open-source framework developed by Google.

    • Angular uses a two-way data bindin...

  • Answered by AI

Skills evaluated in this interview

System Engineer Interview Questions asked at other Companies

Q1. Election Winner Determination In an ongoing election between two candidates A and B, there is a queue of voters that includes supporters of A, supporters of B, and neutral voters. Neutral voters have the power to swing the election results ... read more
View answer (9)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Arthematic and reasoning

Round 2 - Technical 

(2 Questions)

  • Q1. What is strategic sourcing
  • Ans. 

    Strategic sourcing is a proactive approach to procurement that focuses on long-term value creation and supplier relationship management.

    • Strategic sourcing involves analyzing the organization's needs and identifying the best suppliers to meet those needs.

    • It aims to optimize costs, quality, and delivery by leveraging market intelligence and negotiating favorable contracts.

    • Strategic sourcing emphasizes long-term partnersh...

  • Answered by AI
  • Q2. What is the s2p process
  • Ans. 

    The s2p process refers to the source-to-pay process, which encompasses all activities from sourcing suppliers to making payments.

    • The s2p process involves identifying and selecting suppliers.

    • It includes negotiating contracts and pricing with suppliers.

    • It also involves managing supplier relationships and performance.

    • The process includes requisitioning, ordering, and receiving goods or services.

    • It encompasses invoice proc...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be sharp and think logically

Strategic Sourcing Lead Interview Questions asked at other Companies

Q1. What is strategic sourcing
View answer (1)
YASH Technologies Interview Questions and Answers for Freshers
illustration image
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java and Spring Basic Questions

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)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all Resume tips
Round 2 - Technical 

(4 Questions)

  • Q1. Java 8 + Spring boot + Spring security + Java basics questions + design pattern Like singleton, factory design pattern How APIs communicate like Rest template and feign client If u have microservices exp...
  • Q2. Find the 2nd largest number using Java 8
  • Ans. 

    Use Java 8 streams to find the 2nd largest number in an array.

    • Convert the array to a stream using Arrays.stream()

    • Sort the stream in descending order using sorted()

    • Skip the first element (largest number) using skip(1)

    • Find and return the first element of the remaining stream

  • Answered by AI
  • Q3. Find the 2nd Highest salary using sql query
  • Ans. 

    Use SQL query with ORDER BY and LIMIT to find 2nd highest salary.

    • Use SELECT statement to retrieve salary column

    • Use ORDER BY clause to sort salaries in descending order

    • Use LIMIT 1,1 to skip the highest salary and retrieve the 2nd highest salary

  • Answered by AI
  • Q4. Sort the names using Java 8
  • Ans. 

    Using Java 8, sort an array of strings containing names.

    • Use the Arrays.sort() method with a lambda expression to sort the array of strings.

    • Example: String[] names = {"Alice", "Bob", "Charlie"}; Arrays.sort(names, (a, b) -> a.compareTo(b));

    • Print the sorted names array to see the result.

  • 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)

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
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about self?
  • Q2. What salary you expect?

Associate Consultant Interview Questions asked at other Companies

Q1. There are 2 cricket teams, A and B, with 11 players each. If every player of team A shakes hands with every player of team B(once), what will be the total number of handshakes?
View answer (15)

Get interview-ready with Top YASH Technologies Interview Questions

Consultant Interview Questions & Answers

user image Anonymous

posted on 10 May 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Sap sd as your resume

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)

Jobs at YASH Technologies

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

(1 Question)

  • Q1. What is Profiles and Permission set
  • Ans. 

    Profiles and Permission sets are used in Salesforce to control access and permissions for users.

    • Profiles define the settings and permissions for a user, such as object and field access, record types, and page layouts.

    • Permission sets are used to grant additional permissions to users, without changing their profile.

    • Profiles are assigned to users when they are created, while permission sets can be assigned or revoked at a...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why do you want to leave your current organisation

Skills evaluated in this interview

Salesforce Developer Interview Questions asked at other Companies

Q1. Write a trigger to update contact when accounts phone changed.
View answer (6)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

APTITUDE IS OF 2 HRS ,INCLUDES PYTHON,SQL ,DSA and aws

Round 2 - Coding Test 

2 CODING questions of python basics

Interview Preparation Tips

Interview preparation tips for other job seekers - STUDY BASICS OF PYTHON,AWS AND DSA

Software Developer Trainee Interview Questions asked at other Companies

Q1. 1. Tell me about your self 2. Difference Between c & c++. 3. what is class? 4. what is object? 5. what is polymorphism? types of polymorphism explain real example of polymorphism. 6. what is inheritence? Difference between multiple &amp... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How dispatcher servlet works?
  • Ans. 

    Dispatcher servlet in Spring MVC maps incoming requests to the appropriate handler

    • Dispatcher servlet is the front controller in Spring MVC

    • It receives all incoming requests and maps them to the appropriate handler

    • Handler mappings are defined in the configuration file

    • Dispatcher servlet uses HandlerMapping to determine the appropriate controller

    • Once the controller is determined, Dispatcher servlet forwards the request to

  • Answered by AI

Skills evaluated in this interview

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)

Intern Interview Questions & Answers

user image Anonymous

posted on 15 Oct 2023

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

I was interviewed in Sep 2023.

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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Computer basics
Round 3 - Technical 

(1 Question)

  • Q1. English speaking
Round 4 - HR 

(1 Question)

  • Q1. Positive attitude

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
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

Altimetrik

No Interviews

INTERVIEWS

Bounteous x Accolite

No Interviews

INTERVIEWS

Kellogg Brown and Root

No Interviews

SALARIES

Procter & Gamble

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

Sr. Consultant - Customer Service (CS) Job

Hyderabad / Secunderabad

2-6 Yrs

Not Disclosed

Sr. Software Engineer-Java+Kafka Job

Pune

3-9 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