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
4.0

based on 440 Reviews

Filter interviews by

CSG International Test Engineer - II Interview Questions, Process, and Tips

Updated 12 Jul 2024

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
  • Q2. What are the constraints in sql
  • Q3. How do you handle conflicts in Git
View all 6 questions

CSG International Test Engineer - II Interview Experiences

2 interviews found

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

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

(1 Question)

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

    I have experience in various types of testing, knowledge of Linux, automation experience, and domain knowledge.

    • Worked on UI testing for web applications using Selenium

    • Performed component testing for API endpoints using Postman

    • Familiar with testing on Linux platforms

    • Experience in automation testing using tools like Jenkins and JUnit

    • Domain knowledge in e-commerce and retail industries

  • Answered by AI

Skills evaluated in this interview

Test Engineer - II Interview Questions Asked at Other Companies

asked in Dell EMC
Q1. Java - Use primitive data types as per requirement. For ex. for a ... read more
asked in Dell EMC
Q2. For a cube filled with water, pour out enough water such that the ... read more
Q3. 1. What types of testing have you worked on? Uit, Component etc 2 ... read more
Q4. How do you handle conflicts in Git
Q5. What are the constraints in sql

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Years of Experience?
  • Q2. Why you want to relocate?
Round 2 - Technical 

(5 Questions)

  • Q1. What are the different agile ceremonies in your project
  • Q2. What is Testing Pyramid? What are the different layers in it?
  • Ans. 

    Testing Pyramid is a testing strategy that suggests the right balance of different types of automated tests.

    • The Testing Pyramid consists of three layers: Unit Tests, Service Tests, and UI Tests.

    • Unit Tests are at the bottom of the pyramid and focus on testing individual components or functions in isolation.

    • Service Tests are in the middle layer and focus on testing the interactions between different components or service...

  • Answered by AI
  • Q3. Who performs unit testing?
  • Ans. 

    Developers perform unit testing to ensure individual units of code are working correctly.

    • Developers are responsible for writing unit tests for their own code.

    • Unit testing is typically done using testing frameworks like JUnit, NUnit, or pytest.

    • Unit tests focus on testing small, isolated parts of the codebase, such as functions or methods.

    • Unit testing helps identify bugs early in the development process.

    • Automated unit te...

  • Answered by AI
  • Q4. Write an automation code for handling multiple windows.
  • Ans. 

    Automation code for handling multiple windows

    • Use getWindowHandles() method to get handles of all open windows

    • Switch between windows using switchTo().window() method

    • Perform actions on each window as needed

  • Answered by AI
  • Q5. Given a string s1= Apple. Write a code to convert s1 to array and put the vowels to that array
  • Ans. 

    Convert string to array and extract vowels into a new array

    • Iterate through each character in the string

    • Check if the character is a vowel (a, e, i, o, u)

    • Add the vowel to a new array of strings

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Eventhough if you answer all the questions correctly they may not select you.
The next day, they will write an email with fancy words like "Athough we were impressed with your application, the competition was fierce, and we have decided to move with other candidates for this role"
Dear Interviewer and NICE Talent Acquistion Team!
If you have already selected other guy for this role, you should have dropped the idea of taking the interview rather than wasting other's time.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Software Testing
  • Q2. Application based QA questions
Round 2 - Technical 

(2 Questions)

  • Q1. Software testing, QA and Resume based questions
  • Q2. Automation and programming related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well
Instead of going in depth, focus on a basic and primary questions and be thorough on it
Know everything mentioned in the resume
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

In this first round it was of 45mins which included MCQ question and 1 coding question.

Round 2 - Technical 

(4 Questions)

  • Q1. 1.Difference Between Const,Var,Char. 2.Oop's concept with example 3.JavaScript is async or sync language and explain the reason. 4.How to create a simple object in JavaScript. 5.Find element and Find Eleme...
  • Ans. 

    Answers to common interview questions for Automation Test Engineer position.

    • Const is used for constant values that cannot be reassigned, var is used for variable declaration, and char is a data type for storing characters in programming languages.

    • OOPs concepts include inheritance, encapsulation, polymorphism, and abstraction. Example: Inheritance allows a class to inherit properties and methods from another class.

    • JavaS...

  • Answered by AI
  • Q2. What is Type coercion?
  • Ans. 

    Type coercion is the process of converting one data type to another in programming.

    • Type coercion can happen implicitly or explicitly in programming languages.

    • Implicit type coercion occurs when the language automatically converts data types during operations.

    • Explicit type coercion occurs when the programmer manually converts data types using functions or operators.

    • Example: In JavaScript, the addition operator (+) can pe...

  • Answered by AI
  • Q3. What is Inheritance? Polymorphism?
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a class inherits properties and behaviors from another class. Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Inheritance allows for code reusability by defining a new class based on an existing class.

    • Polymorphism enables flexibility in programming by allowing objects to be treated as instances of their pare...

  • Answered by AI
  • Q4. API Error code with explaination?
  • Ans. 

    API error codes are unique identifiers used to indicate specific errors in an API response.

    • API error codes are typically numeric or alphanumeric codes that correspond to specific errors in the API.

    • Each error code should have a corresponding explanation in the API documentation to help developers understand the issue.

    • Examples of API error codes include 400 Bad Request, 401 Unauthorized, and 404 Not Found.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Introduce Yourself? Why should we hire you? What is your relevant experience? Tell me about yourself? What are your salary expectations?

Interview Preparation Tips

Topics to prepare for Globant Automation Test Engineer interview:
  • Javascript
  • Cypress
  • OOPS
  • Core Java
  • API
Interview preparation tips for other job seekers - I Interviewed at Globant on 13/05/2024. First round went very well where they introduce about there company and link was provided For MCQ and coding round conducted.2nd round was GK round which was totally based on Technical question. I had answered each and very question but then also not got selected.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It included aptitude...selenium questions...java mcq questions...and a program to write

Round 2 - Technical 

(3 Questions)

  • Q1. Abstraction related questions
  • Q2. Interface, JIT, inheritance, java architecture
  • Q3. SQL questions...diff between char and varchar.....pk and fk....
Round 3 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Why should I hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for java
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is oops ?
  • Ans. 

    Object-oriented programming paradigm that focuses on objects and classes for code organization and reusability.

    • Encapsulation: bundling data and methods that operate on the data into a single unit (object)

    • Inheritance: ability of a class to inherit properties and behavior from another class

    • Polymorphism: ability to present the same interface for different data types

    • Abstraction: hiding the complex implementation details an

  • Answered by AI
  • Q2. Method overloading and overriding
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Jan 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. What protocols have you worked in Testing in Automotive Domain?
  • Q2. Explain CAN Frame
  • Q3. How do you rate yourself in the use of CANalyzer?
  • Q4. Explain Defect Life Cycle
  • Q5. Explain your bench setup

Interview Preparation Tips

Topics to prepare for KPIT Technologies Test Engineer interview:
  • Canoe
  • CAN protocol
  • UDS
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at SRM Institute of Science & Technology, Chennai and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Mcq and sql questions along with core subject mcq

Round 2 - Technical 

(2 Questions)

  • Q1. Dsa question and technical question were asked
  • Q2. Duplicates count in an array
  • Ans. 

    Count duplicates in an array of strings

    • Iterate through the array and use a HashMap to store the count of each string

    • Check if the count of a string is greater than 1, then it is a duplicate

    • Return the total count of duplicates found in the array

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Aptitude AI subject puzzles were asked

Skills evaluated in this interview

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

I was interviewed in Feb 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. EVPN VXLAN BGP peering
  • Q2. Underlay link - ebgp inet-unicast peering is done overlay link - ibgp evpn signalling
  • Q3. GRE vs IPSEC and whats the difference
  • Ans. 

    GRE and IPSEC are both protocols used for secure communication over networks, but they have different purposes and implementations.

    • GRE (Generic Routing Encapsulation) is a tunneling protocol used to encapsulate a wide variety of network layer protocols inside virtual point-to-point links. It does not provide encryption or authentication.

    • IPSEC (Internet Protocol Security) is a suite of protocols used to secure Internet ...

  • Answered by AI

Skills evaluated in this interview

CSG International Interview FAQs

How many rounds are there in CSG International Test Engineer - II interview?
CSG International interview process usually has 1-2 rounds. The most common rounds in the CSG International interview process are Technical.
What are the top questions asked in CSG International Test Engineer - II interview?

Some of the top questions asked at the CSG International Test Engineer - II interview -

  1. 1. What types of testing have you worked on? Uit, Component etc 2. Knowledge on...read more
  2. What are the constraints in ...read more
  3. How do you handle conflicts in ...read more

Tell us how to improve this page.

CSG International Test Engineer - II Interview Process

based on 3 interviews

Interview experience

4.7
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.8
 • 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
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 793 Interviews
Amdocs Interview Questions
3.8
 • 528 Interviews
KPIT Technologies Interview Questions
3.5
 • 293 Interviews
View all
CSG International Test Engineer - II Salary
based on 76 salaries
₹8.6 L/yr - ₹14 L/yr
37% more than the average Test Engineer - II Salary in India
View more details

CSG International Test Engineer - II Reviews and Ratings

based on 4 reviews

4.7/5

Rating in categories

4.4

Skill development

4.5

Work-life balance

4.6

Salary

5.0

Job security

4.8

Company culture

4.5

Promotions

4.8

Work satisfaction

Explore 4 Reviews and Ratings
Software Development Engineer II
156 salaries
unlock blur

₹8.8 L/yr - ₹22 L/yr

Software Developer
108 salaries
unlock blur

₹6 L/yr - ₹16.2 L/yr

Senior Development Consultant
102 salaries
unlock blur

₹8 L/yr - ₹19 L/yr

Software Development Engineer
97 salaries
unlock blur

₹5.8 L/yr - ₹15 L/yr

Software Development Engineer 1
96 salaries
unlock blur

₹7.5 L/yr - ₹17 L/yr

Explore more salaries
Compare CSG International with

Amdocs

3.8
Compare

Tech Mahindra

3.5
Compare

TCS

3.7
Compare

Infosys

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