AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

Numino Labs

Compare button icon Compare button icon Compare
4.4

based on 25 Reviews

Play video Play video Video summary
  • About
  • Reviews
    25
  • Salaries
    97
  • Interviews
    5
  • Jobs
    7
  • Benefits
    2
  • Photos
    -

Filter interviews by

Numino Labs Interview Questions and Answers

Updated 8 Jul 2024
Popular Designations

Numino Labs Interview Experiences

5 interviews found

Senior Technical Program Manager Interview Questions & Answers

user image Suhel Sayyed

posted on 7 Jul 2023

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.
  • Add your answer
Round 3 - One-on-one 

(1 Question)

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

(1 Question)

  • Q1. In depth understanding of technical fundamentals
  • Add your answer

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
Anonymous

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
    Add your answer
  • 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
    Add your answer

Skills evaluated in this interview

Anonymous

Full Stack Software Developer Interview Questions & Answers

user image Anonymous

posted on 8 Jul 2024

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
  • Add your answer
Round 4 - HR 

(1 Question)

  • Q1. Paperwork and cultural fit
  • Add your answer
Anonymous

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:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
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
  • Add your answer
  • Q2. Polymorphsm, abstraction etc
  • Add your answer
  • Q3. What are REST Api
  • Ans. 

    REST APIs are web services that follow REST principles, enabling communication between client and server using standard HTTP methods.

    • REST stands for Representational State Transfer, a software architectural style.

    • Uses standard HTTP methods: GET (retrieve), POST (create), PUT (update), DELETE (remove).

    • Resources are identified by URIs (Uniform Resource Identifiers).

    • Data is typically exchanged in JSON or XML format.

    • Statel...

  • Answered by AI
    Add your answer
  • Q4. Few questions on js git ci/cd
  • Add your answer
Round 4 - HR 

(1 Question)

  • Q1. Family Background etc
  • Add your answer

Skills evaluated in this interview

Anonymous

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
  • Add your answer

Interview Preparation Tips

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

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Numino Labs?
Ask anonymously on communities.

Interview questions from similar companies

Software Engineer Interview Questions & Answers

Socure India user image Anonymous

posted on 12 May 2020

I appeared for an interview in Apr 2020.

Interview Questionnaire 

4 Questions

  • Q1. Explain the most challenging problem you faced at work
  • Ans. 

    I faced a significant challenge when integrating a legacy system with a new application, requiring extensive troubleshooting and collaboration.

    • Identified compatibility issues between the legacy system and the new application, which caused data inconsistencies.

    • Collaborated with cross-functional teams, including QA and DevOps, to gather insights and troubleshoot effectively.

    • Implemented a phased integration approach, allo...

  • Answered by AI
    View 1 more answer
  • 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
    Add your answer
  • 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
    Add your answer
  • Q4. Coding test - knapsack problem, 2 sum problem, alien language problem. All from leetcode.
  • Add your answer

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

Anonymous
company Logo

Software Developer Interview Questions & Answers

GrapplTech user image Anonymous

posted on 30 Sep 2024

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

Anonymous
Are these interview questions helpful?
company Logo

Intern Interview Questions & Answers

GrapplTech user image Anonymous

posted on 30 Oct 2024

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

Anonymous
company Logo

Software Developer Interview Questions & Answers

Sciflare Technologies Private Limited user image Ganesan G

posted on 11 Sep 2023

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Walk-in and was interviewed in Aug 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Section 1. 10 questions aptitude
section 2. 10 oops questions based on c++
section 3. comprehension
section 4. 10 questions English grammar

Round 2 - Coding Test 

One coding question. it's like two lines of question, understand the question and write the code using any programming language.

Round 3 - One-on-one 

(1 Question)

  • Q1. General technical questions
  • Add your answer
Round 4 - One-on-one 

(1 Question)

  • Q1. General resume based questions.
  • Add your answer
Anonymous
company Logo

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
    Add your answer
  • 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
    Add your answer
  • 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
    Add your answer
  • 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
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - SmartWork is the key
Anonymous
More about working at Numino Labs
  • HQ - Pune, Maharashtra, India
  • IT Services & Consulting
  • 11-50 Employees (India)
  • Analytics & KPO

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 HR.
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. 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.

Numino Labs Interviews By Designations

  • Numino Labs Architect Interview Questions
  • Numino Labs Full Stack Software Developer Interview Questions
  • Numino Labs Java Trainee Interview Questions
  • Numino Labs Senior Technical Program Manager Interview Questions

Interview Questions for Popular Designations

  • Associate Interview Questions
  • Analyst Interview Questions
  • Software Engineer Interview Questions
  • Software Developer Interview Questions
  • Intern Interview Questions
  • Senior Engineer Interview Questions
  • Consultant Interview Questions
  • Java Developer Interview Questions
  • Show more
  • System Engineer Interview Questions
  • Deputy Manager Interview Questions

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
Infotact Solutions Interview Questions
4.5
 • 30 Interviews
Myrsa Technology Solutions
Myrsa Technology Solutions Interview Questions
3.5
 • 17 Interviews
GrapplTech
GrapplTech Interview Questions
4.8
 • 13 Interviews
Datansh Solutions
Datansh Solutions Interview Questions
4.2
 • 10 Interviews
	Socure India
Socure India Interview Questions
3.9
 • 7 Interviews
Abhinav IT Solutions
Abhinav IT Solutions Interview Questions
3.3
 • 7 Interviews
Sciflare Technologies Private Limited
Sciflare Technologies Private Limited Interview Questions
4.0
 • 6 Interviews
Provakil Technologies
Provakil Technologies Interview Questions
3.0
 • 6 Interviews
SynthWeb
SynthWeb Interview Questions
5.0
 • 6 Interviews
EffiaSoft
EffiaSoft Interview Questions
3.9
 • 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
Jobs at Numino Labs
Numino Labs
Lead DevOps Engineer (Python)

South Goa,

Pune

7-12 Yrs

Not Disclosed

Numino Labs
Lead Python Developer (Cloud)

South Goa,

Pune

7-12 Yrs

Not Disclosed

Numino Labs
Java Architect

Panaji,

Vasco Da Gama

+1

10-20 Yrs

Not Disclosed

Explore more jobs
Numino Labs Salaries in India
Java Developer
21 salaries
unlock blur

₹4 L/yr - ₹6.5 L/yr

HR Business Partner
11 salaries
unlock blur

₹3.6 L/yr - ₹4.8 L/yr

Software Developer
5 salaries
unlock blur

₹1.3 L/yr - ₹7 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

GrapplTech

4.8
Compare
Infotact Solutions

Infotact Solutions

4.5
Compare
Wilco Source

Wilco Source

3.5
Compare
Vizlogic Digital Solutions

Vizlogic Digital Solutions

4.6
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Numino Labs Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter