Upload Button Icon Add office photos

Filter interviews by

Cg Parivar Interview Questions and Answers

Updated 6 Feb 2024

Cg Parivar Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. Decribe OOP in java
  • Ans. 

    OOP in Java is a programming paradigm that allows for the creation of objects, which are instances of classes.

    • Java supports the four main principles of OOP: encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation allows for the bundling of data and methods into a single unit, called a class.

    • Inheritance enables the creation of new classes based on existing classes, inheriting their properties and behavio...

  • Answered by AI
  • Q2. OOP is comuter programming model that orgnizes software design around data,or objects,rather than function and logic

Skills evaluated in this interview

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

Interview questions from similar companies

I applied via Approached by Company and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical interview with my primary skill set Where all details asked about technology And given one program to do using primary skill
Round 2 - HR 

(1 Question)

  • Q1. Salary Discussion Questions about why to change org And More specific to HR questions About yourself
Round 3 - Managiral 

(1 Question)

  • Q1. Question about last project work About Yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is growing with different skillset and domain

I applied via Naukri.com and was interviewed before Mar 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Difference between Hashtable and hashmap?
  • Ans. 

    Hashtable is synchronized while hashmap is not.

    • Hashtable is thread-safe while hashmap is not.

    • Hashtable does not allow null keys or values while hashmap allows one null key and multiple null values.

    • Hashtable is slower than hashmap due to synchronization.

    • Hashtable is a legacy class while hashmap is a newer implementation.

  • Answered by AI
  • Q2. Difference between hashmap and concurrent hashmap?
  • Ans. 

    Hashmap is not thread-safe while Concurrent Hashmap is thread-safe.

    • Hashmap is not suitable for multi-threaded environments as it can lead to race conditions and data inconsistencies.

    • Concurrent Hashmap allows multiple threads to access and modify the map concurrently without any data inconsistencies.

    • Concurrent Hashmap uses a technique called lock striping to achieve thread-safety.

    • Concurrent Hashmap is slower than Hashma...

  • Answered by AI
  • Q3. Jdbc step
  • Q4. Spring ioc

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was average they asked questions from core java spring hibernate... And so on..

Skills evaluated in this interview

I applied via Referral and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Why do you want to join Incedo, what is your plan in future, explain your past experience with an example
  • Q2. Basic of capital market
  • Q3. Market capitalisation, capital market, derivatives, accounting knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - One should be more confident and should give prompt response

I applied via Campus Placement and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Standard Aptitude topics, 30 mins - 30 questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Case Study for how to design a data Lake ? standard questions - tell me about yourself, why us
  • Q2. Case Study for how to design a chess game

Interview Preparation Tips

Topics to prepare for Quantiphi Analytics Solutions Private Limited Intern interview:
  • SQL
  • Java
Interview preparation tips for other job seekers - Easy, They want to check for approach and ability of the candidate

Interview Questionnaire 

1 Question

  • Q1. Filters in Tableau,sql
  • Ans. 

    Filters in Tableau and SQL are used to narrow down data based on specific criteria.

    • Filters in Tableau can be applied to individual worksheets or the entire dashboard

    • SQL filters can be applied using the WHERE clause

    • Tableau filters can be based on dimensions or measures

    • SQL filters can be based on any column in the table

    • Tableau filters can be interactive, allowing users to adjust the criteria

    • SQL filters can be combined wi

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Sql,tableau,python, business understanding

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. 1. If you given a no return its corresponding excel no.
  • Ans. 

    Convert given no to corresponding excel no.

    • Excel no starts from 1 and goes up to 16384

    • Excel no is calculated using column and row numbers

    • For example, 1 corresponds to A, 27 corresponds to AA, 28 corresponds to AB, and so on

  • Answered by AI
  • Q2. 2. find unique character in a window of k size in a string
  • Ans. 

    Find unique characters in a window of k size in a string.

    • Use a sliding window approach.

    • Maintain a hash table to keep track of character frequency.

    • Remove characters from hash table as the window slides.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Communication is very important. Give your solution from brute force to optimal. Interviewer has tell me to write code of both questions in any programming language.

