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 Mphasis
Q2. How can you create a Singleton class in Java?
asked in LTIMindtree
Q3. 1. Difference between calculate and filter function. 2. What is p ... read more
asked in LTIMindtree
Q4. 1. Difference between sum and sumx function in power bi. 2. What ... read more
asked in Ciena
Q5. Given a list of numbers in an array ,traverse the array in a way ... read more

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:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
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)

 Trainee Programmer

 (6)

 Software Developer

 (6)

 SAP Consultant

 (5)

 Software Engineer

 (5)

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 applied via Approached by Company and was interviewed in Dec 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Primarily asked on Power BI and Power Platform related
  • Q2. Write back/modify/delete to source using PowerApps. (Highlights), various DAX functions
  • Ans. 

    PowerApps can be used to write back, modify, or delete data from a data source.

    • PowerApps provides connectors to various data sources like SharePoint, SQL Server, and Excel.

    • To write back data, you can use the Patch function in PowerApps.

    • To modify data, you can use the Update function in PowerApps.

    • To delete data, you can use the Remove function in PowerApps.

    • DAX (Data Analysis Expressions) functions can be used to perform...

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Business Benefits & Implementation Process
  • Ans. 

    Business benefits and implementation process are crucial for successful project delivery.

    • Business benefits should be clearly defined and aligned with project goals.

    • Implementation process should be well-planned and executed with proper communication and collaboration.

    • Regular monitoring and evaluation of the implementation process is necessary to ensure success.

    • Examples of business benefits include increased revenue, imp...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

I applied via Recruitment Consultant and was interviewed in Jun 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Linux, SQL, edi transactions, cron jobs, linux commands, DB queries, product used.
  • Q2. Previous implementations, experience with git, Jira etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be truthful. Be calm. Very friendly interviewer.

Interview Questionnaire 

2 Questions

  • Q1. Find commnad in Linux, indexing in SQL server, thread dumb in core Java, difference between di and df in Linux
  • Ans. 

    Answering technical questions on Linux, SQL server, and Java.

    • Command in Linux: ls - lists files and directories in a directory

    • Indexing in SQL server: improves query performance by reducing the number of disk I/O operations

    • Thread dump in core Java: a snapshot of all the threads that are currently executing in a Java Virtual Machine (JVM)

    • Difference between di and df in Linux: di shows disk usage by inode while df shows d

  • Answered by AI
  • Q2. Sed command, self join, cross join, top command in Linux , difference between kill and kill -9 in Linux

Skills evaluated in this interview

I applied via Referral and was interviewed in Jan 2018. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Unix commands and concepts, scripting concepts, and sql
  • Q2. Real time Project based questions
  • Q3. Shift working assesibilty and puzzles

Interview Preparation Tips

Round: Test
Experience: Online aptitude test

General Tips: Cover the basics of Unix,scripting and all.
Also, thorough the concepts and flow of your project knowledge.
Skills: Linux scripting , SQL, Unix, Problem Solving, Analytical Skills, Decision Making Skills
Duration: <1 week

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.4k 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
 • 3k Interviews
DXC Technology Interview Questions
3.7
 • 808 Interviews
Mphasis Interview Questions
3.4
 • 803 Interviews
Nagarro Interview Questions
4.0
 • 777 Interviews
View all
YASH Technologies Module Lead Salary
based on 521 salaries
₹8.5 L/yr - ₹30 L/yr
25% 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.4

Skill development

3.7

Work-life balance

3.6

Salary

3.5

Job security

3.7

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 71 Reviews and Ratings
Module Lead - .NET with Angular Job

Indore

6-11 Yrs

₹ 9.35-15.05 LPA

Module Lead - Power BI Job

Hyderabad / Secunderabad

6-8 Yrs

₹ 13-21.6 LPA

Module Lead - Tableau Pulse Job

Hyderabad / Secunderabad

6-11 Yrs

₹ 13-20 LPA

Explore more jobs
Software Engineer
1.3k salaries
unlock blur

₹2.4 L/yr - ₹12.8 L/yr

Senior Software Engineer
1.3k salaries
unlock blur

₹7 L/yr - ₹24 L/yr

Associate Consultant
776 salaries
unlock blur

₹2 L/yr - ₹10.6 L/yr

Consultant
730 salaries
unlock blur

₹5 L/yr - ₹20.3 L/yr

Module Lead
521 salaries
unlock blur

₹8.5 L/yr - ₹30 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