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 Module Lead Interview Questions, Process, and Tips

Updated 16 Apr 2023

Top YASH Technologies Module Lead Interview Questions and Answers

  • Q1. 1) describe the Cloud architecture for the azure storage, blob , cloud services? 2) describe the integration of Web API related questions for email and sms applications? ...read more
  • Q2. What is the architecture of the project
  • Q3. what is App Center and how to use
View all 18 questions

YASH Technologies Module Lead Interview Experiences

5 interviews found

Module Lead Interview Questions & Answers

user image Anonymous

posted on 10 Feb 2022

I applied via Naukri.com and was interviewed in Aug 2021. There were 2 interview rounds.

Round 1 - Technical 

(7 Questions)

  • Q1. Tell us about yourself
  • Q2. What is the architecture of the project
  • Ans. 

    The project follows a microservices architecture.

    • The project is divided into small, independent services that communicate with each other through APIs.

    • Each service is responsible for a specific task or functionality.

    • The architecture allows for scalability, flexibility, and easier maintenance.

    • Examples of microservices used in the project include user management, payment processing, and inventory management.

  • Answered by AI
  • Q3. What is MVVM and types
  • Ans. 

    MVVM stands for Model-View-ViewModel. It is a design pattern used in software engineering.

    • MVVM separates the user interface from the business logic

    • Model represents the data and business logic

    • View represents the user interface

    • ViewModel acts as a mediator between the Model and View

    • Types of MVVM include Classic MVVM, Prism MVVM, and ReactiveUI MVVM

  • Answered by AI
  • Q4. What all design patterns used
  • Ans. 

    Multiple design patterns were used including Singleton, Factory, and Observer.

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

    • Factory pattern was used to create objects without exposing the creation logic.

    • Observer pattern was used to notify objects of any changes in state.

    • Other patterns such as Decorator and Adapter were also used in specific cases.

  • Answered by AI
  • Q5. What is messaging center
  • Ans. 

    Messaging center is a platform for sending and receiving messages between users or systems.

    • It allows users to communicate with each other through messages.

    • It can be used for notifications, alerts, and updates.

    • Messaging center can be integrated with other systems or applications.

    • Examples include email, chat applications, and social media messaging.

    • It can also be used for automated messaging, such as appointment reminder

  • Answered by AI
  • Q6. What is exception handling
  • Ans. 

    Exception handling is the process of handling errors and unexpected events in a program.

    • It allows a program to gracefully handle errors and prevent crashes.

    • It involves catching and handling exceptions using try-catch blocks.

    • Common exceptions include null pointer exceptions and arithmetic exceptions.

    • Exception handling can improve the reliability and robustness of a program.

  • Answered by AI
  • Q7. What is xamarin profiler
  • Ans. 

    Xamarin Profiler is a tool for analyzing and optimizing the performance of Xamarin apps.

    • Xamarin Profiler helps identify memory leaks, CPU usage, and other performance issues

    • It can be used with both iOS and Android apps

    • The tool provides detailed reports and visualizations to help developers optimize their code

    • Xamarin Profiler is available as part of the Visual Studio Enterprise subscription

  • Answered by AI
Round 2 - Technical 

