Upload Button Icon Add office photos

Filter interviews by

Open Access Technology India UI Developer Interview Questions, Process, and Tips

Updated 4 Mar 2022

Open Access Technology India UI Developer Interview Experiences

1 interview found

UI Developer Interview Questions & Answers

user image Anonymous

posted on 4 Mar 2022

I applied via Company Website and was interviewed before Mar 2021. There was 1 interview round.

Round 1 - Technical 

(9 Questions)

  • Q1. Disadvantages of JavaScript
  • Ans. 

    JavaScript has some disadvantages that developers should be aware of.

    • JavaScript is an interpreted language, which can lead to slower performance compared to compiled languages.

    • JavaScript has limited support for multithreading, making it difficult to perform complex tasks efficiently.

    • JavaScript can be prone to security vulnerabilities, such as cross-site scripting (XSS) attacks.

    • JavaScript code can be difficult to mainta...

  • Answered by AI
  • Q2. What is Ajax and How does ajax works
  • Ans. 

    Ajax is a technique used to update parts of a web page without reloading the entire page.

    • Ajax stands for Asynchronous JavaScript and XML.

    • It allows for asynchronous communication between the client and server.

    • Ajax uses XMLHttpRequest object to send and receive data from the server.

    • It can update the content of a web page dynamically without refreshing the whole page.

    • Ajax is commonly used for creating interactive web appl

  • Answered by AI
  • Q3. What is webCompliance rules and webForm 2.0
  • Ans. 

    webCompliance rules are guidelines that ensure websites meet legal and regulatory requirements. webForm 2.0 is a web development framework.

    • webCompliance rules are used to ensure websites adhere to accessibility, privacy, and security standards.

    • These rules help websites avoid legal issues and provide a better user experience.

    • Examples of webCompliance rules include WCAG (Web Content Accessibility Guidelines) for accessib...

  • Answered by AI
  • Q4. Types of Storage in HTML5
  • Ans. 

    HTML5 provides several types of storage for web applications.

    • Local Storage: Stores data with no expiration date.

    • Session Storage: Stores data for one session only.

    • IndexedDB: Stores large amounts of structured data.

    • Web SQL Database: Stores data in a structured manner using SQL queries.

    • Cookies: Stores small amounts of data that can be accessed by both the server and client.

  • Answered by AI
  • Q5. Media Objects in Bootstarp, What is Breadcrumb
  • Ans. 

    A breadcrumb is a navigation element that shows the user's current location within a website or application.

    • A breadcrumb typically appears horizontally at the top of a page or below the navigation bar.

    • It consists of a series of links, with each link representing a higher-level page or section.

    • The last link in the breadcrumb represents the current page or section and is often not clickable.

    • Breadcrumb navigation helps us...

  • Answered by AI
  • Q6. What is difference between Figure tag and Img tag.
  • Ans. 

    The figure tag is used to group media content with a caption, while the img tag is used to display an image.

    • The figure tag is used to group media content, such as images, videos, or illustrations, with a caption.

    • The img tag is used specifically to display an image on a web page.

    • The figure tag can contain multiple media elements, while the img tag is used for a single image.

    • The figure tag provides semantic meaning and a...

  • Answered by AI
  • Q7. Create 10 no. of Checkboxes in javascript and on-checked checkboxes count should be show at below. as you will un-check the checkbox count should also change. so means to say checked checkbox count should ...
  • Ans. 

    Create 10 checkboxes in JavaScript and display the count of checked checkboxes below. Update count on unchecking.

    • Use JavaScript to create checkboxes

    • Add event listener to checkboxes to track changes

    • Update count of checked checkboxes on change

    • Display count below checkboxes

  • Answered by AI
  • Q8. What is Call, Apply and Bind in javscript
  • Ans. 

    Call, Apply, and Bind are methods in JavaScript used to manipulate the value of 'this' in a function.

    • Call: Invokes a function with a specified 'this' value and arguments provided individually.

    • Apply: Invokes a function with a specified 'this' value and arguments provided as an array.

    • Bind: Creates a new function with a specified 'this' value and arguments provided as a list.

  • Answered by AI
  • Q9. What is Closure in javascript
  • Ans. 

    Closure is a function that has access to its own scope, the outer function's scope, and the global scope.

    • Closure allows a function to access variables from its outer function even after the outer function has finished executing.

    • It helps in creating private variables and functions in JavaScript.

    • Closures are created every time a function is created, and they store references to the variables in their lexical environment.

    • ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare JavaScript basic fundaments properly.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How pagination work in jpa
  • Ans. 

    Pagination in JPA allows for retrieving a subset of results from a query by specifying a limit and offset.

    • Use the setFirstResult() method to specify the starting index of the results to retrieve

    • Use the setMaxResults() method to specify the maximum number of results to retrieve

    • Combine setFirstResult() and setMaxResults() to implement pagination in JPA queries

  • Answered by AI
  • Q2. How to create restful api
  • Ans. 

    To create a RESTful API, define endpoints, use HTTP methods, handle requests and responses, and follow REST principles.

    • Define endpoints for different resources (e.g. /users, /products)

    • Use HTTP methods like GET, POST, PUT, DELETE for CRUD operations

    • Handle requests and responses in JSON format

    • Follow REST principles like statelessness, uniform interface, and client-server architecture

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Tell me about your self
  • Q2. About technical questions
  • Q3. About current project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Technology related
  • Q2. Programming related
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Internshala and was interviewed before May 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 - Technical 

