Upload Button Icon Add office photos

Filter interviews by

Lycatech Services Interview Questions, Process, and Tips

Updated 5 Aug 2024

Top Lycatech Services Interview Questions and Answers

View all 10 questions

Lycatech Services Interview Experiences

Popular Designations

6 interviews found

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
  • 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
  • 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
  • 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
  • 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
  • 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
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

Production Support Analyst Interview Questions asked at other Companies

Q1. Write a query using below data to find out last string from emp table?
View answer (1)

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
  • 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
  • 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

Skills evaluated in this interview

SQL Developer Interview Questions asked at other Companies

Q1. How is a change request in application serviced by development team (business analysis, code analysis, discussion with BA, requirment freeze, etc.)
View answer (4)

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:
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 

Little bit difficult no questions from RS agarwal

Round 3 - One-on-one 

(1 Question)

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

(1 Question)

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

(1 Question)

  • Q1. Salary and your comfortable

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
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
  • 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
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
  • 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

Security Analyst Interview Questions asked at other Companies

Q1. How do you test a web application? What is CSRF and SSRF? What is LDAP injection? How does namp work while port scanning? (Result - open/filtered/closed) How does ssl work? Suppose a proxy server(Burpsuite) is in b/w server and client so wh... read more
View answer (2)

Lycatech Services interview questions for popular designations

 Production Support Analyst

 (1)

 Routing Engineer

 (1)

 Security Analyst

 (1)

 Senior Engineer

 (1)

 SQL Developer

 (1)

 Switching Engineer

 (1)

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
Round 4 - HR 

(1 Question)

  • Q1. About your experience, joining date and package

Interview Preparation Tips

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

Senior Engineer Interview Questions asked at other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
View answer (54)

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:
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 - 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
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
  • 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
  • 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
  • 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

Interview Preparation Tips

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

Switching Engineer Interview Questions asked at other Companies

Q1. What is GSM, MSC, mobile communication
View answer (1)

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

English, Quant & Reasoning- 3 section, each section 15 que, Total 45 minutes & 45 questions, cut off for each section

Round 2 - Technical 

(2 Questions)

  • Q1. Java What is JVM,JRE,JDK? what is the difference between class and instance variable in java? what is string Pool? write a code in java(prefer a good standard question) Web development if you have inter...
  • Ans. 

    To build a web application, I would use a combination of front-end technologies like HTML, CSS, and JavaScript, along with back-end technologies like Node.js and MongoDB.

    • Use HTML for structuring the content of the web pages

    • Use CSS for styling the web pages and making them visually appealing

    • Use JavaScript for adding interactivity to the web pages and handling user input

    • Use Node.js for server-side scripting and handling ...

  • Answered by AI
  • Q2. If you have azure certification what is azure, what is Azure Blob Storage, What is ARM, what is horizontal Scaling?
  • Ans. 

    Azure is a cloud computing platform by Microsoft. Azure Blob Storage is a service for storing large amounts of unstructured data. ARM stands for Azure Resource Manager, used for managing resources in Azure. Horizontal scaling is increasing the number of instances of a service to distribute load.

    • Azure is a cloud computing platform by Microsoft

    • Azure Blob Storage is a service for storing large amounts of unstructured data

    • ...

  • Answered by AI
Round 3 - Behavioral 

(2 Questions)

  • Q1. Why cse? explain a project (they might ask about a project in your resume)
  • Q2. How you solved the problems that you have faced while working on projects?
  • Ans. 

    I approach problems by breaking them down into smaller parts, analyzing root causes, seeking input from team members, and implementing solutions systematically.

    • Identify the root cause of the problem

    • Break down the problem into smaller parts

    • Seek input from team members for different perspectives

    • Implement solutions systematically

    • Learn from the experience to prevent similar issues in the future

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Introduction Family Background Do you have any placement/internship offers in your hand? if so, why Ericsson At last, they will tell you about stipend, role
  • Ans. 

    Yes, I have internship offers from Ericsson due to their reputation for innovation and cutting-edge technology.

    • I have received internship offers from Ericsson because of their reputation for innovation and cutting-edge technology.

    • I am excited about the opportunity to work with a global leader in telecommunications.

    • I believe that interning at Ericsson will provide me with valuable experience and skills that will benefit

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well about the areas you have mentioned in your resume, and cse fundamentals mainly java/python, oops, ai/ml

As it is a networking company, concentrate on computer networks(they might ask / might not)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Nov 2024. There were 8 interview rounds.

Round 1 - Aptitude Test 

Aptitude can be considered "talent", or "skill". Aptitude is inborn potential to perform certain kinds of activities, whether physical or mental, and whether developed or undeveloped.

Round 2 - Coding Test 

Coding tests are typically programming challenges that help technical recruiters test programming skills and competencies of a developer or programmer. A good coding test will measure a candidate's capacity for problem-solving skills and understanding of coding

Round 3 - Group Discussion 

Group discussion (GD) is a comprehensive technique to judge the suitability of an individual and his appropriateness for admission, scholarship, job, etc.

Round 4 - Assignment 

Assessment is the systematic basis for making inferences about the learning and development of students. It is the process of defining, selecting, designing, collecting, analyzing,

Round 5 - Case Study 

Case study, detailed description and assessment of a specific situation in the real world created for the purpose of deriving generalizations and other insights from it.

Round 6 - Technical 

(2 Questions)

  • Q1. What is technical?
  • Ans. 

    Technical refers to anything related to technology, machinery, or scientific knowledge.

    • Relating to technology or machinery

    • Involving scientific knowledge or skills

    • Concerned with practical application of knowledge

    • Examples: coding, testing software, troubleshooting hardware

  • Answered by AI
  • Q2. What are technical missings ?
  • Ans. 

    Technical missings refer to bugs or defects in the software code that cause unexpected behavior or errors.

    • Technical missings are issues in the code that lead to incorrect functionality.

    • They can include syntax errors, logic errors, or missing error handling.

    • Examples of technical missings include null pointer exceptions, infinite loops, and memory leaks.

  • Answered by AI
Round 7 - One-on-one 

(2 Questions)

  • Q1. How HR use? What is the full form of HR
  • Ans. 

    HR stands for Human Resources. HR is responsible for managing employee relations, recruitment, training, and other personnel-related tasks.

    • HR is used by organizations to manage their workforce and ensure compliance with labor laws.

    • HR departments handle tasks such as recruitment, onboarding, training, performance evaluations, and employee relations.

    • HR professionals also play a key role in developing and implementing com...

  • Answered by AI
  • Q2. What was HR can do ?
  • Ans. 

    HR can play a crucial role in recruitment, employee relations, training, and development.

    • Recruitment - HR can source, screen, and interview candidates for open positions.

    • Employee relations - HR can handle conflicts, provide support, and ensure a positive work environment.

    • Training and development - HR can organize training programs, workshops, and career development opportunities.

    • Policy implementation - HR can ensure co...

  • Answered by AI
Round 8 - System requirements 

(2 Questions)

  • Q1. How was system requirements r use?
  • Ans. 

    System requirements are used to define the functionalities, constraints, and quality attributes of a software system.

    • System requirements help in understanding what the software should do and how it should behave.

    • They serve as a basis for design, development, testing, and validation of the software.

    • Examples of system requirements include performance metrics, security features, user interface specifications, and compatib

  • Answered by AI
  • Q2. What is system requirements?
  • Ans. 

    System requirements are a detailed description of the functions and capabilities a system must have in order to meet the needs of its users.

    • System requirements outline the necessary features, functions, and capabilities of a software system.

    • They are typically documented in a requirements specification document.

    • System requirements help ensure that the software meets the needs and expectations of its users.

    • Examples of sy...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.Engage with recruiters
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Tell about ur self
  • Q2. Explain ur previous experience?
  • Q3. Tell about ACT fibernet
  • Q4. Tell about ur family
  • Q5. Salary expectation

java full stack Interview Questions & Answers

Verizon user image Anonymous

posted on 27 Jan 2025

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

I was interviewed in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Java stream API
  • Q2. React hooks like useContext
Round 2 - Behavioral 

(1 Question)

  • Q1. Can you provide details about your current project?

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

Tell us how to improve this page.

Lycatech Services Interview Process

based on 4 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all

Lycatech Services Reviews and Ratings

based on 43 reviews

3.0/5

Rating in categories

3.3

Skill development

3.2

Work-life balance

3.3

Salary

3.9

Job security

2.9

Company culture

2.8

Promotions

3.5

Work satisfaction

Explore 43 Reviews and Ratings
Senior Engineer
32 salaries
unlock blur

₹3.6 L/yr - ₹9.7 L/yr

Engineer
26 salaries
unlock blur

₹3.6 L/yr - ₹7.5 L/yr

SQL Developer
25 salaries
unlock blur

₹2.7 L/yr - ₹5.5 L/yr

Team Lead
21 salaries
unlock blur

₹6.2 L/yr - ₹16.5 L/yr

Software Developer
15 salaries
unlock blur

₹2.4 L/yr - ₹8 L/yr

Explore more salaries
Compare Lycatech Services with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.7
Compare

HCLTech

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