Upload Button Icon Add office photos
Engaged Employer

i

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

Spearhead Technology Verified Tick

Compare button icon Compare button icon Compare
4.7

based on 20 Reviews

Filter interviews by

Spearhead Technology Zoho Developer Interview Questions and Answers

Updated 26 Apr 2024

Spearhead Technology Zoho Developer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - HR 

(6 Questions)

  • Q1. Tell about yourself?
  • Q2. How can you create blueprint proceess on Zoho recruit module?
  • Ans. 

    To create a blueprint process on Zoho Recruit module, you can use the Blueprint feature to define the stages and actions in the recruitment process.

    • Navigate to Setup > Automation > Blueprints in Zoho Recruit.

    • Click on 'Create Blueprint' and define the stages of the recruitment process.

    • Add actions, conditions, and transitions between stages to automate the process.

    • Assign the blueprint to specific job openings or candidat...

  • Answered by AI
  • Q3. How soon you join in our company if we selected?
  • Q4. How do you sync the timecard from one tool to Zoho people?
  • Ans. 

    Sync timecard by integrating APIs of the two tools and mapping the fields for data transfer.

    • Integrate the APIs of the timecard tool and Zoho People for data transfer.

    • Map the fields in the timecard tool to corresponding fields in Zoho People.

    • Set up scheduled syncs to ensure real-time data transfer.

    • Handle any data formatting or transformation required during the sync process.

  • Answered by AI
  • Q5. What is the best way to manage process of HR on people tool?
  • Ans. 

    The best way to manage HR processes on Zoho People tool is by utilizing its comprehensive features for recruitment, onboarding, performance management, and employee engagement.

    • Utilize Zoho People's recruitment module to streamline the hiring process by posting job openings, receiving applications, and scheduling interviews.

    • Leverage the onboarding module to efficiently onboard new employees by providing them with necess...

  • Answered by AI
  • Q6. What would be the salary expectation?

Interview Preparation Tips

Interview preparation tips for other job seekers - HR seems not known about the Zoho module so it's ease to crack it fore but after few questions I feel like company HR asking help from me to to know about zoho and she even not heard my answers properly.she just concentrate on questions.they record the interviews without taking my permission nor acknowledgement.No company HR domlike this.I am not happy the way she tooky interview.Interviewer must accomplish the Knowledge on perticular tool or technology before taking any interview.Doing time pass with fake interviews may ruin our time .

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

I applied via Job Portal and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Worst set of questions

Round 2 - Coding Test 

Advanced DSA for entry level role

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join this company
Interview experience
4
Good
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 - Technical 

(1 Question)

  • Q1. Tell me about how to call a web service from front end
  • Ans. 

    To call a web service from front end, use AJAX or fetch API to send HTTP requests to the web service endpoint.

    • Identify the web service endpoint URL

    • Use AJAX or fetch API to send HTTP requests to the endpoint

    • Specify the HTTP method (GET, POST, PUT, DELETE) and request headers

    • Handle the response from the web service in the front end code

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Your salary expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and composed in an Interview and be specific with what answers you are giving should be relevant to the question asked

Skills evaluated in this interview

I applied via Referral and was interviewed in Aug 2021. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is JVM?
  • Ans. 

    JVM stands for Java Virtual Machine. It is an abstract machine that provides a runtime environment for Java programs.

    • JVM interprets compiled Java code and executes it

    • It provides platform independence by converting bytecode to machine-specific code

    • JVM manages memory allocation and garbage collection

    • Examples of JVM implementations include Oracle JVM, OpenJDK, and IBM JVM

  • Answered by AI
  • Q2. What is JRE?
  • Ans. 

    JRE stands for Java Runtime Environment. It is a software package that provides the necessary runtime environment for Java applications.

    • JRE includes the Java Virtual Machine (JVM), class libraries, and other necessary components to run Java applications.

    • It is required to run Java applications on a computer.

    • JRE is available for different operating systems such as Windows, Linux, and macOS.

    • Examples of Java applications t...

  • Answered by AI
  • Q3. What is the new operator used for?
  • Ans. 

    The new operator is used to create an instance of a class or to allocate memory for an object.

    • The new operator is followed by the name of the class and parentheses.

    • It can also be used to create arrays of objects.

    • Example: MyClass obj = new MyClass();

    • Example: int[] arr = new int[5];

  • Answered by AI
  • Q4. What is the difference between MongoDB and MySQL?
  • Ans. 

    MongoDB is a NoSQL database while MySQL is a relational database.

    • MongoDB stores data in JSON-like documents while MySQL stores data in tables with rows and columns.

    • MongoDB is schema-less while MySQL requires a schema to be defined.

    • MongoDB is better suited for handling unstructured data while MySQL is better for structured data.

    • MongoDB has better scalability and performance while MySQL has better ACID compliance.

    • MongoDB...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - After preparing for the MCQs for objective type questions start preparing immediately for the descriptive type questions and answers. Read thoroughly for the interview questions and answers and leave no computer science fields' knowledge gaining because in IT sector knowledge is the biggest power. After the interview ask questions like "What do you see in a candidate for this role?" or "What do you expect from team members in this position?", "What is a typical day like at this company?"; "Where do you see the company in five years?" "What are the next steps in the job process?"

Skills evaluated in this interview

I applied via Job boards and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. How to send a file without any internet connection if you are in first floor and your coligue was in second floor?
  • Ans. 

    Use a physical medium like a USB drive or a portable storage device to transfer the file.

    • Physically carry the file on a USB drive or portable storage device.

    • Use a local network connection to transfer the file between the two floors.

    • Utilize Bluetooth or other wireless technologies to transfer the file.

    • If the distance is short, use a physical method like printing the file and physically handing it over.

  • Answered by AI
  • Q2. What is JVM?
  • Ans. 

    JVM stands for Java Virtual Machine. It is an abstract machine that enables a computer to run Java programs.

    • JVM is responsible for interpreting the compiled Java code and executing it on the computer.

    • It provides a platform-independent environment for Java programs to run on different operating systems.

    • JVM has various components like Class Loader, Bytecode Verifier, Just-In-Time Compiler, and Garbage Collector.

    • Examples ...

  • Answered by AI
  • Q3. What are the memories in JDK?
  • Ans. 

    JDK memories are areas of memory used by Java programs to store data and code.

    • JDK memories include heap memory, stack memory, and non-heap memory.

    • Heap memory is used to store objects and is managed by the garbage collector.

    • Stack memory is used to store method calls and local variables.

    • Non-heap memory is used to store class definitions and other data.

    • Examples of non-heap memory include the method area and the permanent ...

  • Answered by AI
  • Q4. Before all these introduce yourself?
  • Q5. Tell me brief idea about your college project?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on basics of laptop and also your technical skills...

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Basic question related to your domain. Like for angular- how to make service limited for one component ?
  • Q2. Flexbox, Box-Model
  • Q3. Media Query, Positions,
  • Q4. Hoisting, Closure in JS
  • Q5. AOT vs JIT compiler, Agile methodology
  • Ans. 

    AOT and JIT compilers are used to compile code, while Agile methodology is a project management approach.

    • AOT (Ahead of Time) compiler compiles code before it is executed, while JIT (Just in Time) compiler compiles code during runtime.

    • AOT is used in languages like C++, while JIT is used in languages like Java.

    • Agile methodology is a project management approach that emphasizes on iterative development, continuous feedback...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a good experience. The interviewer was nice she explained the concept that I was unable to answer.

Skills evaluated in this interview

Java Developer Interview Questions & Answers

LTIMindtree user image samriddhi nautiyal

posted on 30 May 2021

I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

