Upload Button Icon Add office photos

Filter interviews by

Maisons Super Development Sarl Module Lead Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is .net framework
  • Ans. 

    The .NET Framework is a software framework developed by Microsoft that provides a large library of pre-coded solutions to common programming problems.

    • Developed by Microsoft

    • Provides a large library of pre-coded solutions

    • Supports multiple programming languages

    • Used for building applications for Windows, web, mobile, and cloud

    • Consists of Common Language Runtime (CLR) and class library

  • Answered by AI
  • Q2. What is linq stands for
  • Ans. 

    LINQ stands for Language Integrated Query.

    • LINQ is a set of features introduced in .NET Framework that allows for querying data from different data sources using a uniform syntax.

    • LINQ can be used to query objects, databases, XML, and more.

    • LINQ provides a consistent model for working with data regardless of the data source.

    • Example: var query = from c in customers where c.City == 'London' select c;

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is clusterindex and nonclusterindex
  • Ans. 

    Clustered index determines the physical order of data in a table, while non-clustered index does not.

    • Clustered index physically reorders the table data based on the indexed column

    • Non-clustered index creates a separate structure to store the index data

    • Clustered index is faster for retrieval but slower for insert and update operations

    • Non-clustered index is slower for retrieval but faster for insert and update operations

  • Answered by AI
  • Q2. What is difference between union and unionall
  • Ans. 

    UNION combines the result sets of two or more SELECT statements, while UNION ALL does the same but includes duplicate rows.

    • UNION removes duplicate rows from the result set, while UNION ALL includes all rows

    • UNION is slower than UNION ALL because it performs a distinct operation

    • UNION requires that all SELECT statements have the same number of columns with compatible data types

    • Example: SELECT column1 FROM table1 UNION SEL...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What is expected salary
  • Ans. 

    Expected salary should be based on industry standards, experience, skills, and responsibilities of the role.

    • Research industry standards for the specific role and location

    • Consider your level of experience and skills

    • Factor in the responsibilities and expectations of the position

    • Be prepared to negotiate based on the company's budget and benefits package

  • Answered by AI
  • Q2. Why would you join our company
  • Ans. 

    I would join your company because of its reputation for innovation and growth opportunities.

    • Reputation for innovation in the industry

    • Opportunities for growth and advancement

    • Positive company culture and values

    • Exciting projects and challenges to work on

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Wipro Module Lead interview:
  • OOPS
  • SQL Server
  • Design Patterns
  • solid principles
Interview preparation tips for other job seekers - please prepare technically well

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Sheetmetal design guide lines
Round 2 - HR 

(1 Question)

  • Q1. Salary compensation

I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What is email studio and how will you send an email ?
  • Ans. 

    Email Studio is a Salesforce tool for creating and sending personalized emails to targeted audiences.

    • Create an email in Email Studio using drag-and-drop tools or HTML coding

    • Select a targeted audience using Salesforce data

    • Preview and test the email before sending

    • Schedule or send the email to the selected audience

    • Track email performance and engagement metrics

  • Answered by AI
  • Q2. What is journey builder and what are the elements on it?

Interview Preparation Tips

Interview preparation tips for other job seekers - There will be mainly 2 rounds.

1st - Basic tech. based question according to the JD. Interviewer was really helpful. Don't be afraid & nervous.

2nd- It was Managerial round ( Cultural Round ) . If you have cleared your 1st round then it will be more easy for you. In this round they will just check that if you are valuable to company or not.
They will be focusing on interpersonal Skills and you are flexible or not .

After these rounds you will get mail for onboarding if you will clear the round.

Just wait for a week and you will get everything.!!!!!

Best of luck...

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. I went to for as400 interview, one question interviewer asked that how to read duplicate records in rpgle with setll

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview person was hurry , not prepared anything for interview, just randomly asked questions what he tried in system and errors he get , out 4, he asked 3 question without clarity and then he simply said rejected, please prepare yourself self for interview taking , don't be in rush , sometime you will loose deserved candidate if you took interview like this

I applied via Naukri.com and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. OBYC settings, Valuation Class, Fiori, Valuation Area, MRP
  • Ans. Business Transactions, ACR linkage to Valuation Class, Plant configuration
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Get prepared for MM configurations questions

I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Azure Cloud Specific

Interview Preparation Tips

Interview preparation tips for other job seekers - It is comparatively easy.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2022. 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 

(2 Questions)

  • Q1. How to optimise react application?
  • Ans. 

    Optimizing a React application involves reducing bundle size, improving rendering performance, and implementing code splitting.

    • Use code splitting to load only necessary code for each page

    • Minimize bundle size by removing unused dependencies and optimizing images

    • Use React.memo and shouldComponentUpdate to prevent unnecessary re-renders

    • Use lazy loading to defer loading of non-critical components

    • Use server-side rendering t...

  • Answered by AI
  • Q2. What is shadow dom ?
  • Ans. 

    Shadow DOM is a way to encapsulate the styling and behavior of a web component.

    • Shadow DOM allows for creating isolated DOM trees within a larger document.

    • It helps to prevent CSS conflicts and JavaScript collisions between different parts of a web page.

    • Shadow DOM can be used to create reusable web components that can be easily shared and used across different projects.

    • It is supported by all modern browsers including Chr

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Different between useMemo vs useCallback
  • Ans. 

    useMemo is used for memoization of a value, while useCallback is used for memoization of a function.

    • useMemo returns a memoized value, while useCallback returns a memoized function.

    • useMemo is used to optimize expensive computations, while useCallback is used to optimize expensive function creation.

    • useMemo takes a function and an array of dependencies, while useCallback takes a function and an array of dependencies and r...

  • Answered by AI
  • Q2. What is pure function
  • Ans. 

    A pure function is a function that always returns the same output for a given input and has no side effects.

    • Pure functions are deterministic and have no side effects.

    • They only depend on their input parameters and not on any external state.

    • Pure functions are easier to test and reason about than impure functions.

    • Examples of pure functions include mathematical functions like sin(x) and cos(x).

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Why you want to leave your current organisation

Interview Preparation Tips

Interview preparation tips for other job seekers - Don’t tell your expectations about your CTC, let HR to comeback

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Technical questions pertaining to SAP

Interview Questionnaire 

10 Questions

  • Q1. WHat is omnichannel?
  • Ans. 

    Omnichannel is a marketing strategy that provides a seamless and integrated customer experience across all channels.

    • Omnichannel focuses on creating a consistent brand experience across all channels

    • It involves integrating online and offline channels such as social media, email, mobile, and physical stores

    • Customers can interact with the brand through any channel and receive a consistent experience

    • Examples include Starbuc...

  • Answered by AI
  • Q2. What is web to case?
  • Ans. 

    Web to Case is a Salesforce feature that allows customers to submit support cases through a web form.

    • Web to Case creates a case record in Salesforce from information submitted through a web form.

    • The web form can be customized to include specific fields and validation rules.

    • Web to Case can be integrated with email-to-case to ensure all customer inquiries are captured in Salesforce.

    • Examples of industries that use Web to ...

  • Answered by AI
  • Q3. What is the difference between with sharing and without sharing?
  • Ans. 

    With sharing and without sharing are keywords used in Apex to specify sharing rules for a class.

    • With sharing enforces the sharing rules of the current user, while without sharing ignores them.

    • With sharing is used for classes that access or modify data that belongs to multiple users, while without sharing is used for utility classes or classes that only access data owned by the current user.

    • With sharing is the default b...

  • Answered by AI
  • Q4. Where do we use without sharing keyword?
  • Ans. 

    Without sharing keyword is used in Apex to bypass sharing rules and access all data.

    • Used in classes that need to access all data regardless of sharing rules

    • Can be used in batch classes, trigger handlers, and unit tests

    • Should be used with caution as it can compromise data security

    • Example: Database.delete([SELECT Id FROM Account], false);

  • Answered by AI
  • Q5. Where do we use static and transient keyword?
  • Ans. 

    Static and transient keywords are used in Java programming language for different purposes.

    • Static keyword is used to create class-level variables and methods that can be accessed without creating an instance of the class.

    • Transient keyword is used to indicate that a variable should not be serialized when the object is converted to a byte stream.

    • Static variables are shared among all instances of a class, while transient ...

  • Answered by AI
  • Q6. What are the ways to maintain field level securities in the Aura component?
  • Ans. 

    Field level securities in Aura components

    • Use Lightning Data Service to enforce CRUD and FLS

    • Use Apex to enforce additional security logic

    • Use Lightning Design System to control visibility of fields

    • Use custom validation rules to enforce business logic

    • Use sharing rules to control record access

  • Answered by AI
  • Q7. How can we maintain field-level security without LDS?
  • Ans. 

    Field-level security can be maintained using profiles, permission sets, and sharing rules.

    • Profiles can be used to restrict access to fields for a group of users.

    • Permission sets can be used to grant additional access to specific fields for certain users.

    • Sharing rules can be used to extend access to fields beyond the default sharing settings.

    • Validation rules can also be used to enforce data integrity and security at the

  • Answered by AI
  • Q8. What is LDS?
  • Ans. 

    LDS stands for Local Data Store.

    • LDS is a database that stores data locally on a device.

    • It is commonly used in mobile applications to store data offline.

    • LDS can be used to store user preferences, cached data, and other information.

    • Examples of LDS include SQLite and Realm.

  • Answered by AI
  • Q9. What are the benefits of force:createRecord?
  • Ans. 

    force:createRecord allows creation of records without Apex code.

    • Saves time and effort by eliminating the need for Apex code

    • Allows for easy creation of records from custom or standard objects

    • Can be used in Lightning Experience, Salesforce mobile app, and Communities

    • Can prepopulate fields with default values

    • Can be used with custom Lightning components

    • Example: Creating a new Account record from a custom Lightning componen

  • Answered by AI
  • Q10. Recent pages you have created in

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Basics of OOPs concepts
  • Q2. Sitecore Database

Tell us how to improve this page.

Module Lead Interview Questions from Similar Companies

View all
Compare Maisons Super Development Sarl with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
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