Upload Button Icon Add office photos

Filter interviews by

Northout Solutions Interview Questions and Answers

Updated 22 Sep 2021

Northout Solutions Interview Experiences

Popular Designations

2 interviews found

Interview Questionnaire 

2 Questions

  • Q1. Tell me about your self and relevant experience in wpf
  • Q2. Ado.net questions and mvvm architecture

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)

I applied via Naukri.com

Interview Questionnaire 

5 Questions

  • Q1. Have you experienc on CI/CD Pipelines?
  • Ans. 

    Yes, I have experience with CI/CD pipelines.

    • I have worked with Jenkins, GitLab CI/CD, and CircleCI.

    • I have created and maintained pipelines for multiple projects.

    • I have experience with automated testing and deployment.

    • I have implemented continuous integration and delivery for both web and mobile applications.

  • Answered by AI
  • Q2. How will you transfer millions of record form Desktop Application to Web Application in Java?
  • Ans. 

    Data can be transferred using ETL tools or APIs. The process can be optimized by batching and parallel processing.

    • Use ETL tools like Talend or Pentaho to extract data from desktop application and load it into web application

    • Create APIs to transfer data in batches to avoid network congestion

    • Optimize the process by parallel processing of data transfer

    • Ensure data integrity and consistency during transfer

  • Answered by AI
  • Q3. How will you exit smoothly if one of your microservice has gone down?. How will you handle exception scenario
  • Ans. 

    We will use load balancing and circuit breaker pattern to handle the exception scenario.

    • We will use a load balancer to redirect traffic to other healthy microservices.

    • We will implement a circuit breaker pattern to prevent cascading failures.

    • We will use monitoring tools to detect the failure and take necessary actions.

    • We will have a fallback mechanism in place to handle the failure scenario.

  • Answered by AI
  • Q4. Do you have knowledge of Spring cloud
  • Ans. 

    Yes, I have knowledge of Spring cloud.

    • I have experience in developing microservices using Spring Cloud.

    • I have worked with Spring Cloud Config Server for centralized configuration management.

    • I have used Spring Cloud Netflix for service discovery and load balancing.

    • I have implemented circuit breaker patterns using Spring Cloud Netflix Hystrix.

    • I have also worked with Spring Cloud Sleuth for distributed tracing.

    • I am famili...

  • Answered by AI
  • Q5. How do you handle logging from multiple applications
  • Ans. 

    I use a centralized logging system and implement a standardized logging format.

    • Implement a centralized logging system such as ELK stack or Splunk

    • Standardize the logging format across all applications

    • Use unique identifiers to track logs from different applications

    • Set up alerts and notifications for critical logs

    • Regularly review and analyze logs for insights and improvements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and Knowledge on Design Patterns and out of box solution

Skills evaluated in this interview

Technical Architect Interview Questions asked at other Companies

Q1. How to manage clients, how to handle critical issues with example
View answer (3)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of python, project related questions
  • Q2. Basic SQL, few simple problem solving questions
Round 2 - HR 

(2 Questions)

  • Q1. Interests, hobbies ,general HR questions
  • Q2. Expected hike, salary, work timings preferred

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for basic python and sql.

I applied via Recruitment Consultant and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Object Oriented Concepts and basic list/tuple/dictionary/ datetime conversion
  • Q2. Project done in last company and how will you help Saama?

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to frame answers end to end and stick to what you have done. Don't try to exaggerate.

I applied via Company Website and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Complex sql scenarios and their results
  • Ans. 

    Complex SQL scenarios and their results

    • Using subqueries to filter data

    • Joining multiple tables with complex conditions

    • Using window functions to calculate running totals

    • Pivoting data to transform rows into columns

    • Using recursive queries to traverse hierarchical data

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have strong knowledge in SQL, ETL & DWH concepts

Skills evaluated in this interview

I applied via Company Website and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Coding Test 

DSA Medium Level Questions. Solve within 3 Hours.

Round 2 - One-on-one 

(1 Question)

  • Q1. 1 Question on String and 1 question on Dynamic Programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA Well and Have good Knowledge of Java. But it is not a good Company to join. Please don't join that company

I applied via Campus Placement and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I was asked a question on counting continuous max occurences of 1 in a string

Interview Preparation Tips

Interview preparation tips for other job seekers - Deep knowledge of programming is a must

I applied via Referral and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Coding Test 

If you are a fresher , then this is for you else almost no coding test for experienced candidates.

Round 2 - One-on-one 

(1 Question)

  • Q1. Javascript basics, Angular react general questions depends upon profile.
Round 3 - Behavioral 

(1 Question)

  • Q1. They asked general questions related to some hectic situation faced in previous company / project..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm . Clear your basics . That's it.

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident

I applied via Campus Placement and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Check if binary tree is balanced or not.
  • Ans. 

    Check if binary tree is balanced or not.

    • A balanced binary tree has the height of left and right subtrees differ by at most 1.

    • Recursively check the height of left and right subtrees and compare.

    • Use a helper function to calculate the height of a subtree.

    • Time complexity: O(nlogn) for a balanced tree, O(n^2) for a skewed tree.

  • Answered by AI
  • Q2. Detect loops in linked list.
  • Ans. 

    Detect loops in a linked list.

    • Use two pointers, one moving at a faster pace than the other.

    • If there is a loop, the faster pointer will eventually catch up to the slower one.

    • To detect the start of the loop, reset one pointer to the head and move both pointers at the same pace.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was good, do your DS Algo questoin thoroughly.

Skills evaluated in this interview

Northout Solutions Interview FAQs

How to prepare for Northout Solutions 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 Northout Solutions . The most common topics and skills that interviewers at Northout Solutions expect are Javascript, VPN, Java, CCNA and Firewall.
What are the top questions asked in Northout Solutions interview?

Some of the top questions asked at the Northout Solutions interview -

  1. How will you exit smoothly if one of your microservice has gone down?. How will...read more
  2. How will you transfer millions of record form Desktop Application to Web Applic...read more
  3. How do you handle logging from multiple applicati...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

kipi.ai Interview Questions
4.1
 • 58 Interviews
Affine Interview Questions
3.3
 • 49 Interviews
Cyfuture Interview Questions
3.0
 • 45 Interviews
View all

Northout Solutions Reviews and Ratings

based on 9 reviews

4.1/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

3.8

Salary

4.1

Job security

4.1

Company culture

4.2

Promotions

4.1

Work satisfaction

Explore 9 Reviews and Ratings
Senior Software Engineer
16 salaries
unlock blur

₹5.5 L/yr - ₹13 L/yr

Software Engineer
9 salaries
unlock blur

₹2.8 L/yr - ₹5 L/yr

Senior Business Analyst
9 salaries
unlock blur

₹4.2 L/yr - ₹9.5 L/yr

HR Executive
5 salaries
unlock blur

₹1.5 L/yr - ₹4.2 L/yr

Software Developer
4 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Explore more salaries
Compare Northout Solutions with

Medcode

4.5
Compare

Maxgen Technologies

4.5
Compare

Cyfuture

3.0
Compare

Value Point Systems

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