Skills evaluated in this interview

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

Interview Questionnaire 

2 Questions

  • Q1. DS Questions 1. kth largest element. 2. Implement merge sort
  • Q2. Springboot basics, oops, collection api

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepeare DS well

Interview Questionnaire 

2 Questions

  • Q1. 1.Implement merge sort. 2. Kth largest element.
  • Ans. 

    Implement merge sort and find kth largest element in an array.

    • Merge sort is a divide and conquer algorithm that recursively divides the array into two halves, sorts them and then merges them.

    • Kth largest element can be found using quick select algorithm or by sorting the array and returning the kth element from the end.

    • Merge sort has a time complexity of O(nlogn) and space complexity of O(n).

    • Quick select has a time comp...

  • Answered by AI
  • Q2. Springboot RestTemplate, singleton, oops

Skills evaluated in this interview

I applied via Company Website and was interviewed before May 2021. There were 5 interview rounds.

Round 1 - Aptitude Test 

Online test with questions from probability and reasoning

Round 2 - Case Study 

A case study for which we need to create a dashboard and a power point presentation.

Round 3 - Coding Test 

SQL written test

Round 4 - Technical 

(2 Questions)

  • Q1. Technical round. Interviewed by two member panel.
  • Q2. About Tableau Previous projects SQL
Round 5 - HR 

(1 Question)

  • Q1. Common questions like expectations, salary expectations etc.

Interview Preparation Tips

Topics to prepare for Tiger Analytics Business Analyst interview:
  • SQL
  • Data Visualization
  • PROBABILITY
Interview preparation tips for other job seekers - Be confident and prepare well. Practice different SQL scenarios and get well versed with all the advanced sql functions.

Cg Parivar Interview FAQs

How many rounds are there in Cg Parivar interview?
Cg Parivar interview process usually has 1 rounds. The most common rounds in the Cg Parivar interview process are Technical.
How to prepare for Cg Parivar 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 Parivar. The most common topics and skills that interviewers at Cg Parivar expect are Telecalling, Telesales, CRM, Domestic and Communication Skills.
What are the top questions asked in Cg Parivar interview?

Some of the top questions asked at the Cg Parivar interview -

  1. Decribe OOP in j...read more
  2. OOP is comuter programming model that orgnizes software design around data,or o...read more

Tell us how to improve this page.

Cg Parivar Interview Process

based on 5 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 338 Interviews
CitiusTech Interview Questions
3.4
 • 274 Interviews
NeoSOFT Interview Questions
3.7
 • 268 Interviews
Tiger Analytics Interview Questions
3.7
 • 226 Interviews
Episource Interview Questions
3.9
 • 220 Interviews
Altimetrik Interview Questions
3.8
 • 219 Interviews
Xoriant Interview Questions
4.1
 • 183 Interviews
Incedo Interview Questions
3.1
 • 182 Interviews
View all

Cg Parivar Reviews and Ratings

based on 49 reviews

4.1/5

Rating in categories

4.1

Skill development

3.7

Work-life balance

3.5

Salary

3.6

Job security

4.2

Company culture

3.4

Promotions

4.2

Work satisfaction

Explore 49 Reviews and Ratings
Software Engineer
9 salaries
unlock blur

₹2.8 L/yr - ₹11 L/yr

Team Lead Operations
7 salaries
unlock blur

₹2 L/yr - ₹4.1 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹6 L/yr - ₹10 L/yr

Telecaller
6 salaries
unlock blur

₹1.1 L/yr - ₹1.5 L/yr

Administration Executive
6 salaries
unlock blur

₹1.6 L/yr - ₹2.1 L/yr

Explore more salaries
Compare Cg Parivar with

ITC Infotech

3.6
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

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