(2 Questions)

  • Q1. Tapping rain water problem, very popular one in LeetCode
  • Q2. Oops concepts and C++ basics
Round 3 - One-on-one 

(1 Question)

  • Q1. Likes of Altair and work to do

Interview Preparation Tips

Topics to prepare for Altair Engineering Software Developer Intern interview:
  • Data Structures
  • C++
  • OOPS
Interview preparation tips for other job seekers - Keep calm in interview and revise the basics if you are interviewing for internship
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. All about the front end basic questions
  • Q2. What are all basic CSS properties
  • Ans. 

    Basic CSS properties include color, font-size, margin, padding, and display.

    • color

    • font-size

    • margin

    • padding

    • display

  • Answered by AI
  • Q3. Basic question on javascript

Skills evaluated in this interview

I applied via Internshala and was interviewed in Apr 2022. There were 3 interview rounds.

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

(1 Question)

  • Q1. Subset sum problem,Tapping rain water problem from DSA and a lots of questions form OOPS and C++ core concepts
Round 3 - HR 

(1 Question)

  • Q1. Why do you want to work with us?

Interview Preparation Tips

Topics to prepare for Altair Engineering Software Developer Intern interview:
  • DSA
  • OOPS
  • Project
  • Design
Interview preparation tips for other job seekers - Make a strong resume adding the key words that the job id is seeking and then brush up your fundamentals along with a much needed Leetcode grind 👍

I applied via campus placement at Parul Institute of Management and Research, Vadodara and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Assignment 

Nees to create an Assignment within a give time slot my was from 9am - 4pm and need to create a CRUD app small that can have update delete and insert function

Round 2 - Technical 

(1 Question)

  • Q1. It was about MYSQL query and how to slove if multiple data fetch request come through and how the server will handle load balancing
Round 3 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just Do give your best and be relax If you make tour comfort it will be a piece of cake in the interview and do know the basics of what the assignment was because questions come from their only

Open Access Technology India Interview FAQs

How many rounds are there in Open Access Technology India UI Developer interview?
Open Access Technology India interview process usually has 1 rounds. The most common rounds in the Open Access Technology India interview process are Technical.
What are the top questions asked in Open Access Technology India UI Developer interview?

Some of the top questions asked at the Open Access Technology India UI Developer interview -

  1. Create 10 no. of Checkboxes in javascript and on-checked checkboxes count shoul...read more
  2. What is Call, Apply and Bind in javscr...read more
  3. What is difference between Figure tag and Img t...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Open Access Technology India interview
Company Website
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Open Access Technology India UI Developer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

5.0

Work-Life balance

4.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

4.0

Promotions/Appraisal

4.0

Work Satisfaction

Explore 1 Review and Rating
Senior Software Developer
55 salaries
unlock blur

₹3.4 L/yr - ₹13 L/yr

Software Developer
50 salaries
unlock blur

₹2.4 L/yr - ₹8 L/yr

Associate Software Developer
33 salaries
unlock blur

₹2.2 L/yr - ₹4.5 L/yr

Quality Analyst
31 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Business Analyst
27 salaries
unlock blur

₹3.8 L/yr - ₹8.5 L/yr

Explore more salaries
Compare Open Access Technology India with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview