Upload Button Icon Add office photos
Engaged Employer

i

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

CG Infinity Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

CG Infinity Interview Questions and Answers

Updated 6 Oct 2024

CG Infinity Interview Experiences

Popular Designations

5 interviews found

Consultant Interview Questions & Answers

user image Anonymous

posted on 27 Sep 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Basic google form exam
Round 3 - Group Discussion 

Pros and cons of dress code

Round 4 - Technical 

(1 Question)

  • Q1. JavaScript, OOPs, Binary search logical problem
Round 5 - HR 

(1 Question)

  • Q1. Normal question of whereabouts and why do you wanna work with them
Round 6 - One-on-one 

(1 Question)

  • Q1. Basic conversation with a US company official to get to know about your communication skills

Interview Preparation Tips

Interview preparation tips for other job seekers - The organization is very bad. There's a lot of group-ism in the Noida office. The office is filled is back-biters. They take only US work and work only in the energy domain so they don't have much of work to do so you could be warming bench. I would suggest to go for another company and you can't get a more honest opinion than this. However, I would say that experience may vary person to person but a lot of my colleagues faced this issue but no one says it. The company doesn't have a growing forward environment and people would constantly try to pull you down.

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)

Intern Interview Questions & Answers

user image Anonymous

posted on 6 Oct 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

It last for 20 minutes, 20 questions.

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

SDE Interview Questions & Answers

user image Anonymous

posted on 25 May 2024

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

Some array questions

Round 2 - Technical 

(1 Question)

  • Q1. What is pointers
  • Ans. 

    Pointers are variables that store memory addresses of other variables in programming languages like C, C++, and Java.

    • Pointers allow direct access to memory locations, enabling efficient manipulation of data.

    • They are used for dynamic memory allocation, passing parameters by reference, and creating data structures like linked lists and trees.

    • Example: int *ptr; // declaring a pointer variable

    • Example: ptr = # // assign...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Where do you see yourself in 5 years

SDE Interview Questions asked at other Companies

Q1. Longest Increasing Subsequence Problem Statement Given an array of integers with 'N' elements, determine the length of the longest subsequence where each element is greater than the previous element. This subsequence must be in strictly inc... read more
Add answer

I applied via Approached by Company and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. 1. Swap numbers without using a third variable.
  • Ans. 

    Swapping numbers without using a third variable

    • Use addition and subtraction to swap values

    • Use XOR operator to swap values

    • Use multiplication and division to swap values

  • Answered by AI
  • Q2. 2. Get ranks of students by marks in array in place(confusing question as did not make it clear what do they want).

Interview Preparation Tips

Interview preparation tips for other job seekers - Rude interviewers, you can crack it easily if you study top interview questions. No questions on design or best practices, only ask definitions like taking interview of college student.
Nothing related to project or work, I had taken Amazon and Nagarro and cleared them but their interviewers make you feel like you know nothing.
Asked to do a question where sorting was required, I used heapsort, asked me to do in constant space even after I explained that heap is created from array in place.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (180)

CG Infinity interview questions for popular designations

 Consultant

 (1)

 Intern

 (1)

 SDE

 (1)

 Senior Salesforce Developer

 (1)

 Software Engineer

 (1)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Types of trigger and one trigger coding question
  • Q2. LWC decorators, difference between SOQL and SOSL
  • Ans. 

    LWC decorators are used to define metadata for Lightning web components. SOQL is used to query records in Salesforce, while SOSL is used to search for records.

    • LWC decorators are used to add metadata to Lightning web components, such as @api to expose a property or method

    • SOQL (Salesforce Object Query Language) is used to query records in Salesforce based on specific criteria

    • SOSL (Salesforce Object Search Language) is us...

  • Answered by AI

Senior Salesforce Developer Interview Questions asked at other Companies

Q1. What are best practices to write trigger? What are execution order in salesforce? What are deployment techniques used in salesforce? What is min code coverage required while deployment? What is azure dev ops?
View answer (1)

Interview questions from similar companies

Interview experience
5
Excellent
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 4 interview rounds.

Round 1 - Coding Test 

Basic JavaScript output-based questions were presented in the form of multiple-choice questions (MCQs).

Round 2 - Technical 

