Upload Button Icon Add office photos
Engaged Employer

i

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

CSG International Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

CSG International Software Development Engineer Interview Questions, Process, and Tips

Updated 7 Sep 2024

Top CSG International Software Development Engineer Interview Questions and Answers

CSG International Software Development Engineer Interview Experiences

3 interviews found

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 before May 2023. There were 4 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Life cycle of wcf
  • Ans. 

    WCF (Windows Communication Foundation) life cycle involves creation, opening, closing, and disposing of communication objects.

    • Creation: Communication objects are created using constructors.

    • Opening: Objects are opened to establish communication channels.

    • Closing: Communication channels are closed after use.

    • Disposing: Objects are disposed to release resources.

    • Example: Creating a WCF service involves defining service contr...

  • Answered by AI
  • Q2. Core elements of wcf
  • Ans. 

    Core elements of WCF include contracts, services, messages, and endpoints.

    • Contracts define what the service does and how clients can interact with it

    • Services implement the functionality defined in contracts

    • Messages are the data exchanged between clients and services

    • Endpoints define the address, binding, and contract for a service

  • Answered by AI
  • Q3. Why not Web API and wcf
  • Ans. 

    Web API and WCF have different use cases and technologies, each with its own strengths and weaknesses.

    • Web API is more lightweight and suitable for building RESTful services, while WCF is more heavyweight and supports various communication protocols.

    • Web API is easier to use for building HTTP services, while WCF offers more flexibility and features for building distributed applications.

    • Web API is preferred for modern web...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Questions about previous company project
Round 3 - One-on-one 

(2 Questions)

  • Q1. How you troubleshoot any issue
  • Q2. Have you used logging in your project
  • Ans. 

    Yes, I have used logging extensively in my projects to track application behavior and troubleshoot issues.

    • Used logging frameworks like Log4j or SLF4J to log information, warnings, and errors

    • Configured log levels to control the amount of detail in logs

    • Logged important events, exceptions, and user actions for debugging purposes

    • Stored logs in files or databases for future reference

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. How much you expect

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Basics of SV- DA,EV,AT,SOAP UI, Functions and its types
  • Q2. Some basic SQL queries
Round 2 - HR 

(1 Question)

  • Q1. Nothing important, just salary discussion and benefits

Software Development Engineer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Given an acyclic graph of a city where each edge represents a roa ... read more
asked in Hike
Q2. You have application which shows list of all contacts, the Name c ... read more
asked in Amazon
Q3. Given a m * n matrix filled with '0's and 'x's at random position ... read more
asked in Samsung
Q4. puzzle-There are 1000 wine bottles. One of the bottles contains p ... read more
asked in Accenture
Q5. Have you worked on cloud technology? Architecture of cloud

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Array and string based coding questions
  • Q2. Sql queries related to joins, sub queries
  • Q3. C# fundamentals
  • Q4. Rest API related questions
  • Q5. Deployment related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well what you have mentioned in your resume. Go through the job description

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Mostly DS and Algo based questions and oops were asked.
  • Q2. SQL questions were asked in a very detailed manner.
Round 2 - Technical 

(2 Questions)

  • Q1. Same as round 1
  • Q2. Previous project based questions.
Round 3 - HR 

(2 Questions)

  • Q1. Mostly company policy and culture
  • Q2. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Medium level interview . Anyone having good knowledge of their domain can crack.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at KJ Somaiya Institute of Engineering and Information Technology and was interviewed before Jan 2023. There were 4 interview rounds.

Round 1 - Coding Test 

2-3 coding questions based on DSA

Round 2 - Aptitude Test 

It was a basic SHL test

Round 3 - Technical 

(1 Question)

  • Q1. Easy DSA and java related questions
Round 4 - HR 

(1 Question)

  • Q1. Typical HR round questions about career prospects

I applied via Referral and was interviewed in Mar 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is Data Integrity?
  • Ans. 

    Data Integrity refers to the accuracy and consistency of data throughout its lifecycle.

    • Ensuring data is not corrupted or modified without authorization

    • Maintaining data accuracy and consistency through proper storage and retrieval

    • Preventing data loss or unauthorized access

    • Examples: checksums, encryption, access controls

  • Answered by AI
  • Q2. Gave an example and asked to produce that output with a query.
  • Q3. Questions like difference between union and union all. The function of cursor. Basic query tuning questions. Index, triggers etc

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview happened during the lockdown period, so it was virtual Teams meeting. I had 2 technical rounds and one Managerial round. The interviewers were quite friendly and explained everything crystal clear. Since this was a SQL post, I would suggest you to get the basics intact and try practicing few queries.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Mar 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Java concepts and sql queries
Round 2 - Technical 

(1 Question)

  • Q1. Managerial discussions and design level interviews
Round 3 - Behavioral 

(1 Question)

  • Q1. Few technical but mostly a behavorial round
Round 4 - HR 

(1 Question)

  • Q1. Basic hr questions and salary discussions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

Question related to operating system and computer network

Round 2 - Technical 

(1 Question)

  • Q1. Traverse all child nodes in tree
  • Ans. 

    Traverse all child nodes in a tree data structure

    • Use depth-first or breadth-first traversal algorithms

    • Recursively visit each child node starting from the root node

    • Consider using a stack or queue data structure for traversal

    • Example: Traverse all nodes in a binary tree

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Question related to cloud and oops
Round 4 - Technical 

(1 Question)

  • Q1. Question related to my background and how web site work
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. JavaScript , coding questions
Round 2 - Technical 

(1 Question)

  • Q1. Coding problem, JavaScript and nodejs question
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Aptitude Test 

30min duration simple questions

Round 2 - Coding Test 

Basic array 2 coding questions

Round 3 - Technical 

(5 Questions)

  • Q1. Introduce yorself
  • Q2. Explain about final year project
  • Q3. Github link for project
  • Q4. What is oops in java
  • Q5. What is polymorphism explain with examples

CSG International Interview FAQs

How many rounds are there in CSG International Software Development Engineer interview?
CSG International interview process usually has 3 rounds. The most common rounds in the CSG International interview process are Technical, HR and One-on-one Round.
How to prepare for CSG International Software Development Engineer 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 CSG International. The most common topics and skills that interviewers at CSG International expect are Software Development, Linux, C#, Unix and C++.
What are the top questions asked in CSG International Software Development Engineer interview?

Some of the top questions asked at the CSG International Software Development Engineer interview -

  1. Have you used logging in your proj...read more
  2. Why not Web API and ...read more
  3. Life cycle of ...read more

Tell us how to improve this page.

CSG International Software Development Engineer Interview Process

based on 3 interviews

1 Interview rounds

  • Technical Round
View more
CSG International Software Development Engineer Salary
based on 94 salaries
₹6.2 L/yr - ₹15 L/yr
20% less than the average Software Development Engineer Salary in India
View more details

CSG International Software Development Engineer Reviews and Ratings

based on 13 reviews

2.4/5

Rating in categories

2.1

Skill development

2.6

Work-life balance

2.4

Salary

2.7

Job security

2.4

Company culture

2.1

Promotions

1.9

Work satisfaction

Explore 13 Reviews and Ratings
Software Development Engineer II
162 salaries
unlock blur

₹8.8 L/yr - ₹21 L/yr

Software Developer
114 salaries
unlock blur

₹6 L/yr - ₹16.1 L/yr

Software Development Engineer 1
103 salaries
unlock blur

₹7.5 L/yr - ₹14.5 L/yr

Senior Development Consultant
100 salaries
unlock blur

₹8.5 L/yr - ₹20.3 L/yr

Software Development Engineer
94 salaries
unlock blur

₹6.2 L/yr - ₹15 L/yr

Explore more salaries
Compare CSG International with

Amdocs

3.7
Compare

Tech Mahindra

3.5
Compare

TCS

3.7
Compare

Infosys

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