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

Coforge Technical Analyst Interview Questions, Process, and Tips

Updated 20 Jan 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

27 interviews found

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 & 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

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?
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
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

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)

 Java Technical Lead

 (1)

 Senior Technical Lead

 (1)

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

Get interview-ready with Top Coforge Interview Questions

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

Technical Analyst Jobs at Coforge

View all
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
  • 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...
  • Q4. Java Restful webseries, separation of layers controller , service , repository
  • Q5. Given employee class find 10th Max. Salary
  • Q6. Given string : I am java developer return 4 non repeting character
  • Q7. SQL find 10 max salary from employee table , can use offset and limit Postgresql function
  • Q8. Thread pool executer fire 3 method in parallel and wait for all 3 to complete
  • Q9. @async annotation usage how to make async api
  • Q10. Lazy loading of beans in spring boot
  • Q11. Spring boot beans life cycle
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. OOPS, Api- rest-api, middleware, exception handling sql-DDL statements, CTE, Optimize SP Design Pattern Solid Pattern

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.

Tell us how to improve this page.

Coforge Technical Analyst Interview Process

based on 31 interviews

2 Interview rounds

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

Coforge Technical Analyst Reviews and Ratings

based on 233 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 233 Reviews and Ratings
TPF-Technical Analyst

Bangalore / Bengaluru

6-10 Yrs

₹ 9.8-35.78 LPA

Technical Analyst

Hyderabad / Secunderabad,

Greater Noida

+1

8-13 Yrs

₹ 7.2-36.5 LPA

Explore more jobs
Senior Software Engineer
4.6k salaries
unlock blur

₹6.2 L/yr - ₹26 L/yr

Technical Analyst
2.6k salaries
unlock blur

₹10.5 L/yr - ₹39.7 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.1k salaries
unlock blur

₹12 L/yr - ₹42 L/yr

Explore more salaries
Compare Coforge with

Capgemini

3.7
Compare

Cognizant

3.8
Compare

Accenture

3.8
Compare

Infosys

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