Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 2 interview rounds.
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
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...
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...
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...
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.
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
I applied via Walk-in and was interviewed in Jan 2024. There was 1 interview round.
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
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;
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...
I applied via Naukri.com and was interviewed in Jul 2023. There were 5 interview rounds.
Little bit difficult no questions from RS agarwal
I applied via Recruitment Consulltant and was interviewed before Aug 2023. There were 3 interview rounds.
General knowledge, General Maths
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
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
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
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.
Lycatech Services interview questions for popular designations
I applied via Naukri.com and was interviewed in Apr 2022. There were 4 interview rounds.
Coding related to .Net, Javascript
I applied via Naukri.com and was interviewed in Jan 2022. There were 4 interview rounds.
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...
Normal aptitude question
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.
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...
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...
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 ...
Top trending discussions
posted on 12 Dec 2024
I applied via Campus Placement and was interviewed in Nov 2024. There were 4 interview rounds.
English, Quant & Reasoning- 3 section, each section 15 que, Total 45 minutes & 45 questions, cut off for each section
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 ...
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
...
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
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
I applied via Company Website and was interviewed in Nov 2024. There were 8 interview rounds.
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.
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
Group discussion (GD) is a comprehensive technique to judge the suitability of an individual and his appropriateness for admission, scholarship, job, etc.
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,
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.
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
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.
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...
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...
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
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...
I was interviewed in Jul 2024.
I was interviewed in Dec 2024.
Interview experience
based on 43 reviews
Rating in categories
Senior Engineer
32
salaries
| ₹3.6 L/yr - ₹9.7 L/yr |
Engineer
26
salaries
| ₹3.6 L/yr - ₹7.5 L/yr |
SQL Developer
25
salaries
| ₹2.7 L/yr - ₹5.5 L/yr |
Team Lead
21
salaries
| ₹6.2 L/yr - ₹16.5 L/yr |
Software Developer
15
salaries
| ₹2.4 L/yr - ₹8 L/yr |
TCS
Wipro
Infosys
HCLTech