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)

 Full Stack Software Developer

 (1)

 Java Trainee

 (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 Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

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

Lead Reactjs Engineer

Pune

5-10 Yrs

Not Disclosed

Senior React Native Developer

South Goa,

Pune

5-10 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