Upload Button Icon Add office photos

Filter interviews by

A One Salasar Full Stack Developer Interview Questions, Process, and Tips

Updated 2 Aug 2023

A One Salasar Full Stack Developer Interview Experiences

1 interview found

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

I appeared for an interview in Jul 2023.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. Family bg, Qualifications
  • Q2. Educational Bg , Residence Location
Round 3 - Technical 

(4 Questions)

  • Q1. What is Having clause
  • Ans. 

    Having clause is used in SQL to filter groups based on specified conditions after the group by clause.

    • Used in SQL queries to filter groups of rows based on specified conditions

    • Applied after the group by clause

    • Similar to where clause but operates on groups rather than individual rows

  • Answered by AI
  • Q2. What are aggregate function
  • Ans. 

    Aggregate functions are functions in databases that perform a calculation on a set of values and return a single value.

    • Aggregate functions are used in SQL queries to perform operations on groups of rows and return a single result.

    • Examples of aggregate functions include SUM, AVG, COUNT, MIN, and MAX.

    • These functions are commonly used with the GROUP BY clause to group rows based on a specific column.

  • Answered by AI
  • Q3. What is enum in sql
  • Ans. 

    Enum in SQL is a data type that restricts a column's value to a predefined set of constants.

    • Enum is used to define a list of possible values for a column.

    • It helps in ensuring data integrity by limiting the values that can be inserted into a column.

    • Example: CREATE TABLE Users (gender ENUM('Male', 'Female', 'Other'));

  • Answered by AI
  • Q4. What is var,let in JS
  • Ans. 

    var and let are both used for variable declaration in JavaScript, but they have different scopes and hoisting behaviors.

    • var has function scope and is hoisted to the top of the function, while let has block scope and is not hoisted.

    • Variables declared with var can be redeclared within the same scope, but variables declared with let cannot.

    • Using var outside of a function will declare the variable in the global scope, whil...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be polite technical round was easy. they mainly hire for PHP devs

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Difference between for and for each
  • Ans. 

    For loop is used for iterating over a range of values while for each loop is used for iterating over elements of an array.

    • For loop is used when the number of iterations is known beforehand.

    • For each loop is used when the number of iterations is not known beforehand.

    • For loop can be used with any iterable object.

    • For each loop can only be used with arrays and other iterable objects.

    • For loop uses an index variable to access...

  • Answered by AI

I appeared for an interview before Aug 2016.

Interview Preparation Tips

Round: Resume Shortlist
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments

Round: Test
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments
Total Questions: 15

Round: Test
Experience: See my mentality
Tips: No comments
Duration: 45 minutes

Round: Group Discussion
Experience: Communication
Tips: No comments

Skills: Communication And Confidence
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2023. 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 - Aptitude Test 

Basic Aptitude Test

Round 3 - Technical 

(2 Questions)

  • Q1. Basic Javascript Question from freecodecamp
  • Q2. Asked about the Tech Stack you are Baised towards

Interview Preparation Tips

Interview preparation tips for other job seekers - They Were not interested in the thought process just wanted the solution
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
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. 3 Question was there related to architecture and Computer networks.
Round 2 - Technical 

(2 Questions)

  • Q1. Microservices and Monolith.
  • Q2. Leetcode hard Sum.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. The Database performance is becoming a bottleneck and the team needs to horizontally scale the database. Which design approach should they use to scale the database efficiently?
  • Q2. The app needs to send a beyond time notification to user about driver status. The status are asked, arrived, cancelled or completed. Each notification must be processed asynchronously to avoid blocking oth...
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Can you introduce yourself?
  • Ans. 

    Experienced Full Stack Developer with expertise in front-end and back-end technologies.

    • Experienced in HTML, CSS, JavaScript for front-end development

    • Proficient in Node.js, Express, MongoDB for back-end development

    • Familiar with React, Angular for building interactive web applications

  • Answered by AI
  • Q2. What is graphQL?, What is REST API? and which is better graphQL or REST API?
  • Ans. 

    GraphQL is a query language for APIs and a runtime for executing those queries. REST API is a set of rules for building web services. Both have their own advantages.

    • GraphQL allows clients to request only the data they need, reducing over-fetching and under-fetching.

    • REST API follows a more rigid structure and is easier to understand for beginners.

    • GraphQL is more efficient for complex queries involving multiple resources...

  • Answered by AI
