Upload Button Icon Add office photos
Engaged Employer

i

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

Gradious Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Gradious Technologies Interview Questions and Answers

Updated 8 Apr 2025

Gradious Technologies Interview Experiences

Popular Designations

4 interviews found

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

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about tcp ip
  • Ans. 

    TCP/IP is a set of protocols that governs the way data is transmitted over the internet.

    • TCP (Transmission Control Protocol) ensures reliable, ordered, and error-checked delivery of data.

    • IP (Internet Protocol) handles the addressing and routing of data packets.

    • TCP/IP is a suite of protocols including HTTP, FTP, SMTP, and more.

    • It operates at the transport layer of the OSI model.

    • TCP/IP uses a client-server model for commu

  • Answered by AI
  • Q2. Tell me about osi
Round 2 - Aptitude Test 

We can see in google

Skills evaluated in this interview

Devops Engineer Interview Questions asked at other Companies

Q1. How to run a docker command remotely. i.e. Docker is installed on both your laptop and a remote linux server. You need to run docker command on the linux server but without taking a separate ssh session to the linux machine
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. Problem Solving
  • Q2. DSA Concepts & programs in it.

Training Manager Interview Questions asked at other Companies

Q1. How can a reduction be done in the time taken for trainees to achieve the targets set as per the BAU?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. Software related questions
  • Q2. Aptitude and coding

Training Manager Interview Questions asked at other Companies

Q1. How can a reduction be done in the time taken for trainees to achieve the targets set as per the BAU?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Aug 2022. There were 5 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 - Aptitude Test 

There was an aptitude test. It was pen and paper test.

Round 3 - Coding Test 

There was 2 coding rounds. Coding round 1 and coding round 2.

Round 4 - One-on-one 

(2 Questions)

  • Q1. All from my college subjects like OOPS, Networking, Data Structure, Database, College Project
  • Q2. All from my college subjects like OOPS, Network, Data Structure, Database, College Project
Round 5 - HR 

(1 Question)

  • Q1. Regular HR interview questions, Nothing specific here

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

Gradious Technologies interview questions for popular designations

 Training Manager

 (2)

 Devops Engineer

 (1)

 Associate Software Engineer

 (1)

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. What is your strength
  • Ans. 

    My strength is my ability to analyze complex data sets and derive meaningful insights.

    • Strong analytical skills

    • Ability to work with large data sets

    • Proficiency in data visualization tools

    • Experience in statistical analysis

    • Problem-solving mindset

  • Answered by AI
  • Q2. What is yout weakness
  • Ans. 

    I tend to be overly critical of my own work, which can sometimes slow down my progress.

    • I have a tendency to overanalyze my work, which can lead to delays in completing tasks.

    • I often spend too much time double-checking my work to ensure accuracy.

    • I sometimes struggle with prioritizing tasks due to my perfectionist nature.

    • I am working on improving my time management skills to overcome this weakness.

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

I applied via Naukri.com and was interviewed before Nov 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Aptitude Test 

Both Aptitude and coding

Round 3 - Technical 

(1 Question)

  • Q1. Basic Java questions
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion only

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont try to give interview in this company this is not company we are students in this organization or I can say institute they treat us like a students

Interview Questionnaire 

2 Questions

  • Q1. Well my interview was for marketing intern and Ques was asked regarding sales and the interviewer said they both and closely related, but sales and marketing have no connection
  • Q2. I would like to know how to crack confusing interviews

I applied via Walk-in and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Tell us about your self Why we should hire you
  • Q2. Skills like you are aware about it Leadership team work

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Be hoñest

I applied via Company Website and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What do you think about the online education system in India?
  • Ans. 

    Online education system in India has great potential but needs improvement.

    • Online education has become more popular due to the pandemic.

    • There is a lack of infrastructure and resources for online education in rural areas.

    • Online education can be more affordable and accessible than traditional education.

    • There is a need for better quality control and accreditation for online courses.

    • Online education can provide opportuniti...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always select real life examples that display key hiring traits.

I appeared for an interview in Jul 2020.

Interview Questionnaire 

4 Questions

  • Q1. 1 if we call finish from oncreate in an activity in android. Will it call onresume and other lifecycle functions before ondestroy.
  • Ans. 

    No, calling finish() in onCreate() will not call onResume() or other lifecycle functions before onDestroy().

    • Calling finish() in onCreate() will immediately destroy the activity without calling any other lifecycle methods.

    • If you want to finish an activity after it has been created and resumed, you should call finish() in onPause() or onStop().

    • It is generally not recommended to call finish() in onCreate() as it can lead

  • Answered by AI
  • Q2. 2 Explain recyclerview and its corner cases.
  • Ans. 

    RecyclerView is a flexible view for providing a limited window into a large data set.

    • RecyclerView is used to display large sets of data efficiently

    • It uses a ViewHolder pattern to recycle views

    • Corner cases include handling empty data sets and updating data dynamically

  • Answered by AI
  • Q3. 3 Define communication between acticity and fragment.
  • Ans. 

    Communication between activity and fragment is done through interfaces.

    • Activity implements an interface and passes it to the fragment

    • Fragment can then call methods of the interface to communicate with the activity

    • This allows for communication between the two components without tight coupling

  • Answered by AI
  • Q4. 4 find second largest element in an array.
  • Ans. 

    Find the second largest element in an array of strings.

    • Sort the array in descending order and return the second element.

    • Iterate through the array and keep track of the largest and second largest elements.

    • Use a priority queue to find the second largest element.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Recise data structures basic codes and relevant technology interview questions.

Skills evaluated in this interview

Gradious Technologies Interview FAQs

How many rounds are there in Gradious Technologies interview?
Gradious Technologies interview process usually has 2-3 rounds. The most common rounds in the Gradious Technologies interview process are Aptitude Test, Resume Shortlist and Coding Test.
How to prepare for Gradious 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 Gradious Technologies. The most common topics and skills that interviewers at Gradious Technologies expect are Coding, Communication Skills, Software Development, Development and Training Coordination.
What are the top questions asked in Gradious Technologies interview?

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

  1. Tell me about tcp...read more
  2. All from my college subjects like OOPS, Network, Data Structure, Database, Coll...read more
  3. All from my college subjects like OOPS, Networking, Data Structure, Database, C...read more

Tell us how to improve this page.

Gradious Technologies Interview Process

based on 5 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Adda 247 Interview Questions
3.2
 • 31 Interviews
Prepca Eduserv Interview Questions
4.1
 • 20 Interviews
Airblack Interview Questions
4.2
 • 17 Interviews
Talview Interview Questions
3.1
 • 11 Interviews
Playto Labs Interview Questions
4.1
 • 11 Interviews
AccioJob Interview Questions
3.6
 • 10 Interviews
CareerLabs Interview Questions
3.1
 • 9 Interviews
ENTRI SOFTWARE Interview Questions
3.7
 • 9 Interviews
View all

Gradious Technologies Reviews and Ratings

based on 8 reviews

3.8/5

Rating in categories

3.5

Skill development

3.5

Work-life balance

3.1

Salary

3.8

Job security

3.2

Company culture

3.0

Promotions

3.5

Work satisfaction

Explore 8 Reviews and Ratings
Full Stack Developer
4 salaries
unlock blur

₹4 L/yr - ₹4 L/yr

Associate DevOps Engineer
4 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Software Engineer
3 salaries
unlock blur

₹4 L/yr - ₹5 L/yr

Associate Software Engineer
3 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Accountant
3 salaries
unlock blur

₹3 L/yr - ₹3 L/yr

Explore more salaries
Compare Gradious Technologies with

Adda 247

3.2
Compare

Futurense Technologies

3.4
Compare

Prepca Eduserv

4.1
Compare

Airblack

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