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 Technical Consultant Interview Questions and Answers

Updated 17 May 2024

Coforge Technical Consultant Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Java, Spring Boot, Kafka, MySQL, Microservices

Interview Preparation Tips

Interview preparation tips for other job seekers - As per discussion with hr interview process takes 2 round and then HR.

I cleared 2 round and then no response suddenly they schedule 3rd manager round.

Manager haven't joined ontime. He asked question on last project. As per the question he doesn't want me to take. As formality he took interview.

Evening I asked for feedback the he said you are rejected. I asked for reason he doesn't answered yet.

So stuck in coforge trap. They are wasting our time.
HR-Suraj Thakur making fool

Technical Consultant Jobs at Coforge

View all

Interview questions from similar companies

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

I applied via Approached by Company

Round 1 - Technical 

(4 Questions)

  • Q1. Tell me about your framework
  • Ans. 

    My framework is a comprehensive set of tools, libraries, and best practices that I use to streamline the development process and ensure high-quality deliverables.

    • Utilizes design patterns such as MVC for structuring code

    • Includes libraries for common tasks like data manipulation and networking

    • Emphasizes unit testing and continuous integration for code quality

    • Integrates with popular tools like Git for version control

    • Suppo...

  • Answered by AI
  • Q2. Type of selenium waits
  • Ans. 

    Types of Selenium waits include implicit, explicit, and fluent waits.

    • Implicit wait: Waits for a certain amount of time before throwing a NoSuchElementException.

    • Explicit wait: Waits for a certain condition to occur before proceeding further.

    • Fluent wait: Waits for a condition to be true with a defined polling frequency.

    • Example: driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);

  • Answered by AI
  • Q3. Xpath and CSS difference
  • Ans. 

    XPath is used to navigate through XML documents, while CSS is used to style HTML elements.

    • XPath is more powerful and flexible for navigating XML documents

    • CSS is more commonly used for styling HTML elements

    • XPath uses path expressions to select nodes in an XML document

    • CSS uses selectors to target specific HTML elements

  • Answered by AI
  • Q4. Coding to check list

Interview Preparation Tips

Interview preparation tips for other job seekers - Share whatever you know. dont create fake answers

Skills evaluated in this interview

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

(1 Question)

  • Q1. Tell me your overall and relevant exp
  • Ans. 

    I have over 5 years of experience as a Technical Consultant specializing in software implementation and integration.

    • 5+ years of experience in technical consulting

    • Specialize in software implementation and integration

    • Strong problem-solving skills

    • Excellent communication and client management skills

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. What is your strength
  • Ans. 

    My greatest strength is my ability to quickly analyze complex technical problems and come up with effective solutions.

    • Strong problem-solving skills

    • Ability to think critically and analytically

    • Experience in troubleshooting technical issues

    • Effective communication skills to explain solutions to non-technical stakeholders

  • Answered by AI

I applied via Company Website and was interviewed in Apr 2022. There were 2 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 - Technical 

(1 Question)

  • Q1. What's ur name,salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Applied even if u r not fully qualified

I was interviewed in Jan 2017.

Interview Questionnaire 

2 Questions

  • Q1. Tell something about yourself
  • Q2. Your job responsibilities

Interview Preparation Tips

Round: Technical + HR Interview
Experience: Description of my self & my previous company
Tips: Be alert what you say

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. The questions were around Microservices and Java also a bit of NodeJS was asked sounded ok except this was rescheduled twice
Round 2 - Technical 

(1 Question)

  • Q1. 2 People Mostly Architects Interviewed me and asked me on Websockets and when they are used Node JS and its advantages. I goto know this was a Project/ Position specific hire and a lot of questions around ...
Round 3 - Behavioral 

(1 Question)

  • Q1. The manager was very rude he as i had a break of 1 year he was kind of refusing to take interview for the first 5-10 mins asking reasons for the gap and i did explain him i had taken sabbatical due to heal...

Interview Preparation Tips

Interview preparation tips for other job seekers - Sr Management seems to be not very open
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Is live data is life cycle aware. If it's aware what does ViewModel do?
  • Ans. 

    Yes

    • LiveData is lifecycle aware and can be used to observe changes in data.

    • ViewModel provides a way to store and manage UI-related data across configuration changes.

    • ViewModel can hold LiveData objects to provide data to the UI.

    • LiveData and ViewModel work together to ensure data consistency and prevent memory leaks.

  • Answered by AI
  • Q2. How does viewmodel survive when activity is destroyed on configuration?
  • Ans. 

    The ViewModel survives configuration changes by being retained by the system.

    • ViewModels are designed to survive configuration changes like screen rotations or language changes.

    • When an activity is destroyed and recreated, the ViewModel is not destroyed and retains its data.

    • The ViewModel is associated with the activity's lifecycle and is retained until the activity is finished.

    • The retained ViewModel instance can be acces...

  • Answered by AI
  • Q3. Advantage of mvp over mvc.
  • Ans. 

    MVP offers better separation of concerns and easier unit testing compared to MVC.

    • MVP separates the presentation layer from the business logic, making it easier to maintain and modify the codebase.

    • MVP allows for easier unit testing as the presenter can be tested independently from the view.

    • MVP provides better decoupling between components, enabling easier code reuse and scalability.

    • MVP promotes a clear separation of con...

  • Answered by AI
  • Q4. How does SSL pinning works?
  • Ans. 

    SSL pinning is a security technique that ensures a client only communicates with a server using a pre-defined public key.

    • SSL pinning involves hardcoding the server's public key in the client's code or configuration.

    • During the SSL handshake, the client checks if the server's public key matches the pinned key.

    • If the keys match, the connection is established; otherwise, it is rejected.

    • Pinning prevents man-in-the-middle at

  • Answered by AI
  • Q5. How do you achieve data security when saving data persistanly.
  • Ans. 

    Data security can be achieved through encryption, access controls, backups, and regular security audits.

    • Encrypt sensitive data using strong encryption algorithms.

    • Implement access controls to restrict unauthorized access to the data.

    • Regularly backup the data to prevent data loss.

    • Conduct regular security audits to identify and fix vulnerabilities.

    • Use secure protocols and communication channels for data transfer.

    • Implement...

  • Answered by AI
  • Q6. Where to save encription key?
  • Ans. 

    Encryption keys should be securely stored in a separate key management system.

    • Encryption keys should not be stored alongside the encrypted data.

    • Use a dedicated key management system (KMS) to store and manage encryption keys.

    • Implement strong access controls and authentication mechanisms for the KMS.

    • Consider using hardware security modules (HSMs) for added security.

    • Regularly rotate encryption keys to minimize the impact

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare your current implementation projected thoroughly.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Just tecnical, lead and manager
Round 3 - Technical 

(1 Question)

  • Q1. Just technical, client interview
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion
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 were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Related to profiles
  • Q2. Related to job profile
Round 3 - HR 

(1 Question)

  • Q1. Salary and type of job
Round 4 - HR 

(1 Question)

  • Q1. Related your past experience
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

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. Project related experience and challenges faced
  • Q2. Scripting knowledge
Round 3 - HR 

(1 Question)

  • Q1. Why want to switch from existing company

Coforge Interview FAQs

How many rounds are there in Coforge Technical Consultant interview?
Coforge interview process usually has 1 rounds. The most common rounds in the Coforge interview process are Technical.
How to prepare for Coforge Technical Consultant 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 Agile, CCTV Monitoring, CRM, Cloud and Data migration.

Tell us how to improve this page.

Coforge Technical Consultant Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more
Coforge Technical Consultant Salary
based on 43 salaries
₹9.5 L/yr - ₹27 L/yr
87% more than the average Technical Consultant Salary in India
View more details

Coforge Technical Consultant Reviews and Ratings

based on 5 reviews

2.9/5

Rating in categories

2.9

Skill development

2.6

Work-life balance

3.3

Salary

2.9

Job security

2.9

Company culture

2.6

Promotions

2.9

Work satisfaction

Explore 5 Reviews and Ratings
Tacton CPQ Technical Consultant

Bangalore / Bengaluru

9-14 Yrs

Not Disclosed

Explore more jobs
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.6 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