Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Silicon IT Hub Team. If you also belong to the team, you can get access from here

Silicon IT Hub Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Silicon IT Hub Interview Questions and Answers

Updated 11 Mar 2025

Silicon IT Hub Interview Experiences

Popular Designations

3 interviews found

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

I applied via LinkedIn and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Angular and JavaScript Basics
Round 2 - Coding Test 

CRUD Operation and Routine in angular

Round 3 - CTO ROUND 

(1 Question)

  • Q1. General, Reasoning, Behaviour

Junior Software Developer Interview Questions asked at other Companies

Q1. Given n coins for two players playing a game. Each player picks coins from the given n coins in such a way that he can pick 1 to 5 coins in one turn and the game continues for both the players. The player who picks the last coin looses the ... read more
View answer (3)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025.

Round 1 - Coding Test 

The interview process included two coding tests:

1. **Logic Test**: This was a straightforward programming assignment designed to evaluate logical thinking skills. One of the questions asked me to merge two sorted arrays into the first array while ensuring the overall sorted order was maintained.

2. **Algorithm & Data Structure Test**: This test was more advanced and focused on binary trees. The challenge involved managing an unknown number of inputs and required me to implement an efficient algorithm to process the tree structure. Additionally, I needed to explain my approach and the reasoning behind my chosen algorithm in detail.

Round 2 - owener meeting 

(1 Question)

  • Q1. The second round was a discussion with the owner. They asked general questions about me and my family. They wanted to know why I was interested in this job. Another key question was where I see myself in f...

Interview Preparation Tips

Interview preparation tips for other job seekers - I strongly advise against joining this company. The MD and CEO’s mindset is that if they need you, they will act as if they value you, but the moment they don’t, they will push you out without hesitation.

Do not sign their employment bond—it is a one-sided agreement that only benefits the company and restricts employees unfairly.

If you are considering this company, think twice. There are better workplaces that genuinely respect and value their employees.

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. Logical Questions
  • Q2. Database Related Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Go Well Prepared, they are looking for good resources.

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Jobs at Silicon IT Hub

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2022. There were 5 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 

Duration is around 1 hour

Round 3 - Technical 

(1 Question)

  • Q1. 1. Basic programming concepts 2. OOP concepts and basic problem solving skills
Round 4 - Technical 

(1 Question)

  • Q1. Programming question
Round 5 - HR 

(1 Question)

  • Q1. 1. Basic questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Second largest number in an array
  • Ans. 

    Find the second largest number in an array of strings.

    • Convert the strings to numbers for comparison.

    • Sort the array in descending order.

    • Return the second element in the sorted array.

  • Answered by AI
  • Q2. Pairs with given sum
  • Ans. 

    Find pairs in an array that sum up to a given target value.

    • Use a hash set to store the difference between the target value and each element in the array.

    • Iterate through the array and check if the current element's complement exists in the hash set.

    • Return the pairs that sum up to the target value.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. OOPS based questions
  • Q2. Basic language based questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is single page application
  • Ans. 

    Single page application is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.

    • SPA uses AJAX and HTML5 to create fluid and responsive user experience.

    • It eliminates the need for page reloading during use, making it faster and more efficient.

    • Examples include Gmail, Facebook, and Google Maps.

  • Answered by AI
  • Q2. What is state management
  • Ans. 

    State management is the process of managing the state of an application, including data flow, user interface updates, and user interactions.

    • State management involves storing and updating the state of an application to ensure data consistency.

    • It helps in managing user interface updates based on changes in the application state.

    • State management is crucial for handling user interactions and maintaining a seamless user exp...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2022. There were 3 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 

(2 Questions)

  • Q1. Basic JS questions
  • Q2. String Concat through function
Round 3 - Coding Test 

Advanced JS, PHP related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from the free code camp js questions

Silicon IT Hub Interview FAQs

How many rounds are there in Silicon IT Hub interview?
Silicon IT Hub interview process usually has 2 rounds. The most common rounds in the Silicon IT Hub interview process are Technical and Coding Test.
How to prepare for Silicon IT Hub 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 Silicon IT Hub. The most common topics and skills that interviewers at Silicon IT Hub expect are Digital Marketing, Javascript, PHP, HTML and Research.
What are the top questions asked in Silicon IT Hub interview?

Some of the top questions asked at the Silicon IT Hub interview -

  1. Database Related Questi...read more
  2. Angular and JavaScript Bas...read more
  3. General, Reasoning, Behavi...read more

Tell us how to improve this page.

Silicon IT Hub Interview Process

based on 5 interviews

Interview experience

2.8
  
Poor
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.4
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.9
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 31 Interviews
View all

Silicon IT Hub Reviews and Ratings

based on 21 reviews

3.2/5

Rating in categories

3.6

Skill development

3.2

Work-life balance

3.2

Salary

3.3

Job security

3.4

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 21 Reviews and Ratings
FMS Executive

Ahmedabad,

Prahladnagar

0-3 Yrs

Not Disclosed

ArcGIS Developer

Ahmedabad,

Prahladnagar

3-5 Yrs

Not Disclosed

Content Writer

Ahmedabad,

Prahlad nagar

1-3 Yrs

Not Disclosed

Explore more jobs
Project Manager
7 salaries
unlock blur

₹8.6 L/yr - ₹12.4 L/yr

Reactjs Developer
5 salaries
unlock blur

₹2.5 L/yr - ₹3.6 L/yr

Software Developer
5 salaries
unlock blur

₹2 L/yr - ₹4.9 L/yr

Business Analyst
5 salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

Senior IOS Developer
4 salaries
unlock blur

₹7 L/yr - ₹8 L/yr

Explore more salaries
Compare Silicon IT Hub with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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