7 Questions

  • Q1. 1. Difference between finally and static block?
  • Ans. 

    finally is used to execute a block of code after try-catch block, while static block is executed when class is loaded.

    • finally block is used to perform cleanup operations like closing database connections, file streams etc.

    • static block is used to initialize static variables or perform any other static initialization.

    • finally block is always executed whether an exception is thrown or not, while static block is executed on...

  • Answered by AI
  • Q2. 2. Use of @autowired annotation in spring?
  • Ans. 

    The @Autowired annotation in Spring is used to automatically wire dependencies into a bean.

    • It eliminates the need for manual wiring of dependencies

    • It can be used to inject dependencies into constructors, fields, and methods

    • It can be used with other annotations like @Qualifier and @Value

    • It can be used with both XML and Java-based configurations

  • Answered by AI
  • Q3. 3. How can we make a class immutable in java?
  • Ans. 

    To make a class immutable in Java, we need to follow certain guidelines.

    • Make the class final

    • Make all fields private and final

    • Do not provide setter methods

    • If the field is mutable, return a clone of it instead of the original object

    • Ensure that any mutable objects passed to the constructor are not modified outside the class

  • Answered by AI
  • Q4. 4. What are collections in java?
  • Ans. 

    Collections are data structures that store and manipulate groups of objects.

    • Collections provide a way to manage and manipulate groups of objects

    • Java provides several built-in collection classes such as ArrayList, LinkedList, HashSet, etc.

    • Collections can be used to perform operations like searching, sorting, filtering, etc.

    • Collections can store objects of any type, including primitive types and user-defined classes

  • Answered by AI
  • Q5. Difference between arrayList and vector and Hashmap and hashtable?
  • Ans. 

    ArrayList and Vector are similar but Vector is synchronized while HashMap and HashTable are both key-value pair data structures but HashTable is synchronized.

    • ArrayList and Vector both implement List interface but Vector is thread-safe while ArrayList is not.

    • Vector is slower than ArrayList due to synchronization.

    • HashMap and HashTable both store key-value pairs but HashTable is thread-safe while HashMap is not.

    • HashMap al...

  • Answered by AI
  • Q6. What is Rest Api?
  • Ans. 

    Rest Api is a web service that uses HTTP methods to access and manipulate data.

    • Rest stands for Representational State Transfer

    • It is an architectural style for building web services

    • Uses HTTP methods like GET, POST, PUT, DELETE

    • Data is transferred in JSON or XML format

    • Examples: Twitter API, Facebook Graph API

  • Answered by AI
  • Q7. Write a program to add numbers in harmonic series. (1+1/2+1/3+.....1/n)
  • Ans. 

    Program to add numbers in harmonic series (1+1/2+1/3+...+1/n)

    • Create a variable to store the sum

    • Use a loop to iterate through the series up to n

    • Add each term to the sum

    • Print the sum

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I was interviewed for the post of JAVA developer. If you are thorough with core java concepts and any JAVA framework, be it SPRING, HIBERNATE. then you are good to go. All the best for your interview.

Skills evaluated in this interview

I was interviewed in Oct 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

Test was active from 28th September 8 PM till 2 AM (29th September’20). We could attempt at any time. 
1.5 Hr Duration
Two coding questions.

  • Q1. 

    Cycle Detection in Undirected Graph Problem Statement

    You are provided with an undirected graph containing 'N' vertices and 'M' edges. The vertices are numbered from 1 to 'N'. Your objective is to determi...

  • Ans. DFS Approach (Slow)

    There is a cycle in the graph only if there is a back edge (back edge is an edge that connects a vertex to another vertex that is discovered before it's parent) present in the graph. To detect a back edge, we will keep track of vertices that have been already visited. If we reach a vertex that is already visited and is not the parent vertex of the current vertex, then there is a cycle in the graph.&n...

  • Answered Anonymously
  • Q2. 

    Number of Islands Problem Statement

    You are provided with a 2-dimensional matrix having N rows and M columns, containing only 1s (land) and 0s (water). Your goal is to determine the number of islands in t...

  • Ans. Flood Fill Algorithm

    We can use the flood fill algorithm to check for all connected 1s.

     

    • We create two arrays, dx, and dy, in which we store the unit vectors for all eight directions. Thus, when we are at a given cell, we can easily check for all its adjacent cells by simply looping over the two arrays, adding their values to the current position, and checking for this new position recursively.
    • We will also create a ...
  • Answered Anonymously
Round 2 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

Online video call round on Microsoft Teams
Interviewer was very friendly.
This round is often called Domain Discussion Round.

  • Q1. 

    Longest Repeating Substring Problem Statement

    Given a string str consisting of lowercase English alphabet letters, and an integer K, you are allowed to perform at most K operations on this string. An oper...

  • Ans. Brute Force

    In this approach, we will consider every substring and check if it can be the longest repeating substring. Let’s say we have a variable ‘longestSubstring’ that stores the length of the longest repeating substring.
     

    We can convert a substring into a repeating substring if, (L - MX) <= K (where ‘L’ is the length of substring and ‘MX’ is the count of the character which occurs maximum times in this subst...

  • Answered Anonymously
Round 3 - HR 

Round duration - 60 minutes
Round difficulty - Medium

One hour HR round.
Also called Core Values Interview.
The Interviewer was a senior level employee and was very friendly.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in GurgaonEligibility criteriaAbove 6.5 GPA, CS and Allied StreamsPublicis Sapient interview preparation:Topics to prepare for the interview - DS/ALGO, Competitive Programming, OS, DBMS, SQL Queries, Computer Networks BasicsTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Interview is more like a two-way discussion rather than a question-answer session, feel free to ask for help/hints if you're stuck. 
Tip 2 : Even if you don't know the solution to the problem just try to work out a naive solution. You can optimize it later. 
Tip 3 : Make sure to read out the interview experiences of other people who have applied for the same role/company in the past

Application resume tips for other job seekers

Tip 1: Keep it concise and to the point.
Tip 2: Don't forget to show your best achievements

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Company Website and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

12 Questions

  • Q1. What is System.out.println?
  • Ans. 

    System.out.println is a Java statement used to print output to the console.

    • System is a class in Java's core library.

    • out is a static member of the System class.

    • println is a method of the PrintStream class.

    • It is used to print output to the console.

    • It adds a newline character at the end of the output.

  • Answered by AI
  • Q2. What is static or final method?
  • Ans. 

    Static or final method is a method that belongs to a class rather than an instance of the class.

    • Static method can be called without creating an instance of the class.

    • Final method cannot be overridden by a subclass.

    • Static and final methods can be accessed using the class name.

    • Example: Math.max() is a static method in the Math class.

    • Example: String.toUpperCase() is a final method in the String class.

  • Answered by AI
  • Q3. What is collection?
  • Ans. 

    A collection is a group of objects that can be stored, manipulated, and retrieved as a single unit.

    • Collections are used to store and manage groups of related objects.

    • Java provides several built-in collection classes such as ArrayList, LinkedList, HashSet, etc.

    • Collections can be used to perform operations like sorting, searching, filtering, and more.

    • Collections can be generic or non-generic, depending on the type of obj

  • Answered by AI
  • Q4. Add string or integer value using map?
  • Ans. 

    Yes, we can add string or integer value using map in Java.

    • We can use put() method to add values to a map.

    • For string values, we can use String as the value type.

    • For integer values, we can use Integer as the value type.

    • Example: Map map = new HashMap<>(); map.put("key", "value");

    • Example: Map map = new HashMap<>(); map.put("key", 123);

  • Answered by AI
  • Q5. What is difference between sleep or wait method?
  • Ans. 

    Sleep method pauses the thread for a specified time, while wait method pauses the thread until notified.

    • Sleep method is a static method of Thread class, while wait method is an instance method of Object class.

    • Sleep method does not release the lock on the object, while wait method releases the lock and waits for notification.

    • Sleep method can be interrupted by another thread, while wait method can only be interrupted by ...

  • Answered by AI
  • Q6. What is join in sql?
  • Ans. 

    Join in SQL is used to combine rows from two or more tables based on a related column between them.

    • Join is used to retrieve data from multiple tables in a single query

    • Types of join include inner join, left join, right join, and full outer join

    • Join condition is specified using ON keyword

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

    • Join can also be used with subqueries

  • Answered by AI
  • Q7. SQL queries?
  • Ans. 

    SQL queries are used to retrieve, manipulate and manage data stored in relational databases.

    • SQL stands for Structured Query Language

    • Queries can be used to retrieve specific data from tables

    • Queries can also be used to update, insert or delete data

    • Examples of SQL queries include SELECT, INSERT, UPDATE and DELETE

    • Understanding SQL is important for working with databases in Java

  • Answered by AI
  • Q8. Http or generic?
  • Q9. Spring MVC flow?
  • Q10. Abstraction vs interface?
  • Ans. 

    Abstraction is a concept of hiding implementation details while interface is a contract that defines the behavior of a class.

    • Abstraction is achieved through abstract classes and methods

    • Interface is a collection of abstract methods and constants

    • Abstraction allows for flexibility in implementation

    • Interface allows for multiple inheritance

    • Abstraction is used for code reusability

    • Interface is used for achieving polymorphism

  • Answered by AI
  • Q11. Overloading vs overriding?
  • Ans. 

    Overloading is when multiple methods have the same name but different parameters. Overriding is when a subclass provides a different implementation of a method inherited from its superclass.

    • Overloading is resolved at compile-time based on the method signature.

    • Overriding is resolved at runtime based on the actual object type.

    • Overloading is used to provide different ways to call a method with different parameters.

    • Overrid...

  • Answered by AI
  • Q12. Encapsulation?

Interview Preparation Tips

Interview preparation tips for other job seekers - All are depend on your luck .nothing matter how's your knowledge.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

12 Questions

  • Q1. About python
  • Q2. What is python interpreter
  • Ans. 

    Python interpreter is a program that executes Python code.

    • It reads Python code and converts it into machine-readable code

    • It executes the code line by line

    • It also provides a command-line interface for interactive programming

    • Examples: CPython, Jython, IronPython

  • Answered by AI
  • Q3. Who
  • Q4. Who developed python
  • Ans. 

    Python was developed by Guido van Rossum in the late 1980s.

    • Guido van Rossum started working on Python in December 1989.

    • Python's design philosophy emphasizes code readability and ease of use.

    • Python is an interpreted, high-level, general-purpose programming language.

    • Python's popularity has been steadily increasing over the years.

    • Python is open-source and has a large community of developers contributing to its development

  • Answered by AI
  • Q5. What is PEP8
  • Ans. 

    PEP8 is a style guide for Python code.

    • PEP8 provides guidelines for formatting, naming, and organizing Python code.

    • It covers topics such as indentation, line length, variable naming, and function and class definitions.

    • Adhering to PEP8 can improve code readability and maintainability.

    • Tools such as Flake8 and PyLint can be used to check code against PEP8 standards.

  • Answered by AI
  • Q6. What are the data types in python
  • Ans. 

    Python has several built-in data types including integers, floats, strings, booleans, lists, tuples, and dictionaries.

    • Integers are whole numbers without decimals

    • Floats are numbers with decimals

    • Strings are sequences of characters

    • Booleans are either True or False

    • Lists are ordered collections of items

    • Tuples are ordered, immutable collections of items

    • Dictionaries are unordered collections of key-value pairs

  • Answered by AI
  • Q7. What are the Oops concepts in python
  • Q8. What is a class
  • Ans. 

    A class is a blueprint for creating objects that have similar properties and behaviors.

    • A class is a user-defined data type that encapsulates data and functions.

    • It provides a way to organize and structure code.

    • Objects are instances of a class.

    • Classes can inherit properties and behaviors from other classes.

    • Example: A class 'Car' can have properties like 'color', 'model', and behaviors like 'start', 'stop'.

  • Answered by AI
  • Q9. What is an object
  • Ans. 

    An object is an instance of a class that encapsulates data and behavior.

    • Objects are created from classes

    • They have attributes (data) and methods (behavior)

    • Objects can interact with each other through method calls

    • Examples include a car object with attributes like make, model, and color, and methods like start and stop

    • Another example is a person object with attributes like name and age, and methods like walk and talk

  • Answered by AI
  • Q10. Tell me about inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add its own unique properties and ...

  • Answered by AI
  • Q11. What is multiple inheritance
  • Ans. 

    Multiple inheritance is the ability of a class to inherit properties and behavior from multiple parent classes.

    • It allows a class to inherit from more than one parent class.

    • It can lead to the diamond problem where a class inherits from two classes that have a common base class.

    • Languages like C++ support multiple inheritance while others like Java do not.

    • Example: A class can inherit properties from both a 'Vehicle' class...

  • Answered by AI
  • Q12. What is data abstraction
  • Ans. 

    Data abstraction is the process of hiding implementation details and showing only the necessary information to the user.

    • Abstraction is achieved through abstract classes and interfaces

    • It helps in reducing complexity and increasing efficiency

    • Example: A car dashboard shows only necessary information like speed, fuel level, etc. and hides the internal workings of the car

    • Abstraction is one of the four fundamental concepts o

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - About

Skills evaluated in this interview

Spearhead Technology Interview FAQs

How many rounds are there in Spearhead Technology Zoho Developer interview?
Spearhead Technology interview process usually has 1 rounds. The most common rounds in the Spearhead Technology interview process are HR.
What are the top questions asked in Spearhead Technology Zoho Developer interview?

Some of the top questions asked at the Spearhead Technology Zoho Developer interview -

  1. How do you sync the timecard from one tool to Zoho peop...read more
  2. What is the best way to manage process of HR on people to...read more
  3. How can you create blueprint proceess on Zoho recruit modu...read more

Tell us how to improve this page.

Spearhead Technology Zoho Developer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
View all
Operations Manager
4 salaries
unlock blur

₹10 L/yr - ₹17 L/yr

Explore more salaries
Compare Spearhead Technology with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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