Upload Button Icon Add office photos

Filter interviews by

Aritha Consulting Services Full Stack Developer Interview Questions and Answers

Updated 9 Aug 2024

Aritha Consulting Services Full Stack Developer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Whats is nodejs
  • Ans. 

    Node.js is a runtime environment that allows you to run JavaScript on the server side.

    • Node.js is built on Chrome's V8 JavaScript engine.

    • It uses an event-driven, non-blocking I/O model.

    • Node.js is commonly used for building server-side applications and APIs.

    • It has a large ecosystem of open-source libraries and frameworks like Express.js.

  • Answered by AI
  • Q2. What is reactjs
  • Ans. 

    ReactJS is a JavaScript library for building user interfaces.

    • Declarative: React makes it easy to create interactive UIs by breaking them into reusable components.

    • Virtual DOM: React uses a virtual DOM to improve performance by only updating the necessary parts of the actual DOM.

    • Component-based: React follows a component-based architecture, where each component manages its own state and can be reused throughout the appli...

  • Answered by AI

Skills evaluated in this interview

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 Aritha Consulting Services?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Tell me about software system

Full Stack Developer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Query and Matrix Problem Statement You are given a binary matrix ... read more
asked in MakeMyTrip
Q2. Tower of Hanoi Problem Statement You have three rods numbered fro ... read more
Q3. Maximum Difference Problem Statement Given an array ARR of N elem ... read more
asked in Samsung
Q4. LCA of Binary Tree Problem Statement You are given a binary tree ... read more
Q5. Count Set Bits Problem Statement Given a positive integer N, comp ... read more

I applied via Recruitment Consultant and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What is Abstraction
  • Q2. Concept of hiding implementation

Interview Preparation Tips

Interview preparation tips for other job seekers - Not bad, good atmosphere, positive response from staff

I applied via Recruitment Consultant and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About springboot ,and architecture of your current project, design patterns . 1st round would be on Angular7 and basic questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer was very nice , they will guide you whenever I was stuck on any problems.Believe in yourself ,you are the best!
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
No response

I applied via Campus Placement and was interviewed before Nov 2021. There were 2 interview rounds.

Round 1 - Assignment 

Best wishes to you know that you have to come to the day da

Round 2 - Group Discussion 

Hi sir I have sent the best for first year and all the best for your reference

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy easy easy drawing with this picture 🖼️ and avarampatti photos and videos are you please send panta and all the best for your reference

I applied via Company Website and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. .NET basics

Interview Questionnaire 

1 Question

  • Q1. Basic questions
Are these interview questions helpful?

Interview Questionnaire 

1 Question

  • Q1. What is Design Patterns?
  • Ans. 

    Design Patterns are reusable solutions to commonly occurring problems in software design.

    • Design Patterns provide a common vocabulary for developers to communicate about solutions to problems.

    • They help in making code more flexible, reusable, and maintainable.

    • Examples of Design Patterns include Singleton, Factory, Observer, and Decorator.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do have a good knowledge of all the technologies you are using.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Based on programming

I appeared for an interview before Sep 2020.

Round 1 - Face to Face 

(2 Questions)

Round duration - 30 Minutes
Round difficulty - Easy

The interviewer was quite friendly. There were two questions one from arrays and other one from strings.

  • Q1. 

    String Compression Problem Statement

    Implement a program that performs basic string compression. When a character is consecutively repeated more than once, replace the consecutive duplicates with the coun...

  • Ans. 

    Implement a program to compress a string by replacing consecutive duplicates with the count of repetitions.

    • Iterate through the string and keep track of consecutive characters and their counts.

    • Replace consecutive duplicates with the count of repetitions.

    • Ensure the count of repetitions is ≤ 9.

    • Return the compressed string.

  • Answered by AI
  • Q2. 

    Maximum Subarray Sum Problem Statement

    Given an array ARR consisting of N integers, your goal is to determine the maximum possible sum of a non-empty contiguous subarray within this array.

    Example of Sub...

  • Ans. 

    Find the maximum sum of a contiguous subarray in an array of integers.

    • Use Kadane's algorithm to find the maximum subarray sum in linear time.

    • Initialize two variables: maxEndingHere and maxSoFar to keep track of the current subarray sum and the maximum subarray sum seen so far.

    • Iterate through the array and update the variables accordingly.

    • Return the maxSoFar as the result.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Delhi University. I applied for the job as SDE - 1 in ChandigarhEligibility criteriaAbove 7 CGPAInfosys interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, Operating Systems, Aptitude, PuzzleTime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : Practice at-least 200-250 questions from different topics.
Tip 2 : Prepare aptitude well.

Application resume tips for other job seekers

Tip 1 : Resume should be always one pager.
Tip 2 : Mention all your projects and if you have a good score mention it on top.

Final outcome of the interviewSelected

Skills evaluated in this interview

Aritha Consulting Services Interview FAQs

How many rounds are there in Aritha Consulting Services Full Stack Developer interview?
Aritha Consulting Services interview process usually has 1 rounds. The most common rounds in the Aritha Consulting Services interview process are Technical.
How to prepare for Aritha Consulting Services Full Stack Developer 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 Aritha Consulting Services. The most common topics and skills that interviewers at Aritha Consulting Services expect are Backend, AWS, Front End, MongoDB and Python.
What are the top questions asked in Aritha Consulting Services Full Stack Developer interview?

Some of the top questions asked at the Aritha Consulting Services Full Stack Developer interview -

  1. what is reac...read more
  2. Whats is nod...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Software Engineer
16 salaries
unlock blur

₹3.6 L/yr - ₹7.5 L/yr

Devops Engineer
9 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Software Developer
7 salaries
unlock blur

₹5 L/yr - ₹12 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹18 L/yr - ₹27 L/yr

Technical Lead
4 salaries
unlock blur

₹17 L/yr - ₹22 L/yr

Explore more salaries
Compare Aritha Consulting Services with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview