Upload Button Icon Add office photos
Engaged Employer

i

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

Lirik Infotech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Lirik Infotech Project Lead Interview Questions and Answers

Updated 25 Aug 2021

Lirik Infotech Project Lead Interview Experiences

1 interview found

Project Lead Interview Questions & Answers

user image Anonymous

posted on 25 Aug 2021

I applied via Referral and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Where do you see yourself in 3 years?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be on time.
Always groom yourself.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Database questions
  • Q2. Asp .net questions
Round 1 - One-on-one 

(3 Questions)

  • Q1. Why we are hiring you
  • Q2. What's your qualification
  • Q3. Tell me about your daily ruteen

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best for all fresher and experience boys and girls
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Feb 2023.

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 

(4 Questions)

  • Q1. The evaluation of domain technical knowledge is conducted with care.
  • Q2. What project challenges and solutions were assessed during your evaluation?
  • Ans. 

    Evaluated challenges included resource constraints, communication issues, and scope changes.

    • Resource constraints: Limited budget required prioritizing tasks and finding cost-effective solutions.

    • Communication issues: Misunderstandings among team members necessitated clear communication channels and regular updates.

    • Scope changes: Adjustments in project scope led to reevaluation of timelines and resources.

  • Answered by AI
  • Q3. What are the evaluated sequences of activities in a data center?
  • Ans. 

    The evaluated sequences of activities in a data center include planning, design, construction, testing, and maintenance.

    • Planning: Determine the requirements, budget, and timeline for the data center project.

    • Design: Create the layout, infrastructure, and systems for the data center.

    • Construction: Build the physical structure of the data center according to the design.

    • Testing: Conduct performance, security, and disaster r...

  • Answered by AI
  • Q4. What are the testing and commissioning stages evaluated during electrical testing?
  • Ans. 

    Testing and commissioning stages in electrical testing involve various evaluations to ensure proper functioning of electrical systems.

    • Insulation resistance testing to check for any insulation breakdown

    • Earth resistance testing to ensure proper grounding

    • Functional testing to verify the functionality of electrical components

    • Load testing to assess the performance under normal operating conditions

    • Safety testing to confirm c

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What strategies do you use for salary negotiation?
  • Ans. 

    I research industry standards, highlight my qualifications, and focus on the value I bring to the organization.

    • Research industry standards to know the average salary range for the position

    • Highlight your qualifications, experience, and achievements that justify a higher salary

    • Focus on the value you bring to the organization and how it justifies a higher compensation

    • Be prepared to negotiate and be flexible in finding a m

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Tell all about your experience journey

Interview Preparation Tips

Interview preparation tips for other job seekers - Join if you are a fresher or you are unemployed.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Introduction about yourself
  • Q2. Previous experience
  • Q3. Agile related questions

I applied via Approached by Company and was interviewed in Feb 2022. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Design and Testing related questions
  • Q2. GD&T questions, Manufacturing process, material science, semiconductor questions
Round 2 - Technical 

(1 Question)

  • Q1. Excel macros questions
Round 3 - Technical 

(1 Question)

  • Q1. Situation and priority, customer handling, pressure handling
Round 4 - HR 

(1 Question)

  • Q1. Roles and responsibilities, team management and customer handling questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep yourself updated on skills and calm
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 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 - One-on-one 

(2 Questions)

  • Q1. Previous role and experience
  • Q2. Willingness to relocate
Round 3 - One-on-one 

(2 Questions)

  • Q1. Domain knowledge and overall experience
  • Q2. Willingness to move to a third party
Round 4 - One-on-one 

(2 Questions)

  • Q1. Overall career journey and fitment to the role
  • Q2. What challanges do i anticipate and how would i overcome them
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

GENERAL APTITITUDE TEST - GENERAL AND NUMERICAL QUESTIONS.

Round 3 - Group Discussion 

GLOBAL RECESSIONS- ITS EFFECTS

Round 4 - Technical 

(1 Question)

  • Q1. TECHNICAL QUESTIONS ABOUT JOBS

Interview Preparation Tips

Interview preparation tips for other job seekers - AWARE OF GENERAL HOT TOPICS

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Which collection class is used to represent key-value pairs?
  • Ans. 

    The HashMap class is used to represent key-value pairs in Java.

    • HashMap is a part of the Java Collections Framework.

    • It allows null values and only one null key.

    • It provides constant-time performance for basic operations like get and put.

    • Example: HashMap<String, Integer> map = new HashMap<>();

  • Answered by AI
  • Q2. What is abstraction?
  • Ans. 

    Abstraction is the process of simplifying complex systems by focusing on essential details and hiding unnecessary complexities.

    • Abstraction allows us to create models or representations of real-world objects or systems in software.

    • It helps in managing complexity by breaking down a system into smaller, more manageable parts.

    • Abstraction provides a level of indirection, allowing changes to be made in one part of the system...

  • Answered by AI
  • Q3. Why is try-catch used in JAVA?
  • Ans. 

    try-catch is used in Java to handle exceptions and prevent program crashes.

    • try-catch blocks are used to catch and handle exceptions that may occur during program execution.

    • It allows the program to gracefully handle errors and prevent the program from crashing.

    • The try block contains the code that may throw an exception, and the catch block handles the exception.

    • Multiple catch blocks can be used to handle different types...

  • Answered by AI
  • Q4. Which statement will we use if we want to select a statement based on integer inputs?
  • Ans. 

    The statement to use for selecting based on integer inputs is the 'switch' statement.

    • The 'switch' statement allows for multiple cases to be evaluated based on the value of an integer input.

    • Each case represents a possible value of the input, and the corresponding code block is executed if the value matches.

    • The 'switch' statement also provides a 'default' case which is executed if none of the cases match the input value.

    • ...

  • Answered by AI
  • Q5. Explain your project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basic concepts
Prepare a good project

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 142 Interviews
Monotype Interview Questions
3.7
 • 23 Interviews
Izmo Interview Questions
3.5
 • 13 Interviews
Nxtra Data Interview Questions
4.1
 • 10 Interviews
DCM Infotech Interview Questions
3.7
 • 7 Interviews
Acer India Interview Questions
4.3
 • 7 Interviews
View all
Salesforce Developer
36 salaries
unlock blur

₹3.5 L/yr - ₹12.8 L/yr

Senior Associate
33 salaries
unlock blur

₹7.2 L/yr - ₹25 L/yr

Associate
31 salaries
unlock blur

₹5 L/yr - ₹16 L/yr

Associate Lead
12 salaries
unlock blur

₹15.4 L/yr - ₹22.5 L/yr

Senior Salesforce Developer
8 salaries
unlock blur

₹8 L/yr - ₹18 L/yr

Explore more salaries
Compare Lirik Infotech with

HCL Infosystems

3.9
Compare

AYN InfoTech

4.7
Compare

Izmo

3.5
Compare

Acer India

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