Upload Button Icon Add office photos
Engaged Employer

i

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

Coforge Verified Tick

Compare button icon Compare button icon Compare
3.3

based on 4.6k Reviews

Filter interviews by

Coforge Lead Engineer Interview Questions, Process, and Tips

Updated 4 May 2024

Top Coforge Lead Engineer Interview Questions and Answers

  • Q1. Which java version are you using in your project and what are the features in it
  • Q2. How to find the 3rd highest element in an unsorted array with duplicate using java 8.
  • Q3. Which spring boot version are you using in your project and what are the features in it

Coforge Lead Engineer Interview Experiences

3 interviews found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Which java version are you using in your project and what are the features in it
  • Ans. 

    We are using Java 11 in our project, which includes features like local variable type inference, HTTP client API, and improved security.

    • Java 11 introduced local variable type inference, allowing the compiler to infer the type of a variable based on the initializer.

    • The HTTP client API in Java 11 provides a more modern and flexible way to send HTTP requests and handle responses.

    • Java 11 also includes improved security fea...

  • Answered by AI
  • Q2. Which spring boot version are you using in your project and what are the features in it
  • Ans. 

    We are using Spring Boot version 2.5.2 in our project, which includes features like improved startup performance, enhanced actuator endpoints, and updated dependencies.

    • Spring Boot 2.5.2 offers improved startup performance compared to previous versions.

    • Enhanced actuator endpoints provide better monitoring and management capabilities.

    • Updated dependencies ensure compatibility with the latest libraries and frameworks.

  • Answered by AI
  • Q3. What is 12 factors approach for micro service
  • Ans. 

    The 12 factors approach is a methodology for building modern, scalable, and maintainable microservices.

    • Codebase: One codebase tracked in revision control, many deploys

    • Dependencies: Explicitly declare and isolate dependencies

    • Config: Store config in the environment

    • Backing services: Treat backing services as attached resources

    • Build, release, run: Strictly separate build and run stages

    • Processes: Execute the app as one or m...

  • Answered by AI
  • Q4. How to find the 3rd highest element in an unsorted array with duplicate using java 8.
  • Ans. 

    Use Java 8 streams to find the 3rd highest element in an unsorted array with duplicates.

    • Convert the array to a stream using Arrays.stream()

    • Use distinct() to remove duplicates

    • Sort the stream in descending order using sorted(Comparator.reverseOrder())

    • Skip the first two elements using skip(2)

    • Find and return the third element using findFirst()

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Coforge Lead Engineer interview:
  • Microservices
  • Java8

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

They will ask to write few example

Round 2 - Technical 

(1 Question)

  • Q1. Technical questions

Lead Engineer Interview Questions Asked at Other Companies

asked in Tata Power
Q1. What is the resistance value of tripping & closing coil of vc ... read more
asked in Tata Power
Q2. 1.What is the contact resistance of VCB.?
asked in HCLTech
Q3. Which BGP path attributes are used to manipulate the ingress traf ... read more
asked in HCL Group
Q4. Monitoring tools and what metrics we capture during or after test ... read more
Q5. Java 8 features? What is functional interface? Difference between ... read more

Interview Questionnaire 

1 Question

  • Q1. Question related to Database programming and performance Optimization.

Interview questions from similar companies

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

I was interviewed in Jan 2025.

Round 1 - Technical 

(5 Questions)

  • Q1. What is the architecture of the Java Virtual Machine (JVM)?
  • Q2. What is the default connection pooling in Spring Boot, and how can it be customized?
  • Q3. What are the best practices for optimizing a Spring Boot application?
  • Q4. What is a heap dump, and how can it be used to identify memory leaks?
  • Q5. How can you diagonally iterate through and print the elements of a 2D array?program
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions on core java concepts
  • Q2. Questions on SQL and Springboot
Round 2 - Technical 

(2 Questions)

  • Q1. Questions on Collection framework.
  • Q2. Questions on Springboot and core java
Round 3 - Client Interview 

(2 Questions)

  • Q1. Scenario based question
  • Q2. Stream API questions
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Nov 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. Microservices, java questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(3 Questions)

  • Q1. What are python libraries used as a data engineer?
  • Ans. 

    Python libraries commonly used by data engineers include Pandas, NumPy, Matplotlib, and Scikit-learn.

    • Pandas: Used for data manipulation and analysis.

    • NumPy: Provides support for large, multi-dimensional arrays and matrices.

    • Matplotlib: Used for creating visualizations and plots.

    • Scikit-learn: Offers machine learning algorithms and tools for data analysis.

  • Answered by AI
  • Q2. What is PySpark
  • Ans. 

    PySpark is a Python API for Apache Spark, a powerful open-source distributed computing system.

    • PySpark allows users to write Spark applications using Python programming language.

    • It provides high-level APIs in Python for Spark's functionality, making it easier to work with large datasets.

    • PySpark can be used for data processing, machine learning, graph processing, and more.

    • Example: PySpark can be used to perform data anal...

  • Answered by AI
  • Q3. Explain about your project Architecture
Round 2 - Technical 

(2 Questions)

  • Q1. What is Delta Lake and its benefits
  • Ans. 

    Delta Lake is an open-source storage layer that brings ACID transactions to Apache Spark and big data workloads.

    • Provides ACID transactions for big data workloads

    • Ensures data reliability and quality by enabling schema enforcement and data versioning

    • Supports batch and streaming data processing

    • Improves data quality and reliability by enabling schema enforcement and data versioning

  • Answered by AI
  • Q2. How will you create a end to end pipelines in Data Factory if my source and target are SQL and ASQL respectively?
  • Ans. 

    Create end to end pipelines in Data Factory with SQL and ASQL as source and target respectively.

    • Use Copy Data activity to move data from SQL source to ASQL target

    • Define linked services for SQL and ASQL in Data Factory

    • Create datasets for SQL and ASQL tables

    • Map columns between source and target datasets

    • Configure data flow activities for any transformations needed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall good

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Graphql , Web workers vs Service workers
  • Ans. 

    GraphQL is a query language for APIs, Web workers run scripts in background threads, Service workers are scripts that run in the background and can intercept network requests.

    • GraphQL is a query language for APIs that allows clients to request only the data they need.

    • Web workers run scripts in background threads separate from the main browser thread, improving performance by handling tasks concurrently.

    • Service workers a...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Technical related to my experience
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Language specific questions
  • Ans. Basic and advanced C++ along with some tricky programs tow write
  • Answered Anonymously

Interview Preparation Tips

Topics to prepare for Cyient Lead Engineer interview:
  • C++
  • C++11
  • Pointers
  • Advance C++
Interview preparation tips for other job seekers - Prepare well for whatever technology you want to work on.

Coforge Interview FAQs

How many rounds are there in Coforge Lead Engineer interview?
Coforge interview process usually has 1-2 rounds. The most common rounds in the Coforge interview process are Technical and Coding Test.
What are the top questions asked in Coforge Lead Engineer interview?

Some of the top questions asked at the Coforge Lead Engineer interview -

  1. Which java version are you using in your project and what are the features in...read more
  2. How to find the 3rd highest element in an unsorted array with duplicate using j...read more
  3. Which spring boot version are you using in your project and what are the featur...read more

Tell us how to improve this page.

Coforge Lead Engineer Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more
Coforge Lead Engineer Salary
based on 6 salaries
₹28 L/yr - ₹40 L/yr
111% more than the average Lead Engineer Salary in India
View more details
Senior Software Engineer
4.9k salaries
unlock blur

₹6.2 L/yr - ₹26 L/yr

Technical Analyst
2.6k salaries
unlock blur

₹9.5 L/yr - ₹38.4 L/yr

Software Engineer
2k salaries
unlock blur

₹2.2 L/yr - ₹9.5 L/yr

Senior Test Engineer
1.8k salaries
unlock blur

₹4.7 L/yr - ₹19.5 L/yr

Technology Specialist
1.2k salaries
unlock blur

₹11.8 L/yr - ₹42 L/yr

Explore more salaries
Compare Coforge with

Capgemini

3.7
Compare

Cognizant

3.8
Compare

Accenture

3.9
Compare

Infosys

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