Upload Button Icon Add office photos

Filter interviews by

Sakha Global Associate Software Engineer Interview Questions and Answers

Updated 26 Jul 2022

Sakha Global Associate Software Engineer Interview Experiences

1 interview found

I applied via campus placement at Nitte Meenakshi Institute of Technology, Bangalore and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Easy and good way of screening the very basics.

Round 2 - Technical 

(2 Questions)

  • Q1. Easy and good way of screening the required knowledge. Makes you comfortable.
  • Q2. Code for binary search
  • Ans. 

    Binary search is a search algorithm that finds the position of a target value within a sorted array.

    • The array must be sorted in ascending or descending order.

    • Compare the target value with the middle element of the array.

    • If the target value is equal to the middle element, return the index.

    • If the target value is less than the middle element, search the left half of the array.

    • If the target value is greater than the middle...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Mathematical question

Interview Preparation Tips

Interview preparation tips for other job seekers - It's easy. Just be honest and give your best.

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via campus placement at Lovely Professional University (LPU) and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It contain 40 question which is very easy

Round 2 - Coding Test 

It contain 3 coding question

Round 3 - One-on-one 

(5 Questions)

  • Q1. Introduction About Your Self and About Project
  • Q2. Two dsa question of leetcode
  • Q3. Basics Concept on dsa
  • Q4. From which platform you do coding
  • Q5. Simple Simple Question

Interview Preparation Tips

Topics to prepare for Nagarro Associate Software Engineer interview:
  • DSA
Interview preparation tips for other job seekers - Very good company
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - communication 

(2 Questions)

  • Q1. Read the sentence
  • Q2. Listen and repeat the sentence
Round 2 - Coding Test 

Mercel platform 1 hour

Round 3 - Technical 

(2 Questions)

  • Q1. Explain ur project
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines.

    • Used HTML, CSS, and JavaScript for front-end development

    • Implemented backend functionality using Node.js and MongoDB

    • Incorporated user authentication and authorization features

    • Utilized RESTful APIs for communication between front-end and back-end

  • Answered by AI
  • Q2. One code according to ur cluster
  • Ans. 

    I would write a code snippet based on the specific cluster or category provided.

    • Identify the specific cluster or category provided in the question

    • Write a code snippet that aligns with the requirements of the cluster

    • Ensure the code is accurate and relevant to the given cluster

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via campus placement at Walchand Institute of Technology, Solapur

Round 1 - Aptitude Test 

Aptitude Test 2 round 1. Aptitude, Communication

Round 2 - Technical 

(2 Questions)

  • Q1. Sorting Algorithms
  • Q2. Prime Number code
Round 3 - Coding Test 

Basic Question on Arrays

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Array, Collections, String

Round 2 - Technical 

(2 Questions)

  • Q1. Marker Interface
  • Q2. Lambda Expression
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Join operations
  • Q2. Difference in put and post command
  • Ans. 

    PUT is used to update or replace an existing resource, while POST is used to create a new resource.

    • PUT is idempotent, meaning multiple identical requests will have the same effect as a single request.

    • POST is not idempotent, meaning multiple identical requests may have different effects.

    • PUT requests are typically used for updating existing data, like updating a user's profile information.

    • POST requests are typically used...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

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

Round 1 - Coding Test 

Find the greatest element in the moving array

Round 2 - Technical 

(1 Question)

  • Q1. Interviewer Asked me to build Airline Management System
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

Via placement got this oppurtunity asked base questions
Coding test on java for factorial all ways
Database qstns

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Basic quant topics and a technical question

Round 2 - Group Discussion 

GD is about 10 mins and it is pretty easy

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for quants and hands on in any one programing language
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

There were 3-4 medium-level DSA questions.

Round 3 - One-on-one 

(1 Question)

  • Q1. The technical interview is easy in this company. General questions are asked on C++, operating systems, Databases, OOPS. Basic project discussion also happens.
Round 4 - HR 

(2 Questions)

  • Q1. They expect the new joiners to have complete knowledge about the company thus it is advised that before this interview, candidates should properly read about Publicis sapient history and should visit its w...
  • Q2. Where are the job locations of Publicis sapient in India?
  • Ans. 

    Publicis Sapient has job locations in multiple cities across India.

    • Publicis Sapient has offices in Bangalore, Gurgaon, Mumbai, and Chennai.

    • They also have a presence in Noida, Hyderabad, and Jaipur.

    • The company offers remote work options as well.

    • Job locations may vary depending on the specific role and project.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just have your basics clear. The interviewer in this company will not ask tough DSA questions and over all its interview process is medium.

Sakha Global Interview FAQs

How many rounds are there in Sakha Global Associate Software Engineer interview?
Sakha Global interview process usually has 3 rounds. The most common rounds in the Sakha Global interview process are Technical and Aptitude Test.
What are the top questions asked in Sakha Global Associate Software Engineer interview?

Some of the top questions asked at the Sakha Global Associate Software Engineer interview -

  1. Code for binary sea...read more
  2. Easy and good way of screening the required knowledge. Makes you comfortab...read more
  3. Mathematical quest...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Sakha Global interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Software Engineer
37 salaries
unlock blur

₹3 L/yr - ₹12.2 L/yr

Senior Software Engineer
18 salaries
unlock blur

₹8.5 L/yr - ₹12.8 L/yr

Softwaretest Engineer
8 salaries
unlock blur

₹2.4 L/yr - ₹9.5 L/yr

Software Developer
5 salaries
unlock blur

₹4 L/yr - ₹8.1 L/yr

Senior Software Developer
5 salaries
unlock blur

₹5.6 L/yr - ₹10.5 L/yr

Explore more salaries
Compare Sakha Global with

Wipro

3.7
Compare

TCS

3.7
Compare

Infosys

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