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 Interview Questions, Process, and Tips

Updated 15 Nov 2024

Top CSG International Interview Questions and Answers

View all 31 questions

CSG International Interview Experiences

Popular Designations

48 interviews found

I applied via Naukri.com and was interviewed in Jul 2018. There were 3 interview rounds.

Interview Questionnaire 

12 Questions

  • Q1. Explain the project you are working on, in detail.
  • Ans. 

    Developing a mobile application for tracking daily fitness activities

    • Creating user-friendly interface for inputting exercise data

    • Implementing GPS tracking for outdoor activities

    • Integrating with wearable devices for automatic data syncing

  • Answered by AI
  • Q2. Write a C program and explain each line to me
  • Ans. 

    A C program that needs to be written and explained line by line.

    • The program should be written in C language.

    • Each line of the program needs to be explained.

    • The program should use an array of strings.

    • The answer should be returned in JSON format.

  • Answered by AI
  • Q3. SQL question where "group by" clause was required
  • Q4. SQL question where "having" keyword was used
  • Q5. What is one thing about Unix you like the most
  • Ans. 

    The flexibility and power of Unix's command line interface.

    • Unix's command line interface allows for efficient and precise control over the system.

    • It provides a wide range of powerful and versatile command line tools.

    • The ability to chain commands together using pipes and redirection enhances productivity.

    • Unix's command line interface is scriptable, enabling automation and batch processing.

    • It allows for easy customizatio...

  • Answered by AI
  • Q6. Explain the OOPs concepts
  • Ans. 

    OOPs concepts are fundamental principles of Object-Oriented Programming that help in designing and implementing software solutions.

    • Encapsulation: Bundling data and methods together in a class to hide implementation details.

    • Inheritance: Creating new classes by inheriting properties and behaviors from existing classes.

    • Polymorphism: Ability of objects to take on many forms and perform different actions based on the contex...

  • Answered by AI
  • Q7. Waterfall model vs Agile model
  • Ans. 

    Waterfall model is a linear, sequential approach to software development, while Agile model is an iterative, flexible approach.

    • Waterfall model follows a sequential process, where each phase is completed before moving to the next one.

    • Agile model emphasizes collaboration, adaptability, and continuous improvement.

    • Waterfall model is suitable for projects with well-defined requirements and stable scope.

    • Agile model is ideal ...

  • Answered by AI
  • Q8. When do you present a demo in Agile methodology
  • Ans. 

    A demo is presented in Agile methodology during the sprint review meeting.

    • A demo is typically presented at the end of each sprint in Agile methodology.

    • It showcases the completed user stories and features developed during the sprint.

    • The demo allows stakeholders to provide feedback and validate the work done.

    • It helps in identifying any gaps or areas for improvement in the software.

    • The demo should be interactive and engag...

  • Answered by AI
  • Q9. Why is Agile better than Waterfall model
  • Ans. 

    Agile is better than Waterfall model due to its flexibility, adaptability, and customer collaboration.

    • Agile allows for iterative development and frequent feedback, leading to faster delivery of working software.

    • Agile promotes flexibility and adaptability, allowing for changes in requirements and priorities throughout the development process.

    • Agile encourages close collaboration between the development team and the custo...

  • Answered by AI
  • Q10. Position is for Bangalore, are you completely sure you want to relocate to Bangalore from Pune.
  • Ans. 

    Yes, I am completely sure about relocating to Bangalore from Pune.

    • I have researched about the job opportunities in Bangalore and feel it aligns with my career goals.

    • I am excited about the prospect of exploring a new city and its culture.

    • I have discussed the relocation with my family and they are supportive of my decision.

  • Answered by AI
  • Q11. Why are you looking for change
  • Ans. 

    Seeking new challenges and growth opportunities

    • Looking to expand my skill set and knowledge in a new environment

    • Interested in working on different projects and industries

    • Seeking a more collaborative and innovative work culture

    • Want to take on more leadership responsibilities and make a bigger impact

  • Answered by AI
  • Q12. What is your expected Salary
  • Ans. 

    My expected salary is competitive based on my experience, skills, and the market rate for Application Software Development Consultants.

    • I have researched the average salary range for Application Software Development Consultants in this region.

    • I have considered my years of experience and relevant skills when determining my expected salary.

    • I am open to negotiation based on the overall compensation package offered by the c

  • Answered by AI

Interview Preparation Tips

General Tips: The CSG HR contacted me through Naukri.
The interviews went quite well. The interviewers were patient enough throughout the interview.

