Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Liwet Technologies Team. If you also belong to the team, you can get access from here

Liwet Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Liwet Technologies Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Group Discussion 

It is not best for employes

Round 2 - Group Discussion 

Your experience with quality

Round 3 - Aptitude Test 

It is gone wrong due to illness

Round 4 - One-on-one 

(2 Questions)

  • Q1. Ti bit is bad round
  • Q2. Hopless the reason i didn,t give answer

Interview Preparation Tips

Interview preparation tips for other job seekers - it is not good for employes
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Vinoba Bhave University (VBU) and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Warehouse and logistics
  • Q2. Dispatch, picking , Inventory
  • Q3. Transportation billing
  • Q4. 5s and improvements

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Tell me about yourself ?
  • Q2. Previous company roles and responsibilities ?
  • Q3. Comfortable with the work timings ?
  • Q4. What do you know about this company ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be careful of the location
Ensure clean and sanitary restrooms
Look for a healthy and cheap option for lunch around
Always ask about the amenities provided by the company.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. What is your previous company salary
  • Ans. 

    I am not comfortable disclosing my previous company salary.

    • I prefer to focus on the value I can bring to this role rather than my previous salary

    • My salary at my previous company is confidential information

    • I believe that my skills and experience are more important than my previous salary

  • Answered by AI
  • Q2. Why perfect you our company
  • Ans. 

    I believe my skills and experience align perfectly with the goals and values of your company.

    • I have a strong background in PPC advertising and have successfully managed campaigns for various clients.

    • I am familiar with the latest trends and best practices in the industry, which I can bring to your company.

    • I am highly analytical and data-driven, which will help optimize your campaigns for maximum ROI.

    • I am a team player a...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. About your self
  • Q2. What is SAP and previous company experience
  • Ans. 

    SAP is a software company that provides enterprise resource planning solutions. Previous company experience includes working with SAP software.

    • SAP is a multinational software corporation known for its ERP software

    • Experience with SAP software may include implementing, customizing, or supporting SAP solutions

    • Previous company experience may involve working with SAP modules such as SAP HANA, SAP S/4HANA, SAP ERP, etc.

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2022.

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. What is Lazy loading in react?
  • Ans. 

    Lazy loading is a technique to load components or resources only when needed.

    • It improves performance by reducing initial load time.

    • React.lazy() and Suspense can be used for lazy loading components.

    • Code splitting can be used for lazy loading resources like images and scripts.

  • Answered by AI
  • Q2. What is suspense in react ?
  • Ans. 

    Suspense is a React feature that allows components to wait for data before rendering.

    • Suspense is used to handle asynchronous data fetching in React.

    • It allows components to render a fallback UI while waiting for data to load.

    • Suspense is often used with the new React.lazy() function to lazily load components.

    • It was introduced in React 16.6.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up your resume, and be strong in basics. Most of the interview are video calls.

Skills evaluated in this interview

I applied via Referral and was interviewed before Nov 2018. There were 2 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Plant room equipment deatails
  • Q2. Valve installation deatails

Interview Preparation Tips

Interview preparation tips for other job seekers - Only come for m staff, not for 3rd party

I applied via Company Website and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Why you wanna join apple company
  • Q2. What your next big thing you want do your life after join this comapny

Interview Preparation Tips

Interview preparation tips for other job seekers - be ready to murder interviewer by your extraordinary skills and your advanced knowledge

Interview Questionnaire 

6 Questions

  • Q1. What is trigger new & old ?
  • Ans. 

    New and old are trigger context variables in Salesforce that store the new and old versions of a record being processed.

    • New stores the updated version of the record being processed in a trigger.

    • Old stores the previous version of the record being processed in a trigger.

    • New and old are used to compare changes made to a record in a trigger.

    • New and old are only available in before and after triggers, not in validation or w

  • Answered by AI
  • Q2. Can we using old method for data update ?
  • Ans. 

    No, using old methods for data update is not recommended.

    • Old methods may not be compatible with new systems

    • Old methods may not have the necessary security measures

    • Using old methods can lead to data corruption or loss

  • Answered by AI
  • Q3. What is diff between SOQL & SOSL ?
  • Ans. 

    SOQL is used to query records from a single object, while SOSL is used to search for records across multiple objects.

    • SOQL is used to retrieve data from a single object based on conditions

    • SOSL is used to search for data across multiple objects based on search terms

    • SOQL supports aggregate functions, while SOSL does not

    • SOQL is case-sensitive, while SOSL is not

    • SOQL queries are limited to 100 records, while SOSL can return

  • Answered by AI
  • Q4. What is governor limit ? why is it there ?
  • Ans. 

    Governor limits are limits enforced by Salesforce to ensure efficient use of shared resources.

    • Governor limits are enforced on Apex code, SOQL queries, DML statements, and other operations.

    • They prevent runaway code from monopolizing shared resources and causing performance issues.

    • Examples of governor limits include limits on CPU time, heap size, and database queries.

    • Developers must design their code to work within these...

  • Answered by AI
  • Q5. What can do for run apex class ? what is get precaution ?
  • Ans. 

    To run an Apex class, we need to create an instance of the class and call its methods. Precautions include testing and avoiding governor limits.

    • Create an instance of the class using the 'new' keyword

    • Call the methods using dot notation

    • Test the class thoroughly before deploying to production

    • Avoid hitting governor limits by optimizing code and limiting queries

  • Answered by AI
  • Q6. What is lightning data services ?
  • Ans. 

    Lightning Data Service is a framework that allows developers to easily access and manipulate data in Salesforce.

    • It provides a standard interface for data manipulation

    • It automatically handles data caching and synchronization

    • It supports CRUD operations on records and fields

    • It can be used with Lightning Components and Apex controllers

  • Answered by AI

Skills evaluated in this interview

I applied via campus placement at Anna University and was interviewed in Dec 2020. There were 9 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Do you know how to team handling?
  • Ans. 

    Yes, I have experience in team handling.

    • I have successfully led a team of 10 members in my previous role.

    • I have experience in assigning tasks, setting goals, and monitoring progress.

    • I believe in effective communication and fostering a positive team environment.

    • I have conducted regular team meetings to address any issues and provide guidance.

    • I have also provided coaching and mentoring to team members to enhance their sk

  • Answered by AI
  • Q2. Are you willing to relocation?
  • Ans. 

    Yes, I am willing to relocate for the Team Leader position.

    • I am open to moving to a new location for career growth and opportunities.

    • I understand that relocation may be necessary to effectively lead and manage a team.

    • I am flexible and adaptable to new environments and cultures.

    • I have previous experience relocating for work and have successfully integrated into new teams.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confidence

I applied via Naukri.com and was interviewed in May 2019. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Tell me about yourself?
  • Q2. What is your work experience and in which field you have worked earlier.?
  • Q3. What is your strength and weakness?
  • Q4. How would you handle agitated customer?
  • Ans. 

    To handle an agitated customer, it is important to remain calm, empathize with their concerns, actively listen, offer solutions, and follow up.

    • Stay calm and composed

    • Empathize with the customer's frustration

    • Listen actively and attentively

    • Apologize for any inconvenience caused

    • Offer solutions or alternatives

    • Follow up to ensure customer satisfaction

  • Answered by AI
  • Q5. Do you have any experience of any CRM tool?
  • Ans. 

    Yes, I have experience with CRM tools.

    • I have worked with Salesforce CRM extensively in my previous role.

    • I am familiar with using CRM tools to manage customer interactions and track sales leads.

    • I have also used Microsoft Dynamics CRM to streamline customer support processes.

    • I have experience in customizing CRM workflows and creating reports to analyze customer data.

    • I am comfortable learning and adapting to new CRM tools

  • Answered by AI
  • Q6. What is reason for leaving previous job?

Interview Preparation Tips

Interview preparation tips for other job seekers - Frankly speaking,Please share accurate and correct detail.Reply your answer with honesty and truthfulness.If you don't know any answer reply honestly that you don't know.Please negotiate salary in hand.

Liwet Technologies Interview FAQs

How to prepare for Liwet Technologies 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 Liwet Technologies . The most common topics and skills that interviewers at Liwet Technologies expect are Hardware Networking.

Tell us how to improve this page.

Interview Questions from Similar Companies

Samsung Interview Questions
4.0
 • 555 Interviews
Dell Interview Questions
4.0
 • 391 Interviews
HARMAN Interview Questions
3.8
 • 257 Interviews
OPPO Interview Questions
4.0
 • 210 Interviews
LG Electronics Interview Questions
4.0
 • 192 Interviews
Vivo Interview Questions
4.1
 • 191 Interviews
HTC Interview Questions
3.4
 • 4 Interviews
View all

Liwet Technologies Reviews and Ratings

based on 3 reviews

4.8/5

Rating in categories

5.0

Skill development

4.7

Work-life balance

4.7

Salary

4.8

Job security

5.0

Company culture

4.8

Promotions

5.0

Work satisfaction

Explore 3 Reviews and Ratings
Embedded Engineer
3 salaries
unlock blur

₹1.5 L/yr - ₹8 L/yr

Explore more salaries
Compare Liwet Technologies with

Samsung

4.0
Compare

Vivo

4.1
Compare

OPPO

4.0
Compare

Dell

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