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 Associate Engineer Interview Questions and Answers for Experienced

Updated 31 May 2024

Lirik Infotech Associate Engineer Interview Experiences for Experienced

1 interview found

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

I appeared for an interview before May 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Basic questions on sql
Round 2 - Technical 

(1 Question)

  • Q1. Advance SQL , data warehousing concepts and so on
Round 3 - HR 

(1 Question)

  • Q1. General hr questions and CTC negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Great

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself
  • Q2. Why IT
  • Q3. About my project
  • Q4. Few mechanical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - General questions

I appeared for an interview before Jun 2016.

Interview Questionnaire 

1 Question

  • Q1. Java related questions on Oops concept and Multithreading

Interview Preparation Tips

Round: Test
Experience: Simple aptitude and reasoning questions little java based programming
Tips: Basic programming knowledge and good aptitude
Duration: 1 hour
Total Questions: 60

Round: Technical Interview
Experience: Normal questions on Java, basic programming questions like reverse no. , String related and logical coding
Tips: What u mentioned on your resume go through that only, they will not ask apart from your resume

Skills: How Well You Are Able To Communicate What You Wanted To Tell, Programming
College Name: SRCEM

I applied via Naukri.com and was interviewed before Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java 8 , spring mvc , database

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions are simple that you can crack the interview easily but it's my humble advice that dont go here as the manager is only trust team lead and he is resist. They are raising the hand to beat employees. Akula and Rajkumar both are resist and street guy.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Feb 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

General Aptitude test with medium difficulty level. 30-50 question for 30-50 min

Round 2 - Coding Test 

Question type MCQ from java and SQL basic.

Round 3 - Technical 

(1 Question)

  • Q1. This is a interview round with 3-4 member, they take test of your problem solving skill.
Round 4 - HR 

(1 Question)

  • Q1. Basic HR question and answer round.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are a fresher you should clear about java & SQL basic with hands-on.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - Coding Test 

System design of web browser

Round 2 - One-on-one 

(1 Question)

  • Q1. System design of webapp
  • Ans. 

    Designing a scalable web application involves architecture, database, and user interface considerations.

    • Define the purpose and target audience of the web app.

    • Choose an appropriate architecture (e.g., MVC, microservices).

    • Select a tech stack (e.g., React for frontend, Node.js for backend).

    • Design the database schema (e.g., SQL vs NoSQL).

    • Implement user authentication and authorization.

    • Consider scalability and load balancin...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Describe yourself
  • Ans. 

    I am a passionate software engineer with a strong foundation in coding, problem-solving, and a keen interest in innovative technologies.

    • Strong programming skills in languages like Java and Python, demonstrated through personal projects and coursework.

    • Experience with collaborative projects, such as contributing to an open-source application on GitHub.

    • Adept at problem-solving, showcased by successfully completing coding ...

  • Answered by AI

I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions were mainly on the Data Structure and System Design.

Interview Preparation Tips

Interview preparation tips for other job seekers - Pleade be ready to face multiple rounds, as the company can take a new round after telling you that you are selected by saying that it is just an interaction, but it will be a complete technical interview.

I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Java basics oops selenium framework

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn java basic on strings and selenium
Round 1 - Technical 

(1 Question)

  • Q1. What you did to learn new technology?
  • Ans. 

    I keep myself updated by attending conferences, reading blogs, and taking online courses.

    • Attend conferences and workshops to learn from experts

    • Read blogs and articles to stay updated on latest trends

    • Take online courses and tutorials to gain practical knowledge

    • Experiment with new technology by building projects

    • Collaborate with peers to learn from their experiences

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on resume and understand what you have written in it. Also do not try to over elaborate answers. Keep is short and crisp.

Lirik Infotech Interview FAQs

How many rounds are there in Lirik Infotech Associate Engineer interview for experienced candidates?
Lirik Infotech interview process for experienced candidates usually has 3 rounds. The most common rounds in the Lirik Infotech interview process for experienced candidates are Technical and HR.
What are the top questions asked in Lirik Infotech Associate Engineer interview for experienced candidates?

Some of the top questions asked at the Lirik Infotech Associate Engineer interview for experienced candidates -

  1. Advance SQL , data warehousing concepts and so...read more
  2. Basic questions on ...read more

Tell us how to improve this page.

Lirik Infotech Associate Engineer Interview Process for Experienced

based on 1 interview

Interview experience

4
  
Good
View more

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
37 salaries
unlock blur

₹3.5 L/yr - ₹12.9 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