Upload Button Icon Add office photos
Engaged Employer

i

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

Changejar Technologies Verified Tick

Compare button icon Compare button icon Compare
3.1

based on 51 Reviews

Filter interviews by

Changejar Technologies Interview Questions, Process, and Tips

Updated 19 Dec 2024

Top Changejar Technologies Interview Questions and Answers

View all 14 questions

Changejar Technologies Interview Experiences

Popular Designations

30 interviews found

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

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

Round 1 - One-on-one 

(1 Question)

  • Q1. How your last experience a fit for this company?
  • Ans. 

    My experience as a Category Manager in the retail industry aligns well with the needs of this company.

    • Managed product categories to drive sales and profitability

    • Developed strategic plans for assortment and pricing

    • Worked closely with suppliers to negotiate contracts and promotions

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

(1 Question)

  • Q1. How did you imporve P&L in last organisation?
  • Ans. 

    Implemented cost-saving initiatives and optimized product assortment to increase profitability.

    • Analyzed sales data to identify underperforming products and discontinued them

    • Negotiated better pricing with suppliers to reduce costs

    • Implemented promotional strategies to drive sales and increase margins

    • Optimized inventory levels to reduce carrying costs

    • Introduced new product lines with higher profit margins

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

(1 Question)

  • Q1. How to start a new category?
  • Ans. 

    The steps to start a new category involve market research, identifying trends, setting goals, creating a strategy, selecting products, and launching the category.

    • Conduct market research to identify gaps and opportunities in the market.

    • Identify trends and consumer preferences to determine the potential success of the new category.

    • Set clear goals and objectives for the new category, including sales targets and market sha...

  • Answered by AI

Category Manager Interview Questions asked at other Companies

Q1. If you are to start a men's grooming category in Gurgaon then how many partners will you start with
View answer (2)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(6 Questions)

  • Q1. Mostly on projects and previous tech knowledge
  • Q2. Whats the difference between == and .equal()?
  • Ans. 

    The difference between == and .equal() is that == is used to compare values for equality, while .equal() is a method used to compare objects for equality.

    • The == operator is used to compare primitive data types like integers, strings, etc. for equality.

    • The .equal() method is used to compare objects in Java for equality. It is typically overridden in classes to define custom equality logic.

    • Example: int a = 5; int b = 5; ...

  • Answered by AI
  • Q3. What happens a primitive data type is passed in a method call and non-primitive data types are passes? when would there be change in value after downstream operation and opposite
  • Ans. 

    Primitive data types are passed by value, while non-primitive data types are passed by reference. Changes in value can occur after downstream operations for non-primitive data types.

    • Primitive data types (int, float, char, etc.) are passed by value, meaning a copy of the value is passed to the method. Changes made to the parameter inside the method do not affect the original value.

    • Non-primitive data types (objects, arra...

  • Answered by AI
  • Q4. What are the common annotations used in spring boot
  • Ans. 

    Common annotations used in Spring Boot for backend development

    • 1. @RestController - used to define a controller and to indicate that the return value of the methods should be directly written to the HTTP response body

    • 2. @RequestMapping - used to map web requests to specific handler methods

    • 3. @Autowired - used for automatic dependency injection

    • 4. @Service - used to indicate that a class is a service

    • 5. @Repository - used ...

  • Answered by AI
  • Q5. Questions on get and post method
  • Q6. Modified question on Trapping the rain water
Round 2 - One-on-one 

(4 Questions)

  • Q1. Basic HR type questions again, projects, tech
  • Q2. Question on java 8 features and above, sql and no sql experience
  • Q3. Reverse a string
  • Ans. 

    Reverse a string by iterating through the characters and swapping them

    • Create an empty string to store the reversed string

    • Iterate through the characters of the input string from end to start

    • Append each character to the empty string to reverse the string

  • Answered by AI
  • Q4. Stream API, advantages and uses
  • Ans. 

    Stream API is a powerful tool in Java for processing collections of objects.

    • Advantages include concise code, improved performance, and ease of parallel processing.

    • Uses include filtering, mapping, sorting, and reducing data in collections.

    • Example: stream.filter(x -> x > 5).map(x -> x * 2).collect(Collectors.toList());

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviews were very easy, just keep the basics strong, The first interviewer was not that good explaining the questions, just complicated simple questions, but he asked basic questions

Skills evaluated in this interview

Top Changejar Technologies Backend Developer Intern Interview Questions and Answers

Q1. what happens a primitive data type is passed in a method call and non-primitive data types are passes? when would there be change in value after downstream operation and opposite
View answer (1)

Backend Developer Intern Interview Questions asked at other Companies

Q1. 1. Differences between GET and POST 2. What is MVC? 3. I was asked if I knew any PHP framework. 4. SESSION, COOKIE functionalities 5. Some SQL queries.
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement

Round 1 - Coding Test 

Dynamic Programming, Graph

Round 2 - Technical 

(1 Question)

  • Q1. Projects, SQL, DBMS, OOPS, Javascript
Round 3 - HR 

(1 Question)

  • Q1. Speak confidently

Top Changejar Technologies Backend Developer Intern Interview Questions and Answers

Q1. what happens a primitive data type is passed in a method call and non-primitive data types are passes? when would there be change in value after downstream operation and opposite
View answer (1)

Backend Developer Intern Interview Questions asked at other Companies

Q1. 1. Differences between GET and POST 2. What is MVC? 3. I was asked if I knew any PHP framework. 4. SESSION, COOKIE functionalities 5. Some SQL queries.
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Assignment 

Questions asked on the assignment to get a know how of your understanding on the project given

Round 2 - One-on-one 

(1 Question)

  • Q1. What is your design process?
  • Ans. 

    My design process involves research, ideation, prototyping, testing, and iteration to create user-centered solutions.

    • Research: Gather information about user needs, market trends, and competition.

    • Ideation: Brainstorm and generate ideas for potential solutions.

    • Prototyping: Create low-fidelity and high-fidelity prototypes to visualize concepts.

    • Testing: Conduct user testing to gather feedback and iterate on designs.

    • Iterati...

  • Answered by AI

Product Designer Interview Questions asked at other Companies

Q1. What are other things you do apart from designing?
View answer (1)

Changejar Technologies interview questions for popular designations

 Data Analyst

 (4)

 Backend Developer Intern

 (3)

 Product Manager

 (3)

 Android Developer

 (2)

 Data Analyst Intern

 (2)

 Intern

 (2)

 Software Engineer

 (2)

 Android Developer Intern

 (1)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2024. There were 7 interview rounds.

Round 1 - Case Study 

RCA, Prioritisation interview

Round 2 - Case Study 

Metrics, Problem solving cases

Round 3 - Assignment 

Design Case study submission

Round 4 - Design Interview 

(1 Question)

  • Q1. Design related questions
Round 5 - One-on-one 

(1 Question)

  • Q1. General discussion
Round 6 - Case Study 

Problem solving, Cultural Fit

Round 7 - HR 

(1 Question)

  • Q1. Behavioral Interview

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)

Get interview-ready with Top Changejar Technologies Interview Questions

Intern Interview Questions & Answers

user image Anonymous

posted on 18 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Algorithms , DSA , Python

Round 2 - Case Study 

Guesstimates , Excel

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)

Jobs at Changejar Technologies

View all

Software Engineer Interview Questions & Answers

user image KESHAV MAHINDRAKAR

posted on 19 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Technical related to DSA, Problem Solving and Coding

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 (169)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn

Round 1 - Technical 

(3 Questions)

  • Q1. Discussion on your resume and some design pattern basics questions
  • Q2. Which design pattern used in previous company
  • Q3. SOLID principles

