Upload Button Icon Add office photos

Filter interviews by

Saankhya Labs Software Developer fresher Interview Questions and Answers

Updated 28 Jul 2023

Saankhya Labs Software Developer fresher Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed before Jul 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 - Coding Test 

C coding related questions, aptitude

Round 3 - Technical 

(1 Question)

  • Q1. Logic design, DSP basics, microprocessor and controller
Round 4 - Technical 

(1 Question)

  • Q1. Questions on projects worked
Round 5 - HR 

(1 Question)

  • Q1. Basic HR questions, tell me about yourself etc

Interview Preparation Tips

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

Interview questions from similar companies

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

I applied via campus placement at BRACT's Vishwakarma Institute of Information Technology, Pune and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to be used for different data types or classes.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI
  • Q2. Find missing number from nth number array.
  • Ans. 

    Find missing number from nth number array.

    • Iterate through the array and calculate the sum of all numbers

    • Calculate the sum of numbers from 1 to n using the formula n*(n+1)/2

    • Subtract the sum of array from the sum of numbers from 1 to n to find the missing number

  • Answered by AI
  • Q3. Explain inheritance and it types
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows a class to reuse code from another class.

    • Types of inheritance include single inheritance, where a class inherits from only one parent class, and multiple inheritance, where a class inherits from multiple parent classes.

    • Example: Class B inherits from Class A, so Class B can access

  • Answered by AI
  • Q4. Find 2nd max elements from aaray
  • Ans. 

    Find 2nd max element from array of strings

    • Sort the array in descending order

    • Skip the first element (max element)

    • Return the second element

  • Answered by AI

Skills evaluated in this interview

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

I applied via campus placement at RV College Of Engineering (RVCE) and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It includes two DSA questions and some aptitude questions

Round 2 - One-on-one 

(3 Questions)

  • Q1. Introduce yourself
  • Q2. Give the maximum element at any point of time for after pop and push
  • Q3. Reverse a string
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Total 60 question 30 from C/C++ output and 30 from profit-loss, find age and related to ratio

Round 2 - Technical 

(5 Questions)

  • Q1. Dsa coding question, aptitude, oops, rdbms(joins and normalization)
  • Q2. Rotate materix(nxn) 90 degree
  • Ans. 

    To rotate a matrix 90 degrees, transpose the matrix and then reverse each row.

    • Transpose the matrix by swapping matrix[i][j] with matrix[j][i]

    • Reverse each row of the transposed matrix to get the final rotated matrix

  • Answered by AI
  • Q3. A pattern printing question
  • Q4. Reverse doubli-linkedlist
  • Q5. Preorder traversal without using recursion
  • Ans. 

    Iterative solution to perform preorder traversal without using recursion

    • Use a stack to keep track of nodes

    • Start by pushing the root node onto the stack

    • While the stack is not empty, pop a node, visit it, then push its right child followed by its left child onto the stack

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Introduce yourself
  • Q2. Why you chose b.tech
  • Q3. Why you chose cse

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Inheritance, Contructord, Polymorphism etc
Round 2 - Technical 

(1 Question)

  • Q1. Exception Handing, Datatypes, Unix, Sql
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I was interviewed in Oct 2024.

Round 1 - Aptitude Test 

Coding as well as aptitude

Round 2 - Technical 

(1 Question)

  • Q1. Based on resume and projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your resume well before you go
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Amrapali Group of Institutions, Haldwani and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good and it was moderate

Round 2 - Technical 

(2 Questions)

  • Q1. Asked about projects and related to that
  • Q2. Asked few question about dsa

Interview Preparation Tips

Interview preparation tips for other job seekers - Just believe yourself
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

3 basic DSA questions were asked from the topics binary trees, strings. The test was for 1 hour.

Round 2 - Technical 

(1 Question)

  • Q1. 2 easy DSA questions were asked on linked list and queue.
Round 3 - Behavioral 

(1 Question)

  • Q1. 2nd interview round was a managerial. I was asked questions about my projects. The interviewer asked me to write 2 simple SQL queries.
Round 4 - HR 

(1 Question)

  • Q1. General questions about the company were asked.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at The LNM Institute of information Technology, Jaipur and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Aptitude Test 

3 coding questions and mcq

Interview experience
3
Average
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. Array Linked list BST
Round 3 - Technical 

(1 Question)

  • Q1. Array LL BST Stack

Saankhya Labs Interview FAQs

How many rounds are there in Saankhya Labs Software Developer fresher interview?
Saankhya Labs interview process usually has 5 rounds. The most common rounds in the Saankhya Labs interview process are Technical, Resume Shortlist and Coding Test.

Tell us how to improve this page.

People are getting interviews through

based on 1 Saankhya Labs interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Member Technical Staff
49 salaries
unlock blur

₹4 L/yr - ₹17 L/yr

Senior Member of Technical Staff
18 salaries
unlock blur

₹11.4 L/yr - ₹24 L/yr

Software Engineer
9 salaries
unlock blur

₹6 L/yr - ₹7 L/yr

Program Manager
5 salaries
unlock blur

₹24 L/yr - ₹36.5 L/yr

Test Engineer
5 salaries
unlock blur

₹2 L/yr - ₹12 L/yr

Explore more salaries
Compare Saankhya Labs with

Bharat Electronics

4.2
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
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