Upload Button Icon Add office photos

Granite River Labs

Compare button icon Compare button icon Compare

Filter interviews by

Granite River Labs Interview Questions and Answers

Updated 13 Sep 2024
Popular Designations

Granite River Labs Interview Experiences

4 interviews found

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

I applied via Company Website and was interviewed in Sep 2023. There were 3 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 

Basic aptitude and c,c++ and basic electronics related mcq test

Round 3 - Technical 

(1 Question)

  • Q1. Questions of oops. Prepare for oops very well. Deep discussion on projects mentioned in resume. Some basic electronics related questions like about usb drivers, router, etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for oops. They are going to focus on oops questions.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was very easy , in on campus

Round 2 - Assignment 

Given an assignment to create an application

Round 3 - Technical 

(2 Questions)

  • Q1. Sort without built-in
  • Ans. 

    Implement a sorting algorithm without using built-in functions, such as bubble sort or quicksort.

    • Use Bubble Sort: Compare adjacent elements and swap them if they are in the wrong order. Repeat until sorted. Example: [3, 1, 2] becomes [1, 2, 3].

    • Implement Selection Sort: Find the minimum element and swap it with the first element, then repeat for the rest of the array. Example: [3, 1, 2] becomes [1, 2, 3].

    • Use Insertion S...

  • Answered by AI
  • Q2. Second largest prime number
  • Ans. 

    The second largest prime number is 97.

    • The largest prime number is 97, so the second largest prime number is 89.

    • Prime numbers are numbers that are only divisible by 1 and themselves.

    • Prime numbers are important in cryptography and number theory.

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Basic family questions
  • Q2. Basic electronics questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Mar 2022. There were 4 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 - Technical 

(1 Question)

  • Q1. 1. Aasked about Basic electronics companents fuctions. 2.asked about project which i done before.
Round 3 - Technical 

(1 Question)

  • Q1. 1.given some puzzles on electronic circuits. 2. Asked about thier company.
Round 4 - HR 

(1 Question)

  • Q1. Asked about notice period salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Believe in yourself, stay positive and be confident
Round 1 - Technical 

(1 Question)

  • Q1. About basic questions in c

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basic on any preferred language

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Granite River Labs?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Nov 2021. There were 3 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 are 30 basic aptitude question in 30 minutes

Round 3 - Coding Test 

3 coding question 2 were easy and 1 was of medium level

Interview Preparation Tips

Interview preparation tips for other job seekers - i was not selected in HR round . they select only two girls out 15 students

Interview Preparation Tips

Interview preparation tips for other job seekers - Main focus on Junit. If you are good in it is fine.

Interview Questionnaire 

2 Questions

  • Q1. What do you know about our company?
  • Q2. Are you interested in higher Education?
  • Ans. 

    I value higher education for its role in personal growth and professional development in the tech industry.

    • Higher education provides in-depth knowledge in specialized areas, such as machine learning or cybersecurity.

    • It offers networking opportunities with peers and industry professionals, which can lead to collaborations and job opportunities.

    • Pursuing advanced degrees, like a Master's in Computer Science, can enhance c...

  • Answered by AI
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

First round was online coding round, second was coding in interview infornt of panel, third was DSA+basic Database questions

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

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

  • Q1. Difference between abstract classes and interface
  • Q2. Find the common elements in 4 arrays

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

Kantar user image K VENKATA SAI DEEPAK

posted on 14 May 2024

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

I appeared for an interview in Apr 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basics of sql and some coding questions
  • Q2. Data structures
Round 2 - Technical 

(1 Question)

  • Q1. Putin arrays strings

Granite River Labs Interview FAQs

How many rounds are there in Granite River Labs interview?
Granite River Labs interview process usually has 3 rounds. The most common rounds in the Granite River Labs interview process are Technical, Resume Shortlist and HR.
How to prepare for Granite River Labs 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 Granite River Labs. The most common topics and skills that interviewers at Granite River Labs expect are USB, FPGA, Assembly, Firmware and Analog.
What are the top questions asked in Granite River Labs interview?

Some of the top questions asked at the Granite River Labs interview -

  1. Sort without built...read more
  2. Second largest prime num...read more
  3. Questions of oops. Prepare for oops very well. Deep discussion on projects ment...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.8/5

based on 4 interview experiences

Difficulty level

Easy 33%
Moderate 67%

Duration

Less than 2 weeks 67%
2-4 weeks 33%
View more

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.6
 • 240 Interviews
Access Healthcare Interview Questions
3.9
 • 232 Interviews
Straive Interview Questions
3.4
 • 203 Interviews
AGS Health Interview Questions
4.0
 • 186 Interviews
Indegene Interview Questions
3.4
 • 158 Interviews
Nielsen Interview Questions
3.7
 • 133 Interviews
Kantar Interview Questions
3.5
 • 106 Interviews
Netscribes Interview Questions
2.7
 • 89 Interviews
View all

Granite River Labs Reviews and Ratings

based on 19 reviews

3.2/5

Rating in categories

2.9

Skill development

3.7

Work-life balance

3.1

Salary

2.9

Job security

3.1

Company culture

2.8

Promotions

3.0

Work satisfaction

Explore 19 Reviews and Ratings
Network Engineer

Bangalore / Bengaluru

3-6 Yrs

Not Disclosed

Production Professional

Bangalore / Bengaluru

2-4 Yrs

Not Disclosed

Senior FPGA Design Engineer

Bangalore / Bengaluru

6-11 Yrs

Not Disclosed

Explore more jobs
Software Engineer
32 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Senior Software Engineer
11 salaries
unlock blur

₹6 L/yr - ₹15.1 L/yr

Fpga Design Engineer
9 salaries
unlock blur

₹4.3 L/yr - ₹16.7 L/yr

Firmware Engineer
9 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Software Developer
6 salaries
unlock blur

₹3.5 L/yr - ₹8 L/yr

Explore more salaries
Compare Granite River Labs with

Access Healthcare

3.9
Compare

AGS Health

4.0
Compare

Straive

3.4
Compare

CorroHealth infotech

3.2
Compare
write
Share an Interview