Upload Button Icon Add office photos
Engaged Employer

i

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

CRG Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

CRG Solutions Interview Questions, Process, and Tips

Updated 10 Feb 2025

Top CRG Solutions Interview Questions and Answers

View all 6 questions

CRG Solutions Interview Experiences

Popular Designations

4 interviews found

HR Manager Interview Questions & Answers

user image Anonymous

posted on 10 Feb 2025

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

I was interviewed before Feb 2024.

Round 1 - HR 

(1 Question)

  • Q1. What is your understanding of the IT industry?

HR Manager Interview Questions asked at other Companies

Q1. Can you explain the meaning of performance Management as stated in your CV
View answer (4)

Sales Person Interview Questions & Answers

user image Anonymous

posted on 12 Apr 2023

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

I was interviewed in Oct 2022.

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 - Aptitude Test 

Reasoning + Comprehensive

Round 3 - Group Discussion 

Indian Economy & its Future

Round 4 - HR 

(1 Question)

  • Q1. Why do you want to work with us?

Sales Person Interview Questions asked at other Companies

Q1. Why sales? What is the difference between sales and marketing
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jun 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. How to implement Row level security
  • Ans. 

    Row level security can be implemented by using filters or views to restrict access to specific rows of data based on user roles or permissions.

    • Create a security table that maps users to specific rows of data they are allowed to access

    • Use filters or views in the database to restrict access to rows based on the user's role or permissions

    • Implement row level security in the application layer by checking user permissions be

  • Answered by AI
  • Q2. What is LOD? Explain with an example
  • Ans. 

    LOD stands for Level of Detail. It refers to the level of granularity at which data is analyzed or displayed.

    • LOD is used in data analysis to specify the level of detail at which calculations are performed.

    • For example, in Tableau, LOD expressions allow users to compute values at different levels of granularity within a visualization.

    • There are three types of LOD expressions in Tableau: FIXED, INCLUDE, and EXCLUDE.

  • Answered by AI

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)

Consultant Interview Questions & Answers

user image Anonymous

posted on 11 Nov 2019

I applied via Referral and was interviewed in Jul 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. What kind of data points will you collect on a dashboard for showing to the marketing manager of a soap company?
  • Ans. 

    Data points for a soap company's marketing dashboard

    • Sales figures by product and region

    • Customer demographics and preferences

    • Social media engagement metrics

    • Advertising campaign performance

    • Competitor analysis

    • Product reviews and ratings

  • Answered by AI
  • Q2. Do you have good hands on in SQL?
  • Ans. 

    Yes, I have extensive hands-on experience in SQL.

    • Proficient in writing complex SQL queries

    • Experience in optimizing database performance

    • Familiarity with various database management systems such as MySQL, Oracle, and SQL Server

    • Experience in designing and implementing database schemas

    • Ability to troubleshoot and debug SQL code

    • Experience in working with large datasets

    • Familiarity with data warehousing concepts

  • Answered by AI
  • Q3. Are you interested to learn tableau?
  • Ans. 

    Yes, I am interested to learn Tableau.

    • I have heard a lot about Tableau and its data visualization capabilities.

    • I believe learning Tableau will enhance my skills and make me more valuable as a consultant.

    • I am willing to invest time and effort to learn Tableau and apply it to real-world scenarios.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good as a transition company if you are from a completely different background and wanting to get into data analytics.
Not recommended as a long term company to work for as there is a lot of politics in the mid & upper management.

Skills evaluated in this interview

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)

CRG Solutions interview questions for popular designations

 Business Analyst

 (1)

 Consultant

 (1)

 HR Manager

 (1)

 Sales Person

 (1)

Jobs at CRG Solutions

View all

Interview questions from similar companies

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

(2 Questions)

  • Q1. Intro about Experience
  • Q2. Knowledge on tools
Round 2 - One-on-one 

(2 Questions)

  • Q1. Sdfsfd kjdk dvfikjsf vsjv
  • Q2. Sdjvks sdkvjsk skdcj
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. Basic Data structure
  • Q2. Print star pattern
Round 2 - HR 

(1 Question)

  • Q1. Question based on projects.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Apr 2023. There were 3 interview rounds.

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 

(5 Questions)

  • Q1. 3 Basic DSA Questions
  • Q2. 1st Math based coding question
  • Ans. Can solve with normal loops and some if-else statements.
  • Answered Anonymously
  • Q3. 2nd String based
  • Ans. String manipulation and Traversal meanwhile keep tracking the max answer.
  • Answered Anonymously
  • Q4. 3rd Array Sorting Algorithm
  • Ans. 

    Quick Sort is a popular in-place sorting algorithm that uses divide and conquer approach.

    • Divide the array into two sub-arrays based on a pivot element

    • Recursively sort the sub-arrays

    • Combine the sorted sub-arrays to get the final sorted array

    • Time complexity: O(nlogn) in average case and O(n^2) in worst case

    • Space complexity: O(logn)

    • Example: [5, 2, 9, 3, 7, 6, 8] -> [2, 3, 5, 6, 7, 8, 9]

  • Answered by AI
  • Q5. There was an Introduction too in starting.
