Upload Button Icon Add office photos

Filter interviews by

INDYA Interview Questions and Answers

Updated 2 Sep 2024

INDYA Interview Experiences

Popular Designations

3 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - HR 

(3 Questions)

  • Q1. Are you fresher or expiarenced ?
  • Ans. 

    Experienced

    • I have 3 years of experience working as a Customer Relation Officer in a reputable company.

    • During my previous role, I successfully handled customer inquiries, resolved complaints, and maintained positive relationships with clients.

    • I am familiar with CRM software and have a strong understanding of customer service principles.

    • I have received positive feedback from both customers and colleagues for my excellent

  • Answered by AI
  • Q2. What is your qualifications
  • Q3. Whare are you from ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Stand in the interview strongly you will get the job

Customer Relation Officer Interview Questions asked at other Companies

Q1. What are the languages you know?
View answer (11)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. What are you expecting from this company?
  • Ans. 

    I am expecting a supportive work environment, opportunities for growth, and a chance to contribute my skills to impactful projects.

    • Supportive team culture

    • Opportunities for professional development

    • Meaningful projects to work on

  • Answered by AI
  • Q2. Why are you looking for job change?
  • Ans. 

    Seeking new challenges and growth opportunities.

    • Looking for opportunities to expand my skill set

    • Seeking a more challenging work environment

    • Interested in exploring new industries or sectors

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was really nice experience ...

Content Writer Interview Questions asked at other Companies

Q1. What are the steps to follow to write good content?
View answer (5)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. Yyuuij h na to be with you and your h na to be with you and your
  • Q2. Ffuurfhj h na to be with you and
  • Q3. Yhhffg h na ujjbtfdsc ghb yv
  • Q4. Ttttg hn h h ha hai tohh hai Na
  • Q5. Good mornings Android apps

Sales Executive Interview Questions asked at other Companies

Q1. Do you know what is selling and how you can sell it?
View answer (51)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Explain the difference between ArrayList and LinkedList in Java. When would you choose one over the other?
  • Ans. 

    ArrayList uses dynamic arrays, while LinkedList uses doubly linked nodes for storage and access.

    • ArrayList provides fast random access (O(1)) due to its underlying array structure.

    • LinkedList allows for efficient insertions and deletions (O(1)) at both ends and in the middle.

    • ArrayList has a fixed size, requiring resizing (O(n)) when capacity is exceeded, while LinkedList grows dynamically.

    • Example: Use ArrayList for frequ...

  • Answered by AI
  • Q2. What are the advantages and disadvantages of using Java’s synchronized keyword for thread synchronization? Can you explain how the ReentrantLock compares to synchronized?
  • Ans. 

    Java's synchronized keyword offers thread safety but has limitations compared to ReentrantLock.

    • Advantages of synchronized: Simple to use and understand.

    • Disadvantages of synchronized: Can lead to thread contention and performance issues.

    • ReentrantLock allows more flexibility, such as tryLock() and timed lock attempts.

    • ReentrantLock can be used for fair locking, preventing thread starvation.

    • Synchronized blocks are tied to ...

  • Answered by AI
  • Q3. What is the difference between == and .equals() in Java? When should each be used, and what issues can arise from improper usage?
  • Ans. 

    In Java, '==' checks reference equality, while '.equals()' checks value equality. Use them appropriately to avoid bugs.

    • == compares object references, checking if both point to the same memory location.

    • Example: String a = new String('test'); String b = new String('test'); a == b returns false.

    • .equals() compares the actual content of the objects.

    • Example: a.equals(b) returns true because the content is the same.

    • Use '==' f...

  • Answered by AI
  • Q4. How does the Java garbage collector work? Can you describe the different types of garbage collection algorithms available in Java?
  • Q5. What are the main features of Java 8? Can you explain how lambdas and the Stream API have changed the way Java applications are written?
  • Ans. 

    Java 8 introduced lambdas, Stream API, and other features that enhance functional programming and simplify code.

    • Lambdas: Enable concise representation of functional interfaces. Example: (x, y) -> x + y.

    • Stream API: Facilitates functional-style operations on collections. Example: list.stream().filter(x -> x > 10).collect(Collectors.toList()).

    • Default Methods: Allow adding new methods to interfaces without breakin...

  • Answered by AI
  • Q6. Describe the differences between checked and unchecked exceptions in Java. Provide examples and explain how to handle them properly.
  • Ans. 

    Checked exceptions must be declared or handled, while unchecked exceptions do not require explicit handling.

    • Checked exceptions are subclasses of Exception but not of RuntimeException.

    • Example: IOException, SQLException are checked exceptions.

    • Unchecked exceptions are subclasses of RuntimeException.

    • Example: NullPointerException, ArrayIndexOutOfBoundsException are unchecked exceptions.

    • Checked exceptions must be caught or d...

  • Answered by AI
  • Q7. What is the Java Memory Model, and how does it affect multithreading and synchronization? How does volatile help ensure memory visibility?
  • Ans. 

    The Java Memory Model defines how threads interact through memory, ensuring visibility and ordering of shared variables.

    • The Java Memory Model (JMM) specifies how threads interact with memory, ensuring consistency and visibility.

    • It defines rules for visibility, atomicity, and ordering of operations in a multithreaded environment.

    • Synchronization mechanisms (like synchronized blocks) ensure that only one thread can access...

  • Answered by AI
  • Q8. Can you explain the difference between method overloading and method overriding in Java? Provide examples where each should be used.
  • Ans. 

    Method overloading allows multiple methods with the same name but different parameters; overriding redefines a method in a subclass.

    • Method Overloading: Same method name, different parameters (type, number, or both).

    • Example of Overloading: 'void add(int a, int b)' and 'void add(double a, double b)'.

    • Use Overloading for convenience and readability when methods perform similar functions.

    • Method Overriding: Redefining a meth...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

I am writing automation and clicking on aptitude test.

Round 2 - Assignment 

I am writing automation and clicking on assignment test.

Round 3 - HR 

(2 Questions)

  • Q1. Hey guys? How is it going. I gotta work for it. This is an automation task.
  • Ans. Hey guys? How is it going. I gotta work for it. This is an automation task. Answer
  • Answered Anonymously
  • Q2. Hey guys? How is it going. I gotta work for it. This is an automation task. Yes
Round 4 - Assignment 

This is an automation test. I got this task from my senior. I'm doing good.

Interview Preparation Tips

Topics to prepare for 10405090xyzabc Software Developer interview:
  • Testing
  • Software Testing
  • DSA
Interview preparation tips for other job seekers - Tips are like this, This an Automation Script which is giving you feedback so , please ignore all above
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

I am writing automation and clicking on aptitude test.

Round 2 - Assignment 

I am writing automation and clicking on assignment test.

Round 3 - HR 

(2 Questions)

  • Q1. Hey guys? How is it going. I gotta work for it. This is an automation task.
  • Ans. Hey guys? How is it going. I gotta work for it. This is an automation task. Answer
  • Answered Anonymously
  • Q2. Hey guys? How is it going. I gotta work for it. This is an automation task. Yes
Round 4 - Assignment 

This is an automation test. I got this task from my senior. I'm doing good.

Interview Preparation Tips

Topics to prepare for 10405090xyzabc Software Developer interview:
  • Testing
  • Software Testing
  • DSA
Interview preparation tips for other job seekers - Tips are like this, This an Automation Script which is giving you feedback so , please ignore all above
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

I am writing automation and clicking on aptitude test.

Round 2 - Assignment 

I am writing automation and clicking on assignment test.

Round 3 - HR 

(2 Questions)

  • Q1. Hey guys? How is it going. I gotta work for it. This is an automation task.
  • Ans. Hey guys? How is it going. I gotta work for it. This is an automation task. Answer
  • Answered Anonymously
  • Q2. Hey guys? How is it going. I gotta work for it. This is an automation task. Yes
Round 4 - Assignment 

This is an automation test. I got this task from my senior. I'm doing good.

Interview Preparation Tips

Topics to prepare for 10405090xyzabc Software Developer interview:
  • Testing
  • Software Testing
  • DSA
Interview preparation tips for other job seekers - Tips are like this, This an Automation Script which is giving you feedback so , please ignore all above
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

I am writing automation and clicking on aptitude test.

Round 2 - Assignment 

I am writing automation and clicking on assignment test.

Round 3 - HR 

(2 Questions)

  • Q1. Hey guys? How is it going. I gotta work for it. This is an automation task.
  • Ans. Hey guys? How is it going. I gotta work for it. This is an automation task. Answer
  • Answered Anonymously
  • Q2. Hey guys? How is it going. I gotta work for it. This is an automation task. Yes
