Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Capital Numbers Infotech Team. If you also belong to the team, you can get access from here

Capital Numbers Infotech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Capital Numbers Infotech Interview Questions, Process, and Tips

Updated 13 Feb 2025

Top Capital Numbers Infotech Interview Questions and Answers

View all 29 questions

Capital Numbers Infotech Interview Experiences

Popular Designations

33 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Self Introduction
  • Q2. Twilio Framework
Round 2 - Technical 

(2 Questions)

  • Q1. Related to Django Framework
  • Q2. Related to Twilio Framework
Round 3 - Group Discussion 

Job Roles and Responsibility & Salary Discussion

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is Session?
  • Ans. 

    Session is a way to store user data on the server side for each user during their visit to a website.

    • Sessions are used to store user-specific information such as login credentials, shopping cart items, etc.

    • Sessions are maintained using a unique session ID which is usually stored in a cookie on the client side.

    • Session data is stored on the server side and can be accessed and modified throughout the user's visit.

    • Sessions...

  • Answered by AI
  • Q2. How ORM works in symfony?
  • Ans. 

    ORM in Symfony allows developers to interact with databases using object-oriented programming.

    • ORM stands for Object-Relational Mapping, which maps database tables to PHP objects.

    • Symfony uses Doctrine ORM, which provides powerful tools for database interaction.

    • Developers can define entity classes to represent database tables and use Doctrine annotations to map properties to columns.

    • Queries can be written using Doctrine ...

  • Answered by AI
  • Q3. Inner Join and Left Join

Interview Preparation Tips

Topics to prepare for Capital Numbers Infotech Symfony Developer interview:
  • All basisc
  • Object relation mapping
  • session
  • cookie
  • syntax of symfony
  • Controller
  • composer

Skills evaluated in this interview

Symfony Developer Interview Questions asked at other Companies

Q1. how ORM works in symfony?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What is paranoid? When to use it ?
  • Q2. State the use case where we can user message queues like AWS SQS? When to choose NoSql and when SQL?
  • Q3. Some coding questions like sorting, searching and basics of JS ? What is pass by reference?
Round 2 - HR 

(1 Question)

  • Q1. Learning from previous job?

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Focus on the skills that you mention in your CV
2. Practice DSA

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (171)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Customer care XXXXX

Round 2 - One-on-one 

(2 Questions)

  • Q1. Customer care XXXXX
  • Q2. Customer care number XXXXX

Inbound Customer Care Executive Interview Questions asked at other Companies

Q1. What do you mean by BPO, Banking, Introduction, Customer Service, Banking Products, Daily Routine, Yesterday Routine, Last Weekend, Credit card.
View answer (2)

Capital Numbers Infotech interview questions for popular designations

 Software Engineer

 (7)

 Laravel Developer

 (3)

 Software Developer

 (3)

 Senior Software Engineer

 (2)

 ASP.NET MVC Developer

 (1)

 Digital Transformation Consultant

 (1)

 Dot Net Developer Trainee

 (1)

 Executive Accountant

 (1)

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - Coding Test 

They ask me about the fundamentals of JavaScript, CSS, and HTML.

Round 2 - Assignment 

Asked request me to create an animated website.

Round 3 - Technical 

(2 Questions)

  • Q1. Ask about react
  • Q2. Ask about node
Round 4 - HR 

(1 Question)

  • Q1. Simple HR question

Interview Preparation Tips

Interview preparation tips for other job seekers - My interviewer, who is my tech lead, loves to ask basic questions that are crucial, so it's important to have a clear understanding of the fundamentals.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (183)

Get interview-ready with Top Capital Numbers Infotech Interview Questions

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

(2 Questions)

  • Q1. Presales Process
  • Q2. Various methodologies used in Presales

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your answers precise and to the topic

Presales Consultant Interview Questions asked at other Companies

Q1. What are the important documents to be submitted during the RFP.
View answer (2)
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 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Fundamental of javaScript
  • Q2. Fundamentals of React
  • Ans. 

    React is a JavaScript library for building user interfaces.

    • React allows developers to create reusable UI components.

    • It uses a virtual DOM for efficient rendering.

    • React uses JSX, a syntax extension that allows mixing HTML with JavaScript.

    • State and props are used to manage data and pass information between components.

  • Answered by AI
Round 2 - Coding Test 

App was given to create

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Lifecycle of laravel and vue. Why do we use laravel and vue instead of other frameworks.
  • Ans. 

    Laravel and Vue have complementary lifecycles, with Laravel handling server-side logic and Vue handling client-side interactions.

    • Laravel is a PHP framework that follows the MVC architecture, providing a robust backend for web applications.

    • Vue is a JavaScript framework for building interactive user interfaces, allowing for dynamic updates without reloading the page.

    • Laravel and Vue work well together through Laravel's AP...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Despite a positive interview experience with Capital Number Infotech, the lack of follow-up and communication from the HR department regarding interview feedback is disappointing. Despite attempts to reach out via call and message, there has been no response. This lack of professionalism and communication reflects poorly on the company's candidate experience. As such, I am compelled to rate my experience with only one star.

Skills evaluated in this interview

Laravel Developer Interview Questions asked at other Companies

Q1. What changes are necessary in .env file when you upload it on production?
View answer (3)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - HR 

(2 Questions)

  • Q1. Tell Me about yourself?
  • Q2. What you have done on your past Job Role
Round 2 - Technical 

(1 Question)

  • Q1. Find Linkedin Profile of given email address
  • Ans. 

    Use search engines or social media platforms to find the Linkedin profile associated with the given email address.

    • Search for the email address on Linkedin's search bar

    • Use search engines like Google with the email address and 'Linkedin' keyword

    • Check other social media platforms like Facebook or Twitter for any linked Linkedin profiles

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Details about Family
  • Q2. Why I am leaving my Current Job
  • Q3. What is your goal after 4 to 5 years

Digital Transformation Consultant Interview Questions asked at other Companies

Q1. What insights can you provide from your case study on Digital Transformation?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

(6 Questions)

  • Q1. Sachin Tendulkar
  • Q2. Sachin Tendulkar and eminent domain
  • Q3. Sachin Tendulkar is a
  • Q4. Sachi and support you in
  • Q5. Sachin Tendulkar is a very
  • Q6. Sachin fahd theek hai es vu VV can gift and ch a

Security Supervisor Interview Questions asked at other Companies

Q1. What is your role if there is any emergency in plant?
View answer (8)

Capital Numbers Infotech Interview FAQs

How many rounds are there in Capital Numbers Infotech interview?
Capital Numbers Infotech interview process usually has 2-3 rounds. The most common rounds in the Capital Numbers Infotech interview process are Technical, HR and Resume Shortlist.
How to prepare for Capital Numbers Infotech 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 Capital Numbers Infotech. The most common topics and skills that interviewers at Capital Numbers Infotech expect are Javascript, PHP, Front End, JQuery and Web Technologies.
What are the top questions asked in Capital Numbers Infotech interview?

Some of the top questions asked at the Capital Numbers Infotech interview -

  1. What is soap. And what us differences between rest and s...read more
  2. How many years do you have the experience in ____ (programming language you hav...read more
  3. State the use case where we can user message queues like AWS SQS? When to choos...read more
How long is the Capital Numbers Infotech interview process?

The duration of Capital Numbers Infotech interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Capital Numbers Infotech Interview Process

based on 34 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k 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
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
View all

Capital Numbers Infotech Reviews and Ratings

based on 821 reviews

4.6/5

Rating in categories

4.4

Skill development

4.5

Work-life balance

4.3

Salary

4.3

Job security

4.5

Company culture

4.1

Promotions

4.5

Work satisfaction

Explore 821 Reviews and Ratings
Software Engineer
202 salaries
unlock blur

₹2.5 L/yr - ₹10 L/yr

Senior Software Engineer
127 salaries
unlock blur

₹3.6 L/yr - ₹15 L/yr

Front end Developer
48 salaries
unlock blur

₹2.4 L/yr - ₹5.5 L/yr

Web Developer
29 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Project Manager
29 salaries
unlock blur

₹4.5 L/yr - ₹13 L/yr

Explore more salaries
Compare Capital Numbers Infotech 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