(10 Questions)

  • Q1. Explain Behaviors , Custom renderers and triggers
  • Ans. 

    Behaviors, custom renderers, and triggers are tools used in Xamarin.Forms to customize the appearance and behavior of controls.

    • Behaviors allow you to add functionality to controls without subclassing them.

    • Custom renderers allow you to create platform-specific renderers for controls.

    • Triggers allow you to change the appearance or behavior of controls based on certain conditions.

    • Behaviors and triggers can be used together...

  • Answered by AI
  • Q2. Explain OOPs and Solid Principles
  • Ans. 

    OOPs is a programming paradigm that focuses on objects and their interactions. SOLID principles are a set of guidelines for OOP design.

    • OOPs stands for Object-Oriented Programming

    • It emphasizes on objects and their interactions

    • SOLID principles are a set of guidelines for OOP design

    • SOLID stands for Single Responsibility, Open-Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion

    • Single Responsibility...

  • Answered by AI
  • Q3. How to add push notifications
  • Ans. 

    To add push notifications, you need to integrate a push notification service into your app.

    • Choose a push notification service provider such as Firebase Cloud Messaging or OneSignal

    • Integrate the push notification SDK into your app

    • Register your app with the push notification service provider

    • Create a server-side API to send push notifications to your app

    • Handle push notifications in your app's code

  • Answered by AI
  • Q4. How to Unit test the app
  • Ans. 

    Unit testing involves testing individual units of code to ensure they function as expected.

    • Identify the units of code to be tested

    • Write test cases for each unit

    • Execute the tests and analyze the results

    • Use testing frameworks like JUnit or NUnit

    • Mock dependencies to isolate the unit being tested

    • Test for edge cases and error handling

    • Ensure code coverage is sufficient

  • Answered by AI
  • Q5. What is App Center and how to use
  • Ans. 

    App Center is a mobile app development platform that helps build, test, and distribute apps.

    • It offers features like crash reporting, analytics, and push notifications.

    • Developers can integrate App Center with their code repositories and CI/CD pipelines.

    • It supports multiple platforms including iOS, Android, and Windows.

    • App Center also provides a marketplace for third-party services and plugins.

    • Examples of companies using...

  • Answered by AI
  • Q6. How devops works for xamarin
  • Ans. 

    DevOps for Xamarin involves continuous integration, delivery, and deployment of mobile apps.

    • Automated builds and testing using tools like Visual Studio App Center

    • Continuous delivery through app store publishing and distribution

    • Monitoring and logging for app performance and user feedback

    • Collaboration between development and operations teams for seamless app delivery

  • Answered by AI
  • Q7. Abstraction vs Encapsulation
  • Ans. 

    Abstraction focuses on hiding unnecessary details while encapsulation focuses on hiding implementation details.

    • Abstraction is about showing only the necessary details to the user while hiding the rest.

    • Encapsulation is about wrapping data and methods into a single unit and restricting access to the internal details.

    • Abstraction is achieved through abstract classes and interfaces.

    • Encapsulation is achieved through access m...

  • Answered by AI
  • Q8. Advantages and disadvantages of Xamarin
  • Ans. 

    Xamarin is a cross-platform app development tool that allows developers to build native apps for iOS, Android, and Windows using C#.

    • Advantages:

    • - Code sharing across multiple platforms

    • - Native performance

    • - Access to native APIs

    • - Large community support

    • - Integration with Visual Studio

    • Disadvantages:

    • - Limited access to some platform-specific features

    • - Large app size

    • - Requires knowledge of C#

    • - Licensing fees for enterprise ...

  • Answered by AI
  • Q9. What all native features developed
  • Ans. 

    Several native features have been developed.

    • Native camera app with advanced features

    • Built-in voice assistant with natural language processing

    • Gesture-based navigation system

    • Screen recording and screenshot tools

    • Biometric authentication options

    • Augmented reality capabilities

  • Answered by AI
  • Q10. Explain Boxing vs UnBoxing
  • Ans. 

    Boxing is the process of converting a value type to a reference type, while unboxing is the opposite process.

    • Boxing is used when a value type needs to be treated as an object, such as when passing it as a parameter to a method that expects an object.

    • Unboxing is used when retrieving the value of a boxed object.

    • Boxing and unboxing can have performance implications and should be used judiciously.

    • Example: int i = 42; objec

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Xamarin Forms Official MS documentation and basic C# topics will help

Skills evaluated in this interview

Module Lead Interview Questions & Answers

user image Anonymous

posted on 16 Apr 2023

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

I applied via Naukri.com and was interviewed before Apr 2022. There were 2 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 

(3 Questions)

  • Q1. 1) describe the Cloud architecture for the azure storage, blob , cloud services? 2) describe the integration of Web API related questions for email and sms applications? 3) describe the .net core aspects f...
  • Ans. 

    Answers to interview questions for Module Lead position

    • 1) Azure storage architecture includes Blob storage and Cloud Services

    • 2) Web API integration for email and SMS applications involves sending requests to the API endpoints

    • 3) .NET Core aspects for solid programming implementation and integration concepts include dependency injection and middleware

    • 4) Encryption is the process of converting data into a secure form, whi...

  • Answered by AI
  • Q2. 1) garbage collection 2) service fabrics
  • Q3. 3) diff between soap and rest principles
  • Ans. 

    SOAP is a protocol while REST is an architectural style for web services.

    • SOAP is XML-based while REST uses JSON or XML.

    • SOAP requires more bandwidth and processing power than REST.

    • SOAP has built-in error handling while REST relies on HTTP error codes.

    • SOAP supports both stateful and stateless communication while REST is stateless.

    • SOAP is more secure than REST due to its built-in security features.

    • Examples of SOAP-based w...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for YASH Technologies Module Lead interview:
  • Azure
  • SQL Server
  • .net core
Interview preparation tips for other job seekers - Prepare basic questions and code for all the required functionality and applications

Skills evaluated in this interview

Module Lead Interview Questions Asked at Other Companies

Q1. 1) describe the Cloud architecture for the azure storage, blob , ... read more
asked in LTIMindtree
Q2. 1. Difference between calculate and filter function. 2. What is p ... read more
asked in LTIMindtree
Q3. 1. Difference between sum and sumx function in power bi. 2. What ... read more
asked in Ciena
Q4. Given a list of numbers in an array ,traverse the array in a way ... read more
asked in Mphasis
Q5. How can you create a Singleton class in Java?

Module Lead Interview Questions & Answers

user image Anonymous

posted on 28 Aug 2022

I applied via LinkedIn and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Release management workflow

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with the concepts of ITIL and clear with agile and release management work practices.

Module Lead Interview Questions & Answers

user image Anonymous

posted on 30 Dec 2022

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

I applied via Naukri.com and was interviewed before Dec 2021. There were 4 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. Core Java and Advanced Java Questions. Hibernate, Spring, Angular based questions.
Round 3 - Technical 

(1 Question)

  • Q1. Techno Managerial Round
Round 4 - HR 

(1 Question)

  • Q1. Salary Negotiation only

Interview Preparation Tips

Interview preparation tips for other job seekers - Medium Interview level. Techo Managerial Round was taken by Client.

YASH Technologies interview questions for designations

 Technical Lead

 (3)

 Test Lead

 (1)

 Strategic Sourcing Lead

 (1)

 Senior Software Engineer

 (15)

 Software Engineer

 (6)

 Software Developer

 (6)

 Trainee Programmer

 (6)

 SAP Consultant

 (6)

Module Lead Interview Questions & Answers

user image Anonymous

posted on 21 Aug 2021

Interview Questionnaire 

1 Question

  • Q1. Blueprism process related real time scenario

Get interview-ready with Top YASH Technologies Interview Questions

Interview questions from similar companies

I appeared for an interview before Nov 2016.

Interview Questionnaire 

1 Question

  • Q1. Tell about yourself.
  • Ans. 

    I am a dedicated and experienced consultant with a strong background in problem-solving and client management.

    • Over 5 years of experience in consulting roles

    • Skilled in analyzing data and providing strategic recommendations

    • Excellent communication and interpersonal skills

    • Proven track record of successfully managing client relationships

    • Strong ability to work in fast-paced environments and meet deadlines

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: I wasn't thinking of joining there, Came along with a friend, so thought of giving it a try, Got my resume shortlisted and was asked to attend the second round.
Tips: Be bold. Want something?, ask them, You wont be disappointed. Try to be more energetic when you talk, make the interviewer smile, you'll get through !!!

Round: Test
Experience: You'll get connected to someone in USA, through a phone call, That person will interview you.
Tips: Try to be yourself, feel free, he/she is also a person like you , talk freely, but listen to what they're asking, response is yours , don't worry about your answer. Make them smile or try to make them think that it'd be fun to work with you.
Duration: 1 hour
Total Questions: 50

Round: HR Interview
Experience: Friendly people, They'll ask you something familiar, "tell about yourself". I told them about me , my passion and all those stuffs, Again left the place looking them smile.
Tips: When this question is asked, many will tell something different like what they want to be, Just tell them whatever you feel at that moment . Feel Nervous, just let them know, They ain't gonna think bad!!!.

Skills: Communication And Confidence

Software Engineer Interview Questions & Answers

NTT Data user image NIDHI PRIYADARSHINI

posted on 9 Apr 2015

Interview Questionnaire 

6 Questions

  • Q1. Tell me about your project
  • Ans. 

    Developed a web-based project management tool for a startup

    • Used React for the frontend and Node.js for the backend

    • Implemented user authentication and authorization using JWT

    • Integrated with third-party APIs such as Trello and Slack

    • Implemented real-time updates using WebSockets

    • Deployed on AWS using EC2 and RDS

  • Answered by AI
  • Q2. Write the idea or algorithm for d program of fibonacci series
  • Ans. 

    Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.

    • Start with 0 and 1 as the first two numbers

    • Add the previous two numbers to get the next number

    • Repeat until desired number of terms

  • Answered by AI
  • Q3. One question from your subject
  • Q4. Introduce yourself
  • Ans. 

    I am a software engineer with experience in developing web applications and mobile apps.

    • Proficient in programming languages such as Java, Python, and JavaScript

    • Skilled in using frameworks like React, Angular, and Spring Boot

    • Experienced in working with databases such as MySQL and MongoDB

    • Familiar with Agile development methodologies and DevOps practices

  • Answered by AI
  • Q5. If I give you a box full of pencils..in how many ways can you use it
  • Ans. 

    There are numerous ways to use a box full of pencils depending on the context and purpose.

    • Pencils can be used for writing, drawing, sketching, coloring, shading, and more.

    • They can be used for artistic purposes, schoolwork, office work, or personal use.

    • Pencils can also be used as a tool for measurement, as a makeshift stylus, or even as a musical instrument.

    • The number of ways to use a box full of pencils is virtually li...

  • Answered by AI
  • Q6. Do you have any question for me

Interview Preparation Tips

Round: Test
Experience: Time management is very important to clear the aptitude test. Besides this a lot of practice is also very important.  This round is the major filteration round. Though each round is a major filteration round cuz NTT DATA is not a bulk recruiter like cts, infy etc. Almost 2-3 thousand students were there for this round from 6 different colleges and only 100 of them were selected.
Tips: Its better to start with the preparation from before and do consider the previous year placement papers available at indiabix. You can practice more n more. Apart from this you can go through the r.s aggarwal aptitude book also.

Round: Group Discussion
Experience: There were many panels and each panel had 10-12 students. The H.r first decided some other topic but when he asked wether everybody is aware of the topic ..there were few who didn't know about it. .so he picked up another topic. Fortunately he asked me to start with the discussion.  Always try to be the one to break the ice.
Tips: The only key to crack this round is that yku should talk. You should definitely not confuse gd with debate. You should not argue or by any chance shouldn't sound arrogant.

Round: Technical Interview
Experience: They will definitely ask about your project so be thorough with that. Ntt data is a Japanese company . Though this is IT but it will ask  from the subject of your own choice from people those who have a non IT background. After you get shortlisted in d gd they will give you a form to fill. Do fill that form without fail. If it is blank then even if u go to the hr round he will reject you.
Tips: Just be confident and always smile. Be careful on what you write in your resume cuz they can ask about anything based on your resume.

Round: HR Interview
Experience: This round was a cake walk. Just be confident and updated about the company.  Do ask him a question if he asks you to do that.but make sure it shouldn't be vague or out of the picture.
Tips: Keep smiling and don't get nervous.  If they ask you about location preferences,  dun get firm at one place.try to be flexible.

General Tips: Donot loose hope at any cost. You never know when your moment is going to arrive. Do practice the aptitude as much as you can. Finally NTT DATA selected only 50 overall in wch 11 were from my college n i was lucky to be one of them. the offer letter was issued the same day and we were all venerated.  Its just a game of confidence. All the best
Skill Tips: Try to add some co curricular activities and justify your role.
Skills: communication, technical knowledge, management skills, leadership
College Name: SATHYABAMA UNIVERSITY
Motivation: You will find the it companies mostly head quartered in U.S but this company is in Japan. Plus you have better opportunity and growth compared to other companies cuz its not a bulk recruiter.

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Java ( socket programming, OOPS, DS )
  • Q2. Write about your dream
  • Ans. 

    My dream is to build innovative software solutions that positively impact people's lives.

    • Developing cutting-edge technology

    • Creating user-friendly interfaces

    • Solving complex problems

    • Collaborating with talented individuals

    • Making a difference in society

    • Continuous learning and growth

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: GRE givers , you can make it through this. Brush up your technical skills for the programming section.
Tips: GRE quant and verbal and quick review from tutorialspoint.com would do the trick.

Round: Group Discussion
Experience: I had fun. I won a few debate competitions in various technical symposiums so, It gave a good experience about being quiet at the right moment.
Tips: Turn to your GRAB-ON mode. Never miss any chance. Learn to know when to be quiet and when to talk in a GD. Try to bring down the heat If two participants are getting into a argumentative discussion.

Round: Stress Interview
Experience: It was really difficult. Exactly after the GD, we were asked to right an essay in a very less time and our capability to manage the stress was observed.
Tips: Be calm and write all that you know in a presentable way.

Round: Technical Interview
Experience: I did a project in my 3rd year which included few concepts on Socket programming which helped me a bit in this round. I answered confidently and I was put to a confidence test too to see how sure I was about the answer.
Tips: A quick review on the day of interview and involving in friendly discussion about programming languages before the test helps.

Round: HR Interview
Experience: I was asked few technical questions in this round and later moved on to the general logical questions. Questions like, cutting a bread into multiple slices, finding the corresponding switch among 3 switches for 3 bulbs in room were asked. Find the sum of 1-10 in 4 seconds was asked suddenly. Thanks to Arithmetic Progressions :P.
Tips: Use your logical ability to answer.

Skills: Java, C, Body Language, Mental ability, Confidence.
College Name: Malla Reddy Institute of Engineering & Technology ( MRIET )
Motivation: Ranked among the top 50 of the Fortune 500. Expanding organizations which include lot of opportunities.

Interview Questionnaire 

20 Questions

  • Q1. What is Difference between C,C++?
  • Ans. 

    C is a procedural programming language while C++ is an object-oriented programming language.

    • C is a low-level language while C++ is a high-level language.

    • C++ supports object-oriented programming concepts like classes, inheritance, and polymorphism.

    • C++ has better support for exception handling and templates.

    • C++ is more complex than C and requires more memory.

    • C++ is used for developing applications like video games, while...

  • Answered by AI
  • Q2. What is a class?
  • Ans. 

    A class is a blueprint for creating objects that have similar attributes and behaviors.

    • Classes are used in object-oriented programming.

    • They define the properties and methods that objects of that class will have.

    • Objects are instances of a class.

    • Classes can inherit properties and methods from other classes.

    • Examples of classes include 'Person', 'Car', and 'Animal'.

  • Answered by AI
  • Q3. What is an object?
  • Ans. 

    An object is a self-contained entity that contains data and behavior.

    • An object is an instance of a class.

    • It has attributes (data) and methods (behavior).

    • Objects can interact with each other through their methods.

    • Examples include a car object with attributes like color and model, and methods like start and stop.

    • Another example is a person object with attributes like name and age, and methods like walk and talk.

  • Answered by AI
  • Q4. What is static variable?
  • Ans. 

    A variable that is associated with a class rather than with instances of the class.

    • Static variables are declared using the static keyword.

    • They are initialized only once, at the start of the program execution.

    • They retain their value throughout the program's execution.

    • They can be accessed without creating an instance of the class.

    • Example: public static int count = 0;

  • Answered by AI
  • Q5. What is difference between Static and Global Vaiable?
  • Ans. 

    Static variables have local scope but retain their value between function calls, while global variables have global scope.

    • Static variables are declared inside a function and retain their value between function calls

    • Global variables are declared outside of any function and can be accessed from any part of the program

    • Static variables have local scope, while global variables have global scope

    • Static variables are initializ...

  • Answered by AI
  • Q6. What are pointers?
  • Ans. 

    Pointers are variables that store memory addresses of other variables.

    • Pointers allow for dynamic memory allocation and manipulation.

    • They are commonly used in programming languages like C and C++.

    • Example: int *ptr; // declares a pointer to an integer variable

    • Example: ptr = # // assigns the memory address of num to ptr

    • Example: *ptr = 5; // assigns the value 5 to the variable pointed to by ptr

  • Answered by AI
  • Q7. What are structures?
  • Ans. 

    Structures are arrangements of elements that form a framework or framework-like support.

    • Structures can be found in various fields such as engineering, architecture, and biology.

    • They can be made of different materials such as steel, wood, or bone.

    • Examples include bridges, buildings, and the skeletal system.

    • Structures can be designed to withstand different types of forces such as compression, tension, or bending.

  • Answered by AI
  • Q8. What is a stack and various operations on it?
  • Ans. 

    A stack is a data structure that follows the Last In First Out (LIFO) principle.

    • Push: adds an element to the top of the stack

    • Pop: removes the top element from the stack

    • Peek: returns the top element without removing it

    • IsEmpty: checks if the stack is empty

    • Size: returns the number of elements in the stack

  • Answered by AI
  • Q9. What are 3 steps for using function in c?
  • Ans. 

    Three steps for using functions in C.

    • Declare the function with its return type, name, and parameters.

    • Define the function by writing the code for it.

    • Call the function by using its name and passing arguments if necessary.

  • Answered by AI
  • Q10. What is limit for no of arguments passed to functions? if limit is 10 den how to pass more parameters? Ans:- either Array or Structure
  • Ans. 

    The limit for the number of arguments passed to functions is not fixed. Arrays or structures can be used to pass more parameters.

    • The limit for the number of arguments passed to functions is not fixed and depends on the programming language and system architecture.

    • In C programming language, there is no limit on the number of arguments that can be passed to a function.

    • In Java, the maximum number of arguments that can be ...

  • Answered by AI
  • Q11. What is union?
  • Ans. 

    A union is an organization formed by workers to protect their rights and interests in the workplace.

    • Unions negotiate with employers for better wages, benefits, and working conditions.

    • They also provide support and representation for workers in disputes with management.

    • Membership in a union is voluntary, but members pay dues to support the union's activities.

    • Unions can be industry-specific, such as the United Auto Worker...

  • Answered by AI
  • Q12. What is difference between if else and switch case statements?
  • Ans. 

    if else is used for simple conditions while switch case is used for multiple conditions.

    • if else is a sequential decision-making statement while switch case is a multi-branch decision-making statement

    • if else is used when there are only a few conditions to be checked while switch case is used when there are multiple conditions to be checked

    • if else can have multiple conditions in a single statement while switch case can o...

  • Answered by AI
  • Q13. What are member functions?
  • Ans. 

    Member functions are functions that are defined inside a class and can access the class's private and protected members.

    • Member functions are also known as methods.

    • They can be used to manipulate the data members of an object.

    • They can be overloaded, meaning multiple functions with the same name but different parameters can exist within a class.

    • They can be declared as const, meaning they do not modify the object's state.

    • E...

  • Answered by AI
  • Q14. Find the output:- a=5;b=4;c=++a+b--; find c?
  • Ans. 

    Find the output of c=++a+b-- where a=5 and b=4.

    • The value of a is incremented by 1 before the addition operation

    • The value of b is decremented by 1 after the addition operation

    • The final value of c is 10

    • The value of a becomes 6 and the value of b becomes 3

  • Answered by AI
  • Q15. Plant 10 plants in 5 rows such that each row has 4 plants
  • Ans. 

    10 plants can be planted in 5 rows with 4 plants in each row.

    • Divide the plants into groups of 4.

    • Arrange the groups in 5 rows.

    • Each row will have 4 plants.

  • Answered by AI
  • Q16. There is 2 pot one red and one blue. one pot contains tressure. Two statement are given 1. only one of the statement is correct. 2. Blue pot has the tressure. Find the tressure?
  • Q17. Exceptions handling in java?
  • Ans. 

    Exceptions handling is a mechanism to handle runtime errors in Java programs.

    • Exceptions are objects that are thrown at runtime when an error occurs

    • Java provides try-catch-finally blocks to handle exceptions

    • Checked exceptions must be handled or declared in the method signature

    • Unchecked exceptions can be handled or left unhandled

    • Custom exceptions can be created by extending the Exception class

  • Answered by AI
  • Q18. Run me through your resume
  • Ans. 

    I have experience in project management, data analysis, and consulting across various industries.

    • Managed multiple projects simultaneously, ensuring timely delivery and client satisfaction

    • Analyzed data to identify trends and provide insights for clients

    • Consulted with clients to develop and implement strategies for growth and efficiency

    • Worked with clients in industries such as healthcare, finance, and retail

    • Collaborated ...

  • Answered by AI
  • Q19. Mostly my nterview was project based. He asked me to explain me my project. My contribution in it
  • Q20. What are your 5 year plans
  • Ans. 

    To gain experience in consulting and develop skills in project management, team leadership, and client relations.

    • Gain experience in consulting

    • Develop skills in project management

    • Develop skills in team leadership

    • Develop skills in client relations

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Written Test consists of following sections:
Technical sections had questions from almost all the sections(C, C++, DBMS, DS, OS)
Quantitative aptitude’s questions were good.. All were almost of R. S. Aggarwal’s level.
Logical reasoning and verbal ability was good.. Some questions were little tough.
Tips: Try to be fast n practice Quantitative aptitude to increase speed..

