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
3.8

based on 1.6k Reviews

Filter interviews by

YASH Technologies Interview Questions, Process, and Tips

Updated 18 Jan 2025

Top YASH Technologies Interview Questions and Answers

View all 100 questions

YASH Technologies Interview Experiences

Popular Designations

141 interviews found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Mcq questions on python aws database and networks ans os

Round 2 - Group Discussion 

8 members in a panel and they gave a topic generally a social issue or a general topic you can a lot about

Round 3 - Technical 

(4 Questions)

  • Q1. Project based questions
  • Q2. Python and pandas core question
  • Q3. Dsa question combination sum
  • Q4. Database queries
Round 4 - Manegerial 

(2 Questions)

  • Q1. Question to test your soft skills
  • Q2. About behavioral attitude and how likely you are to fit in their organization

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview at yash technologies is a scam
I appeared in process through campus at yash technologies indore in December2024. I had 4 rounds, OA, GD, F2F technical and mangerial round. All the rounds went well. Total 32 students appeared in last managerial round. After waiting for 20 days results were disclosed. 5 students selected SURPRISE
2 of them were those who didn't even cleared the first round
1one failed in technical interview and was not selected for managerial
1one didn't appeared in interview
But wovvv wov wov they were selected
They had a relatives working in yash
So to work with you need not to even appear in interview just have a relative working there.

Python Developer Trainee Interview Questions asked at other Companies

Q1. Python what type of language? Fathor of python?
View answer (2)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn

Round 1 - One-on-one 

(2 Questions)

  • Q1. Work experience related questions
  • Q2. Difficult situation handling scenario questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Java basic questions
  • Q2. Team handling scenario questions

Interview Preparation Tips

Interview preparation tips for other job seekers - More on Project and overall experience questions were asked

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

I applied via Company Website and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Sort a list without inbuilt keyword?
  • Ans. 

    Sort a list without using inbuilt keyword

    • Iterate through the list and compare each element with the rest to find the smallest element

    • Swap the smallest element with the first element

    • Repeat the process for the remaining elements until the list is sorted

  • Answered by AI
  • Q2. Is tuple fully immutable?
  • Ans. 

    Yes, tuples are fully immutable in Python.

    • Tuples cannot be modified once created.

    • Elements of a tuple cannot be changed, added, or removed.

    • Attempting to modify a tuple will result in a TypeError.

    • Example: tuple1 = (1, 2, 3) - tuple1[0] = 4 will raise a TypeError.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is docker used for?
  • Ans. 

    Docker is a platform used to develop, ship, and run applications in containers.

    • Docker allows developers to package their applications and dependencies into a container, which can then be easily shared and run on any system.

    • Containers created with Docker are lightweight, portable, and isolated from the host system, making them ideal for microservices architecture.

    • Docker simplifies the process of deploying and scaling ap...

  • Answered by AI
  • Q2. Print cube of all the numbers in given range?
  • Ans. 

    Use a loop to calculate the cube of each number in the given range and print the result.

    • Use a for loop to iterate through the range of numbers

    • Calculate the cube of each number using the formula cube = number * number * number

    • Print the cube of each number

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why are you looking for a new job?
  • Ans. 

    Seeking new challenges and opportunities for growth in a dynamic work environment.

    • Looking to expand my skill set and knowledge in Python development.

    • Interested in working on more complex projects and collaborating with a diverse team.

    • Seeking a company that values innovation and encourages professional development.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - just prepare basic python very well.

Skills evaluated in this interview

Python Software Developer Interview Questions asked at other Companies

Q1. What is the purpose of using the super keyword, Inheritance in Python
View answer (1)

Devops Engineer Interview Questions & Answers

user image Yuvaraj Patil

posted on 1 Jan 2025

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

(4 Questions)

  • Q1. What is components of vpc
  • Ans. 

    Components of VPC include subnets, route tables, internet gateways, security groups, network access control lists, and VPN connections.

    • Subnets

    • Route tables

    • Internet gateways

    • Security groups

    • Network access control lists

    • VPN connections

  • Answered by AI
  • Q2. Explain Jenkins pipeline
  • Ans. 

    Jenkins pipeline is a set of automated steps to build, test, and deploy code.

    • Jenkins pipeline is defined using a Jenkinsfile, which can be written in either Declarative or Scripted syntax.

    • It allows for defining multiple stages, each containing one or more steps to be executed sequentially.

    • Pipeline can be triggered manually or automatically based on events like code commits or scheduled builds.

    • Pipeline can integrate wit...

  • Answered by AI
  • Q3. Kubernetes architecture
  • Q4. Terraform code for ec2 and vpc
  • Ans. 

    Terraform code for creating EC2 instance and VPC

    • Use Terraform resources 'aws_instance' for EC2 and 'aws_vpc' for VPC

    • Specify necessary parameters like instance type, AMI, subnet ID, security group ID, etc.

    • Use Terraform modules for better organization and reusability

    • Leverage Terraform state file to track infrastructure changes

  • Answered by AI

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the StringYou are given a string 'STR'. The string contains [a-z] [A-Z] [0-9] [special characters]. You have to find the reverse of the string. For example: If the given string is: STR = "abcde". You have to print the string "edcba... read more
View answer (3)

YASH Technologies interview questions for popular designations

 Senior Software Engineer

 (15)

 Consultant

 (8)

 Software Developer

 (6)

 Trainee Programmer

 (6)

 Module Lead

 (5)

 SAP Consultant

 (5)

 Software Engineer

 (5)

 Associate Consultant

 (4)

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

(2 Questions)

  • Q1. Budget tools used in project
  • Q2. How team will be motivated
Round 2 - Technical 

(2 Questions)

  • Q1. What are challenges in current project
  • Q2. WFO or WFO will be preferred

Senior Manager Interview Questions asked at other Companies

Q1. 1. What you understand the requirement of shuttering material at project site?
View answer (19)

Get interview-ready with Top YASH Technologies Interview Questions

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

Typing test in computer

Round 2 - One-on-one 

(3 Questions)

  • Q1. Typing service job
  • Q2. Entry method in system
  • Ans. 

    Data entry in system can be done manually or through automated processes like scanning or importing files.

    • Data can be entered manually by typing information into the system.

    • Data can also be entered through automated processes like scanning documents or importing files.

    • Some systems may have specific data entry forms or templates to ensure accuracy and consistency.

    • Data entry methods can vary depending on the type of info

  • Answered by AI
  • Q3. Ms Excel data processing

Data Entry Operator Executive Interview Questions asked at other Companies

Q1. Which field in complete your education
View answer (1)

Jobs at YASH Technologies

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

(3 Questions)

  • Q1. Page break in smart form
  • Ans. 

    Page break in smart form allows for better organization and layout of content.

    • Use the command 'NEW-PAGE' in the smart form to insert a page break.

    • Page breaks can be triggered based on conditions or manually inserted.

    • Page breaks help in separating content logically and improving readability.

  • Answered by AI
  • Q2. Check table and value table
  • Q3. What is TMG? TMG events
  • Ans. 

    TMG stands for Transport Management Guide. TMG events are used in SAP to control the flow of data during transport requests.

    • TMG is used in SAP to manage the transport of data between systems.

    • TMG events are used to trigger actions before and after the data is transported.

    • Examples of TMG events include BEFORE_IMPORT, AFTER_IMPORT, BEFORE_EXPORT, and AFTER_EXPORT.

  • Answered by AI

SAP Consultant Interview Questions asked at other Companies

Q1. what all changes are there from AS to IND-AS in IND-AS 116
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It is based on java fundamentals and some pseudo code questions

Round 2 - Group Discussion 

HR gave us topic on human

Round 3 - Technical 

(3 Questions)

  • Q1. Tell me about my yourelf
  • Ans. 

    I am a recent graduate with a degree in Business Administration, passionate about marketing and eager to learn and grow in a professional setting.

    • Recent graduate with a degree in Business Administration

    • Passionate about marketing

    • Eager to learn and grow in a professional setting

  • Answered by AI
  • Q2. Tell me about yourprojects
  • Ans. 

    I have worked on various projects including market research, data analysis, and social media campaigns.

    • Market research project for a new product launch

    • Data analysis project to optimize sales strategies

    • Social media campaign to increase brand awareness

  • Answered by AI
  • Q3. What is inheritace
  • Ans. 

    Inheritance is the process by which genetic information is passed from parent to offspring, determining traits and characteristics.

    • Inheritance involves the transmission of genes from one generation to the next

    • Traits and characteristics of offspring are determined by the combination of genes inherited from both parents

    • Inheritance can lead to the expression of dominant or recessive traits

    • Examples include eye color, blood

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - pls be attentive and confident on fundamentals

Graduate Trainee Interview Questions asked at other Companies

Q1. Given an array, how do you get the count of pairs that sum to even
View answer (8)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain Wrapper classes, Single Class, and Core Java questions
  • Q2. Questions on API response codes and API negative testing

QA Automation Engineer Interview Questions asked at other Companies

Q1. Which framework you are using? explain your framework?
View answer (4)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Responsibility in current company
  • Ans. 

    I am currently responsible for managing client relationships and project timelines in my current company.

    • Managing client relationships by ensuring clear communication and addressing any concerns or issues promptly

    • Creating and maintaining project timelines to ensure deliverables are met on time

    • Collaborating with cross-functional teams to ensure project success

    • Providing regular updates to clients on project progress and

  • Answered by AI
  • Q2. What are the business process involve in sap pp
  • Ans. 

    SAP PP involves business processes related to production planning and control.

    • Creation of production orders

    • Material requirement planning

    • Capacity planning

    • Shop floor execution

    • Production scheduling

  • Answered by AI
  • Q3. Org structure of SAP
  • Ans. 

    The org structure of SAP refers to the way in which SAP organizes its internal departments, teams, and reporting relationships.

    • SAP typically follows a matrix organizational structure, with functional departments (such as sales, marketing, finance) and project teams working together.

    • The org structure can vary depending on the size and complexity of the organization, as well as the specific industry or market focus.

    • SAP m...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - knowledge of business functions is must

Skills evaluated in this interview

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)

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, SAP ABAP and Python.
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 57 interviews in last 1 year

Interview experience

3.9
  
Good
View more

People are getting interviews through

based on 89 YASH Technologies interviews
Job Portal
Campus Placement
Referral
WalkIn
Company Website
Recruitment Consultant
55%
15%
8%
6%
6%
1%
9% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
DXC Technology Interview Questions
3.7
 • 801 Interviews
Mphasis Interview Questions
3.4
 • 785 Interviews
KPIT Technologies Interview Questions
3.5
 • 286 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 & Benefits

3.6

Job Security

3.8

Company culture

3.3

Promotions/Appraisal

3.5

Work Satisfaction

Explore 1.6k Reviews and Ratings
Independent Contractor - S/4 HANA SD 1 Job

Bangalore / Bengaluru

12-12 Yrs

₹ 29.6-29.6 LPA

SAP MM Contractor Job

Pune

4-5 Yrs

Not Disclosed

Associate Consultant - SOC Job

Indore

2-5 Yrs

Not Disclosed

Explore more jobs
Software Engineer
1.3k salaries
unlock blur

₹2.6 L/yr - ₹12 L/yr

Senior Software Engineer
1.3k salaries
unlock blur

₹6.1 L/yr - ₹24 L/yr

Associate Consultant
761 salaries
unlock blur

₹2.2 L/yr - ₹10.6 L/yr

Consultant
699 salaries
unlock blur

₹4.8 L/yr - ₹18 L/yr

Module Lead
521 salaries
unlock blur

₹9 L/yr - ₹32 L/yr

Explore more salaries
Compare YASH Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

Tech Mahindra

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview