Upload Button Icon Add office photos
Engaged Employer

i

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

Gravity Infosolutions Verified Tick

Compare button icon Compare button icon Compare
4.2

based on 28 Reviews

Filter interviews by

Gravity Infosolutions Interview Questions and Answers

Updated 12 Jul 2024

Gravity Infosolutions Interview Experiences

Popular Designations

4 interviews found

Senior IT Recruiter Interview Questions & Answers

user image ROSHAN SINGH YADAV

posted on 12 Jul 2024

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

(2 Questions)

  • Q1. Tax terms of US
  • Ans. 

    Understanding tax terms in the US is essential for IT recruiters to effectively communicate with candidates.

    • Familiarize yourself with terms like W-2, 1099, deductions, exemptions, and credits

    • Understand the difference between federal, state, and local taxes

    • Be aware of tax brackets and how they impact income tax calculations

    • Know the deadlines for filing taxes and any extensions available

    • Stay updated on any changes to tax

  • Answered by AI
  • Q2. Different types of visa
  • Ans. 

    Different types of visas include work visas, student visas, tourist visas, and immigrant visas.

    • Work visas are for individuals who are employed by a company in a foreign country.

    • Student visas are for individuals studying in a foreign country.

    • Tourist visas are for individuals visiting a foreign country for leisure or tourism.

    • Immigrant visas are for individuals seeking to permanently move to a foreign country.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join this company. There is no incentive, no meal, no cab facility. They will provide salery slip by some other company name(Hire logic it services). Manager message in groups (you can not leave their seats without 2 submission).If you are not able to make 2 submission till 3:30AM, Be ready for extra one and half hour. If you reach office 5 minutes late they will count half. Recruitment manager behaviour is not good. No respect of girls.

Senior IT Recruiter Interview Questions asked at other Companies

Q1. My understanding about Prevalent AI and What they do?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Explain cicd in briefly
  • Ans. 

    CI/CD stands for Continuous Integration/Continuous Deployment. It is a software development practice where code changes are automatically built, tested, and deployed.

    • CI/CD automates the process of integrating code changes into a shared repository and deploying them to production.

    • Continuous Integration involves frequently merging code changes into a shared repository and running automated tests.

    • Continuous Deployment aut...

  • Answered by AI

Skills evaluated in this interview

Support Engineer Interview Questions asked at other Companies

Q1. How to handle escalations/ your approach to solve any issues/ why do you want to join support when already you are working on development
View answer (2)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 22 Feb 2022

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. What are your salary expectations?
  • Q2. Why should we hire you?
  • Q3. Tell me about yourself.

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)

Interview Questionnaire 

1 Question

  • Q1. Tell me about your self

Marketing & Business Development Executive Interview Questions asked at other Companies

Q1. What is bpo according to you
View answer (1)

Gravity Infosolutions interview questions for popular designations

 Data Analyst

 (1)

 Marketing & Business Development Executive

 (1)

 Senior IT Recruiter

 (1)

 Support Engineer

 (1)

Jobs at Gravity Infosolutions

View all

Interview questions from similar companies

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

(2 Questions)

  • Q1. Intro about Experience
  • Q2. Knowledge on tools
Round 2 - One-on-one 

(2 Questions)

  • Q1. Sdfsfd kjdk dvfikjsf vsjv
  • Q2. Sdjvks sdkvjsk skdcj
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 - Aptitude Test 

They asked logical reasoning and some machin learning mcqs

Round 3 - Technical 

(3 Questions)

  • Q1. Tell me something about your project
  • Q2. What is convolution neural network algorithm?
  • Ans. 

    Convolutional neural network (CNN) is a deep learning algorithm commonly used for image recognition and classification.

    • CNN is designed to automatically and adaptively learn spatial hierarchies of features from input data.

    • It uses convolutional layers to apply filters to input data, extracting features at different spatial locations.

    • Pooling layers are used to reduce the spatial dimensions of the input data while retainin...

  • Answered by AI
  • Q3. How numpy works in the background?
  • Ans. 

    NumPy is a powerful library for numerical computing in Python, providing support for large, multi-dimensional arrays and matrices.

    • NumPy uses C and Fortran libraries in the background for numerical computations, making it faster than pure Python.

    • It provides a powerful N-dimensional array object and functions for performing various mathematical operations on arrays.

    • NumPy arrays are stored in contiguous blocks of memory, ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with your basics

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Apr 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(5 Questions)

  • Q1. 3 Basic DSA Questions
  • Q2. 1st Math based coding question
  • Ans. Can solve with normal loops and some if-else statements.
  • Answered Anonymously
  • Q3. 2nd String based
  • Ans. String manipulation and Traversal meanwhile keep tracking the max answer.
  • Answered Anonymously
  • Q4. 3rd Array Sorting Algorithm
  • Ans. 

    Quick Sort is a popular in-place sorting algorithm that uses divide and conquer approach.

    • Divide the array into two sub-arrays based on a pivot element

    • Recursively sort the sub-arrays

    • Combine the sorted sub-arrays to get the final sorted array

    • Time complexity: O(nlogn) in average case and O(n^2) in worst case

    • Space complexity: O(logn)

    • Example: [5, 2, 9, 3, 7, 6, 8] -> [2, 3, 5, 6, 7, 8, 9]

  • Answered by AI
  • Q5. There was an Introduction too in starting.
Round 3 - HR 

(2 Questions)

  • Q1. Introduce Yourself
  • Ans. 

    I am a software enthusiast with a passion for coding and problem-solving.

    • I have a degree in Computer Science and Engineering.

    • I have experience in programming languages such as Java, Python, and C++.

    • I have worked on projects involving web development, data analysis, and machine learning.

    • I am a quick learner and enjoy working in a team environment.

  • Answered by AI
  • Q2. Why should I hire you?
  • Ans. 

    I am a quick learner with a passion for software development and a strong work ethic.

    • I have a solid understanding of programming concepts and experience with multiple programming languages.

    • I am a team player and enjoy collaborating with others to solve problems.

    • I am highly motivated and always strive to improve my skills and knowledge.

    • I have completed several projects on my own and am eager to apply my skills in a prof

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Keyideas Infotech Software Trainee interview:
  • DSA
  • Communication Skills
  • Algorithms
  • Core Java
  • Java
  • HTML
  • CSS
  • PHP
  • Javascript
  • Python
Interview preparation tips for other job seekers - Just revise some basic DSA and math logic based coding questions.

For HR, keep a smile on your face throughout the Interview.

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Jun 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Aptitude it is a type of test in which there are many questions like resigning, technical,blood relation.etc

Round 3 - Group Discussion 

In group discussion we have provided some topic and told discuss about that topic and tell advantages and dis advance.

Round 4 - Technical 

(3 Questions)

  • Q1. What is final in java
  • Ans. 

    final keyword in Java is used to restrict the user from changing the value of a variable, making it a constant.

    • Final keyword can be applied to variables, methods, and classes

    • Final variables cannot be reassigned once initialized

    • Final methods cannot be overridden in subclasses

    • Final classes cannot be extended

  • Answered by AI
  • Q2. What is static In java?
  • Ans. 

    Static keyword in Java is used to create class-level variables and methods that can be accessed without creating an instance of the class.

    • Static variables are shared among all instances of a class.

    • Static methods can be called without creating an object of the class.

    • Static blocks are used to initialize static variables.

    • Example: public static int count = 0;

  • Answered by AI
  • Q3. The static it is a type of method called static method in which when we declared a method as static then it can't be inherited another class

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in May 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Comparatively tough. Goo questions with profit loss and other questions.

Round 2 - Coding Test 

2 coding questions. Medium level questions. Can be solved if taken efforts.

Round 3 - Group Discussion 

Goes around for a 1-1.5 hrs. Have 3 topics toa be discussed.

Round 4 - One-on-one 

(2 Questions)

  • Q1. Involves questions from aptitude as well as some analytical questions followed by java and sql concept questions also.
  • Q2. Different between delete truncate
  • Ans. 

    Delete removes rows from a table while truncate removes all rows from a table without logging individual row deletions.

    • Delete is a DML command while truncate is a DDL command.

    • Delete can be rolled back while truncate cannot be rolled back.

    • Delete triggers delete triggers and delete constraints while truncate does not trigger them.

    • Delete is slower than truncate as it logs individual row deletions.

    • Example: DELETE FROM tabl...

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Apr 2023.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Assignment 

Project assigned for creating new website

Round 3 - Technical 

(2 Questions)

  • Q1. Interview with reporting managers virtually
  • Q2. About the previous role
Round 4 - HR 

(1 Question)

  • Q1. HR asked about the previous job and all

Interview Preparation Tips

Interview preparation tips for other job seekers - Before joining any company or organization please make sure you have gone through the reviews. Otherwise you will be regret for the same.

Gravity Infosolutions Interview FAQs

How many rounds are there in Gravity Infosolutions interview?
Gravity Infosolutions interview process usually has 1-2 rounds. The most common rounds in the Gravity Infosolutions interview process are Resume Shortlist, HR and Technical.
How to prepare for Gravity Infosolutions 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 Gravity Infosolutions. The most common topics and skills that interviewers at Gravity Infosolutions expect are Salesforce, Javascript, Apex, Visualforce and HTML.
What are the top questions asked in Gravity Infosolutions interview?

Some of the top questions asked at the Gravity Infosolutions interview -

  1. Different types of v...read more
  2. Explain cicd in brie...read more
  3. Tax terms of...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Gravity Infosolutions interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
Mphasis Interview Questions
3.4
 • 779 Interviews
Exl India Interview Questions
3.5
 • 95 Interviews
View all

Gravity Infosolutions Reviews and Ratings

based on 28 reviews

4.2/5

Rating in categories

4.2

Skill development

4.3

Work-Life balance

4.1

Salary & Benefits

4.2

Job Security

4.1

Company culture

4.0

Promotions/Appraisal

4.1

Work Satisfaction

Explore 28 Reviews and Ratings
HR Intern

Noida

0-1 Yrs

Not Disclosed

Explore more jobs
Salesforce Developer
10 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Market Research Analyst
6 salaries
unlock blur

₹1.5 L/yr - ₹2.5 L/yr

US IT Recruiter
6 salaries
unlock blur

₹2 L/yr - ₹4.1 L/yr

Software Developer
4 salaries
unlock blur

₹9.5 L/yr - ₹18 L/yr

HR Manager
4 salaries
unlock blur

₹6 L/yr - ₹10 L/yr

Explore more salaries
Compare Gravity Infosolutions with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview