AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

Lycatech Services

Compare button icon Compare button icon Compare
2.8

based on 54 Reviews

Play video Play video Video summary
  • About
  • Reviews
    54
  • Salaries
    599
  • Interviews
    6
  • Jobs
    -
  • Benefits
    4
  • Photos
    -

Filter interviews by

Lycatech Services Interview Questions and Answers

Updated 5 Aug 2024
Popular Designations

10 Interview questions

A Security Analyst was asked 10mo ago
Q. What is a Service Level Agreement?
Ans. 

Service Level Agreement is a contract between a service provider and a customer that outlines the level of service expected.

  • Defines the services to be provided

  • Specifies the responsibilities of both parties

  • Outlines the metrics used to measure performance

  • Includes penalties for not meeting agreed-upon service levels

  • Can cover aspects like uptime, response time, and resolution time

  • Example: An SLA between a cloud servic...

View all Security Analyst interview questions
A Security Analyst was asked 10mo ago
Q. What is change management?
Ans. 

Change management is the process of planning, implementing, and controlling changes to systems or processes in an organization.

  • Involves identifying the need for change

  • Planning and implementing the change

  • Communicating the change to stakeholders

  • Managing resistance to change

  • Evaluating the impact of the change

View all Security Analyst interview questions
A SQL Developer was asked
Q. What are joins in SQL?
Ans. 

Joins in SQL are used to combine rows from two or more tables based on a related column between them.

  • Joins are used to retrieve data from multiple tables based on a related column.

  • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

  • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column;

View all SQL Developer interview questions
A SQL Developer was asked
Q. What is Structured Query Language?
Ans. 

Structured Query Language is a standardized programming language used to manage and manipulate databases.

  • SQL is used to retrieve, insert, update, and delete data in databases.

  • It is a declarative language, meaning users specify what they want to retrieve or manipulate without needing to specify how to do it.

  • Common SQL commands include SELECT, INSERT, UPDATE, DELETE, CREATE, and DROP.

  • Example: SELECT * FROM employees...

View all SQL Developer interview questions
A Production Support Analyst was asked
Q. What clauses are available in SQL?
Ans. 

SQL clauses are used to perform specific actions in a SQL query.

  • SELECT: retrieves data from a database

  • FROM: specifies the table(s) to retrieve data from

  • WHERE: filters the data based on specified conditions

  • GROUP BY: groups the data based on specified columns

  • HAVING: filters the grouped data based on specified conditions

  • ORDER BY: sorts the data based on specified columns

  • JOIN: combines rows from multiple tables based ...

View all Production Support Analyst interview questions
A Production Support Analyst was asked
Q. What is a primary key?
Ans. 

A primary key is a unique identifier for a record in a database table.

  • Primary key ensures each record in a table is unique.

  • It is used to establish relationships between tables.

  • Primary key can be a single column or a combination of columns.

  • It enforces data integrity and allows efficient data retrieval.

  • Examples of primary keys include social security numbers, email addresses, etc.

View all Production Support Analyst interview questions
A Production Support Analyst was asked
Q. Differentiate between TRUNCATE, DROP, and DELETE statements.
Ans. 

TRUNCATE, DROP, and DELETE are SQL commands used to remove data from a table, but they differ in their functionality.

  • TRUNCATE is a DDL command that removes all rows from a table, but keeps the structure intact.

  • DROP is a DDL command that removes an entire table, including its structure and data.

  • DELETE is a DML command that removes specific rows from a table based on a condition.

  • TRUNCATE is faster than DELETE as it ...

View all Production Support Analyst interview questions
Are these interview questions helpful?
A Production Support Analyst was asked
Q. What are data types?
Ans. 

Data types are classifications of data that determine the type of values that can be stored and manipulated.

  • Data types define the characteristics of data such as size, range, and operations that can be performed on them.

  • Common data types include integers, floating-point numbers, strings, booleans, and arrays.

  • Examples: int age = 25, float salary = 5000.50, string name = 'John Doe', bool isEmployed = true, int[] num...

View all Production Support Analyst interview questions
🔥 Asked by recruiter 2 times
A Production Support Analyst was asked
Q. What is a stored procedure?
Ans. 

A stored procedure is a precompiled set of SQL statements that can be executed on demand.

  • Stored procedures are stored in a database and can be called by applications or other stored procedures.

  • They are used to encapsulate and execute complex logic or tasks.

  • Stored procedures can accept input parameters and return output parameters or result sets.

  • They improve performance by reducing network traffic and optimizing qu...

View all Production Support Analyst interview questions
A Switching Engineer was asked
Q. What is GSM, MSC, mobile communication
Ans. 

GSM is a mobile communication standard that uses MSC to connect calls between mobile devices.

  • GSM stands for Global System for Mobile Communications

  • MSC stands for Mobile Switching Center

  • GSM is a digital cellular network used for mobile communication

  • MSC is responsible for routing calls and messages between mobile devices

  • GSM and MSC work together to provide seamless mobile communication

  • Example: When you make a call o...

View all Switching Engineer interview questions

Lycatech Services Interview Experiences

6 interviews found

Production Support Analyst Interview Questions & Answers

user image Anonymous

posted on 14 Feb 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(6 Questions)

  • Q1. Self intro and about family remaining questions from sql what are joins and their types
  • Add your answer
  • Q2. What are data types
  • Ans. 

    Data types are classifications of data that determine the type of values that can be stored and manipulated.

    • Data types define the characteristics of data such as size, range, and operations that can be performed on them.

    • Common data types include integers, floating-point numbers, strings, booleans, and arrays.

    • Examples: int age = 25, float salary = 5000.50, string name = 'John Doe', bool isEmployed = true, int[] numbers ...

  • Answered by AI
    Add your answer
  • Q3. What is stored procedure
  • Ans. 

    A stored procedure is a precompiled set of SQL statements that can be executed on demand.

    • Stored procedures are stored in a database and can be called by applications or other stored procedures.

    • They are used to encapsulate and execute complex logic or tasks.

    • Stored procedures can accept input parameters and return output parameters or result sets.

    • They improve performance by reducing network traffic and optimizing query e...

  • Answered by AI
    Add your answer
  • Q4. Differentiate TRUNCATE , DROP , DELETE
  • Ans. 

    TRUNCATE, DROP, and DELETE are SQL commands used to remove data from a table, but they differ in their functionality.

    • TRUNCATE is a DDL command that removes all rows from a table, but keeps the structure intact.

    • DROP is a DDL command that removes an entire table, including its structure and data.

    • DELETE is a DML command that removes specific rows from a table based on a condition.

    • TRUNCATE is faster than DELETE as it doesn...

  • Answered by AI
    Add your answer
  • Q5. What are all the clauses available in sql
  • Ans. 

    SQL clauses are used to perform specific actions in a SQL query.

    • SELECT: retrieves data from a database

    • FROM: specifies the table(s) to retrieve data from

    • WHERE: filters the data based on specified conditions

    • GROUP BY: groups the data based on specified columns

    • HAVING: filters the grouped data based on specified conditions

    • ORDER BY: sorts the data based on specified columns

    • JOIN: combines rows from multiple tables based on re...

  • Answered by AI
    Add your answer
  • Q6. What is primary key
  • Ans. 

    A primary key is a unique identifier for a record in a database table.

    • Primary key ensures each record in a table is unique.

    • It is used to establish relationships between tables.

    • Primary key can be a single column or a combination of columns.

    • It enforces data integrity and allows efficient data retrieval.

    • Examples of primary keys include social security numbers, email addresses, etc.

  • Answered by AI
    Add your answer
Round 2 - Aptitude Test 

15 questions from verbal
like error spotting, synonyms, phrasal verbs
10 questions from reasoning
like blook relation, decoding
15 questions from quants
like boats and streams, number series, percentage, ratio

Skills evaluated in this interview

Anonymous

SQL Developer Interview Questions & Answers

user image Poonthendral Murugesan

posted on 15 Feb 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is Structured Query Language?
  • Ans. 

    Structured Query Language is a standardized programming language used to manage and manipulate databases.

    • SQL is used to retrieve, insert, update, and delete data in databases.

    • It is a declarative language, meaning users specify what they want to retrieve or manipulate without needing to specify how to do it.

    • Common SQL commands include SELECT, INSERT, UPDATE, DELETE, CREATE, and DROP.

    • Example: SELECT * FROM employees WHER...

  • Answered by AI
    Add your answer
  • Q2. What is joins in SQL?
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column.

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column;

  • Answered by AI
    Add your answer
  • Q3. What is Stored Procedure
  • Ans. 

    Stored Procedure is a precompiled collection of SQL statements that can be executed by calling the procedure name.

    • Stored Procedures can accept input parameters and return output parameters.

    • They can be used to encapsulate complex SQL logic for reusability and security purposes.

    • Stored Procedures can improve performance by reducing network traffic and optimizing query execution.

    • Example: CREATE PROCEDURE GetEmployeeDetails...

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Anonymous

Routing Engineer Interview Questions & Answers

user image Santhosh Kumar

posted on 31 Jul 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Little bit difficult no questions from RS agarwal

