Logo

Get AmbitionBox App

Faster and better experience!

AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    WINNERS AWAITED!
    • ABECA 2025
      WINNERS AWAITED!

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    • AmbitionBox Best Places to Work 2021

      1st Edition

For Employers
Upload Button Icon Add office photos
logo
Engaged Employer

i

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

GSPANN Technologies Verified Tick

Compare button icon Compare button icon Compare
4.2

based on 452 Reviews

Play video Play video Video summary
  • About
  • Reviews
    452
  • Salaries
    3.1k
  • Interviews
    40
  • Jobs
    50
  • Benefits
    39
  • Photos
    15

Filter interviews by

GSPANN Technologies Interview Questions and Answers

Updated 18 Apr 2025
Popular Designations

11 Interview questions

A Data Engineer was asked 1mo ago
Q. What are the fundamental concepts of Apache Spark?
Ans. 

Apache Spark is a unified analytics engine for big data processing, known for its speed and ease of use.

  • Resilient Distributed Datasets (RDDs): Fundamental data structure in Spark, allowing distributed data processing. Example: Creating an RDD from a collection.

  • DataFrames: A distributed collection of data organized into named columns, similar to a table in a database. Example: Loading data from a CSV file into a Da...

View all Data Engineer interview questions
A Front end Developer was asked 6mo ago
Q. Explain how to design custom pipes and directives.
Ans. 

Custom pipes and directives are used in Angular to transform data and manipulate the DOM.

  • Custom pipes can be created by implementing the PipeTransform interface and defining a transform method.

  • Custom directives can be created by using the @Directive decorator and defining the desired behavior.

  • Example of custom pipe: transforming a string to uppercase.

  • Example of custom directive: highlighting an element on hover.

View all Front end Developer interview questions
A Front end Developer was asked 6mo ago
Q. How do you group an array of objects by a specific key?
Ans. 

Group array of objects by key

  • Use Array.reduce() method to group objects by key

  • Create an empty object to store the grouped objects

  • Iterate over the array and check if the key already exists in the grouped object, if not create a new key and add the object to it

View all Front end Developer interview questions
A Qa Automation Testing Engineer was asked 7mo ago
Q. Given an input string str= " Name SIRNAME", what is the expected output if the desired format is "Name Sirname"?
Ans. 

The expected output is to capitalize the first letter of each word in the input string.

  • Split the input string by space to get individual words

  • Capitalize the first letter of each word

  • Join the words back together with a space in between

View all Qa Automation Testing Engineer interview questions
A Qa Automation Testing Engineer was asked 7mo ago
Q. Given an input string "Name Surname", reverse the order of the words to produce the output "Surname Name".
Ans. 

Reverse the order of words in a given string.

  • Split the input string by space to get individual words

  • Reverse the array of words

  • Join the words back together with a space in between

View all Qa Automation Testing Engineer interview questions
A Cognos Developer was asked 21 Aug 2023
Q. What is a fact, and what are the different types of facts?
Ans. 

A fact is a measurable piece of data that represents a specific business aspect. Types include additive, semi-additive, and non-additive facts.

  • A fact is a piece of data that can be measured and analyzed in a data warehouse

  • Additive facts can be aggregated across all dimensions, such as sales amount

  • Semi-additive facts can be aggregated across some dimensions, such as inventory levels

  • Non-additive facts cannot be aggr...

View all Cognos Developer interview questions
A Technical Lead was asked 15 Feb 2023
Q. What are Coroutines in Kotlin and what are their advantages over multithreading?
Ans. 

Coroutines are lightweight threads in Kotlin that allow for asynchronous programming without the overhead of traditional multithreading.

  • Coroutines are cooperative, meaning they can pause and resume execution at specific points in the code.

  • They are more efficient than multithreading because they don't require creating new threads for each task.

  • Coroutines can be used for both CPU-bound and IO-bound tasks.

  • They simpli...

View all Technical Lead interview questions
Are these interview questions helpful?
A Technical Lead was asked 15 Feb 2023
Q. What are RX Java and RXAndroid?
Ans. 

RX Java and RXAndroid are reactive programming libraries for Java and Android respectively.

  • RX Java and RXAndroid allow for asynchronous and event-based programming.

  • They use Observables and Subscribers to handle data streams.

  • They simplify complex code and make it easier to handle concurrency.

  • Example use cases include network requests and UI updates.

  • RXJava is used in popular Android libraries like Retrofit and Room.

View all Technical Lead interview questions
A Technical Lead was asked 15 Feb 2023
Q. What is MVVM architecture and what are its advantages?
Ans. 