(3 Questions)

  • Q1. What is custom diractives in Angular
  • Ans. 

    Custom directives in Angular allow you to create reusable components with custom behavior.

    • Custom directives are used to extend the functionality of HTML elements in Angular.

    • They can be used to create reusable components with custom behavior.

    • Directives are markers on a DOM element that tell Angular to attach a specified behavior to that DOM element or even transform the DOM element and its children.

    • Examples include crea...

  • Answered by AI
  • Q2. What is pipes in Angular
  • Ans. 

    Pipes in Angular are used for transforming data in templates.

    • Pipes are used to format data before displaying it in the view.

    • They can be used to filter, sort, or transform data in various ways.

    • Examples include currency, date, uppercase, and lowercase pipes.

  • Answered by AI
  • Q3. What is interceptor in Angular
  • Ans. 

    An interceptor in Angular is a service that can be used to intercept and modify HTTP requests and responses.

    • Interceptors can be used to add headers, modify requests, handle errors, etc.

    • They are implemented as classes that implement the HttpInterceptor interface.

    • Interceptors are added to the HttpClientModule providers array in the app module.

    • Example: LoggingInterceptor implements HttpInterceptor to log all HTTP requests

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Do you know writing Unit test case?
  • Ans. 

    Yes, I am familiar with writing unit test cases to ensure code quality and functionality.

    • I have experience writing unit test cases using testing frameworks like JUnit, NUnit, or pytest.

    • I understand the importance of writing testable code and creating comprehensive test suites.

    • I can write test cases to cover different scenarios, including edge cases and boundary conditions.

    • I know how to use mocking frameworks like Mocki...

  • Answered by AI
  • Q2. What state management library do you have used?
  • Ans. 

    I have used Redux for state management in my previous projects.

    • Redux is a predictable state container for JavaScript apps.

    • It helps in managing the state of the application in a single immutable state tree.

    • Actions are dispatched to update the state and components can subscribe to changes.

    • Selectors can be used to efficiently extract data from the state tree.

    • Middleware can be added to handle asynchronous actions.

    • Example:

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. What is your expected Salary?
  • Ans. 

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

    • Research the average salary for Software Development Engineers in the specific location and industry

    • Consider your years of experience and level of expertise

    • Factor in any additional benefits or perks offered by the company

    • Be prepared to negotiate based on the job responsibilities and requirements

  • Answered by AI
  • Q2. How soon would you be able to join if you receive the offer letter today?
  • Ans. 

    I can join within 2 weeks of receiving the offer letter.

    • I can start within 2 weeks of receiving the offer letter.

    • I need to give notice at my current job before starting.

    • I may need to relocate, which could affect my start date.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - No work from home opportunity. No AI access due to security reasons. Appraisal is very less
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Aptitude Test 

A question that is both tricky and simple.

Round 2 - Technical 

(1 Question)

  • Q1. Questions about biochemistry
Round 3 - Aptitude Test 

Questions based on both numerical data and case studies.

Round 4 - One-on-one 

