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

Web Developer Interview Questions & Answers

user image Anonymous

posted on 25 Oct 2024

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

Develop web site with any stack

Web Developer Interview Questions asked at other Companies

Q1. Last Index of Element The task is to determine the index of the last occurrence of a specified element x within an array that may contain duplicate elements. If the element is not present, return -1. Input: The first line contains an intege... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic Questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - First round was aptitude test and other was F2F interview .
Question were not that difficult and basic OOPS concept

Trainee Programmer Interview Questions asked at other Companies

Q1. Networking Questions like What is IP ADDRESS WHAT IS MAC ADDRESS WHAT IS BSOD WHAT IS ACTIVE DIRECTORY WHAT IS NODE WHAT IS LAN WAN MAN WHAT IS SQL WHAT ARE SUBGROUPS OF SQL WHAT IS DML ,DDL TCL DCL? WHAT IS DBMS WHAT IS DATABASE WHAT IS LI... read more
View answer (1)
YASH Technologies Interview Questions and Answers for Freshers
illustration image

Software Developer Interview Questions & Answers

user image vikrant Badukale

posted on 29 Jul 2024

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

(2 Questions)

  • Q1. How to modify Collection
  • Ans. 

    Collections in Java can be modified using methods like add, remove, and clear.

    • Use add() method to add elements to a collection

    • Use remove() method to remove elements from a collection

    • Use clear() method to remove all elements from a collection

  • Answered by AI
  • Q2. Which exception occurred while modify Collection object
  • Ans. 

    ConcurrentModificationException occurs while modifying a Collection object.

    • Occurs when a collection is modified while iterating over it

    • Thrown by methods like add, remove, clear, etc. during iteration

    • Can be avoided by using Iterator's remove method instead of Collection's remove method

  • 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)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Simple question asked on the quantative, reasoning, SQL, Azure, Programming and DBMS

Round 2 - Group Discussion 

My topic was Is India ready for EV?

Round 3 - Technical 

(1 Question)

  • Q1. Ask about projects, some question on sql as well as python.
Round 4 - Behavioral 

(1 Question)

  • Q1. Questions about latest technologies and trends

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)

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 Questions & Answers

user image Anonymous

posted on 1 Jun 2024

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

I applied via Company Website and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It is been good to crack the interview with the aptitude test.

Round 2 - Coding Test 

Means the there have been the different kind of codes are they.i would give the one sort of instance,that is they had t.code for the topics based on the courses.

Interview Preparation Tips

Topics to prepare for YASH Technologies interview:
  • SAP FICO
Interview preparation tips for other job seekers - Be perfect able onto crack the interview as well as evolve the good communication skills along within that properly English.

Get interview-ready with Top YASH Technologies Interview Questions

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

(3 Questions)

  • Q1. Basic cocept and coding sceniro
  • Q2. Trigger write with logic explanation
  • Ans. 

    A trigger write with logic explanation in software development.

    • Triggers are database objects that are automatically executed or fired when certain events occur in a database.

    • Triggers can be used to enforce business rules, validate input data, or maintain referential integrity.

    • Example: A trigger can be set up to automatically update a 'last_modified' timestamp whenever a record is updated in a table.

  • Answered by AI
  • Q3. Lwc parent to child , child to parent
Round 3 - One-on-one 

(1 Question)

  • Q1. Basic concept , apex async method, trigget

Skills evaluated in this interview

Senior Software Development Engineer Interview Questions asked at other Companies

Q1. Level order traversal of a binary search tree from leaf to root? Print in a single line or Print new line for every level.
View answer (3)

Jobs at YASH Technologies

View all

Consultant Interview Questions & Answers

user image Anonymous

posted on 5 Nov 2024

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

I applied via LinkedIn and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. SAP master data,processes,project phases,RICEFW,
Round 2 - Behavioral 

(1 Question)

  • Q1. Roles and responsibilities
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

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)

Trainee Interview Questions & Answers

user image Anonymous

posted on 16 Dec 2024

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

Programming, dsa, oops ,dbms,cloud

Round 2 - Coding Test 

Basic dsa questions based on strings lists array

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)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Online round contain technical and coding question

Round 2 - Group Discussion 

Face to face round provide good atmosphere

Round 3 - Technical 

(1 Question)

  • Q1. Merge sort, bubble sort, queries, Factorial and many more
Round 4 - Behavioral 

(1 Question)

  • Q1. Project related 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)
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

I applied via Walk-in

Round 1 - Technical 

(1 Question)

  • Q1. Salary expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - Study and give interview

Senior SAP Consultant Interview Questions asked at other Companies

Q1. Hiw many end to end implementation project have you done?
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

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. Software Engineer-Java+Kafka Job

Pune

3-9 Yrs

Not Disclosed

Consultant - SAP Basis HANA Job

Hyderabad / Secunderabad

5-7 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