Advice: Experienced people, know your project very well. They will ask the in and out of it.
Also be ready with basics of your programming language and SQL.
Skills: C Programming, Mysql, Communication, Problem Solving, Analytical Skills
Duration: 1-4 weeks

Skills evaluated in this interview

Top CSG International Application Software Development Consultant Interview Questions and Answers

Q1. What is one thing about Unix you like the most
View answer (1)

Application Software Development Consultant Interview Questions asked at other Companies

Q1. What is one thing about Unix you like the most
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Project based questions
  • Q2. Metrics based questions
  • Q3. Client handling based questions
  • Q4. Changing Team members based scenarios questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Your personal on field experience only will help you to crack the interviews at CSGi

Senior Scrum Master Interview Questions asked at other Companies

Q1. What is the difference between the Agile and Waterfall model?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. What is sql views
  • Ans. 

    SQL views are virtual tables that display data from one or more tables based on a predefined query.

    • SQL views are saved queries that can be used to simplify complex queries.

    • They can be used to hide the complexity of underlying tables from users.

    • Views can also be used to restrict access to certain columns or rows of a table.

    • Changes made to the underlying tables are reflected in the views.

    • Example: CREATE VIEW vw_employee

  • Answered by AI
  • Q2. What are the constraints in sql
  • Ans. 

    Constraints in SQL are rules and restrictions that are applied to columns in a table to ensure data integrity and consistency.

    • Constraints ensure data accuracy and consistency in a database

    • Common constraints include NOT NULL, UNIQUE, PRIMARY KEY, FOREIGN KEY, CHECK, and DEFAULT

    • NOT NULL constraint ensures a column cannot have a NULL value

    • UNIQUE constraint ensures all values in a column are unique

    • PRIMARY KEY constraint un...

  • Answered by AI
  • Q3. How do you handle conflicts in Git
  • Ans. 

    Conflicts in Git are resolved by merging changes, rebasing, or using tools like Git GUI or GitKraken.

    • Merge conflicting branches using 'git merge' command

    • Rebase conflicting branches using 'git rebase' command

    • Use tools like Git GUI or GitKraken to visually resolve conflicts

    • Manually edit files to resolve conflicts

    • Use 'git status' and 'git diff' to identify conflicting files

  • Answered by AI
  • Q4. Explain oops concept with project
  • Ans. 

    OOPs concept is a programming paradigm that focuses on objects and classes to organize code and promote reusability.

    • OOPs stands for Object-Oriented Programming

    • It involves concepts like inheritance, encapsulation, polymorphism, and abstraction

    • Classes are blueprints for objects, which have attributes and methods

    • Objects are instances of classes that can interact with each other

    • Example: A project using OOPs may have classe...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Explain about cucumber framework
  • Ans. 

    Cucumber is a testing framework that supports Behavior Driven Development (BDD) by allowing tests to be written in plain language.

    • Cucumber uses Gherkin syntax to define test cases in a human-readable format

    • It allows collaboration between technical and non-technical team members

    • Cucumber integrates with various programming languages like Java, Ruby, etc.

    • It promotes reusability of code through feature files and step defin

  • Answered by AI

Skills evaluated in this interview

Top CSG International Test Engineer - II Interview Questions and Answers

Q1. 1. What types of testing have you worked on? Uit, Component etc 2. Knowledge on Linux 3. Automation experience 4. Domain knowledge
View answer (1)

Test Engineer - II Interview Questions asked at other Companies

Q1. Java - Use primitive data types as per requirement. For ex. for any number - don't use integer for age, student id, etc. If input format is known, use most suitable data type to store & process information. Create & reuse functions.... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Asked Array related question easy medium
Round 2 - Technical 

(1 Question)

  • Q1. Discussion on the projects and behavioral questions

Software Development Engineer 1 Interview Questions asked at other Companies

Q1. 4. Design a system for making table reservations at a restaurant.
View answer (1)

CSG International interview questions for popular designations

 Scrum Master

 (3)

 Senior Software Engineer

 (3)

 Software Development Engineer

 (3)

 Software Development Engineer 1

 (2)

 Development Consultant

 (2)

 Software Developer

 (2)

 Senior Technical Writer

 (2)

 Test Engineer - II

 (2)

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

Q1. Given an acyclic graph of a city where each edge represents a road in the city and each vertex represents an crossing. Write an algo to find out the minimum number of vertices at which a policemen will be kept so that all the roads are cove... read more
View answer (2)

