Add office photos
Engaged Employer

Moglix

3.5
based on 526 Reviews
Filter interviews by

20+ LNJ Institute of Skills and Technology Interview Questions and Answers

Updated 26 Dec 2024

Q1. Length of Longest Substring with distinct character

Ans.

Find the length of the longest substring with distinct characters in a given string.

  • Use a sliding window approach to keep track of the current substring.

  • Maintain a set to store the distinct characters in the current substring.

  • Update the maximum length of the substring whenever a longer substring is found.

Add your answer

Q2. Merge two sorted Array Linkedlist delete a node

Ans.

The question asks to merge two sorted arrays and delete a node in a linked list.

  • To merge two sorted arrays, we can use a two-pointer approach.

  • To delete a node in a linked list, we need to update the pointers of the previous and next nodes.

  • Example: Merge [1, 3, 5] and [2, 4, 6] to get [1, 2, 3, 4, 5, 6].

  • Example: Delete node with value 3 from linked list [1, 2, 3, 4, 5] to get [1, 2, 4, 5].

Add your answer

Q3. String is palindrome or not with recursion

Ans.

Check if a string is a palindrome using recursion.

  • Use recursion to compare the first and last characters of the string.

  • If they are equal, recursively check the substring without the first and last characters.

  • Continue this process until the string is empty or only has one character.

  • If all comparisons are equal, the string is a palindrome.

Add your answer

Q4. Find Max sum of subarray.

Ans.

The maximum sum of a subarray is to be found.

  • Use Kadane's algorithm to find the maximum sum of a subarray.

  • Initialize two variables: maxSum and currentSum.

  • Iterate through the array and update currentSum by adding the current element.

  • If currentSum becomes negative, reset it to 0.

  • If currentSum is greater than maxSum, update maxSum.

  • Return maxSum as the maximum sum of a subarray.

Add your answer
Discover LNJ Institute of Skills and Technology interview dos and don'ts from real experiences

Q5. 2. What value would you add to Moglix?

Ans.

I would bring my experience in team management, strategic planning, and process improvement to enhance Moglix's operations and drive growth.

  • Implementing efficient processes to increase productivity and reduce costs

  • Developing and executing strategic plans to achieve business objectives

  • Leading and motivating teams to achieve high performance

  • Identifying and pursuing new business opportunities

  • Building strong relationships with clients and stakeholders

  • Staying up-to-date with indus...read more

Add your answer

Q6. Adding a node in LinkedList, removal of a duplicate node in LinkedList.

Ans.

Adding a node in LinkedList involves creating a new node and updating pointers. Removing a duplicate node requires iterating through the list and comparing values.

  • To add a node, create a new node with the desired value and update pointers accordingly.

  • To remove a duplicate node, iterate through the list and compare each node's value with others to identify duplicates.

  • After identifying a duplicate node, update pointers to skip over it and remove it from the list.

Add your answer
Are these interview questions helpful?

Q7. Diffferent types of Incoterms, Soucing strategies, SRM, concept of vendor consolidation.

Ans.

Answering questions related to Incoterms, sourcing strategies, SRM, and vendor consolidation for Deputy Manager position.

  • Incoterms are a set of rules defining the responsibilities of buyers and sellers in international trade.

  • Sourcing strategies involve identifying potential suppliers, negotiating contracts, and managing relationships.

  • SRM (Supplier Relationship Management) is the process of managing interactions with suppliers to maximize value and minimize risk.

  • Vendor consoli...read more

Add your answer

Q8. 3. What is your sales process?

Ans.

Our sales process involves identifying potential customers, qualifying leads, presenting our product/service, addressing objections, and closing the deal.

  • Identify potential customers through market research and lead generation

  • Qualify leads by assessing their needs and budget

  • Present our product/service through demos, presentations, and proposals

  • Address objections by understanding the customer's concerns and providing solutions

  • Close the deal by negotiating terms and finalizing ...read more

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. how will you improve conversion on ecommerce app

Ans.

Implement personalized product recommendations, optimize checkout process, and enhance user experience.

  • Implement personalized product recommendations based on user behavior and preferences

  • Optimize checkout process by reducing steps and simplifying forms

  • Enhance user experience by improving site speed, mobile responsiveness, and overall design

  • Utilize A/B testing to identify and implement changes that lead to higher conversion rates

Add your answer

Q10. Pnl management, how to handle different KPIs

Ans.

Managing PnL involves aligning different KPIs to overall business goals and making data-driven decisions.

  • Identify key performance indicators (KPIs) that are most relevant to the category being managed

  • Set specific targets for each KPI based on historical data, market trends, and business objectives

  • Regularly monitor and analyze the performance of each KPI to identify areas of improvement or concern

  • Adjust strategies and tactics based on KPI performance to optimize profitability ...read more

Add your answer

Q11. What were the incoterms? What types of categories I have handled previously,

Ans.

Incoterms are international commercial terms that define the responsibilities of buyers and sellers in international trade transactions.

  • Incoterms are standardized terms used in international trade to clearly define the responsibilities of buyers and sellers regarding the delivery of goods.

  • There are different categories of incoterms such as EXW (Ex Works), FOB (Free on Board), CIF (Cost, Insurance, and Freight), etc.

  • Each incoterm specifies who is responsible for tasks such as ...read more

