Upload Button Icon Add office photos
Engaged Employer

i

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

Sumeru Software Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Sumeru Software Solutions Technical Recruiter Interview Questions and Answers

Updated 3 Jun 2022

Sumeru Software Solutions Technical Recruiter Interview Experiences

1 interview found

I applied via Referral and was interviewed in May 2022. 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 - One-on-one 

(2 Questions)

  • Q1. Personal introduction
  • Q2. Education background questions
Round 3 - HR 

(2 Questions)

  • Q1. Something about recruitment
  • Q2. Communication checking topics

Interview Preparation Tips

Interview preparation tips for other job seekers - Communication is benefit for every company and human resource knowledge is helpful

Interview questions from similar companies

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

Medium level questions from all sectors

Round 2 - Coding Test 

Technical MCQ and easy coding questions

Round 3 - One-on-one 

(1 Question)

  • Q1. According to resume
Round 4 - Group Discussion 

Artificial intelligence

Round 5 - HR 

(1 Question)

  • Q1. Family background

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer confidentiality
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2023. 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 - Aptitude Test 

Intermediate aptitude questions .
No negative marking .
Written test held at JMR infotech

Round 3 - Technical 

(1 Question)

  • Q1. Mcq and coding questions . Mostly from Java and spring . Coding question is from Array and String (Find frequency )
Round 4 - One-on-one 

(1 Question)

  • Q1. After the written test, face to face interview on technical and hr will be there .
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Asked about my experiences (like roles & responsibilities)
  • Q2. Do I have experience in domestic hiring/staffing or not?
  • Ans. 

    Yes, I have experience in domestic hiring/staffing.

    • I have successfully recruited and placed candidates for various IT positions within the United States.

    • I am familiar with the local job market trends and requirements.

    • I have worked with US-based clients to understand their hiring needs and provide suitable candidates.

    • I have experience in conducting interviews, negotiating offers, and onboarding candidates locally.

  • Answered by AI

I applied via Naukri.com and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Asp.Net Basic
  • Q2. Website performance tuning
  • Q3. Code review
  • Q4. Coding standard

Interview Preparation Tips

Interview preparation tips for other job seekers - good company to work and learn new technologies
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

It was around 2 hrs with 2 coding questions and some mcq questions on fundamentals

Round 2 - Technical 

(2 Questions)

  • Q1. Print some numbers in a tree format
  • Ans. 

    Print numbers in a tree format

    • Use recursion to print numbers in a tree structure

    • Start with the root node and recursively print child nodes

    • Use indentation to represent levels in the tree

    • Example: 1 --2 ----3 --4

  • Answered by AI
  • Q2. Factorial of a number, both iterative and recursive
  • Ans. 

    Factorial of a number can be calculated using both iterative and recursive methods.

    • Iterative method involves using a loop to multiply numbers from 1 to n.

    • Recursive method involves calling the function with n-1 until n reaches 1.

    • Example: Factorial of 5 using iterative method: 5! = 5*4*3*2*1 = 120

    • Example: Factorial of 5 using recursive method: 5! = 5 * 4!

    • Example: Factorial of 4 using recursive method: 4! = 4 * 3!

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. How to implement Sqlite database in React Native?
  • Ans. 

    Sqlite database can be implemented in React Native using 'react-native-sqlite-storage' package.

    • Install 'react-native-sqlite-storage' package using npm.

    • Import SQLite from 'react-native-sqlite-storage'.

    • Create a database using SQLite.openDatabase() method.

    • Execute SQL queries using executeSql() method.

    • Close the database connection using close() method.

  • Answered by AI
  • Q2. What are generator functions?
  • Ans. 

    Generator functions are functions that can be paused and resumed, allowing for lazy evaluation of data.

    • Generator functions use the yield keyword to pause execution and return a value.

    • They can be used to generate an infinite sequence of values.

    • They are memory efficient as they only generate values when needed.

    • Example: function* myGenerator() { yield 1; yield 2; yield 3; }

    • Example: const infiniteGenerator = function*() {

  • Answered by AI
  • Q3. How to implement push notifications in Android and iOS?
  • Ans. 

    Push notifications can be implemented in Android and iOS using Firebase Cloud Messaging (FCM) and Apple Push Notification service (APNs) respectively.

    • For Android, integrate FCM SDK in the app and use FCM console to send notifications.

    • For iOS, create an APNs certificate, configure the app to receive notifications, and use APNs to send notifications.

    • Both platforms require handling of notification payload in the app to di...

  • Answered by AI
  • Q4. How do you use in your last app?
  • Ans. 

    I used React Native for my last app.

    • Developed UI components using React Native

    • Integrated APIs to fetch and display data

    • Implemented Redux for state management

    • Used Firebase for authentication and database

    • Optimized app performance using React Native Debugger

  • Answered by AI
  • Q5. What is the difference between functional components and non functional components?
  • Ans. 

    Functional components are stateless and return UI elements based on input props, while non-functional components have state and can change UI based on user interaction.

    • Functional components are simpler and easier to test than non-functional components.

    • Non-functional components can have state and lifecycle methods, while functional components cannot.

    • Examples of functional components include buttons, labels, and icons, w...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Its Hard and requires deep knowledge of your technical skills.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Jul 2021. There were 2 interview rounds.

Round 1 - Group Discussion 
Pro Tip by AmbitionBox:
Don’t treat group discussions as an argument. Group discussion is about reaching a meaningful conclusion.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Why public static use
  • Ans. 

    public static use for accessing methods and variables without creating an object

    • Allows access to methods and variables without creating an object

    • Useful for utility classes where objects are not needed

    • Can be used to create global variables or constants

    • Example: Math class in Java has only static methods and constants

  • Answered by AI
  • Q2. Why static is use.Pattern question,hshshdhdhxhxhxhxhdhhxjdjdjdjdjnjsjs

Interview Preparation Tips

Topics to prepare for 360 Degree Cloud Technologies Software Developer interview:
  • Java
Interview preparation tips for other job seekers - Learn Java in depth.Also prepare more in communication skills.

Skills evaluated in this interview

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 Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Medium level leetcode

Round 2 - One-on-one 

(2 Questions)

  • Q1. Basics of linked list. How to delete without head and address of current node is given?
  • Q2. Simple join queries on 2 to 3 tables?
  • Ans. 

    Join queries are used to combine data from multiple tables based on a related column between them.

    • Use JOIN keyword to combine tables based on a common column

    • Specify the columns to select from each table

    • Use WHERE clause to specify the join condition

  • Answered by AI

Skills evaluated in this interview

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

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

It was a MCQ + Coding test

Round 3 - Technical 

(2 Questions)

  • Q1. Questions on DSA
  • Q2. Questions on CS Fundamentals
Round 4 - Technical 

(2 Questions)

  • Q1. Questions on Linux commands
  • Q2. Questions related to oops and CS is

Sumeru Software Solutions Interview FAQs

How many rounds are there in Sumeru Software Solutions Technical Recruiter interview?
Sumeru Software Solutions interview process usually has 3 rounds. The most common rounds in the Sumeru Software Solutions interview process are Resume Shortlist, One-on-one Round and HR.
What are the top questions asked in Sumeru Software Solutions Technical Recruiter interview?

Some of the top questions asked at the Sumeru Software Solutions Technical Recruiter interview -

  1. Education background questi...read more
  2. Communication checking top...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 49 Interviews
JMR Infotech Interview Questions
4.3
 • 17 Interviews
PC Solutions Interview Questions
3.7
 • 16 Interviews
View all
Sumeru Software Solutions Technical Recruiter Salary
based on 126 salaries
₹1.8 L/yr - ₹5 L/yr
20% less than the average Technical Recruiter Salary in India
View more details

Sumeru Software Solutions Technical Recruiter Reviews and Ratings

based on 14 reviews

3.8/5

Rating in categories

3.6

Skill development

3.6

Work-life balance

3.3

Salary

3.2

Job security

3.8

Company culture

3.4

Promotions

3.6

Work satisfaction

Explore 14 Reviews and Ratings
Technical Recruiter
126 salaries
unlock blur

₹1.8 L/yr - ₹5 L/yr

Software Engineer
45 salaries
unlock blur

₹3.2 L/yr - ₹11 L/yr

Senior Technical Recruiter
34 salaries
unlock blur

₹2.4 L/yr - ₹6 L/yr

Senior Software Engineer
24 salaries
unlock blur

₹5 L/yr - ₹16.8 L/yr

Software Developer
18 salaries
unlock blur

₹3.6 L/yr - ₹13.9 L/yr

Explore more salaries
Compare Sumeru Software Solutions with

PC Solutions

3.7
Compare

RNF Technologies

3.5
Compare

Hidden Brains InfoTech

3.8
Compare

Affine

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