Get interview-ready with Top CSG International Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. You have worked on which technology
  • Ans. 

    I have worked on technologies such as Java, Python, SQL, and JavaScript.

    • Java

    • Python

    • SQL

    • JavaScript

  • Answered by AI
  • Q2. What you had implemented
  • Ans. 

    I have implemented various web applications using technologies like HTML, CSS, JavaScript, and React.

    • Developed a responsive website for a local business using HTML, CSS, and JavaScript

    • Created a single-page application using React for a personal project

    • Integrated APIs to fetch and display data dynamically on web pages

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Jobs at CSG International

View all
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Coding Test 

Programming on Python

Interview Preparation Tips

Interview preparation tips for other job seekers - all d best

Operations Officer Interview Questions asked at other Companies

Q1. What is customer service what do you know about customer service.?
View answer (6)

Test Engineer Interview Questions & Answers

user image YASEMIN KOC

posted on 13 Jun 2024

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

(3 Questions)

  • Q1. Tell me about your project
  • Q2. Testing approaches
  • Q3. Challenge for automation
  • Ans. 

    One challenge for automation is handling dynamic elements on web pages.

    • Use unique identifiers like XPath or CSS selectors to locate dynamic elements

    • Implement wait strategies to ensure elements are loaded before interacting with them

    • Utilize automation tools like Selenium to handle dynamic elements efficiently

  • Answered by AI

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. BSS Mediation process and its application related questions

Technical Analyst 2 Interview Questions asked at other Companies

Q1. How to handle application downtime
View answer (1)

Analyst Interview Questions & Answers

user image Anonymous

posted on 13 Sep 2024

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

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

Round 1 - Group Discussion 

Detailed discussion regarding your previous project and their scope limitation and problems you have faced

Round 2 - Coding Test 

Python, SQL, Machine learning

Round 3 - HR 

(2 Questions)

  • Q1. Why are you changing the job
  • Ans. 

    Seeking new challenges and growth opportunities in a different environment.

    • Looking for a new challenge to further develop my skills and knowledge

    • Interested in exploring different industries or sectors

    • Seeking better career advancement opportunities

    • Want to work in a more collaborative/team-oriented environment

  • Answered by AI
  • Q2. What makes you choose this company
  • Ans. 

    I chose this company for its strong reputation, innovative projects, and opportunities for growth.

    • Strong reputation in the industry

    • Innovative projects that align with my interests and skills

    • Opportunities for career growth and development

    • Positive company culture and values

    • Good work-life balance

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - its the easy interview process

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected

I applied via Campus Placement

Round 1 - Coding Test 

All the possible questions you can expect from all languages like c,c++,python, c#,oops,dbms,etc

Round 2 - Technical 

(1 Question)

  • Q1. Questions were related to my projects.. They asked my preferred language ..I said python and then they ask questions related to python..they tell you to code also.. Also the interviewer was very supportive...

Graduate Trainee Interview Questions asked at other Companies

Q1. Given an array, how do you get the count of pairs that sum to even
View answer (8)

CSG International Interview FAQs

How many rounds are there in CSG International interview?
CSG International interview process usually has 2-3 rounds. The most common rounds in the CSG International interview process are Technical, HR and Resume Shortlist.
How to prepare for CSG International 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, SQL, Python and Java.
What are the top questions asked in CSG International interview?

Some of the top questions asked at the CSG International interview -

  1. write a program to reverse a sentence Input: I'm the boss output: boss the I...read more
  2. If you are from a telecom background then overall flow in a br...read more
  3. What is one thing about Unix you like the m...read more
How long is the CSG International interview process?

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

Tell us how to improve this page.

CSG International Interview Process

based on 45 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
Amdocs Interview Questions
3.7
 • 514 Interviews
KPIT Technologies Interview Questions
3.4
 • 281 Interviews
View all

CSG International Reviews and Ratings

based on 465 reviews

3.9/5

Rating in categories

3.5

Skill development

4.0

Work-life balance

3.6

Salary

3.7

Job security

3.9

Company culture

3.2

Promotions

3.6

Work satisfaction

Explore 465 Reviews and Ratings
Senior Software Dev Engr

Bangalore / Bengaluru

5-9 Yrs

Not Disclosed

Technical Support Analyst Senior- IBM App Connect Enterprise

Bangalore / Bengaluru

7-12 Yrs

Not Disclosed

Explore more jobs
Software Development Engineer II
162 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
114 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer 1
104 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Development Consultant
100 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer
94 salaries
unlock blur

₹0 L/yr - ₹0 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