Round 2 - Case Study 

I was asked to discuss the system design of Google Meet, with a primary focus on video processing and WebRTC.

Round 3 - Coding Test 

A graph question regarding LC 1334.

Round 4 - HR 

(1 Question)

  • Q1. Can you provide an introduction and a summary of your past experiences, as well as your motivations for wanting to join this company?
  • Ans. 

    Experienced Full Stack Developer with a passion for creating innovative solutions and a strong desire to contribute to a dynamic team.

    • Over 5 years of experience in full stack development, working on various projects from concept to deployment.

    • Proficient in front-end technologies such as HTML, CSS, JavaScript, and React.

    • Skilled in back-end technologies including Node.js, Express, and MongoDB.

    • Motivated by the opportunity...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Hummingbird Web Solutions Full Stack Developer interview:
  • System Design
  • DSA
Interview preparation tips for other job seekers - The first round was focused on system design, so please be prepared, as it is uncommon for freshers to excel in that area.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. General fit to profile filtration
Round 2 - Technical 

(3 Questions)

  • Q1. To the profile applied for
  • Q2. Explain an actual component
  • Ans. 

    An actual component is a reusable and modular piece of software that performs a specific function within a larger system.

    • Components are often designed to be independent and can be easily integrated into different systems.

    • Examples of components include buttons, input fields, and dropdown menus in a user interface.

    • Components can have their own logic, styling, and functionality, making them versatile building blocks for s

  • Answered by AI
  • Q3. Design the architecture
  • Ans. 

    Designing the architecture for a software system involves planning the structure and components of the system.

    • Identify the key components of the system and their interactions

    • Choose appropriate technologies and frameworks for each component

    • Consider scalability, performance, security, and maintainability

    • Create a detailed diagram or documentation of the architecture

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Attitude towards work

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not bluff they will catch you immediately as even their management are hardcore coders

Skills evaluated in this interview

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

Round 1 - Coding Test 

1st test was aptitude and a easy coding test

Round 2 - Coding Test 

The 2nd test was pure coding based test on hacker rank platform and contains 2 easy and 2 medium question

Round 3 - Technical 

(1 Question)

  • Q1. Round 3 was technical interview and asked from basics of computer programming and architecture
Round 4 - HR 

(4 Questions)

  • Q1. What is your family background?
  • Q2. Why are you looking for a change?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Advice is just improve basics of programming and DSA with a database management and basicsa of os and networks

A One Salasar Interview FAQs

How many rounds are there in A One Salasar Full Stack Developer interview?
A One Salasar interview process usually has 3 rounds. The most common rounds in the A One Salasar interview process are Resume Shortlist, HR and Technical.
How to prepare for A One Salasar 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 A One Salasar. The most common topics and skills that interviewers at A One Salasar expect are PHP, Codeigniter, Ajax, Bootstrap and Communication Skills.
What are the top questions asked in A One Salasar Full Stack Developer interview?

Some of the top questions asked at the A One Salasar Full Stack Developer interview -

  1. what is Having cla...read more
  2. what are aggregate funct...read more
  3. what is var,let in...read more

Tell us how to improve this page.

A One Salasar Full Stack Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

A One Salasar Full Stack Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
MIS Executive
6 salaries
unlock blur

₹1.8 L/yr - ₹3.8 L/yr

Operations Executive
5 salaries
unlock blur

₹2.1 L/yr - ₹3.5 L/yr

Business Development Executive
5 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

IT Operations Executive
5 salaries
unlock blur

₹1.2 L/yr - ₹3 L/yr

Data Analyst
4 salaries
unlock blur

₹3.6 L/yr - ₹5 L/yr

Explore more salaries
Compare A One Salasar with

Appsierra

4.4
Compare

Diverse Lynx

3.7
Compare

Accel Frontline

4.0
Compare

Prologic Web Solutions

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