MVVM is a software architecture pattern that separates the user interface from the business logic.

  • MVVM stands for Model-View-ViewModel.

  • Model represents the data and business logic.

  • View represents the user interface.

  • ViewModel acts as a mediator between the View and Model.

  • Advantages include easier testing, separation of concerns, and improved maintainability.

  • Example: Xamarin.Forms uses MVVM architecture for cross-pl...

View all Technical Lead interview questions
A Selenium Automation Tester was asked 28 Sep 2022
Q. What is garbage collection in Java?
Ans. 

Garbage collection in Java is an automatic process of freeing up memory occupied by objects that are no longer in use.

  • Garbage collection is performed by JVM

  • It frees up memory by removing objects that are no longer in use

  • It helps prevent memory leaks and improves performance

  • Java provides different types of garbage collectors such as Serial, Parallel, CMS, and G1

  • Developers can also manually request garbage collectio...

View all Selenium Automation Tester interview questions
1 2

GSPANN Technologies Interview Experiences

40 interviews found

Front end Developer Interview Questions & Answers

user image Anonymous

posted on 10 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Topics related to javascript basics and html.

Round 2 - Technical 

(3 Questions)

  • Q1. Group array of object by key.
  • Ans. 

    Group array of objects by key

    • Use Array.reduce() method to group objects by key

    • Create an empty object to store the grouped objects

    • Iterate over the array and check if the key already exists in the grouped object, if not create a new key and add the object to it

  • Answered by AI
    Add your answer
  • Q2. Change detection strategy
  • Ans. 

    Change detection strategy is a method used to identify and track changes in data or state within an application.

    • Use frameworks like Angular that have built-in change detection mechanisms

    • Implement manual change detection by comparing previous and current states of data

    • Leverage immutable data structures to easily detect changes

  • Answered by AI
    Add your answer
  • Q3. Design custom pipe and directives
  • Ans. 

    Custom pipes and directives are used in Angular to transform data and manipulate the DOM.

    • Custom pipes can be created by implementing the PipeTransform interface and defining a transform method.

    • Custom directives can be created by using the @Directive decorator and defining the desired behavior.

    • Example of custom pipe: transforming a string to uppercase.

    • Example of custom directive: highlighting an element on hover.

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element. An array is defined as non-decreasing if ARR[i] <= ARR[i + 1] f... read more
View answer (3)
Anonymous

Technical Lead Interview Questions & Answers

user image Ashwani Chaturvedi

posted on 26 Nov 2024

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

I applied via Naukri.com and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Basic of OOOPS like abstraction, polymorphism with example.
  • Add your answer
  • Q2. Problem solving question to write code to solve string problem.
  • Add your answer
  • Q3. Questions on ASP.net MVC like state management, filters.
  • Add your answer
  • Q4. Solid principle and some architecture like factory or singleton.
  • Add your answer
  • Q5. SQL questions to write queries based on group data and questions on optimization of Stored procedure.
  • Add your answer
Round 2 - One-on-one 

(3 Questions)

  • Q1. Project based questions.
  • Add your answer
  • Q2. Agile methodology and tools.
  • Add your answer
  • Q3. Azure basics and functions.
  • Add your answer
Round 3 - HR 

(1 Question)

  • Q1. General questions regarding negotiation of CTC.
  • Add your answer
Round 4 - Client Interview 

(2 Questions)

  • Q1. Project scenario based questions mainly performance optimization.
  • Add your answer
  • Q2. Some SQL questions.
  • Add your answer

Interview Preparation Tips

Topics to prepare for GSPANN Technologies Technical Lead interview:
  • OOPS
  • DSA
  • Web Api
  • SQL
  • Azure
Interview preparation tips for other job seekers - Prepare for interview as per job description.

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)
Anonymous

Qa Automation Testing Engineer Interview Questions & Answers

user image Anonymous

posted on 30 Sep 2024

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

(2 Questions)

  • Q1. Input string str= " Name SIRNAME" EXPECTED OUTPUT "Name Sirname"
  • Ans. 

    The expected output is to capitalize the first letter of each word in the input string.

    • Split the input string by space to get individual words

    • Capitalize the first letter of each word

    • Join the words back together with a space in between

  • Answered by AI
    Add your answer
  • Q2. Input str = "Name Sirname" Output "Sirname Name"
  • Ans. 

    Reverse the order of words in a given string.

    • Split the input string by space to get individual words

    • Reverse the array of words

    • Join the words back together with a space in between

  • Answered by AI
    Add your answer

Qa Automation Testing Engineer Interview Questions asked at other Companies

Q1. selenium: what are selenium components, what are the different locators in selenium, what is selenium web driver, write a xpath for a given element on a web page
View answer (5)
Anonymous

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 26 Oct 2024

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

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

