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 Application Software Development Consultant Interview Questions, Process, and Tips

Updated 20 Aug 2018

CSG International Application Software Development Consultant Interview Experiences

1 interview 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

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Technology support questions about work

Interview Preparation Tips

General Tips: The questions asked by this company were tough. The interview experience was good and you get to learn. Don't panic and answer confidently. If you don't know the answer don't say some random answer, just say I don't know but I would like to learn.
Questions were challenging. They weren't picked directly from geeksforgeeks or some other website. The guys taking your interview know stuff so don't try to fool them. Its a great learning experience, enjoy it till you can
Skill Tips: C books, C++ books, www.geeksforgeeks.com
Revise concepts for OS, DBMS, Computer Networks
Focus on Puzzles more.
Questions won't be as direct as other companies.

Skills:
College Name: NIT Surathkal

Interview Questionnaire 

7 Questions

  • Q1. Design data structure for Excel sheet
  • Ans. 

    Design data structure for Excel sheet

    • Use a 2D array to represent rows and columns

    • Each cell can contain a string or a formula

    • Include metadata such as cell formatting and data validation rules

  • Answered by AI
  • Q2. Implement monitors in OS
  • Ans. 

    Monitors are implemented in OS to synchronize access to shared resources.

    • Monitors are used to ensure mutual exclusion and synchronization of shared resources.

    • They are implemented using locks and condition variables.

    • Monitors provide a higher level of abstraction than locks and semaphores.

    • Examples of monitors in OS include Java's synchronized keyword and C#'s lock statement.

  • Answered by AI
  • Q3. Real time egs for oops concepts ( this is very frequent question that is asked)
  • Q4. One query using self join ­ (ename,mid) display all employee names with their manager  names
  • Q5. How to  delete nth node in linked list
  • Ans. 

    To delete nth node in a linked list, we need to traverse to the (n-1)th node and change its next pointer to (n+1)th node.

    • Traverse to (n-1)th node and change its next pointer to (n+1)th node

    • Handle edge cases like deleting the first node or deleting the last node

    • Free the memory of the deleted node

  • Answered by AI
  • Q6. Suppose in an abstract class  a function called x(), AND there is another  function with the same name in its derived class.Now create pointer for the abstract class,  point it to the derived class object
  • Ans. 

    Creating a pointer for an abstract class and pointing it to a derived class object with a function name conflict.

    • Use virtual keyword for the function in the abstract class.

    • Use override keyword for the function in the derived class.

    • Access the function using the pointer with the derived class object.

  • Answered by AI
  • Q7. PUZZLE : one circle (radius r) is drawn.You are throwing a stone in it than what is the probability that stone lies near  the center?

Interview Preparation Tips

Round: Test
Experience:  Apps were  quite tough while technical was easy.
In subjective section they asked the following questions:-
1. ER diagram for a given situation
2. Print Pascals triangle.
3. An Output for stack based question
4. A program using stacks and queues.
    A queue {1,2,3,4,5,6} and was asked to print every  third element  from the last including the first element.
( Condition was given to construct with a class called My Stack, queue called My queue and was allowed to just create stack ,queue , int type and not any other data type).
In subjective i just attended 3 questions and got selected type.

Round: Technical Interview
Tips:  Make sure u do your written well.And do not keep intention to get shortlisted alone,but to be one among the top three or four.

Skills:
College Name: Anna University Chennai

Skills evaluated in this interview

CSG International Interview FAQs

What are the top questions asked in CSG International Application Software Development Consultant interview?

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

  1. What is one thing about Unix you like the m...read more
  2. When do you present a demo in Agile methodol...read more
  3. Write a C program and explain each line to...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
Amdocs Interview Questions
3.7
 • 532 Interviews
KPIT Technologies Interview Questions
3.4
 • 294 Interviews
View all
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