Round: Technical Interview
Experience: Technical Interview was conducted on skype. I was able to answer most of the questions. And if i could not answer i tried to explain my approach using examples...It lasted for 50 mins..

Tips: Brush up basics knowledge of C,C++ and be confident of what you know. And try to explain your approach if you couldn't tell answer.

Round: HR Interview
Experience: This interview was also through skype. You can drive this Interview towards the direction you want... This interview also lasted for 50 mins... I explained him my project.
Tips: Just be cool.. He was just checking your confidence n spirit to complete the task given to you..

All the best!!!!

General Tips: Practice Quant regularly from Rs.Agrawal, solve questions on DBMS and C,C++ from India Bix.. Test was conducted by AMCAT so try to find if its questions are available on internet.
Skills: C,C++
College Name: NIT Raipur
Motivation: Its clients which are AUDI, Ferrari, Coca-cola,Unilever.
Funny Moments: To try to make me comfortable he asked me weather i like coke or pepsi. He asked why? i said bcoz i feel coke has little less soda content in it.:P Next when i told him my hobbies are watching sitcoms he asked which sitcoms have u watched. I started naming sitcoms he had to intreuppt me.. den asked which one u liked best n y i was telling him the reason then in between he asked me about my project n i thought it was about sitcom so i was answering him about sitcom rather than my project then after a big confusion i co

Skills evaluated in this interview

Interview Preparation Tips

Round: Resume Shortlist
Experience: This round they want to know about why do you want to leave your job?
current ctc
expected ctc
how many experience do you have on particular technology?
Tips: this round is simple you have to tell all the details of your profile and if they want this profile candidate they shortlisted you..
they want positive response, so be positive.

YASH Technologies Interview FAQs

How many rounds are there in YASH Technologies Module Lead interview?
YASH Technologies interview process usually has 2-3 rounds. The most common rounds in the YASH Technologies interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for YASH Technologies Module Lead 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, SQL, Python and Analytical Chemistry.
What are the top questions asked in YASH Technologies Module Lead interview?

Some of the top questions asked at the YASH Technologies Module Lead interview -

  1. 1) describe the Cloud architecture for the azure storage, blob , cloud services...read more
  2. What is the architecture of the proj...read more
  3. what is App Center and how to ...read more

Tell us how to improve this page.

YASH Technologies Module Lead Interview Process

based on 3 interviews

1 Interview rounds

  • Technical Round
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k 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
Mphasis Interview Questions
3.4
 • 797 Interviews
DXC Technology Interview Questions
3.7
 • 796 Interviews
Nagarro Interview Questions
4.0
 • 759 Interviews
View all
YASH Technologies Module Lead Salary
based on 522 salaries
₹9.3 L/yr - ₹32 L/yr
28% more than the average Module Lead Salary in India
View more details

YASH Technologies Module Lead Reviews and Ratings

based on 71 reviews

3.7/5

Rating in categories

3.5

Skill development

3.7

Work-life balance

3.5

Salary

3.5

Job security

3.7

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 71 Reviews and Ratings
Module Lead - QlikSense (QlikView) Job

Hyderabad / Secunderabad

8-10 Yrs

Not Disclosed

Module Lead - OSI-Pi Job

Bangalore / Bengaluru

5-12 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
1.4k salaries
unlock blur

₹6.2 L/yr - ₹24 L/yr

Software Engineer
1.2k salaries
unlock blur

₹2.4 L/yr - ₹10.5 L/yr

Associate Consultant
744 salaries
unlock blur

₹2.2 L/yr - ₹10.2 L/yr

Consultant
739 salaries
unlock blur

₹4.9 L/yr - ₹20.3 L/yr

Module Lead
522 salaries
unlock blur

₹9.3 L/yr - ₹32 L/yr

Explore more salaries
Compare YASH Technologies with

DXC Technology

3.7
Compare

Sutherland Global Services

3.6
Compare

Optum Global Solutions

4.0
Compare

FIS

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