Round 3 - HR 

(2 Questions)

  • Q1. Introduce Yourself
  • Ans. 

    I am a software enthusiast with a passion for coding and problem-solving.

    • I have a degree in Computer Science and Engineering.

    • I have experience in programming languages such as Java, Python, and C++.

    • I have worked on projects involving web development, data analysis, and machine learning.

    • I am a quick learner and enjoy working in a team environment.

  • Answered by AI
  • Q2. Why should I hire you?
  • Ans. 

    I am a quick learner with a passion for software development and a strong work ethic.

    • I have a solid understanding of programming concepts and experience with multiple programming languages.

    • I am a team player and enjoy collaborating with others to solve problems.

    • I am highly motivated and always strive to improve my skills and knowledge.

    • I have completed several projects on my own and am eager to apply my skills in a prof

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Keyideas Infotech Software Trainee interview:
  • DSA
  • Communication Skills
  • Algorithms
  • Core Java
  • Java
  • HTML
  • CSS
  • PHP
  • Javascript
  • Python
Interview preparation tips for other job seekers - Just revise some basic DSA and math logic based coding questions.

For HR, keep a smile on your face throughout the Interview.

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Jun 2023. There were 4 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 - Aptitude Test 

Aptitude it is a type of test in which there are many questions like resigning, technical,blood relation.etc

Round 3 - Group Discussion 

In group discussion we have provided some topic and told discuss about that topic and tell advantages and dis advance.

Round 4 - Technical 

(3 Questions)

  • Q1. What is final in java
  • Ans. 

    final keyword in Java is used to restrict the user from changing the value of a variable, making it a constant.

    • Final keyword can be applied to variables, methods, and classes

    • Final variables cannot be reassigned once initialized

    • Final methods cannot be overridden in subclasses

    • Final classes cannot be extended

  • Answered by AI
  • Q2. What is static In java?
  • Ans. 

    Static keyword in Java is used to create class-level variables and methods that can be accessed without creating an instance of the class.

    • Static variables are shared among all instances of a class.

    • Static methods can be called without creating an object of the class.

    • Static blocks are used to initialize static variables.

    • Example: public static int count = 0;

  • Answered by AI
  • Q3. The static it is a type of method called static method in which when we declared a method as static then it can't be inherited another class

Skills evaluated in this interview

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

(1 Question)

  • Q1. Smoke Regression all type of testing
  • Ans. 

    Smoke regression testing involves quickly checking critical functionalities after code changes, while regression testing involves thorough testing of all functionalities.

    • Smoke testing is a subset of regression testing, focusing on critical functionalities

    • Smoke testing is done to ensure the build is stable enough for further testing

    • Regression testing involves retesting all functionalities to ensure new changes do not br

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your basics with confident communication

Skills evaluated in this interview

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

It was good. General aptitude questions asked.

Round 2 - Technical 

(1 Question)

  • Q1. General core java questions

CRG Solutions Interview FAQs

How many rounds are there in CRG Solutions interview?
CRG Solutions interview process usually has 2-3 rounds. The most common rounds in the CRG Solutions interview process are Resume Shortlist, HR and Aptitude Test.
How to prepare for CRG Solutions 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 CRG Solutions. The most common topics and skills that interviewers at CRG Solutions expect are SQL, Tableau, Python, ETL and Data Analysis.
What are the top questions asked in CRG Solutions interview?

Some of the top questions asked at the CRG Solutions interview -

  1. What kind of data points will you collect on a dashboard for showing to the mar...read more
  2. What is your understanding of the IT indust...read more
  3. Do you have good hands on in S...read more

Tell us how to improve this page.

CRG Solutions Interview Process

based on 5 interviews

Interview experience

2.8
  
Poor
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k 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
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all

CRG Solutions Reviews and Ratings

based on 51 reviews

3.3/5

Rating in categories

3.4

Skill development

3.6

Work-life balance

2.9

Salary

3.1

Job security

3.0

Company culture

2.7

Promotions

2.9

Work satisfaction

Explore 51 Reviews and Ratings
Data Analyst
147 salaries
unlock blur

₹3.1 L/yr - ₹11.8 L/yr

Business Analyst
37 salaries
unlock blur

₹5.5 L/yr - ₹15.2 L/yr

Tableau Developer
17 salaries
unlock blur

₹6 L/yr - ₹10 L/yr

Senior Data Analyst
13 salaries
unlock blur

₹8 L/yr - ₹16 L/yr

Senior Business Analyst
11 salaries
unlock blur

₹8.1 L/yr - ₹17 L/yr

Explore more salaries
Compare CRG Solutions with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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