Upload Button Icon Add office photos

Filter interviews by

Inncircles Technologies Interview Questions and Answers

Updated 6 Jan 2025

Inncircles Technologies Interview Experiences

Popular Designations

5 interviews found

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

I applied via curtShort and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Structural directive,SSR,CSR,ISR and About Pipe And directives, ForkJoin and SwitchMap,
  • Q2. Asked to create pipe,directive, use of Reactive forms.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on RXJS Operators

Angular Developer Interview Questions asked at other Companies

Q1. How can you pass data between parent and child components?, what is component interaction
View answer (5)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. I don't know please try again later
  • Q2. I don't know please try again later please

Mern Full Stack Developer Interview Questions asked at other Companies

Q1. What is the way to save large files (e.g. photos) into MongoDB database.
View answer (2)
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Koko eating bananas
Maximum product
Number of valid parenthesis
Prefix sum
Overlapping intervals

Mern Full Stack Developer Interview Questions asked at other Companies

Q1. What is the way to save large files (e.g. photos) into MongoDB database.
View answer (2)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. ZigZag traversal in tree
  • Ans. 

    ZigZag traversal in tree involves traversing the tree in a zigzag pattern, alternating between left and right directions at each level.

    • Start by traversing the tree level by level, alternating between left and right directions.

    • Use a queue data structure to keep track of nodes at each level.

    • For each level, alternate the direction of traversal to achieve the zigzag pattern.

    • Example: For a tree with root node 1 and children...

  • Answered by AI

Product Developer Interview Questions asked at other Companies

Q1. What is the difference between GET and POST methods in HTTP?
View answer (1)

Inncircles Technologies interview questions for popular designations

 Product Developer

 (2)

 Mern Full Stack Developer

 (2)

 Angular Developer

 (1)

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

I applied via Referral and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Data structures and alogrithms
  • Q2. Sort array with 0s and 1s.
  • Ans. 

    Sort an array of strings containing 0s and 1s.

    • Use a sorting algorithm like counting sort or quicksort to efficiently sort the array.

    • Alternatively, you can use two pointers approach to swap 0s and 1s in-place.

    • Example: Input array ['0', '1', '0', '1', '1', '0'] should be sorted to ['0', '0', '0', '1', '1', '1'].

  • Answered by AI
  • Q3. Build a tree for linkedin connections model
  • Ans. 

    A tree for LinkedIn connections model

    • Start with the user at the root of the tree

    • Each connection is a child node branching off from the user

    • Connections can have their own connections, creating a hierarchical structure

    • Include attributes like connection strength or relationship type

  • Answered by AI
  • Q4. Left view of a tree
  • Ans. 

    The left view of a tree shows the nodes that are visible when looking at the tree from the left side.

    • The left view of a tree can be obtained by performing a level order traversal and keeping track of the first node at each level.

    • Nodes at the leftmost side of each level will be part of the left view.

    • Example: For a tree with nodes 1, 2, 3, 4, 5, the left view would be 1, 2.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have skills in MEAN or MERN

Skills evaluated in this interview

Product Developer Interview Questions asked at other Companies

Q1. What is the difference between GET and POST methods in HTTP?
View answer (1)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is error handling middleware?
  • Ans. 

    Error handling middleware is a function that processes errors in an Express application.

    • Error handling middleware is defined with four parameters: err, req, res, and next.

    • It is used to catch errors that occur during the execution of route handlers or other middleware functions.

    • It is typically defined at the end of the middleware chain with app.use() and has a signature like (err, req, res, next) => {...}.

    • Example: app.u...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Arrays reverse in js
  • Ans. 

    Use the built-in reverse() method to reverse an array in JavaScript.

    • Use the reverse() method on the array to reverse its elements in place.

    • Example: let arr = ['apple', 'banana', 'cherry']; arr.reverse(); // ['cherry', 'banana', 'apple']

  • Answered by AI
  • Q2. String question various conditions

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is virtual DOM?
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM that allows for efficient updates and rendering in web applications.

    • Virtual DOM is a concept used in frameworks like React to improve performance by minimizing direct manipulation of the actual DOM.

    • When changes are made to the virtual DOM, a comparison is done with the actual DOM to identify the minimal number of updates needed.

    • This approach reduces the number of DOM ...

  • Answered by AI
  • Q2. What is foriegn Key SQL?
  • Ans. 

    Foreign key in SQL is a field in a table that is a primary key in another table, establishing a relationship between the two tables.

    • A foreign key constraint ensures referential integrity between two related tables.

    • It helps maintain consistency and avoid orphan records.

    • Example: In a database with tables 'orders' and 'customers', the 'customer_id' in 'orders' table can be a foreign key referencing the 'id' column in 'cus

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is props
  • Ans. 

    Props are read-only properties that are passed from a parent component to a child component in React.

    • Props allow data to be passed down the component tree.

    • Props are immutable and cannot be changed by the child component.

    • Props are accessed in the child component using this.props.

  • Answered by AI
  • Q2. What is Good feedback you ever got in during you development period.

Skills evaluated in this interview

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 

(2 Questions)

  • Q1. Was asking in-depth about my past company's projects
  • Q2. Was asking in-depth in my technology which i mentioned in resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in your resume and you projects. Because the question will be only based ou your resume and the job description be confident in that
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Which one you choose mongo vs mysql and why
  • Ans. 

    I would choose MongoDB for its flexibility and scalability in handling unstructured data.

    • MongoDB is a NoSQL database, making it easier to work with unstructured data compared to MySQL which is a relational database.

    • MongoDB is highly scalable and can handle large amounts of data and high traffic loads.

    • MongoDB is a good choice for applications that require frequent updates and real-time analytics.

    • MySQL is a better choice...

  • Answered by AI

Skills evaluated in this interview

Inncircles Technologies Interview FAQs

How many rounds are there in Inncircles Technologies interview?
Inncircles Technologies interview process usually has 1 rounds. The most common rounds in the Inncircles Technologies interview process are Technical and Coding Test.
What are the top questions asked in Inncircles Technologies interview?

Some of the top questions asked at the Inncircles Technologies interview -

  1. Build a tree for linkedin connections mo...read more
  2. Sort array with 0s and ...read more
  3. Left view of a t...read more

Tell us how to improve this page.

Inncircles Technologies Interview Process

based on 7 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k 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
 • 791 Interviews
View all

Inncircles Technologies Reviews and Ratings

based on 6 reviews

3.4/5

Rating in categories

3.6

Skill development

2.9

Work-life balance

3.2

Salary

3.6

Job security

3.6

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 6 Reviews and Ratings
Product Developer
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Delivery Manager
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Product Developer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Full Stack Developer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Inncircles Technologies 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