Upload Button Icon Add office photos

Filter interviews by

Athamas Technologies Front end Developer Interview Questions and Answers

Updated 14 Oct 2023

Athamas Technologies Front end Developer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Apr 2023. There were 2 interview rounds.

Round 1 - Coding Test 

I was asked to build some components like a buttons ,checkboxes etc

Round 2 - Technical 

(4 Questions)

  • Q1. In this round too i was aked to. Reate components while i was on team cal with the interviwer
  • Q2. Who you can make button disabled on click
  • Ans. 

    You can make a button disabled on click by adding a click event listener and setting the 'disabled' attribute.

    • Add a click event listener to the button element

    • Inside the event listener function, set the 'disabled' attribute of the button to true

  • Answered by AI
  • Q3. Create a simple drop down menu
  • Ans. 

    Create a simple drop down menu using HTML and CSS

    • Use element to define the options in the menu

    • Style the drop down menu using CSS to customize its appearance

Answered by AI
  • Q4. Create hide and show kinda features
  • Ans. 

    Use CSS and JavaScript to create hide and show functionality on elements.

    • Use CSS display property to hide and show elements

    • Toggle classes with JavaScript to control visibility

    • Utilize event listeners to trigger hide and show actions

  • Answered by AI

    Skills evaluated in this interview

    Interview questions from similar companies

    Interview Questionnaire 

    3 Questions

    • Q1. 1. Basic html schemantics
    • Q2. 2. Pure JS
    • Q3. 3. Angular advance

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Hard Interview process

    I applied via LinkedIn

    Interview Questionnaire 

    5 Questions

    • Q1. 1.what is strict Mode in react. 2.Virtual Dom. 3,react and html difference
    • Q2. What is redux
    • Ans. 

      Redux is a predictable state container for JavaScript apps.

      • Redux is a library for managing application state

      • It provides a centralized store for all the state of an application

      • It uses a single source of truth principle

      • It allows for predictable state changes through actions and reducers

      • It is commonly used with React for building complex UIs

    • Answered by AI
    • Q3. What is jquery? 2.explain architecture of your project.
    • Ans. 

      jQuery is a fast, small, and feature-rich JavaScript library.

      • jQuery simplifies HTML document traversing, event handling, and animating.

      • It provides a set of methods for AJAX interactions and DOM manipulation.

      • jQuery is cross-platform and supports a wide range of browsers.

      • It has a large community and a vast number of plugins available.

      • Project architecture depends on the specific project and its requirements.

    • Answered by AI
    • Q4. Form validation in react
    • Ans. 

      Form validation in React ensures user input is correct before submission.

      • Use controlled components to manage form state

      • Create validation functions to check input

      • Display error messages for invalid input

      • Disable submit button until form is valid

      • Consider using a library like Formik or Yup for easier validation

    • Answered by AI
    • Q5. React hooks explanation
    • Ans. 

      React hooks are functions that allow functional components to use state and lifecycle methods.

      • Hooks were introduced in React 16.8

      • useState() is a hook that allows state to be used in functional components

      • useEffect() is a hook that allows lifecycle methods to be used in functional components

      • Custom hooks can be created to reuse stateful logic across components

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Make sure u have entered proper information in your resume,mostly they asked the questions related to previous projects working and the technologies which we had mentioned in resume, always study own resume and prepare accourding to that.

    Skills evaluated in this interview

    I applied via Recruitment Consulltant and was interviewed in Jan 2022. There were 5 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 
    Round 3 - Coding Test 
    Round 4 - Assignment 
    Round 5 - HR 

    (9 Questions)

    • Q1. What are your salary expectations?
    • Q2. What is your family background?
    • Q3. Share details of your previous job.
    • Q4. Why should we hire you?
    • Q5. Why are you looking for a change?
    • Q6. Where do you see yourself in 5 years?
    • Q7. What are your strengths and weaknesses?
    • Q8. Tell me about yourself.
    • Q9. Tell me about your questions

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Yes i can intresting in this company

    I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.

    Interview Questionnaire 

    1 Question

    • Q1. Javascript ES6 HTML and Reactjs

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Focus on Javascript more
    Interview experience
    5
    Excellent
    Difficulty level
    -
    Process Duration
    -
    Result
    No response
    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 - Coding Test 

    What is HTTPS and how it work in backend creation

    Round 3 - HR 

    (2 Questions)

    • Q1. Tell me something about your past job
    • Ans. What is MVC in Website operation
    • Answered Anonymously
    • Q2. Why do you want to join us

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Don't be hesitate infront of interviewer

    I applied via Naukri.com and was interviewed in Oct 2022. There were 4 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 - Coding Test 

    How revere the string without using reverse method

    Round 3 - Coding Test 

    Split duplication from the array

    Round 4 - HR 

    (2 Questions)

    • Q1. Salary negotiation, asked about my previous employer
    • Q2. Speak bold at time of salary negotiation

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Well prepared, have a hand experience in your technical
    Interview experience
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Aptitude Test 

    Verbal questions mostly asked and very easy

    Round 2 - Coding Test 

    Opps and recursion and an array and string questions asked

    Round 3 - Assignment 

    Quite easy round it was very simple

    Interview experience
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    -
    Result
    Not Selected
    Round 1 - One-on-one 

    (3 Questions)

    • Q1. Basic React Question
    • Q2. Basic Javascript Questions
    • Q3. Coding - Finding missing values from array(Javascript), Increment & decrement count (React)
    • Ans. 

      Finding missing values in array using JavaScript and incrementing/decrementing count in React.

      • Use JavaScript to find missing values in array by comparing with a reference array.

      • Implement logic to increment and decrement count in React based on user interactions.

      • Example: const array = ['apple', 'banana', 'orange']; const referenceArray = ['apple', 'banana', 'grape'];

      • Example: Implement a counter component in React that i...

    • Answered by AI

    Skills evaluated in this interview

    Interview experience
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    -
    Result
    -

    I appeared for an interview in Mar 2024.

    Round 1 - Technical 

    (1 Question)

    • Q1. 1. Difference between client-side and server side scripting? 2. What is destructuring? 3. What is HOC? 4. Write code to combine nested array 5. Write code to count the number of vowels in a string
    • Ans. 

      1. Client-side scripting runs on the user's browser, while server-side scripting runs on the server. 2. Destructuring is a way to extract values from objects and arrays. 3. HOC stands for Higher Order Component in React. 4. Combining nested arrays involves flattening them into a single array. 5. Counting vowels in a string involves iterating through the characters and checking if they are vowels.

      • Client-side scripting e...

    • Answered by AI

    Athamas Technologies Interview FAQs

    How many rounds are there in Athamas Technologies Front end Developer interview?
    Athamas Technologies interview process usually has 3 rounds. The most common rounds in the Athamas Technologies interview process are Resume Shortlist, Coding Test and Technical.
    What are the top questions asked in Athamas Technologies Front end Developer interview?

    Some of the top questions asked at the Athamas Technologies Front end Developer interview -

    1. Who you can make button disabled on cl...read more
    2. create hide and show kinda featu...read more
    3. Create a simple drop down m...read more

    Tell us how to improve this page.

    Athamas Technologies Front end Developer Interview Process

    based on 1 interview

    Interview experience

    4
      
    Good
    View more
    Athamas Technologies Front end Developer Salary
    based on 5 salaries
    ₹1.8 L/yr - ₹3 L/yr
    53% less than the average Front end Developer Salary in India
    View more details

    Athamas Technologies Front end Developer Reviews and Ratings

    based on 1 review

    1.0/5

    Rating in categories

    1.0

    Skill development

    1.0

    Work-life balance

    2.0

    Salary

    1.0

    Job security

    1.0

    Company culture

    1.0

    Promotions

    1.0

    Work satisfaction

    Explore 1 Review and Rating
    Front end Developer
    6 salaries
    unlock blur

    ₹1.8 L/yr - ₹3 L/yr

    Associate Consultant
    4 salaries
    unlock blur

    ₹2.5 L/yr - ₹3 L/yr

    Reactjs Developer
    4 salaries
    unlock blur

    ₹2 L/yr - ₹3.2 L/yr

    Software Engineer
    3 salaries
    unlock blur

    ₹2.2 L/yr - ₹4 L/yr

    Consultant
    3 salaries
    unlock blur

    ₹9 L/yr - ₹11.5 L/yr

    Explore more salaries
    Compare Athamas Technologies with

    TCS

    3.7
    Compare

    Accenture

    3.8
    Compare

    Wipro

    3.7
    Compare

    Cognizant

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