(2 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. What interests you in working for this company?
  • Ans. 

    I am interested in working for this company because of its innovative projects and strong reputation in the industry.

    • Innovative projects that challenge me to grow as a programmer

    • Strong reputation in the industry for quality work

    • Opportunities for career advancement and professional development

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. All employees having same salary in the smae department sql and pysprk
  • Q2. How to create pipeline in databricks
  • Ans. 

    To create a pipeline in Databricks, you can use Databricks Jobs or Apache Airflow for orchestration.

    • Use Databricks Jobs to create a pipeline by scheduling notebooks or Spark jobs.

    • Utilize Apache Airflow for more complex pipeline orchestration with dependencies and monitoring.

    • Leverage Databricks Delta for managing data pipelines with ACID transactions and versioning.

  • Answered by AI
  • Q3. Palindrome, 2nd char in every word make is to upper case, sql rank and dense rank releated questions , given 2 tables country and city we need to calculate total population in each continent by joining the...
  • Q4. String manuplation questions inpython

Interview Preparation Tips

Interview preparation tips for other job seekers - PRepare well on pyspark

dev2 Interview Questions & Answers

Hyland Software Solutions India LLP user image Anonymous

posted on 7 Feb 2025

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

I was interviewed in Jan 2025.

Round 1 - Coding Test 

DSA- 1easy, 1 medium

Round 2 - Technical 

(7 Questions)

  • Q1. Project discussion
  • Q2. DBMS views
  • Q3. Hibernate
  • Q4. What happens when u enter www.google.com
  • Q5. Authentication
  • Q6. What is socket
  • Q7. Bubble sort and time complexity

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare DBMS, CN properly
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. What is an abstract class?
  • Ans. 

    An abstract class is a class that cannot be instantiated and may contain abstract methods that must be implemented by its subclasses.

    • Cannot be instantiated directly

    • May contain abstract methods

    • Used as a blueprint for other classes

  • Answered by AI
  • Q2. What is abstraction?
  • Ans. 

    Abstraction is the process of hiding complex details and showing only the essential features of an object or system.

    • Abstraction allows us to focus on what an object does, rather than how it does it

    • It helps in simplifying complex systems by breaking them down into smaller, more manageable parts

    • Examples of abstraction include using a car without needing to understand its internal combustion engine, or using a smartphone

  • Answered by AI
  • Q3. Best sorting algo?time complexity of it?
  • Ans. 

    QuickSort is one of the best sorting algorithms with an average time complexity of O(n log n).

    • QuickSort is a divide and conquer algorithm that works by selecting a 'pivot' element and partitioning the array around the pivot.

    • It has an average time complexity of O(n log n) and a worst-case time complexity of O(n^2).

    • Example: ['apple', 'banana', 'cherry', 'date', 'fig'] can be sorted using QuickSort.

    • Example: ['3', '1', '4'...

  • Answered by AI
  • Q4. You have been provided a sorted list time complexity achieved after we apply bubble sorting
  • Ans. 

    Bubble sorting has a time complexity of O(n^2) for a sorted list.

    • Bubble sorting has a worst-case time complexity of O(n^2) for a sorted list.

    • The time complexity does not change even if the list is already sorted.

    • Example: If we have a sorted list of size n, bubble sorting will still take O(n^2) time.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Have you ever been to a state other than jharkhand?
  • Ans. 

    Yes, I have been to multiple states other than Jharkhand.

    • I have traveled to states like Maharashtra, Karnataka, and Tamil Nadu for work and leisure.

    • I have visited tourist destinations in states like Rajasthan, Kerala, and Himachal Pradesh.

    • I have family in states like Uttar Pradesh, Bihar, and West Bengal, which I have visited multiple times.

  • Answered by AI

CG Infinity Interview FAQs

How many rounds are there in CG Infinity interview?
CG Infinity interview process usually has 2-3 rounds. The most common rounds in the CG Infinity interview process are Technical, Resume Shortlist and HR.
How to prepare for CG Infinity 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 CG Infinity. The most common topics and skills that interviewers at CG Infinity expect are CRM, Application Development, Salesforce, Consulting and Production Support.
What are the top questions asked in CG Infinity interview?

Some of the top questions asked at the CG Infinity interview -

  1. 1. Swap numbers without using a third variab...read more
  2. LWC decorators, difference between SOQL and S...read more
  3. what is point...read more

Tell us how to improve this page.

CG Infinity Interview Process

based on 6 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 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
IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 897 Interviews
View all

CG Infinity Reviews and Ratings

based on 26 reviews

3.0/5

Rating in categories

3.2

Skill development

3.1

Work-life balance

3.2

Salary

3.0

Job security

3.2

Company culture

2.9

Promotions

3.0

Work satisfaction

Explore 26 Reviews and Ratings
UIUX Expert

Noida

7-12 Yrs

Not Disclosed

Salesforce Technical Lead

Noida

5-10 Yrs

Not Disclosed

Dot NET Technical lead

Noida

7-11 Yrs

Not Disclosed

Explore more jobs
Consultant2
11 salaries
unlock blur

₹8.5 L/yr - ₹12 L/yr

Software Engineer
10 salaries
unlock blur

₹7 L/yr - ₹9.5 L/yr

Software Developer
8 salaries
unlock blur

₹7 L/yr - ₹19 L/yr

Consultant
8 salaries
unlock blur

₹7 L/yr - ₹9 L/yr

Senior Software Engineer
8 salaries
unlock blur

₹10 L/yr - ₹30 L/yr

Explore more salaries
Compare CG Infinity with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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