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.2

based on 53 Reviews

Filter interviews by

Changejar Technologies Backend Developer Intern Interview Questions, Process, and Tips

Updated 21 Nov 2024

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 ...read more
  • Q2. what are the common annotations used in spring boot
  • Q3. whats the difference between == and .equal()?
View all 7 questions

Changejar Technologies Backend Developer Intern Interview Experiences

3 interviews found

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

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

Backend Developer Intern Interview Questions Asked at Other Companies

asked in Educase
Q1. 1. Differences between GET and POST 2. What is MVC? 3. I was aske ... read more
Q2. what happens a primitive data type is passed in a method call and ... read more
asked in FastJobs.io
Q3. What's the use of express.json middleware
asked in MedCords
Q4. How to print diagonal elements of an arrays from right top corner ... read more
Q5. what are the common annotations used in spring boot
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

1 DSA question. Variation of valid anagrams question. There were no test cases against which you had to execute your code. We had to run the code ourselves and make sure that all the edge cases are covered.

Round 2 - Technical 

(3 Questions)

  • Q1. Everything in my resume
  • Q2. Is Javascript multithreaded or single threaded
  • Ans. 

    Javascript is single threaded.

    • Javascript is single threaded, meaning it can only execute one piece of code at a time.

    • This is because of the event loop in Javascript, which manages the execution of code.

    • Asynchronous operations in Javascript, like setTimeout or AJAX requests, are handled by the event loop.

    • Web Workers can be used to achieve multithreading in Javascript for CPU-intensive tasks.

  • Answered by AI
  • Q3. DB Schema of one of my project
  • Ans. 

    The DB schema of my project includes tables for users, products, orders, and reviews.

    • Users table with columns for user ID, username, email, password

    • Products table with columns for product ID, name, price, description

    • Orders table with columns for order ID, user ID, product ID, quantity

    • Reviews table with columns for review ID, product ID, user ID, rating, comment

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What is your dream role?
  • Ans. 

    My dream role is to work as a lead backend developer in a dynamic tech company, where I can innovate, collaborate with talented individuals, and make a significant impact.

    • Lead backend developer in a dynamic tech company

    • Opportunity to innovate and collaborate with talented individuals

    • Make a significant impact through my work

  • Answered by AI
  • Q2. Are you open to working in product roles?
  • Ans. 

    Yes, I am open to working in product roles as it will provide me with a broader perspective and help me understand the end-to-end process.

    • I believe working in product roles will enhance my understanding of user needs and market trends.

    • It will also allow me to collaborate with cross-functional teams and contribute to the overall product strategy.

    • For example, I can work closely with product managers to prioritize feature

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA,OS,CN,DBMS,OOP and resume.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Nov 2023. There were 4 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 - Coding Test 

Hackerearth Coding Test

Round 3 - Technical 

(2 Questions)

  • Q1. Technical Round with Senior Software Engineer around Java, DSA and APIs
  • Q2. 1. Check Valid Parenthesis, 2. Given a problem design your own API and suitable URL for it Discussions about implementation and designing of the above two questions
Round 4 - One-on-one 

(2 Questions)

  • Q1. One-on-one round with Project manager
  • Q2. Architecture and System design round, but interviewer given me Java Coding , some basic question and asked some questions on SQL then in the middle of the interview he told that we are not going forward wi...

Interview Preparation Tips

Topics to prepare for OneCard Backend Developer interview:
  • Data Structures
  • Algorithms
  • REST API
  • Java
  • Database
Interview preparation tips for other job seekers - Please the availability of the interviewers first then schedule a call. Candidates really do hard work and reach for the final interviews hoping to have atleast a proper interview. If anyone is already selected for the role, don't schedule an interview at all. Even did not received any updates yet.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Online coding test depending on the role you apply to

Round 2 - Technical 

(1 Question)

  • Q1. Technical tound with DSA and Provides study materials
Round 3 - HR 

(1 Question)

  • Q1. Culture Fit check and behavioural questions

Changejar Technologies Interview FAQs

How many rounds are there in Changejar Technologies Backend Developer Intern interview?
Changejar Technologies interview process usually has 2-3 rounds. The most common rounds in the Changejar Technologies interview process are Technical, Coding Test and HR.
What are the top questions asked in Changejar Technologies Backend Developer Intern interview?

Some of the top questions asked at the Changejar Technologies Backend Developer Intern interview -

  1. what happens a primitive data type is passed in a method call and non-primitive...read more
  2. what are the common annotations used in spring b...read more
  3. whats the difference between == and .equal...read more

Tell us how to improve this page.

Changejar Technologies Backend Developer Intern Interview Process

based on 3 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 762 Interviews
PhonePe Interview Questions
4.0
 • 301 Interviews
PayPal Interview Questions
3.9
 • 208 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
CapitalOne Interview Questions
3.6
 • 78 Interviews
Mobikwik Interview Questions
4.0
 • 45 Interviews
Jodo Interview Questions
3.6
 • 21 Interviews
OneCard Interview Questions
3.5
 • 19 Interviews
Credgenics Interview Questions
3.5
 • 18 Interviews
View all
Changejar Technologies Backend Developer Intern Salary
based on 4 salaries
₹3 L/yr - ₹33.6 L/yr
398% more than the average Backend Developer Intern Salary in India
View more details

Changejar Technologies Backend Developer Intern Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

5.0

Skill development

2.0

Work-life balance

4.0

Salary

1.0

Job security

2.0

Company culture

2.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Data Analyst
15 salaries
unlock blur

₹3.8 L/yr - ₹15 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

Data Scientist
6 salaries
unlock blur

₹11 L/yr - ₹16 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