Backend Developer Interview Questions asked at other Companies

Q1. Print a Binary Tree in Vertical OrderGiven a binary tree, return the vertical order traversal of the values of the nodes of the given tree. For each node at position (X, Y), (X-1, Y-1) will be its left child position while (X+1, Y-1) will b... read more
View answer (3)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - HR 

(1 Question)

  • Q1. Salary expectation
Round 2 - One-on-one 

(1 Question)

  • Q1. 25% drop across an e-commerce funnel. Which step to be prioritised first?
  • Ans. 

    The step to be prioritised first is the step with the highest drop-off rate.

    • Analyze data to identify the step with the highest drop-off rate

    • Focus on optimizing that step to reduce drop-off

    • Implement A/B testing to determine the most effective changes

    • Monitor the impact of changes on drop-off rates

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Terrible company, no professionalism at all. They ghost candidates and hiring manager is very rude and incompetent. HR isn’t polite or sophisticated. Rude people, in my opinion.

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 24 Jun 2024

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

Assignnent was given to solve after which interview was scheduled.

Round 2 - One-on-one 

(2 Questions)

  • Q1. How good are you in excel?
  • Q2. Then solve excel questions.

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

Changejar Technologies Interview FAQs

How many rounds are there in Changejar Technologies interview?
Changejar Technologies interview process usually has 2-3 rounds. The most common rounds in the Changejar Technologies interview process are One-on-one Round, Technical and HR.
How to prepare for Changejar Technologies 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 Changejar Technologies. The most common topics and skills that interviewers at Changejar Technologies expect are Medical Insurance, Finance, Circuit Designing, Relationship Management and E-commerce.
What are the top questions asked in Changejar Technologies interview?

Some of the top questions asked at the Changejar Technologies interview -

  1. what happens a primitive data type is passed in a method call and non-primitive...read more
  2. 25% drop across an e-commerce funnel. Which step to be prioritised fir...read more
  3. what are the common annotations used in spring b...read more
How long is the Changejar Technologies interview process?

The duration of Changejar Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Changejar Technologies Interview Process

based on 24 interviews in last 1 year

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 752 Interviews
PhonePe Interview Questions
4.0
 • 297 Interviews
PayPal Interview Questions
3.9
 • 206 Interviews
Razorpay Interview Questions
3.6
 • 151 Interviews
CapitalOne Interview Questions
4.0
 • 75 Interviews
Mobikwik Interview Questions
4.0
 • 44 Interviews
BillDesk Interview Questions
3.2
 • 13 Interviews
Instamojo Interview Questions
3.4
 • 7 Interviews
View all

Changejar Technologies Reviews and Ratings

based on 51 reviews

3.1/5

Rating in categories

3.2

Skill development

2.8

Work-life balance

3.3

Salary

2.8

Job security

3.0

Company culture

2.8

Promotions

3.1

Work satisfaction

Explore 51 Reviews and Ratings
Motion Graphic Design Intern

Bangalore / Bengaluru

0-1 Yrs

Not Disclosed

Influencer Marketing Intern

Bangalore / Bengaluru

0-1 Yrs

Not Disclosed

Product Designer

Bangalore / Bengaluru

1-3 Yrs

₹ 6-20 LPA

Explore more jobs
Data Analyst
16 salaries
unlock blur

₹6 L/yr - ₹19.9 L/yr

Software Engineer
14 salaries
unlock blur

₹10 L/yr - ₹26 L/yr

Product Manager
13 salaries
unlock blur

₹18 L/yr - ₹30 L/yr

Android Developer
9 salaries
unlock blur

₹10 L/yr - ₹21 L/yr

Associate Product Manager
6 salaries
unlock blur

₹15 L/yr - ₹19.5 L/yr

Explore more salaries
Compare Changejar Technologies with

Paytm

3.3
Compare

PhonePe

4.0
Compare

Mobikwik

4.0
Compare

Payed

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