Upload Button Icon Add office photos

Numino Labs

Compare button icon Compare button icon Compare

Filter interviews by

Numino Labs Interview Questions and Answers

Updated 8 Jul 2024
Popular Designations

Numino Labs Interview Experiences

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

Architect Interview Questions & Answers

user image Anonymous

posted on 22 Jun 2023

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - 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

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

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

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

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Numino Labs?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Assignment 

Hospital management syatem

Round 2 - Coding Test 

Check the coding and databases connection and validations

Interview Preparation Tips

Interview preparation tips for other job seekers - They should be learn many languages for best create coding in projects
Be interview-ready. Browse the most asked HR questions.
illustration image

I appeared for an interview in Apr 2020.

Interview Questionnaire 

4 Questions

  • Q1. Explain the most challenging problem you faced at work
  • Q2. Given the following design - A university has colleges, colleges have departments, departments have students. There are department level elections being held where students nominate themselves to stand fo...
  • Ans. 

    Design a database for a university with colleges, departments, and students. Write a query to get students with maximum votes.

    • Use a relational database like MySQL or PostgreSQL

    • Create tables for colleges, departments, students, and elections

    • Use foreign keys to establish relationships between tables

    • Add columns for election details like candidate names and vote counts

    • Write a query to join tables and filter for maximum vot...

  • Answered by AI
  • Q3. Explain how you would design a bit.ly URL shortening service. What would be the choice of database. What would be your table design what would be the endpoints
  • Ans. 

    Design a bit.ly URL shortening service with database choice, table design, and endpoints.

    • Use a relational database like MySQL or PostgreSQL for scalability and ACID compliance.

    • Create a table with columns for the original URL, shortened URL, and metadata like creation date and click count.

    • Endpoints should include URL shortening, redirection, and analytics.

    • Implement caching to improve performance and reduce database load...

  • Answered by AI
  • Q4. Coding test - knapsack problem, 2 sum problem, alien language problem. All from leetcode.

Interview Preparation Tips

Interview preparation tips for other job seekers - System Design, Coding practice on leetcode. Popular leetcode problems help improve confidence greatly. If you are just starting off leetcode, start with the most popular easy questions. On day one, don't struggle for more than 30 minutes to solve the question. Look at the answer if no success. with every 10 questions solved looking at the answer, increase the struggle time. Also, studying at the same time everyday helps.
Read or watch system design questions explained on Youtube.

Skills evaluated in this interview

Are these interview questions helpful?

Intern Interview Questions & Answers

SynthWeb user image Bishal Bikram Borah

posted on 25 Mar 2025

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

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. How would you approach Creating a content strategy to improve organic traffic and audience engagement for a Buisness in a competitive industry?
  • Ans. 

    Develop a comprehensive content strategy to enhance organic traffic and engagement in a competitive market.

    • Conduct thorough market research to identify target audience needs and preferences.

    • Perform a competitive analysis to understand content gaps and opportunities.

    • Create high-quality, valuable content that addresses audience pain points, such as blog posts, videos, and infographics.

    • Optimize content for SEO by using re...

  • Answered by AI
  • Q2. Can You explain the importance of backlinks in SEO?
  • Ans. 

    Backlinks are crucial for SEO as they enhance site authority, improve rankings, and drive organic traffic.

    • Backlinks act as votes of confidence from other websites, signaling to search engines that your content is valuable.

    • High-quality backlinks from reputable sites can significantly boost your site's authority and search engine rankings.

    • For example, if a popular blog links to your article, it can lead to increased traf...

  • Answered by AI
  • Q3. How would you measure the success of a digital marketing campaign and what tools would you use to track performance
  • Ans. 

    Success in digital marketing is measured through KPIs, analytics tools, and ROI assessments.

    • Define clear KPIs: Examples include conversion rates, click-through rates (CTR), and engagement metrics.

    • Use Google Analytics to track website traffic, user behavior, and conversion funnels.

    • Monitor social media performance with tools like Hootsuite or Sprout Social to analyze engagement and reach.

    • Evaluate ROI by comparing campaig...

  • Answered by AI
  • Q4. How do you optimize website content for SEO while ensuring it remains engaging and user Friendly
  • Ans. 

    Optimize website content for SEO by balancing keyword use with engaging, user-friendly writing.

    • Conduct keyword research to identify relevant terms and phrases that users are searching for.

    • Incorporate keywords naturally into titles, headings, and throughout the content without keyword stuffing.

    • Create high-quality, informative content that answers users' questions and provides value.

    • Use engaging visuals, such as images a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - SmartWork is the key
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Assignment 

Create a hero section for website

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

Online test with basic questions along with c++ question

Round 2 - Group Discussion 

Virtual group discussion

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 Technical.
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 Spring Boot.
What are the top questions asked in Numino Labs interview?

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

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

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 3 interview experiences

Difficulty level

Moderate 50%
Hard 50%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Infotact Solutions Interview Questions
4.5
 • 47 Interviews
GrapplTech Interview Questions
4.8
 • 13 Interviews
Datansh Solutions Interview Questions
4.2
 • 10 Interviews
Socure India Interview Questions
3.9
 • 7 Interviews
SynthWeb Interview Questions
5.0
 • 6 Interviews
EffiaSoft Interview Questions
3.8
 • 5 Interviews
View all

Numino Labs Reviews and Ratings

based on 25 reviews

4.4/5

Rating in categories

4.2

Skill development

4.2

Work-life balance

3.9

Salary

4.1

Job security

4.3

Company culture

3.8

Promotions

4.2

Work satisfaction

Explore 25 Reviews and Ratings
Senior Full Stack Developer (Python, ReactJs)

South Goa,

Pune

7-12 Yrs

Not Disclosed

Jr. Java Developer

South Goa,

Vasco Da Gama

2-4 Yrs

Not Disclosed

Lead React Native Engineer

Pune

5-10 Yrs

Not Disclosed

Explore more jobs
Java Developer
21 salaries
unlock blur

₹4 L/yr - ₹6.5 L/yr

HR Business Partner
11 salaries
unlock blur

₹3.6 L/yr - ₹8 L/yr

Software Developer
5 salaries
unlock blur

₹1.3 L/yr - ₹6.1 L/yr

Product Delivery Lead
5 salaries
unlock blur

₹16.2 L/yr - ₹29.8 L/yr

Software Engineer
4 salaries
unlock blur

₹4.2 L/yr - ₹5 L/yr

Explore more salaries
Compare Numino Labs with

GrapplTech

4.8
Compare

Infotact Solutions

4.5
Compare

Wilco Source

3.5
Compare

Vizlogic Digital Solutions

4.6
Compare
write
Share an Interview