Upload Button Icon Add office photos

Filter interviews by

CG Drives & Automation Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Basics in java nd mc
  • Q2. Scripting languages form embedded systems
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is an overview of accounting?
  • Ans. 

    Accounting is the process of recording, summarizing, analyzing, and reporting financial transactions of a business.

    • Accounting involves recording financial transactions such as sales, purchases, and expenses.

    • It includes summarizing the financial data into financial statements like balance sheets and income statements.

    • Analyzing the financial information to provide insights for decision-making.

    • Reporting the financial resu...

  • Answered by AI
  • Q2. Can you describe your working experience?
  • Ans. 

    I have over 5 years of experience in retail management, leading teams and driving sales.

    • Managed a team of 15 sales associates in a busy retail store

    • Implemented new sales strategies which resulted in a 20% increase in revenue

    • Handled customer complaints and resolved issues effectively

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I need to prepare to improve my accounting skills.

Analyst Interview Questions & Answers

HCLTech user image jasmeet kaur

posted on 17 Dec 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Whats your job role
Round 2 - HR 

(2 Questions)

  • Q1. Where do u stay
  • Q2. Whats ur salary expectations
Round 3 - Client Interview 

(1 Question)

  • Q1. Whats deductions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. No of occurance of a charcter in a string.
  • Ans. 

    Count the number of occurrences of a character in a string.

    • Iterate through the string and keep track of the count of the desired character.

    • Use a hashmap to store the count of each character for efficient lookup.

    • Consider both uppercase and lowercase characters as separate entities.

  • Answered by AI
  • Q2. Write xpath on amazon website
  • Ans. 

    XPath can be used to locate elements on the Amazon website.

    • Use //tagname to select all elements with a specific tag name

    • Use @attribute to select elements with a specific attribute

    • Use [text()='value'] to select elements with specific text content

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Database and automation framework connection.
  • Q2. Sql questions on joins
Round 3 - English Test 

(1 Question)

  • Q1. Reading, writing, listning, speaking

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on fundamentals and be prepare for the coding with different data structures.

Skills evaluated in this interview

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Hierarchy of filters in tableau
  • Ans. 

    In Tableau, the hierarchy of filters determines the order in which filters are applied to the data.

    • Filters are applied in the order they appear in the Filter Shelf.

    • Context filters are applied first, then dimension filters, and finally measure filters.

    • Filters can be set to apply to all worksheets or only specific worksheets.

    • Example: If a context filter is applied to a dimension, it will filter the data before any other

  • Answered by AI
  • Q2. What are Parameter actions
  • Ans. 

    Parameter actions allow users to dynamically change parameter values in Tableau dashboards.

    • Parameter actions enable users to interact with dashboard parameters by clicking on marks or selecting values.

    • They can be used to filter data, highlight specific information, or drive calculations.

    • For example, a user can click on a bar chart to update a parameter value and see corresponding changes in other visualizations.

  • Answered by AI
  • Q3. How to toggle between pages
  • Ans. 

    To toggle between pages, use navigation buttons, links, or keyboard shortcuts.

    • Use navigation buttons like 'Next' and 'Previous'

    • Click on links or tabs to switch between pages

    • Use keyboard shortcuts like Ctrl + Tab to toggle between open tabs

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why did you choose Genpact
  • Ans. 

    I chose Genpact for its reputation in the industry and opportunities for growth.

    • Genpact has a strong reputation in the industry for providing innovative solutions to clients.

    • The company offers a wide range of opportunities for career growth and development.

    • I was impressed by Genpact's focus on continuous learning and development for its employees.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Offer negotiation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the structure of the functional specification document ?
  • Ans. 

    The functional specification document outlines the requirements and functionalities of a software system.

    • Includes detailed descriptions of features and functionalities

    • Defines user interactions and system behavior

    • Outlines data flow and processing logic

    • Specifies input and output formats

    • May include diagrams, flowcharts, and mockups

    • Serves as a guide for developers and stakeholders

  • Answered by AI
  • Q2. How do you write test cases ? Share some examples.
  • Ans. 

    Test cases are written by identifying test scenarios, determining test inputs, expected outputs, and steps to execute the test.

    • Identify test scenarios based on requirements or user stories

    • Determine test inputs, expected outputs, and preconditions

    • Write test steps to execute the test case

    • Include both positive and negative test cases

    • Use a test case template for consistency

    • Review and validate test cases with stakeholders

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. What is the reason to leave your current organization?
  • Ans. 

    Seeking new challenges and growth opportunities.

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

    • Interested in exploring new opportunities for career growth

    • Seeking a more dynamic work environment

    • Want to work on projects that align more closely with my career goals

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
No response

I applied via Company Website and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the SQL query to find the second highest rank in a dataset?
  • Ans. 

    Use a subquery to find the second highest rank in a dataset.

    • Use a subquery to select the maximum rank from the dataset.

    • Then use another subquery to select the maximum rank that is less than the maximum rank found in the first subquery.

  • Answered by AI
  • Q2. What is a program to determine whether a number is odd or even?
  • Ans. 

    A simple program using modulo operator to determine if a number is odd or even.

    • Use the modulo operator (%) to check if the number divided by 2 leaves a remainder

    • If the remainder is 0, the number is even. If the remainder is 1, the number is odd

    • Example: num % 2 == 0 (even), num % 2 == 1 (odd)

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview in Jul 2024.

Round 1 - Aptitude Test 

It was an aptitude test based on a game format.

Round 2 - Technical 

(1 Question)

  • Q1. What is your understanding of the role?

Consultant Interview Questions & Answers

Infosys user image Sanjay Kumar

posted on 20 Sep 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Write a program
  • Ans. 

    Program to sort an array of strings in alphabetical order

    • Use a sorting algorithm like bubble sort or quicksort

    • Compare adjacent strings and swap if necessary

    • Repeat until the array is sorted

  • Answered by AI
  • Q2. Explain current project details

Analyst Interview Questions & Answers

Capgemini user image GAYATRI NIKUMBH

posted on 3 Oct 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

General aptitude questions - logical and quant.

Round 2 - Coding Test 

Basic java mcqs and program output questions

Round 3 - Technical 

(3 Questions)

  • Q1. Pattern printing
  • Q2. Explain project
  • Ans. 

    Developed a new software system to streamline data analysis process for the marketing team.

    • Identified key requirements from stakeholders

    • Designed user-friendly interface for data input and output

    • Implemented data processing algorithms for quick analysis

    • Conducted user testing and feedback sessions

    • Successfully launched the software and provided training to the team

  • Answered by AI
  • Q3. Basic c questions , for loop , while loop difference
Round 4 - HR 

(1 Question)

  • Q1. Ready to relocate
  • Ans. 

    Yes, I am open to relocating for the right opportunity.

    • I am willing to relocate for the right job opportunity that aligns with my career goals.

    • I have experience relocating for previous roles and am comfortable with the process.

    • I am excited about the possibility of exploring a new city or country and immersing myself in a different culture.

  • Answered by AI

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Amazon Interview Questions
4.0
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
View all

CG Drives & Automation Reviews and Ratings

based on 2 reviews

4.2/5

Rating in categories

3.4

Skill development

3.4

Work-life balance

3.4

Salary

3.4

Job security

3.4

Company culture

3.4

Promotions

3.4

Work satisfaction

Explore 2 Reviews and Ratings
Compare CG Drives & Automation with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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