Round 1 - Assignment 

Design Db and write SQL

Round 2 - Coding Test 

SQL Questions were asked in this round

Interview Preparation Tips

Interview preparation tips for other job seekers - Study SQL and Data Engineering concepts

Data Engineer Interview Questions asked at other Companies

Q1. Next Greater Element Problem Statement You are given an array arr of length N. For each element in the array, find the next greater element (NGE) that appears to the right. If there is no such greater element, return -1. Input: T N arr[0]... read more
View answer (3)
Anonymous

Senior Software Developer Interview Questions & Answers

user image Anonymous

posted on 25 Aug 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Buy and sell share.
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Not sure about the company but the interview process was extremely bad. First they call you for a face to face interview and then their panel is too lazy to come to office. The put you in an online call with them.

He came ready with a set of questions and an expected set of answers for those.

He gave me a problem solving question leetcode easy. And did not let me even think about a the question. Then started telling me hints for the solution he mugged or saw online.

The worst scenario was when I gave a right answer and he did not even listen to me and said I gave wrong answer.

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)
Anonymous

Senior Frontend Software Engineer Interview Questions & Answers

user image sandeep kumar

posted on 8 Mar 2025

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. React and SFCC realated questions like how display fetching data by using rest api and how to work GraphQL
  • Add your answer

Senior Frontend Software Engineer Interview Questions asked at other Companies

Q1. Explain memoization and write fibonacci code using memoization
View answer (1)
Anonymous

Full Stack Developer Interview Questions & Answers

user image Anonymous

posted on 7 Sep 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

Asked to find count of the repeated characters in a given string if two string are same length then show the last found charter and its count(aabbcccddd) output: 3d

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
View answer (1)
Anonymous

Java Developer Interview Questions & Answers

user image Anonymous

posted on 10 May 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Kafka java microservices etc
  • Add your answer
  • Q2. A lot of questions on Kafka AWS azure
  • Add your answer
Round 2 - Technical 

(2 Questions)

  • Q1. Kafka managerial round
  • Add your answer
  • Q2. KafkatopicoffsetPattin
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn some cloud technology Kafka is a plus

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (5)
Anonymous

Team Lead Interview Questions & Answers

user image Anonymous

posted on 31 Jan 2025

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Dec 2024.

Round 1 - Coding Test 

Java basic coding on strings and collections

Round 2 - Technical 

(1 Question)

  • Q1. Na na na na
  • Add your answer

Team Lead Interview Questions asked at other Companies

Q1. Write a Java program to maximize profit by buying and selling a share from a given set of values.
View answer (3)
Anonymous

Senior Software Engineer Interview Questions & Answers

user image Anonymous

posted on 5 Mar 2024

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

I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Some questions asked through our resume
  • Add your answer
  • Q2. Waste of time to attend interview in this company
  • Add your answer
Round 2 - Technical 

(1 Question)

  • Q1. In depth questions asked through resume. And they asked scenario wise questions.
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - For completion of 2 round of interview. HR called me and he told manager is positive. They will be another round of interview that is client interview be available for tomorrow. But from still their is no update from them. Even I am calling he is rejected the call.

guys you have not interested to recruit why are you wasting our time and why we have keep hopes. You have to update reason .

Literally i am very disappointed after 2 round of technical there is no response from hr.

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (3)
Anonymous

Top trending discussions

View All
Salary Discussions, Hike & Promotions
2w
harmoniousshako
Verified Icon
·
works at
Accenture
CTS vs KPMG (GLOBAL SERVICES)
Offers in hand CTS - 38 LPA (36.5 fixed + 1.5 variable), 1 lakh joining bonus KPMG - 34 LPA (31.5 fixed + 2.5 variable), 1 lakh joining bonus I'm yet to negotiate with KPMG with the CTS offer. Lets say if KPMG matches CTS fixed component, is it wise to join KPMG Yoe - 11, Role offered - Manager, tech stack - Azure + dotnet full stack
Got a question about GSPANN Technologies?
Ask anonymously on communities.
More about working at GSPANN Technologies
  • HQ - Milpitas, California, United States (USA)
  • IT Services & Consulting
  • 1k-5k Employees (India)

GSPANN Technologies Interview FAQs

How many rounds are there in GSPANN Technologies interview?
GSPANN Technologies interview process usually has 2-3 rounds. The most common rounds in the GSPANN Technologies interview process are Technical, HR and Resume Shortlist.
How to prepare for GSPANN 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 GSPANN Technologies. The most common topics and skills that interviewers at GSPANN Technologies expect are Java, SQL, Javascript, AWS and Microservices.
What are the top questions asked in GSPANN Technologies interview?

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

  1. How to add dependency SDKs for perticular build flavo...read more
  2. What are Coroutines in Kotlin and it's Advantages Over Multithreadi...read more
  3. What is a Fact and Different types of fac...read more
How long is the GSPANN Technologies interview process?

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

Tell us how to improve this page.

GSPANN Technologies Interviews By Designations

  • GSPANN Technologies Software Engineer Interview Questions
  • GSPANN Technologies Technical Lead Interview Questions
  • GSPANN Technologies Senior Software Engineer Interview Questions
  • GSPANN Technologies Data Engineer Interview Questions
  • GSPANN Technologies Big Data Engineer Interview Questions
  • GSPANN Technologies Project Manager Interview Questions
  • GSPANN Technologies Graphic Designer Interview Questions
  • GSPANN Technologies Data Analyst Interview Questions
  • Show more
  • GSPANN Technologies HR Manager Interview Questions
  • GSPANN Technologies Java Developer Interview Questions

Interview Questions for Popular Designations

  • Software Engineer Interview Questions
  • Executive Interview Questions
  • Senior Associate Interview Questions
  • Consultant Interview Questions
  • Accountant Interview Questions
  • Java Developer Interview Questions
  • Senior Software Engineer Interview Questions
  • System Engineer Interview Questions
  • Show more
  • Manager Interview Questions
  • HR Executive Interview Questions

Overall Interview Experience Rating

3.7/5

based on 40 interview experiences

Difficulty level

Easy 21%
Moderate 67%
Hard 13%

Duration

Less than 2 weeks 78%
2-4 weeks 17%
4-6 weeks 4%
View more

Interview Questions from Similar Companies

CitiusTech
CitiusTech Interview Questions
3.3
 • 280 Interviews
Tiger Analytics
Tiger Analytics Interview Questions
3.7
 • 229 Interviews
Bounteous x Accolite
Bounteous x Accolite Interview Questions
3.4
 • 228 Interviews
Altimetrik
Altimetrik Interview Questions
3.7
 • 227 Interviews
Xoriant
Xoriant Interview Questions
4.1
 • 195 Interviews
INDIUM
INDIUM Interview Questions
4.0
 • 192 Interviews
Incedo
Incedo Interview Questions
3.1
 • 187 Interviews
Globant
Globant Interview Questions
3.8
 • 179 Interviews
Iris Software
Iris Software Interview Questions
4.0
 • 169 Interviews
Torry Harris Integration Solutions
Torry Harris Integration Solutions Interview Questions
4.3
 • 155 Interviews
View all

GSPANN Technologies Reviews and Ratings

based on 452 reviews

4.2/5

Rating in categories

3.9

Skill development

4.2

Work-life balance

4.0

Salary

4.1

Job security

4.2

Company culture

3.8

Promotions

3.9

Work satisfaction

Explore 452 Reviews and Ratings
Jobs at GSPANN Technologies
GSPANN Technologies
AWS Data Engineer

Hyderabad / Secunderabad,

Bangalore / Bengaluru

+1

6-11 Yrs

Not Disclosed

GSPANN Technologies
Application Support Trainee

Delhi/Ncr

0-1 Yrs

Not Disclosed

GSPANN Technologies
Senior Fabric Lead /Developer

Hyderabad / Secunderabad,

Pune

+1

5-10 Yrs

Not Disclosed

Explore more jobs
GSPANN Technologies Salaries in India
Senior Software Engineer
455 salaries
unlock blur

₹7 L/yr - ₹26.2 L/yr

Technical Lead
409 salaries
unlock blur

₹10 L/yr - ₹34 L/yr

Software Engineer
284 salaries
unlock blur

₹4 L/yr - ₹16.6 L/yr

Senior Technical Lead
146 salaries
unlock blur

₹13.2 L/yr - ₹37.5 L/yr

Associate Software Engineer
89 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Explore more salaries
Compare GSPANN Technologies with
Xoriant

Xoriant

4.1
Compare
Photon Interactive

Photon Interactive

4.1
Compare
CitiusTech

CitiusTech

3.3
Compare
Iris Software

Iris Software

4.0
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • GSPANN Technologies Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Helping over 1 Crore job seekers every month in choosing their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

6 Lakh+

Interviews

1 Crore+

Users/Month

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2026
  • ABECA 2025 winners awaited tag
  • ABECA 2024
  • AmbitionBox Best Places to Work 2022
  • AmbitionBox Best Places to Work 2021
  • Invite employees to rate
AmbitionBox
  • About Us
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter