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 was interviewed in Jul 2023.

Round 1 - HR 

(2 Questions)

  • Q1. Family bg, Qualifications
  • Q2. Educational Bg , Residence Location
Round 2 - 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 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
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Eq and iq test that contain you emotions management

Round 2 - Technical 

(2 Questions)

  • Q1. $lookup in mongodb
  • Ans. 

    The $lookup operator in MongoDB is used to perform a left outer join between two collections.

    • Used to combine data from two collections based on a common field

    • Requires a local field and a foreign field to match documents

    • Returns an array of documents that include matched data from both collections

  • Answered by AI
  • Q2. $graphlookup in mongo db
  • Ans. 

    The $graphlookup operator in MongoDB is used to perform recursive queries on graph-like data structures.

    • Used to perform recursive queries on graph-like data structures

    • Can be used to traverse relationships between documents in a collection

    • Helps in querying hierarchical data structures

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It is simple. Please be confident

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

It was good and to the point

Round 2 - HR 

(2 Questions)

  • Q1. Just about the previous job
  • Q2. Projects and stuff about the previous job

I applied via LinkedIn and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Normal question regarding web development

Interview Preparation Tips

Interview preparation tips for other job seekers - I have given almost all answer with brief still he want something else strange

Software Developer Interview Questions & Answers

Snovasys user image 218A1A05A9 GOGATI GOVARDHAN

posted on 1 Nov 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

(2 Questions)

  • Q1. Number series in aptitude
  • Ans. 

    Number series in aptitude involves identifying the pattern in a sequence of numbers and predicting the next number.

    • Look for patterns such as arithmetic progression, geometric progression, or a combination of both.

    • Check for alternate numbers, differences between consecutive numbers, or multiplication factors.

    • Consider prime numbers, squares, cubes, or other mathematical operations applied to the series.

    • Example: 2, 4, 6, ...

  • Answered by AI
  • Q2. Relation ships in berbal
  • Ans. 

    Relationships in verbal communication are crucial for effective collaboration and understanding.

    • Verbal communication involves both verbal and non-verbal cues

    • Active listening is key to building strong relationships in verbal communication

    • Clarity and conciseness in speech can enhance relationships

    • Empathy and understanding of others' perspectives are important in verbal relationships

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain the four branches of oops
  • Ans. 

    The four branches of OOP are encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Allowing a class to inherit properties and behavior from another class.

    • Polymorphism: The ability for objects of different classes to respond to the same method call.

    • Abstraction: Hiding the complex implementation details and showing only

  • Answered by AI
  • Q2. Explain about the structures in c
  • Ans. 

    Structures in C are user-defined data types that allow grouping of variables of different data types under a single name.

    • Structures are used to represent a record which consists of different data types.

    • They are defined using the 'struct' keyword.

    • Each variable in a structure is called a member.

    • Structures can be nested within other structures.

    • Example: struct employee { int emp_id; char emp_name[50]; float emp_salary; };

    • E

  • 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 was interviewed in Nov 2024.

Round 1 - Aptitude Test 

The aptitude test evaluates problem-solving, coding skills, and logical reasoning, offering a fair challenge to showcase technical expertise.

Round 2 - One-on-one 

(2 Questions)

  • Q1. How do you handle conflicts in a team project?
  • Ans. 

    I address conflicts in team projects by promoting open communication, active listening, and seeking compromise.

    • Encourage open communication among team members to address conflicts early on

    • Practice active listening to understand all perspectives and concerns

    • Seek compromise and find common ground to resolve conflicts effectively

  • Answered by AI
  • Q2. What is the difference between an interface and an abstract class?
  • Ans. 

    Interface is a contract that defines the methods a class must implement, while an abstract class can have both implemented and abstract methods.

    • Interface can only have abstract methods and cannot have any implementation, while abstract class can have both abstract and implemented methods.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Interfaces are used to achieve multiple inheri...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Research the company, practice technical skills, communicate, showcase problem-solving abilities, stay confident, and demonstrate enthusiasm for the role
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the full stack development?
  • Q2. Involves working n both the frontend and backend(server) of a web application.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude questions with some basic coding questions

Round 2 - Coding Test 

They have given 3 coding questions and some pseudo codings

Round 3 - Technical 

(2 Questions)

  • Q1. Tell about your self
  • Q2. Some coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Dr Mahalingam College of Engineering & Technology, Coimbatore and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Logical thinking and quantitative

Round 2 - Coding Test 

One Java and one SQL and one js question

Round 3 - HR 

(3 Questions)

  • Q1. What is collections
  • Ans. 

    Collections are data structures that store and organize multiple elements in a single unit.

    • Collections provide methods to add, remove, and manipulate elements.

    • Examples of collections include arrays, lists, sets, and maps.

    • Collections can be used to efficiently manage and access large amounts of data.

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

    A constructor is a special method in a class that is automatically called when an object of that class is created.

    • Constructors have the same name as the class they belong to

    • They are used to initialize the object's state

    • Constructors can have parameters to customize the initialization process

  • Answered by AI
  • Q3. What is data science
  • Ans. 

    Data science is a field that uses scientific methods, algorithms, and systems to extract knowledge and insights from structured and unstructured data.

    • Data science involves collecting, analyzing, and interpreting large amounts of data to make informed decisions.

    • It combines statistics, machine learning, and domain knowledge to uncover patterns and trends in data.

    • Data scientists use programming languages like Python and R...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was moderate process

Skills evaluated in this interview

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
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

MIS Executive
5 salaries
unlock blur

₹1.8 L/yr - ₹3.8 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

Reliance Industries

4.0
Compare

Tata Group

4.2
Compare

Adani Group

3.9
Compare

Bharti Enterprises

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