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

Filter interviews by

Clear (1)

Coforge Technical Analyst Interview Questions, Process, and Tips

Updated 5 Mar 2025

Top Coforge Technical Analyst Interview Questions and Answers

  • Q1. Write a program to get a employee list whose salary is greater than 50k and grade is above from A, Use Java 8 stream to get the list
  • Q2. Explain Security authentication implementation and what are the delegation?
  • Q3. How did you implemented the microservices in your project, What are the api monitoring mechanism which you have used.
View all 34 questions

Coforge Technical Analyst Interview Experiences

28 interviews found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I was interviewed in Feb 2025.

Round 1 - Technical 

(4 Questions)

  • Q1. Explain Spark Architecture.
  • Q2. What are the different optimization techniques in Spark.
  • Q3. Difference between SparkSession and SparkContext.
  • Q4. What are different read and write modes.
Round 2 - Technical 

(2 Questions)

  • Q1. What are the challenges you faced in previous project.
  • Q2. What are your preferences whether Azure or GCP.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Create Custom hook to fetch data
  • Ans. 

    Custom hook to fetch data in React

    • Create a custom hook using the 'useEffect' and 'useState' hooks

    • Use 'fetch' or any other method to fetch data from an API

    • Return the fetched data from the custom hook

  • Answered by AI
  • Q2. Javascript concept and output
Round 2 - One-on-one 

(2 Questions)

  • Q1. React hooks and lifecycle
  • Q2. Custom hook and some tricky output question

Skills evaluated in this interview

Technical Analyst Interview Questions Asked at Other Companies

asked in Coforge
Q1. Write a program to get a employee list whose salary is greater th ... read more
Q2. Optimize the code for job scheduling written in the first round
asked in Coforge
Q3. Explain Security authentication implementation and what are the d ... read more
asked in Coforge
Q4. How did you implemented the microservices in your project, What a ... read more
asked in Coforge
Q5. How did you configure Api gateway to manage your microservices?

Technical Analyst Interview Questions & Answers

user image Manojkumar Muralitharan

posted on 14 Jan 2025

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

Good and confident level increaser

Round 2 - Coding Test 

Write a program to convert digits in to numbers

Round 3 - Technical 

(1 Question)

  • Q1. Scenario of data migration
  • Ans. 

    Data migration involves transferring data from one system to another while ensuring data integrity and consistency.

    • Plan the migration process carefully to minimize downtime and data loss.

    • Backup all data before starting the migration process.

    • Verify data integrity after migration to ensure all data has been successfully transferred.

    • Consider using tools or scripts to automate the migration process.

    • Communicate with stakeho...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. OOPS concepts with examples
  • Ans. 

    OOP concepts include inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class. Example: class Dog extends Animal.

    • Encapsulation: Bundles data and methods that operate on the data into a single unit. Example: private variables with public methods.

    • Polymorphism: Allows objects of different classes to be treated as objects of a common supercl...

  • Answered by AI
  • Q2. Explain NF in sql & ACID concepts
  • Ans. 

    NF in SQL refers to Normal Form which is used to eliminate redundancy in database design. ACID concepts ensure data integrity in transactions.

    • NF in SQL stands for Normal Form and is used to organize data in a database to eliminate redundancy and dependency.

    • There are different levels of NF such as 1NF, 2NF, 3NF, and BCNF, each with specific rules to follow.

    • ACID concepts (Atomicity, Consistency, Isolation, Durability) en...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics are very important

Coforge interview questions for designations

 Senior Technical Analyst

 (1)

 Technical Architect

 (3)

 Technical Specialist

 (2)

 Technical Lead

 (1)

 Technical Consultant

 (1)

 Senior Technical Architect

 (1)

 Senior Technical Lead

 (1)

 Java Technical Lead

 (1)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What are the python Class lifestyle method
  • Ans. 

    Python class lifestyle methods are special methods that are automatically called at different points in the life cycle of a class object.

    • Constructor method (__init__): Called when a new instance of the class is created.

    • Destructor method (__del__): Called when an instance of the class is about to be destroyed.

    • String representation method (__str__): Called when the object needs to be represented as a string.

    • Getter and se...

  • Answered by AI

Skills evaluated in this interview

Get interview-ready with Top Coforge Interview Questions

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Python coding on data type conversion and indexes
  • Q2. SQL windows functions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Behavioral questions
  • Q2. Technical questions scenario based
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well accordingly as per JD

Technical Analyst Jobs at Coforge

View all

Technical Analyst Interview Questions & Answers

user image Dhruv Bindoria

posted on 9 Sep 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are higher order functions in javascript
  • Ans. 

    Higher order functions in JavaScript are functions that can take other functions as arguments or return functions as output.

    • Higher order functions can be used to create more flexible and reusable code.

    • Examples include functions like map, filter, and reduce in JavaScript.

    • They allow for functions to be passed as parameters, making code more concise and readable.

  • Answered by AI
  • Q2. Make a component for utilizing data from an API
  • Ans. 

    Create a component to fetch and display data from an API

    • Use a library like Axios or Fetch to make API requests

    • Parse the JSON data received from the API

    • Display the data in a user-friendly format on the front end

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Java8, SpringBoot, Microserices core concepts
Round 2 - Technical 

(1 Question)

  • Q1. Project Designing
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions related to Oops concepts
Round 2 - Technical 

(1 Question)

  • Q1. Scenario based Questions

Technical Analyst Interview Questions & Answers

user image Mayank Upadhyaya

posted on 7 Jan 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(11 Questions)

  • Q1. React components life cycle
  • Q2. Javascript splice and slice difference
  • Ans. 

    splice is used to add/remove elements from an array, while slice is used to create a new array from a portion of an existing array.

    • splice modifies the original array, while slice does not

    • splice can add elements to an array at a specific index

    • slice can extract a portion of an array without modifying the original array

    • splice returns the removed elements, while slice returns the extracted elements

  • Answered by AI
  • Q3. Given array of objects [{model: apple , price: 2000}, {model : apple , price : 1000}, {model: samsung , price: 500}] Return output as {apple : 1000, samsung :500} Ie flatten the array to map if model i...
  • Ans. 

    Flatten array of objects to map with minimum price for each model

    • Iterate through the array and create a map with model as key and minimum price as value

    • If model already exists in map, update the value with minimum price

    • Return the map as the output

  • Answered by AI
  • Q4. Java Restful webseries, separation of layers controller , service , repository
  • Q5. Given employee class find 10th Max. Salary
  • Ans. 

    To find the 10th highest salary for a given employee class.

    • Sort the salaries in descending order for the specific employee class.

    • Skip duplicates and find the 10th unique salary.

    • Return the 10th salary as the 10th Max. Salary.

  • Answered by AI
  • Q6. Given string : I am java developer return 4 non repeting character
  • Ans. 

    Find 4 non-repeating characters in the given string.

    • Create a hashmap to store character frequencies

    • Iterate through the string and count the occurrences of each character

    • Return the first 4 characters with frequency 1 as non-repeating characters

  • Answered by AI
  • Q7. SQL find 10 max salary from employee table , can use offset and limit Postgresql function
  • Ans. 

    Use SQL query with OFFSET and LIMIT to find 10 max salaries from employee table in PostgreSQL.

    • Use ORDER BY clause to sort salaries in descending order

    • Use LIMIT 10 to get only the top 10 salaries

    • Use OFFSET 0 to start from the beginning of the sorted list

  • Answered by AI
  • Q8. Thread pool executer fire 3 method in parallel and wait for all 3 to complete
  • Ans. 

    Use a thread pool executor to execute 3 methods in parallel and wait for all 3 to complete.

    • Create a thread pool executor with a fixed number of threads.

    • Submit the 3 methods as tasks to the executor using the `submit()` method.

    • Use the `invokeAll()` method to wait for all tasks to complete.

    • Handle any exceptions thrown by the tasks.

    • Example: ThreadPoolExecutor executor = new ThreadPoolExecutor(3, 3, 0L, TimeUnit.MILLISECON...

  • Answered by AI
  • Q9. @async annotation usage how to make async api
  • Ans. 

    The @async annotation is used to make an API asynchronous.

    • Add the @async annotation to the method declaration

    • Use CompletableFuture or a similar mechanism to handle the asynchronous execution

    • Ensure the API returns a CompletableFuture or a similar asynchronous result

  • Answered by AI
  • Q10. Lazy loading of beans in spring boot
  • Ans. 

    Lazy loading of beans in Spring Boot allows beans to be loaded only when they are needed, improving performance.

    • Lazy loading can be achieved by using @Lazy annotation on bean definitions

    • Lazy loading can also be configured in application.properties using spring.main.lazy-initialization=true

    • Lazy loading is useful for optimizing application startup time and memory usage

  • Answered by AI
  • Q11. Spring boot beans life cycle

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Coforge Interview FAQs

How many rounds are there in Coforge Technical Analyst interview?
Coforge interview process usually has 1-2 rounds. The most common rounds in the Coforge interview process are Technical, One-on-one Round and HR.
How to prepare for Coforge Technical Analyst interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Coforge. The most common topics and skills that interviewers at Coforge expect are Technical Analysis, SQL, Java, Javascript and Microservices.
What are the top questions asked in Coforge Technical Analyst interview?

Some of the top questions asked at the Coforge Technical Analyst interview -

  1. Write a program to get a employee list whose salary is greater than 50k and gra...read more
  2. Explain Security authentication implementation and what are the delegati...read more
  3. How did you implemented the microservices in your project, What are the api mon...read more
How long is the Coforge Technical Analyst interview process?

The duration of Coforge Technical Analyst interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

DESIGNATION

INTERVIEWS

BDO

No Interviews

INTERVIEWS

BDO

No Interviews

INTERVIEWS

BDO

No Interviews

INTERVIEWS

BDO

No Interviews

INTERVIEWS

BDO

No Interviews

INTERVIEWS

FISME

No Interviews

INTERVIEWS

BDO

No Interviews

Tell us how to improve this page.

Coforge Technical Analyst Interview Process

based on 32 interviews

2 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
View more
Coforge Technical Analyst Salary
based on 2.6k salaries
₹10.6 L/yr - ₹38.4 L/yr
115% more than the average Technical Analyst Salary in India
View more details

Coforge Technical Analyst Reviews and Ratings

based on 234 reviews

3.1/5

Rating in categories

2.9

Skill development

3.2

Work-life balance

3.1

Salary

3.0

Job security

3.0

Company culture

2.4

Promotions

2.9

Work satisfaction

Explore 234 Reviews and Ratings
Hiring For Technical Analyst - TPF @ Coforge

Bangalore / Bengaluru,

Greater Noida

+1

3-8 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
4.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Analyst
2.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Test Engineer
1.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technology Specialist
1.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Coforge with

Capgemini

3.7
Compare

Cognizant

3.7
Compare

Accenture

3.8
Compare

Infosys

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