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

Updated 22 Nov 2024

YASH Technologies Python Software Developer Interview Experiences

1 interview found

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

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Applied for QA position. Questions were asked based on capital market/banking domain along with testing fundamentals and some scenario based question.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about domain and testing concepts.

Interview Questionnaire 

2 Questions

  • Q1. About AWS and Cloud related services.
  • Q2. NA

I applied via LinkedIn and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. 1) General C# and Sql Questions.. some concepts in more depth
  • Q2. Joins, Union, Linq, Collections

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Prepared with basic C# questions like delegates, generics, events, interfaces, static classes with some examples

Sql Questions like types of Joins, Subquery, Union, view, stored proc, identity, indexes with some examples

Interview Questionnaire 

2 Questions

  • Q1. How can we remove duplicate objects from array of multiple objects.
  • Ans. 

    Remove duplicate objects from an array of multiple objects.

    • Create a new array to store unique objects

    • Loop through the original array and check if the object already exists in the new array

    • If not, add it to the new array

    • Return the new array

  • Answered by AI
  • Q2. How to maintain state if code if repeated one.
  • Ans. 

    Maintain state by using a global variable or a state management system.

    • Use a global variable to store the state and access it whenever needed.

    • Use a state management system like Redux or MobX to manage the state.

    • Avoid using local variables or closures to store state as they will be lost when the code is repeated.

    • Consider using object-oriented programming principles to encapsulate state within objects.

    • Use functional prog...

  • Answered by AI

Interview Questionnaire 

3 Questions

  • Q1. Basic questions on OOP, Android system
  • Q2. Design patterns in android system
  • Ans. 

    Design patterns are reusable solutions to common software problems. Android system uses various design patterns.

    • MVC (Model-View-Controller) pattern is used in Android to separate UI logic from business logic.

    • Singleton pattern is used to ensure only one instance of a class is created.

    • Observer pattern is used to notify changes in data to multiple components.

    • Builder pattern is used to simplify complex object creation.

    • Adap...

  • Answered by AI
  • Q3. Dependency injection, SOLID

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Prepare below topics

Interview Preparation Tips

Interview preparation tips for other job seekers -
Oops
Multi threading
Collections
Executors framework
Java 8 features

Interview Questionnaire 

1 Question

  • Q1. Mainframe questions, some direct and some scenario based.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a good experience. Interview process was smoothly. There were 3 rounds.
1. Technical ( lasted for 1 hour)
2. Techno manageria( 30 mins)
3. HR(30 mins)

Project based questions and scenario based questions were asked.
Hike was also good.

I applied via Recruitment Consulltant and was interviewed before Jul 2021. There were 3 interview rounds.

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

(1 Question)

  • Q1. Question related to API
Round 3 - Technical 

(1 Question)

  • Q1. Previous Project Related Question. Design & SQL Question
  • Ans. Relatedt Question Design & Sql sdf
  • Answered Anonymously

Interview Preparation Tips

Topics to prepare for GlobalLogic Software Engineer interview:
  • API
Interview preparation tips for other job seekers - Prepare your CV in details , Read question on internet related to topics mentioned below like PHP , Golang , SQL , API, REST ,SOAP

I applied via Campus Placement and was interviewed in Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Program for pattern printing ,bubble sort
  • Ans. 

    Program to print a pattern and implement bubble sort on an array of strings.

    • For pattern printing, use nested loops to print the desired pattern.

    • For bubble sort, compare adjacent elements and swap if necessary.

    • Use a loop to iterate through the array until no more swaps are needed.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics

Skills evaluated in this interview

YASH Technologies Interview FAQs

How many rounds are there in YASH Technologies Python Software Developer interview?
YASH Technologies interview process usually has 3 rounds. The most common rounds in the YASH Technologies interview process are Technical and HR.
What are the top questions asked in YASH Technologies Python Software Developer interview?

Some of the top questions asked at the YASH Technologies Python Software Developer interview -

  1. print cube of all the numbers in given ran...read more
  2. sort a list without inbuilt keywo...read more
  3. is tuple fully immutab...read more

Tell us how to improve this page.

YASH Technologies Python Software Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

YASH Technologies Python Software Developer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer
1.4k salaries
unlock blur

₹6.3 L/yr - ₹21.4 L/yr

Software Engineer
1.2k salaries
unlock blur

₹2.4 L/yr - ₹10.4 L/yr

Consultant
747 salaries
unlock blur

₹4.9 L/yr - ₹20.3 L/yr

Associate Consultant
745 salaries
unlock blur

₹2.2 L/yr - ₹10.3 L/yr

Module Lead
529 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.5
Compare

Optum Global Solutions

4.0
Compare

FIS

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