Coforge LTD Interview Questions

Coforge Overview

  • www.coforge.com
  • Noida, Uttar Pradesh
  • 10,001+ employees
  • 2004
  • Public Company
  • Information Technology & Services

Coforge LTD Interview Questions: The most important part of preparing for an interview is practice. Knowing what job interview questions you might be asked is essential – that way, you can craft your answers well in advance and feel confident in your responses when the pressure is on.

Wouldn’t it be great if you knew precisely what interview questions are asked for the Test Engineer and QA for Manual & Automation Positions? Unfortunately, we can’t read minds, but we’ll give you the next best thing: a list of previously asked Coforge LTD interview questions and answers.

Post On:Coforge LTD Interview Questions
Post Type:Interview Questions
Published On:www.softwaretestingo.com
Applicable For:Freshers & Experience
Get Updates:Software Testingo Telegram Group

We have tried to share some of the Walmart Interview Questions, selenium interview questions & testing interview questions also, but we are recommending spending some quality time to get comfortable with what might be asked when you go for the Coforge LTD interview.

Still, we need your love and support to make this platform more helpful to our fellow testers. So please share your recent interview questions and experience with us. You Can share those details by connecting with us at softwaretestingo.com@gmail.com.

Coforge Automation Testing Interview Questions

Company Name: Coforge
Company Location: Bangalore
Experience: 6+ Yrs
No Of Rounds: 1
Updated on: 16.03.2024

  • Create a Payload for this JSON “‘{“name”:”John”, “age”:30, “car”:null}'”
    Ans:
    JSONObject payload = new JSONObject();
    payload.put(“name”, “John”);
    payload.put(“age”, 30);
    payload.put(“car”, JSONObject.NULL);
  • How can you create a Post request with the above JSON?
  • WAP to Find the unique element of the array “{4,5,5,7,6,6,7,4,9,5}”?
  • WAP for the Prime Number between 1 to 20?
  • What are WebService and Rest?
  • Can you update a record with the Post request?
  • How you will go to 4th tab and perform some operations?
  • How will you handle the Synchronization Issue?
  • What are the various exceptions you faced on your automation framework?
  • In the Maven project, you have used artifactID and GroupID, Here which represents the package and which represents the project?

There are few Other Questions are there which I am not able to recall now.

Sharing My Own Experience

Company Name: Coforge
Company Location: Bangalore
Experience: 6+ Yrs
No Of Rounds: 1
Updated on: 18.02.2024

01. Leave the card number’s first 6 and last 4 digits and mask the rest.

Example:
Input: 5450595638154862
Output: 5450594862

After Achieving the above Output, modify the output in this format: 5450-59**-4862.

You can Check the solution Here: Java Program For Interview [Solution No 41]

02. The second question is to Go to this Link: https://www.javatpoint.com/contact-us. Locate the Subject Textbox and later, based on the Subject textbox XPath, locate the Name Textbox.

Company Name: Coforge
Company Location: Bangalore
Experience: 8 Yrs
Shared By: Shakuntala
No Of Rounds: 1
Updated on: 03.10.2022

The interview discussion was good. You can take your time and answer.

Questions:

Then 3-4 behaviour/taking up responsibility kind of questions like:

  • Your contribution to the current project
  • What have you done that is unique to your projects?
  • Ever had a clash with the manager? What’s the outcome?
  • Have you ever delayed the timelines? How did you manage?
  • Have you ever proposed a solution that got rejected, and what did you do?
  • Something that you’ve done uniquely in your team
  • Agile methodology.
  • Basics SQL queries as well.

Tips: Prepare the Automation Road map and framework thoroughly.

About Coforge

Coforge is a leading global IT solutions organization, enabling its clients to transform at the intersection of unparalleled domain expertise and emerging technologies to achieve real-world business impact.

A focus on very select industries, a detailed understanding of the underlying processes of those industries, and partnerships with leading platforms provide us with a distinct vantage. We leverage AI, Cloud, and Insight-driven technologies, allied with our industry expertise, to transform client businesses into intelligent, high-growth enterprises.

In the UK, Coforge is working with technology and verification software company APPII to develop iPass – a health verification app – that uses simple, trusted, secure technology to support the safe movement of people and unlock the UK economy.

Today, our proprietary platforms power critical business processes across the Financial Services and Travel industries. Our 11,000 technology and process consultants engineer, design, consult, operate, and modernize systems worldwide.

I love open-source technologies and am very passionate about software development. I like to share my knowledge with others, especially on technology that's why I have given all the examples as simple as possible to understand for beginners. All the code posted on my blog is developed, compiled, and tested in my development environment. If you find any mistakes or bugs, Please drop an email to softwaretestingo.com@gmail.com, or You can join me on Linkedin.

Leave a Comment