Upload Button Icon Add office photos

Filter interviews by

Numino Labs Interview Questions and Answers

Updated 8 Jul 2024

Numino Labs Interview Experiences

Popular Designations

5 interviews found

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

I applied via Naukri.com and was interviewed in Jun 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 - One-on-one 

(1 Question)

  • Q1. General concepts about architecture, coding and other technical things.
Round 3 - One-on-one 

(1 Question)

  • Q1. Project management skills, risk-mitigation
Round 4 - One-on-one 

(1 Question)

  • Q1. In depth understanding of technical fundamentals

Interview Preparation Tips

Topics to prepare for Numino Labs Senior Technical Program Manager interview:
  • Agile
  • Java
  • Collections
  • Performance Optimization
Interview preparation tips for other job seekers - Being interviewed with Numinolabs is one of the best experiences you will have irrespective of the result. I was interviewed for Sr. Technical Program Manager and they do really test you skills and make a fair assessment. The process is fast, they won't keep you waiting.

First round was with the technical architect and it went well. Got to know more about what they are doing.

Second round was with the CTO and it was also good. A few technical questions I was not able to answer.

Final round with the CEO was one of my best experiences. CEO is a core technical person who knows what his company is building. Though I was not a perfect match for the role but they did make an offer to me which I declined as it was less than what I expected.

But in general the interview process was a very positive experience and if you are really wanting to grow your career then Numinolabs can be an option.

Thanks,
Suhel

Senior Technical Program Manager Interview Questions asked at other Companies

Q1. Key qualities of a Program Manager
View answer (1)

Architect Interview Questions & Answers

user image Anonymous

posted on 22 Jun 2023

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Discuss the architecture of current project What are the main components used How was security implemented? How was the performance achieved ? How is the CI/CD pipeline works and how the application deploy...
  • Ans. 

    The current project architecture includes main components, security implementation, performance achievement, CI/CD pipeline, and application deployment on prod.

    • Main components used: microservices architecture with Docker containers, Kubernetes for orchestration

    • Security implemented: TLS encryption, OAuth2 for authentication, role-based access control

    • Performance achieved: load balancing, caching, database optimization

    • CI/...

  • Answered by AI
  • Q2. Design a app which reads million of records from DB ? How to make sure that the java application is efficient and scalable in receiving million of request How to implements security How to improve the per...
  • Ans. 

    Design a scalable Java app for reading millions of records from a DB efficiently and securely.

    • Use connection pooling to handle multiple requests efficiently.

    • Implement caching mechanisms to reduce the load on the database.

    • Optimize SQL queries by using indexes, avoiding unnecessary joins, and limiting the data retrieved.

    • Implement security measures such as encryption, input validation, and role-based access control.

    • Use lo...

  • Answered by AI

Skills evaluated in this interview

Architect Interview Questions asked at other Companies

Q1. How do you find the resources available on a server if it is on premise?
View answer (2)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Data structures, Algorithms, Basic string manipulation

Round 2 - Assignment 

Problem statements to solve

Round 3 - One-on-one 

(1 Question)

  • Q1. About projects and my contributions
Round 4 - HR 

(1 Question)

  • Q1. Paperwork and cultural fit

Full Stack Software Developer Interview Questions asked at other Companies

Q1. Oops in Java Patterns in Java JDK,JRE,JVM MVC Array questions strings in Java This,super keywords Java problems like palindrome, prime number,and so many problems and logics Why java is platform independent Why java is not platform dependen... read more
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 1 Nov 2023

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

I applied via LinkedIn and was interviewed before 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 

They ask to solve 2 coding questions mainly on strings and arrays

Round 3 - Technical 

(4 Questions)

  • Q1. General questions on OOPS, REST Api
  • Q2. Polymorphsm, abstraction etc
  • Q3. What are REST Api
  • Q4. Few questions on js git ci/cd
Round 4 - HR 

(1 Question)

  • Q1. Family Background etc

Skills evaluated in this interview

Numino Labs interview questions for popular designations

 Architect

 (1)

 Java Trainee

 (1)

 Full Stack Software Developer

 (1)

 Senior Technical Program Manager

 (1)

Java Trainee Interview Questions & Answers

user image Anonymous

posted on 17 May 2022

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. Java oops related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Direct shortlisted candidates interview

Java Trainee Interview Questions asked at other Companies

Q1. What specific Java-related questions did you encounter during the interview?
View answer (1)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.

I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is Excel what is vlookup what is your strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and bold

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

I applied via Naukri.com and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions only ... regarding job and experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident ... always say the truth ... never try to fake your details

Numino Labs Interview FAQs

How many rounds are there in Numino Labs interview?
Numino Labs interview process usually has 3-4 rounds. The most common rounds in the Numino Labs interview process are One-on-one Round, Resume Shortlist and Coding Test.
How to prepare for Numino 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 Numino Labs. The most common topics and skills that interviewers at Numino Labs expect are AWS, Javascript, Java, Web Development and Azure.
What are the top questions asked in Numino Labs interview?

Some of the top questions asked at the Numino Labs interview -

  1. Design a app which reads million of records from DB ? How to make sure that the...read more
  2. Discuss the architecture of current project What are the main components used H...read more
  3. What are REST ...read more

Tell us how to improve this page.

Numino Labs Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 788 Interviews
Cyient Interview Questions
3.6
 • 283 Interviews
View all

Numino Labs Reviews and Ratings

based on 23 reviews

4.4/5

Rating in categories

4.2

Skill development

4.3

Work-life balance

4.1

Salary

4.2

Job security

4.3

Company culture

4.0

Promotions

4.2

Work satisfaction

Explore 23 Reviews and Ratings
Senior Data Engineer (AWS or Snowflake)

Pune

5-10 Yrs

Not Disclosed

Senior Reactjs Developer

South Goa,

Pune

4-8 Yrs

Not Disclosed

Explore more jobs
Java Developer
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

HR Business Partner
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Delivery Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Numino Labs with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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