Add your answer

Q12. What required for RFQ's and Negotiations

Ans.

RFQ's and negotiations require strong communication skills, market knowledge, and the ability to analyze data.

  • Strong communication skills are essential for effectively communicating with suppliers and stakeholders.

  • Market knowledge is necessary to understand pricing trends and industry standards.

  • The ability to analyze data is crucial for evaluating supplier proposals and making informed decisions.

  • Negotiation skills are important for reaching mutually beneficial agreements with...read more

Add your answer

Q13. what is smoke testing

Ans.

Smoke testing is a preliminary testing to check if the basic functionalities of a software application are working fine.

  • Performed at the beginning of the testing process

  • Focuses on basic functionality

  • Not exhaustive testing, just to check if the software can be further tested

  • Helps in identifying major issues early on

  • Usually automated for efficiency

Add your answer

Q14. what is regression testing

Ans.

Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.

  • Regression testing is performed after code changes to verify that the existing functionality still works as expected.

  • It helps in identifying any defects introduced by new code changes.

  • Regression testing can be automated to save time and effort.

  • Examples include running test cases after a software update or bug fix to ensure no...read more

Add your answer

Q15. How to setup a new category

Ans.

Setting up a new category involves market research, defining target audience, selecting products, pricing strategy, and marketing plan.

  • Conduct market research to identify trends and demand

  • Define target audience and their needs

  • Select products that fit the category and appeal to the target audience

  • Develop a pricing strategy based on competition and value proposition

  • Create a marketing plan to promote the new category

Add your answer

Q16. How you Procure/Negotiate.

Ans.

I procure/negotiate by conducting market research, building relationships with suppliers, and leveraging my negotiation skills.

  • Conduct thorough market research to understand pricing and supplier options

  • Build strong relationships with suppliers to establish trust and open communication

  • Utilize negotiation skills to secure favorable terms and pricing

  • Seek out multiple quotes and compare offers to ensure best value

  • Stay updated on industry trends and changes in market conditions

Add your answer

Q17. how to create search bar in react.

Add your answer

Q18. What is jira tool

Ans.

Jira is a popular project management tool used for tracking issues, managing tasks, and facilitating collaboration among team members.

  • Jira is commonly used in software development teams to track bugs, issues, and tasks.

  • It allows users to create, assign, prioritize, and track issues through customizable workflows.

  • Jira integrates with other tools like Confluence, Bitbucket, and Jenkins for seamless project management.

  • Users can generate reports, dashboards, and agile boards to v...read more

Add your answer

Q19. types of software Testing

Ans.

Types of software testing include manual testing, automated testing, unit testing, integration testing, system testing, and acceptance testing.

  • Manual testing: Testing performed manually by QA engineers.

  • Automated testing: Testing performed using automation tools.

  • Unit testing: Testing individual units or components of a software.

  • Integration testing: Testing the integration of different components.

  • System testing: Testing the entire system as a whole.

  • Acceptance testing: Testing t...read more

Add your answer

Q20. challenging problem statement

Ans.

Developing a new feature to increase user engagement on a mobile app

  • Identify key metrics for user engagement

  • Conduct user research to understand user behavior and preferences

  • Collaborate with cross-functional teams to design and implement the feature

  • Test and iterate on the feature based on user feedback

Add your answer

Q21. New market development approach

Ans.

New market development approach involves identifying untapped markets, conducting market research, creating a strategic plan, and implementing targeted marketing strategies.

  • Conduct thorough market research to identify potential new markets

  • Analyze competition and consumer behavior in the new market

  • Develop a strategic plan outlining goals, objectives, and tactics for market entry

  • Implement targeted marketing strategies to reach and attract customers in the new market

  • Monitor and ...read more

Add your answer

Q22. Able to handle pressure

Ans.

Yes, I am able to handle pressure effectively by staying organized, prioritizing tasks, and maintaining a positive attitude.

  • I have experience working in fast-paced environments where deadlines were tight and pressure was high.

  • I am skilled at managing my time efficiently and effectively to ensure all tasks are completed on time.

  • I remain calm under pressure and focus on finding solutions rather than getting overwhelmed by the situation.

Add your answer

Q23. explaination about the process

Ans.

Explanation of the procurement process

  • The procurement process involves identifying needs, selecting suppliers, negotiating contracts, and managing supplier relationships

  • It includes steps such as conducting market research, issuing RFQs or RFPs, evaluating proposals, and awarding contracts

  • Procurement managers must ensure compliance with regulations, manage risks, and optimize costs

  • Effective communication with stakeholders and suppliers is crucial for successful procurement out...read more

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at LNJ Institute of Skills and Technology

based on 22 interviews in the last 1 year
Interview experience
4.2
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.6
 • 1.7k Interview Questions
3.9
 • 701 Interview Questions
4.1
 • 203 Interview Questions
4.0
 • 192 Interview Questions
3.8
 • 152 Interview Questions
View all
Top Moglix Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter