Upload Button Icon Add office photos

Lycatech Services

Compare button icon Compare button icon Compare

Filter interviews by

Lycatech Services Security Analyst Interview Questions and Answers

Updated 5 Aug 2024

Lycatech Services Security Analyst Interview Experiences

1 interview found

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

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

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was easy . I was able to crack on time

Round 2 - Technical 

(2 Questions)

  • Q1. JAva related questikon
  • Ans. 

    Java is a versatile programming language used for building various applications, from web to mobile.

    • Java is object-oriented, promoting code reusability through classes and objects.

    • It has a rich API and extensive libraries, such as Java Collections Framework.

    • Java runs on the Java Virtual Machine (JVM), making it platform-independent.

    • Example: A simple Java program to print 'Hello, World!' uses the main method.

    • Java suppor...

  • Answered by AI
  • Q2. Dbms questipons

Security Analyst Interview Questions Asked at Other Companies

Q1. How do you test a web application? What is CSRF and SSRF? What is ... read more
asked in TCS
Q2. What protocols used by nmap Difference between public and private ... read more
Q3. 1. Describe your SOC scenario! 2. What kind of report you prepari ... read more
asked in TCS
Q4. what are the major vulnerabilities you've encounterd? how did you ... read more
Q5. What is the difference between encryption and encoding? Provide e ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Common test related to JD

Round 2 - Technical 

(2 Questions)

  • Q1. Projects you have worked in your previous roles
  • Q2. Technical question relating to role
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 Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic questions related to speed, time, efficiency

Round 2 - One-on-one 

(2 Questions)

  • Q1. Why do we need 5ghz when we already had 2.4 GHz
  • Ans. 

    5GHz offers faster speeds, less interference, and more channels compared to 2.4GHz.

    • 5GHz provides faster data transfer speeds compared to 2.4GHz, making it ideal for high-bandwidth activities like streaming HD video or online gaming.

    • 5GHz has less interference from other devices like microwaves and cordless phones that operate on the 2.4GHz frequency.

    • 5GHz offers more available channels, reducing the likelihood of congest...

  • Answered by AI
  • Q2. Can you convert switch into router
  • Ans. 

    Yes, a switch can be converted into a router by enabling routing features and configuring routing protocols.

    • Enable routing features on the switch

    • Configure routing protocols such as OSPF or EIGRP

    • Assign IP addresses to interfaces

    • Implement access control lists for security

    • Install a routing software image if necessary

  • Answered by AI

Interview Preparation Tips

Topics to prepare for BT Group Security Analyst interview:
  • Computer Networking
Interview preparation tips for other job seekers - study CN

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Jul 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is HLR,VLR? related to telecom
  • Ans. 

    HLR and VLR are databases in mobile networks that store subscriber information and manage call routing.

    • HLR (Home Location Register) stores permanent subscriber data like phone numbers and service details.

    • VLR (Visitor Location Register) temporarily stores information about subscribers currently in the area served by a particular MSC.

    • When a mobile device connects to the network, the VLR queries the HLR to retrieve the ne...

  • Answered by AI

Analyst Interview Questions & Answers

Nokia user image Anonymous

posted on 23 Mar 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Normal questions on resume walkthrough
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via AmbitionBox and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Write program to print series
  • Ans. 

    Program to print series of numbers or characters

    • Use a loop to iterate through the series

    • Print each element of the series in the loop

    • Consider using different types of loops like for loop or while loop

    • For example, to print numbers from 1 to 10: for(int i=1; i<=10; i++) { System.out.println(i); }

  • Answered by AI
  • Q2. Sql join questions,, simple
  • Ans. 

    SQL joins combine rows from two or more tables based on related columns, enabling complex queries and data analysis.

    • INNER JOIN: Returns records with matching values in both tables. Example: SELECT * FROM A INNER JOIN B ON A.id = B.id;

    • LEFT JOIN: Returns all records from the left table and matched records from the right table. Example: SELECT * FROM A LEFT JOIN B ON A.id = B.id;

    • RIGHT JOIN: Returns all records from the ri...

  • Answered by AI
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. All are good not complicated

I applied via Naukri.com and was interviewed in Jul 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. At start usually tell me about yourself. 1 - what is SLA of your organization ?. 2 - explain email phishing analysis ?. 3 - In phishing analysis, what is sandboxing, sandbox current version ? 4 - which too...
  • Ans. 1Q - service level agreement, most of the companies usinng P 1 - 30MIN P 2 - 1 HOUR P 3 - 2 HOUR P 4 - 4HOUR 2Q - sender, subject, spell mistakes, body, header analysis, spf, dkim, dmarc. 3Q - swift version 5 4Q - service now
  • Answered by Sawan Bedre

Interview Preparation Tips

Topics to prepare for Tata Communications Transformation Services Soc Analyst 1 interview:
  • soc
  • siem
  • splunk
  • Computer Networking
  • attacks
  • scenario base
Interview preparation tips for other job seekers - Be prepare for every segments like, soc related, siem, splunk, netwoking,
Don't be think that what u learn that only the interviewer will ask.
Bonus points. what ur are expert in that only tell in introduction, this wii be more chances to ask on that only.

I applied via Approached by Company and was interviewed in May 2022. 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 - Technical 

(1 Question)

  • Q1. Questions on Information Security and testing along with technical questions related to testing and previous work experience at granular level.
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial level questions with scenario based lateral and logical reasoning questions.
Round 4 - Assignment 

Written exam on Scenario based ethical hacking questions and coding.

Round 5 - HR 

(1 Question)

  • Q1. Salary and negotiate

Interview Preparation Tips

Topics to prepare for Verizon Security Engineer interview:
  • Network Penetration Testing
  • Ethical Hacking
  • Red Teaming
  • Web Applications Pentesting
  • Shell Scripting
  • Coding
Interview preparation tips for other job seekers - Good if you are looking for better work life balance and learning opportunities.

Lycatech Services Interview FAQs

How many rounds are there in Lycatech Services Security Analyst interview?
Lycatech Services interview process usually has 3 rounds. The most common rounds in the Lycatech Services interview process are Aptitude Test, Technical and HR.
What are the top questions asked in Lycatech Services Security Analyst interview?

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

  1. What is Service Level Agreeme...read more
  2. What is change manageme...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Ericsson Interview Questions
4.1
 • 435 Interviews
Nokia Interview Questions
4.0
 • 291 Interviews
BT Group Interview Questions
3.9
 • 203 Interviews
ACT Fibernet Interview Questions
3.9
 • 144 Interviews
Verizon Interview Questions
4.0
 • 119 Interviews
AT&T Interview Questions
4.0
 • 59 Interviews
View all
Senior Engineer
38 salaries
unlock blur

₹4.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

₹9 L/yr - ₹14.1 L/yr

Software Engineer
14 salaries
unlock blur

₹2.2 L/yr - ₹8.5 L/yr

Explore more salaries
Compare Lycatech Services with

Ericsson

4.1
Compare

Nokia

4.0
Compare

ACT Fibernet

3.9
Compare

BT Group

3.9
Compare
write
Share an Interview