Round 3 - One-on-one 

(1 Question)

  • Q1. Just ask about basic questions not much difficult
  • Add your answer
Round 4 - Manag 

(1 Question)

  • Q1. Same as like the second round then ask about your opinion
  • Add your answer
Round 5 - HR 

(1 Question)

  • Q1. Salary and your comfortable
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - This is 3yr bond company so be confident whatever pressure it may be u need to survive then only u got the experience certificate..if you got the role in routing Engineer means my suggestion would be don't go bcoz u can't learn anything technical here just like KPO job rather you prefer switching team
Anonymous

Security Analyst Interview Questions & Answers

user image Anonymous

posted on 5 Aug 2024

Interview experience
3
Average
Difficulty level
Easy
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 - Aptitude Test 

General knowledge, General Maths

Round 2 - Technical 

(2 Questions)

  • Q1. What is change management?
  • Ans. 

    Change management is the process of planning, implementing, and controlling changes to systems or processes in an organization.

    • Involves identifying the need for change

    • Planning and implementing the change

    • Communicating the change to stakeholders

    • Managing resistance to change

    • Evaluating the impact of the change

  • Answered by AI
    Add your answer
  • Q2. What is Service Level Agreement?
  • Ans. 

    Service Level Agreement is a contract between a service provider and a customer that outlines the level of service expected.

    • Defines the services to be provided

    • Specifies the responsibilities of both parties

    • Outlines the metrics used to measure performance

    • Includes penalties for not meeting agreed-upon service levels

    • Can cover aspects like uptime, response time, and resolution time

    • Example: An SLA between a cloud service pro...

  • Answered by AI
    Add your answer
Round 3 - HR 

(2 Questions)

  • Q1. What is your expectation?
  • Ans. 

    My expectation is to utilize my skills and knowledge to effectively analyze security threats and vulnerabilities, and implement measures to protect the organization's assets.

    • Expectation to continuously monitor and analyze security threats

    • Ability to identify vulnerabilities and recommend solutions

    • Implementing security measures to protect assets

    • Collaborating with team members to enhance security posture

  • Answered by AI
    Add your answer
  • Q2. Why do you want to work with us?
  • Ans. 

    I am passionate about cybersecurity and believe in the mission and values of your organization.

    • I have a strong background in cybersecurity and am eager to apply my skills in a challenging environment.

    • I admire the innovative approach your organization takes towards security and want to be a part of that.

    • I have heard great things about the team culture and professional development opportunities here.

  • Answered by AI
    Add your answer
Anonymous

Senior Engineer Interview Questions & Answers

user image Anonymous

posted on 6 Oct 2022

I applied via Naukri.com and was interviewed in Apr 2022. 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 - Coding Test 

Coding related to .Net, Javascript

Round 3 - Technical 

(1 Question)

  • Q1. Same thing on technical. Questions about .Net and Javascript
  • Add your answer
Round 4 - HR 

(1 Question)

  • Q1. About your experience, joining date and package
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company and the interview process was very neat
Anonymous

Switching Engineer Interview Questions & Answers

user image Thamizhmugilan Ramesh

posted on 8 Feb 2022

I applied via Naukri.com and was interviewed in Jan 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. What is GSM, MSC, mobile communication
  • Ans. 

    GSM is a mobile communication standard that uses MSC to connect calls between mobile devices.

    • GSM stands for Global System for Mobile Communications

    • MSC stands for Mobile Switching Center

    • GSM is a digital cellular network used for mobile communication

    • MSC is responsible for routing calls and messages between mobile devices

    • GSM and MSC work together to provide seamless mobile communication

    • Example: When you make a call on you...

  • Answered by AI
    Add your answer
Round 3 - Aptitude Test 

Normal aptitude question

Round 4 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Ans. 

    I expect a salary that is competitive and commensurate with my skills and experience.

    • Research the average salary range for Switching Engineers in your area and industry.

    • Consider your qualifications, experience, and the value you can bring to the company.

    • Be prepared to negotiate and discuss benefits and other compensation factors.

    • Avoid giving a specific number unless pressed, focus on the overall package.

  • Answered by AI
    Add your answer
  • Q2. What is your family background?
  • Ans. 

    My family background is diverse and has influenced my values and perspectives.

    • My parents come from different cultural backgrounds, which has exposed me to different traditions and languages.

    • I have siblings who have pursued various careers, inspiring me to explore different paths.

    • My family has always emphasized the importance of education and continuous learning.

    • We have a strong sense of community and support for one an...

  • Answered by AI
    Add your answer
  • Q3. What are your strengths and weaknesses?
  • Ans. 

    My strengths include strong technical skills, problem-solving abilities, and adaptability. My weaknesses include a tendency to be overly critical of my own work and a desire for perfection.

    • Strong technical skills: I have a deep understanding of switching technologies and protocols, allowing me to effectively design and troubleshoot network switches.

    • Problem-solving abilities: I am skilled at identifying and resolving co...

  • Answered by AI
    Add your answer
  • Q4. Tell me about yourself.
  • Ans. 

    I am an experienced Switching Engineer with a strong background in network infrastructure and troubleshooting.

    • I have a Bachelor's degree in Computer Science and have been working in the networking field for over 5 years.

    • I have extensive knowledge of routing protocols such as OSPF and BGP, as well as experience with Cisco and Juniper switches.

    • I have successfully implemented network upgrades and optimizations, resulting ...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing worry about this job
Be confident
Anonymous

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Lycatech Services?
Ask anonymously on communities.

Interview questions from similar companies

company Logo

Software Engineer Interview Questions & Answers

Huawei Technologies user image Anonymous

posted on 3 May 2017

I appeared for an interview before May 2016.

Interview Preparation Tips

College Name: GPREC kurnool
Anonymous
Are these interview questions helpful?
company Logo

Senior Software Engineer Interview Questions & Answers

Ericsson user image Anonymous

posted on 13 May 2018

Interview Questionnaire 

1 Question

  • Q1. Questions asked about products knowledge, roles and responsibilities
  • Add your answer

Interview Preparation Tips

Round: Manger Round
Experience: Questions asked about products knowledge, roles and responsibilities

Anonymous
company Logo

Software Developer Interview Questions & Answers

Ericsson user image Anonymous

posted on 8 Jun 2015

Interview Questionnaire 

3 Questions

  • Q1. The questions primarily started with discussion on my internships and minor project
  • Add your answer
  • Q2. Many questions were asked about OOPs concepts like virtual function, multiple inheritance, function overloading etc you are supposed to define and implement all of them on paper
  • Add your answer
  • Q3. I was asked about my favorite subject, opted computer networks. So, was asked about computer networks basics like ISO OSI, virtual LANs, QoS, AdHoc networks, WiiMax and Wifi
  • Add your answer

Interview Preparation Tips

Round: Technical Interview
Experience: Technical continues for about 35 minutes, the questions primarily started with discussion on my internships and minor project.
Many questions were asked about OOPs concepts like virtual function, multiple inheritance, function overloading etc you are supposed to define and implement all of them on paper.
I was asked about my favorite subject, opted computer networks. So, was asked about computer networks basics like ISO OSI, virtual LANs, QoS, AdHoc networks, WiiMax and Wifi.

Round: HR Interview
Experience: I was primarily asked about my family background, likes, hobbies etc

College Name: NA
Anonymous
company Logo

Software Engineer Interview Questions & Answers

Huawei Technologies user image Anonymous

posted on 28 Jun 2017

I appeared for an interview in Mar 2017.

Interview Questionnaire 

5 Questions

  • Q1. Related to semiconductors, processors etc. were asked.
  • Add your answer
  • Q2. Strength
  • Add your answer
  • Q3. Weaknesses
  • Add your answer
  • Q4. Hobbies
  • Add your answer
  • Q5. If there are 200 fishes in an aquarium. 99% are red. How many fishes have to be removed to make the red fishes 98 % in the aquarium?
  • Ans. 

    To make the red fishes 98%, 50 fishes have to be removed from the aquarium.

    • Calculate 1% of 200 fishes to find the number of red fishes.

    • Subtract the number of red fishes from 200 to find the number of non-red fishes.

    • Calculate 2% of the total number of fishes to find the desired number of red fishes.

    • Subtract the desired number of red fishes from the current number of red fishes to find the number of fishes to be removed.

  • Answered by AI
    Add your answer

Interview Preparation Tips

Round: Test
Experience: There were 40 aptitude questions of variable difficulty. More questions revolved around topics like time and work, distance, speed, time, profit loss, age etc.
Tips: A regular and prior preparation will go a long way in determining a good test score.
Use tricks to solve the questions and calculations should be fast.
Duration: 30 minutes
Total Questions: 40

Round: Test
Experience: The questions weren't that tough when it came to programming. An example would be conversion of temperature from Celsius to Fahrenheit and vice versa. This was a question in my paper. So I'm hoping the difficulty would be more or less the same.
Tips: Do certified programming courses. They help you a lot in cracking good jobs.
Duration: 45 minutes
Total Questions: 3

Round: Puzzle Interview
Tips: This can be tough if you can't imagine scenarios and situations. So make sure you inculcate critical problem solving thinking in your everyday life. I feel that's the best way to do things in this round.

Round: Technical Interview
Experience: This was a short interview so not much happened.
Tips: Whatever you do just know your stuff properly.

Round: HR Interview
Experience: It was a simple interview. Basic questions and their basic answers helped me get through it.
Tips: The tip would be to stay positive in your approach while answering the questions

Skills: Technical Skill, Interpersonal Communication, Aptitude
College Name: VIT Vellore
Anonymous
More about working at Lycatech Services
  • HQ - Chennai,Tamil Nadu, India
  • Telecom
  • 51-200 Employees (Global)

Lycatech Services Interview FAQs

How many rounds are there in Lycatech Services interview?
Lycatech Services interview process usually has 3-4 rounds. The most common rounds in the Lycatech Services interview process are Technical, Aptitude Test and HR.
How to prepare for Lycatech Services 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 Lycatech Services. The most common topics and skills that interviewers at Lycatech Services expect are ASP.Net, .Net, C#, Engineering and Recruitment.
What are the top questions asked in Lycatech Services interview?

Some of the top questions asked at the Lycatech Services interview -

  1. what are all the clauses available in ...read more
  2. What is GSM, MSC, mobile communicat...read more
  3. What is Service Level Agreeme...read more
What are the most common questions asked in Lycatech Services HR round?

The most common HR questions asked in Lycatech Services interview are -

  1. What are your strengths and weakness...read more
  2. What are your salary expectatio...read more
  3. What is your family backgrou...read more

Tell us how to improve this page.

Lycatech Services Interviews By Designations

  • Lycatech Services Production Support Analyst Interview Questions
  • Lycatech Services Senior Engineer Interview Questions
  • Lycatech Services Switching Engineer Interview Questions
  • Lycatech Services Security Analyst Interview Questions
  • Lycatech Services SQL Developer Interview Questions
  • Lycatech Services Routing Engineer Interview Questions

Interview Questions for Popular Designations

  • Senior Executive Interview Questions
  • Software Developer Interview Questions
  • Senior Associate Interview Questions
  • Consultant Interview Questions
  • Graduate Engineer Trainee (Get) Interview Questions
  • Java Developer Interview Questions
  • Accountant Interview Questions
  • Senior Software Engineer Interview Questions
  • Show more
  • Deputy Manager Interview Questions
  • Assistant Manager Interview Questions

Overall Interview Experience Rating

3/5

based on 4 interview experiences

Difficulty level

Easy 50%
Moderate 50%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Ericsson
Ericsson Interview Questions
4.1
 • 434 Interviews
Nokia
Nokia Interview Questions
4.1
 • 290 Interviews
BT Group
BT Group Interview Questions
3.9
 • 203 Interviews
ACT Fibernet
ACT Fibernet Interview Questions
3.9
 • 144 Interviews
Verizon
Verizon Interview Questions
4.0
 • 119 Interviews
Huawei Technologies
Huawei Technologies Interview Questions
4.0
 • 116 Interviews
Tata Communications Transformation Services
Tata Communications Transformation Services Interview Questions
4.0
 • 89 Interviews
Aerial Telecom Solutions
Aerial Telecom Solutions Interview Questions
4.2
 • 63 Interviews
AT&T
AT&T Interview Questions
4.1
 • 59 Interviews
Excitel Broadband
Excitel Broadband Interview Questions
3.6
 • 53 Interviews
View all

Lycatech Services Reviews and Ratings

based on 54 reviews

2.8/5

Rating in categories

3.0

Skill development

3.1

Work-life balance

3.0

Salary

3.4

Job security

2.6

Company culture

2.5

Promotions

3.1

Work satisfaction

Explore 54 Reviews and Ratings
Lycatech Services Salaries in India
Senior Engineer
37 salaries
unlock blur

₹4 L/yr - ₹10.5 L/yr

SQL Developer
32 salaries
unlock blur

₹2.7 L/yr - ₹6 L/yr

Engineer
30 salaries
unlock blur

₹3.6 L/yr - ₹7.5 L/yr

Team Lead
22 salaries
unlock blur

₹6.2 L/yr - ₹16.5 L/yr

Software Engineer
14 salaries
unlock blur

₹2.2 L/yr - ₹8.5 L/yr

Explore more salaries
Compare Lycatech Services with
Ericsson

Ericsson

4.1
Compare
Nokia

Nokia

4.1
Compare
ACT Fibernet

ACT Fibernet

3.9
Compare
BT Group

BT Group

3.9
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Lycatech Services Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

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

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter