Upload Button Icon Add office photos
Engaged Employer

i

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

Logelite Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Logelite Technical Support Executive Interview Questions and Answers

Updated 1 Jun 2024

Logelite Technical Support Executive Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Previous experience, why do you leave your last job, skills , Normal about your self
  • Q2. About your self
  • Q3. Tell me about CX support
  • Ans. 

    CX support refers to customer experience support, which focuses on providing assistance and solutions to improve customer satisfaction.

    • CX support involves addressing customer queries and issues in a timely and efficient manner.

    • It includes providing personalized assistance to enhance the overall customer experience.

    • CX support aims to build strong relationships with customers by understanding their needs and preferences.

    • ...

  • Answered by AI
  • Q4. How to handle angry CX
  • Ans. 

    Listen actively, empathize, stay calm, apologize, offer solutions, follow up.

    • Listen actively to understand the issue

    • Empathize with the customer's frustration

    • Stay calm and composed to de-escalate the situation

    • Apologize for the inconvenience caused

    • Offer solutions or alternatives to resolve the issue

    • Follow up with the customer to ensure satisfaction

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They are hiring for CX support, but it's a type of sales so before proceeding just confirm with HR it is only CX support or including sales, id you don't t have problem with sales, your welcome 🤗

Interview questions from similar companies

I applied via Walk-in and was interviewed before Oct 2021. There were 3 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 - One-on-one 

(1 Question)

  • Q1. What is lan or networking
  • Ans. 

    LAN or Local Area Network is a group of computers and devices connected together within a limited area.

    • LAN is used to share resources like printers, files, and internet connection within a small area like an office or a building.

    • It is faster and more secure than a wide area network (WAN) as it has a limited range.

    • Ethernet cables, Wi-Fi, and switches are commonly used to set up a LAN.

    • Examples of LAN include home network

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Tell me something about your experiences

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep calm and show confidence no issue for language

Skills evaluated in this interview

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 - Aptitude Test 

English, Numerical, Logical reasoning

Round 3 - One-on-one 

(2 Questions)

  • Q1. About yourself in simple
  • Q2. Technical skills about coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Aptitude was easy and I gave the the interview but got no response from company

I applied via Naukri.com and was interviewed in Oct 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 

(1 Question)

  • Q1. Solid principal questions Design patterns implementation Logical code for duplicate number LINQ questions
Round 3 - Technical 

(1 Question)

  • Q1. Questions on Azure and Container General project related technology and project structure Why angular you have used Why you have .Net Core
Round 4 - HR 

(1 Question)

  • Q1. About career growth If you wanna chose Pratiti technology and some other companies what factors u considered Tell about your job profile Tell about technology stack and current organization and current pro...

Interview Preparation Tips

Interview preparation tips for other job seekers - Even after clearing test L1, L2 and HR i didn't get offer
HR didn't even bother to send me e-mail about feedback saying we can't process your profile
When i WhatsApp to HR saying i have another offer with me but i wanna joined Pratiti technology then HR said directly "Go Ahead and Join that company from where you get Offer" what an rude behaviour

People don't even bother to give interview at Pratiti technology because they took interview and didn't provide offer at all

I appeared for an interview in Aug 2017.

Interview Questionnaire 

1 Question

  • Q1. They asked me about my project related technical questions.

Interview Preparation Tips

Round: HR Interview
Experience: There was only One face to face discussions (Technical and Hr.), mainly asked what I worked on, and also what all listed in Resume.

College Name: VTU University
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Yourself in detailed way

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Will be given Requirement to write code for Restraunt. Based on that have write code for delivering orders by delivery boys.

Round 2 - Technical 

(1 Question)

  • Q1. OOPS Concepts, Java Basics, Collections, MultiThreading

Interview Preparation Tips

Topics to prepare for LogiNext Solutions Software Engineer interview:
  • Java
  • OOPS
  • MySQL
  • Pattern Programming
Interview preparation tips for other job seekers - Focus on DSA and Logical Programming

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1.  What are Option Strict and Option Explicit? What are all the differences between Dispose and Finalize()? What is the difference between System.String and System.StringBuilder classes? What is Delegate? ...
  • Ans. 

    Answers to common interview questions for Software Engineer position

    • Option Strict and Option Explicit are compiler directives in VB.NET

    • Dispose() is used to release unmanaged resources while Finalize() is used for garbage collection

    • System.String is immutable while System.StringBuilder is mutable

    • Delegate is a type that represents a reference to a method

    • Value types store data directly while reference types store a referen...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - selection process-
1st round-online test(prpare all kind of logical, verbal, and .net related questions)
2nd round- technical round(prepare all .net interview questions,sql server questions, winforms, web api)
3rd round- hr discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Find in rotated sorted array
  • Ans. 

    Search for a target value in a rotated sorted array.

    • Use binary search to find the pivot point where the array is rotated.

    • Determine which half of the array the target value lies in based on the pivot point.

    • Continue binary search in the appropriate half of the array to find the target value.

  • Answered by AI
  • Q2. Design IMDB. how will you manage concurrent ratings
  • Ans. 

    Design IMDB with concurrent ratings management

    • Implement a locking mechanism to ensure only one user can update a rating at a time

    • Use a queue system to handle multiple rating requests in an orderly manner

    • Consider using distributed systems to handle high concurrency levels

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Design vehicle rental system. Api design
  • Ans. 

    Design a vehicle rental system API

    • Create endpoints for listing available vehicles, booking a vehicle, and returning a vehicle

    • Include authentication and authorization mechanisms for users and admins

    • Implement payment gateway integration for processing rental payments

    • Include features like vehicle search, filtering, and reviews/ratings

    • Consider scalability and performance optimizations for handling high traffic

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Discussion on experience and current role and responsibilities

Round 2 - Technical 

(2 Questions)

  • Q1. 1. Discuss one past project
  • Q2. 2. Design a job scheduler
  • Ans. 

    A job scheduler is a software application that manages the scheduling of tasks or jobs to be executed by a computer system.

    • Define the job scheduling requirements such as priority, deadline, resource constraints, etc.

    • Implement a scheduling algorithm like First Come First Serve, Shortest Job First, Round Robin, etc.

    • Maintain a queue of jobs to be executed and allocate resources accordingly.

    • Monitor job execution and handle...

  • Answered by AI

Skills evaluated in this interview

Logelite Interview FAQs

How many rounds are there in Logelite Technical Support Executive interview?
Logelite interview process usually has 1 rounds. The most common rounds in the Logelite interview process are One-on-one Round.
What are the top questions asked in Logelite Technical Support Executive interview?

Some of the top questions asked at the Logelite Technical Support Executive interview -

  1. Tell me about CX supp...read more
  2. How to handle angry...read more

Tell us how to improve this page.

Logelite Technical Support Executive Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

KDK Software Interview Questions
3.1
 • 15 Interviews
Idfy Interview Questions
3.6
 • 15 Interviews
View all

Logelite Technical Support Executive Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

2.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
SEO Executive
10 salaries
unlock blur

₹1 L/yr - ₹2 L/yr

Content Writer
6 salaries
unlock blur

₹1.2 L/yr - ₹2 L/yr

HR Executive Recruiter
5 salaries
unlock blur

₹1.8 L/yr - ₹3 L/yr

Full Stack Developer
5 salaries
unlock blur

₹4.8 L/yr - ₹9 L/yr

Technical Analyst
4 salaries
unlock blur

₹2.4 L/yr - ₹2.4 L/yr

Explore more salaries
Compare Logelite with

Global Edge Software

3.5
Compare

Trawex Technologies

4.5
Compare

Moveinsync Technology Solutions

3.4
Compare

Pagarbook

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