Round 4 - Assignment 

This is an automation test. I got this task from my senior. I'm doing good.

Interview Preparation Tips

Topics to prepare for 10405090xyzabc Software Developer interview:
  • Testing
  • Software Testing
  • DSA
Interview preparation tips for other job seekers - Tips are like this, This an Automation Script which is giving you feedback so , please ignore all above
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

I am writing automation and clicking on aptitude test.

Round 2 - Assignment 

I am writing automation and clicking on assignment test.

Round 3 - HR 

(2 Questions)

  • Q1. Hey guys? How is it going. I gotta work for it. This is an automation task.
  • Ans. Hey guys? How is it going. I gotta work for it. This is an automation task. Answer
  • Answered Anonymously
  • Q2. Hey guys? How is it going. I gotta work for it. This is an automation task. Yes
Round 4 - Assignment 

This is an automation test. I got this task from my senior. I'm doing good.

Interview Preparation Tips

Topics to prepare for 10405090xyzabc Software Developer interview:
  • Testing
  • Software Testing
  • DSA
Interview preparation tips for other job seekers - Tips are like this, This an Automation Script which is giving you feedback so , please ignore all above
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Mar 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

I am writing automation and clicking on aptitude test.

Round 2 - Assignment 

I am writing automation and clicking on assignment test.

Round 3 - HR 

(2 Questions)

  • Q1. Hey guys? How is it going. I gotta work for it. This is an automation task.
  • Ans. Hey guys? How is it going. I gotta work for it. This is an automation task. Answer
  • Answered Anonymously
  • Q2. Hey guys? How is it going. I gotta work for it. This is an automation task. Yes
Round 4 - Assignment 

This is an automation test. I got this task from my senior. I'm doing good.

Round 5 - Assignment 

This is an automation test. I got this task from my senior. I'm doing good.

Interview Preparation Tips

Topics to prepare for 10405090xyzabc Software Developer interview:
  • Testing
  • Software Testing
  • DSA
Interview preparation tips for other job seekers - Tips are like this, This an Automation Script which is giving you feedback so , please ignore all above

INDYA Interview FAQs

How many rounds are there in INDYA interview?
INDYA interview process usually has 1-2 rounds. The most common rounds in the INDYA interview process are Resume Shortlist, HR and One-on-one Round.
What are the top questions asked in INDYA interview?

Some of the top questions asked at the INDYA interview -

  1. Are you fresher or expiarence...read more
  2. Ffuurfhj h na to be with you ...read more
  3. Ttttg hn h h ha hai tohh hai...read more

Tell us how to improve this page.

INDYA Interview Process

based on 4 interviews

Interview experience

4.8
  
Excellent
View more

Interview Questions from Similar Companies

10405090xyzabc Interview Questions
3.5
 • 1.4k Interviews
Bandhan Bank Interview Questions
3.7
 • 542 Interviews
Swiggy Interview Questions
3.8
 • 431 Interviews
Quess Interview Questions
3.8
 • 414 Interviews
Planet Spark Interview Questions
3.7
 • 362 Interviews
CARS24 Interview Questions
3.5
 • 335 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
Meesho Interview Questions
3.7
 • 329 Interviews
PhonePe Interview Questions
4.0
 • 303 Interviews
View all

INDYA Reviews and Ratings

based on 41 reviews

4.7/5

Rating in categories

4.6

Skill development

4.6

Work-life balance

4.4

Salary

4.7

Job security

4.9

Company culture

4.5

Promotions

4.8

Work satisfaction

Explore 41 Reviews and Ratings
Store Manager
5 salaries
unlock blur

₹4.5 L/yr - ₹5.6 L/yr

Assistant Store Manager
5 salaries
unlock blur

₹2.2 L/yr - ₹4 L/yr

Retail Store Manager
4 salaries
unlock blur

₹2.4 L/yr - ₹3.6 L/yr

Senior Designer
4 salaries
unlock blur

₹9 L/yr - ₹20 L/yr

Fashion Designer
4 salaries
unlock blur

₹5.5 L/yr - ₹8.5 L/yr

Explore more salaries
Compare INDYA with

Bandhan Bank

3.7
Compare

Quess

3.8
Compare

Udaan

4.0
Compare

Swiggy

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