Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by IBS Software Services Team. If you also belong to the team, you can get access from here

IBS Software Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

IBS Software Services UI Developer Interview Questions and Answers

Updated 1 Apr 2024

IBS Software Services UI Developer Interview Experiences

1 interview found

UI Developer Interview Questions & Answers

user image Anonymous

posted on 1 Apr 2024

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Project Details, Technical Discussions based on React
Round 2 - Behavioral 

(1 Question)

  • Q1. Challenges faced in the projects

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Shine

Round 1 - Technical 

(2 Questions)

  • Q1. What is closures
  • Ans. 

    Closures are functions that have access to variables from their outer scope even after the outer function has finished executing.

    • Closures allow functions to access variables from their parent function even after the parent function has returned.

    • They help in creating private variables and functions in JavaScript.

    • Closures are commonly used in event handlers and callbacks.

  • Answered by AI
  • Q2. What is call apply bind
  • Ans. 

    call, apply, and bind are methods in JavaScript used to manipulate the context of a function.

    • call() is used to invoke a function with a specified 'this' value and arguments provided individually.

    • apply() is similar to call() but arguments are passed as an array.

    • bind() is used to create a new function with a specified 'this' value and initial arguments.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Globant UI Developer interview:
  • Javascript
  • Angular
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via AmbitionBox 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 - Coding Test 

Uging tag , elements, div, selector, flex box etc

Round 3 - Technical 

(4 Questions)

  • Q1. Html, CSS, JavaScript, bootstrap
  • Q2. Good knowledge for html CS
  • Q3. Bootstrap using responsible website
  • Ans. 

    Bootstrap is a front-end framework that helps in creating responsive websites by using a grid system and predefined classes.

    • Bootstrap provides a grid system with 12 columns that automatically adjusts based on screen size.

    • It includes responsive utility classes like 'd-none' and 'd-md-block' to show/hide content based on screen size.

    • Bootstrap also offers responsive navigation components like the navbar that collapses int

  • Answered by AI
  • Q4. Anything else any more times

Interview Preparation Tips

Interview preparation tips for other job seekers - I have completed dipin Computer science Engineering
I am creative and hard working person

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Online test for aptitude and technical questions which is quite easy you need above 12 marks i guess , only then you will be considered for technical interview

Round 2 - HR 

(5 Questions)

  • Q1. Introduction about yourself
  • Q2. About yardi products, and yardi company
  • Q3. Where do you live and are you able to relocate to the respective location?
  • Q4. Why don't you planning for higher education
  • Q5. Tell me about your family
Round 3 - Technical 

(14 Questions)

  • Q1. What is oops concepts?
  • Ans. 

    Object-oriented programming concepts that focus on classes, objects, inheritance, encapsulation, and polymorphism.

    • Classes: Blueprint for creating objects with attributes and methods.

    • Objects: Instances of classes that contain data and behavior.

    • Inheritance: Ability for a class to inherit attributes and methods from another class.

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

    • Polymorp...

  • Answered by AI
  • Q2. What is method overriding and overloading with code explanation? (i was prepared but they were asking me tricky questions about it which is difficult to answer)
  • Q3. Write a code to print numbers in pyramid shape all patterns
  • Ans. 

    Print numbers in pyramid shape patterns using SQL code.

    • Use a loop to iterate through rows and columns to print the numbers in pyramid shape.

    • Increment the numbers in each row to create the pyramid effect.

    • Consider the spacing and alignment to create a visually appealing pyramid pattern.

  • Answered by AI
  • Q4. Write a code to sort array without sort function
  • Ans. 

    Code to sort array without sort function

    • Iterate through the array and compare each element with the rest to find the smallest element

    • Swap the smallest element with the first element in the unsorted portion of the array

    • Repeat the process for the remaining unsorted portion of the array until fully sorted

  • Answered by AI
  • Q5. Difference between list, string array... etc?
  • Ans. 

    List is a collection of objects, string array is an array of strings, etc. Each has its own characteristics and uses.

    • List: dynamic collection of objects, can grow/shrink in size. Example: List numbers = new ArrayList<>();

    • String array: fixed-size array containing strings. Example: String[] names = new String[3];

    • Array: fixed-size collection of elements of the same type. Example: int[] scores = new int[5];

Answered by AI
  • Q6. Sql join types with example
  • Ans. 

    SQL join types allow combining data from multiple tables based on a specified condition.

    • Inner Join: Returns rows that have matching values in both tables.

    • Left Join: Returns all rows from the left table and the matched rows from the right table.

    • Right Join: Returns all rows from the right table and the matched rows from the left table.

    • Full Outer Join: Returns all rows when there is a match in either left or right table.

    • S...

  • Answered by AI
  • Q7. Keys types in sql
  • Ans. 

    Key types in SQL include primary keys, foreign keys, unique keys, and composite keys.

    • Primary key: uniquely identifies each record in a table.

    • Foreign key: establishes a relationship between two tables.

    • Unique key: ensures that all values in a column are unique.

    • Composite key: combination of multiple columns to uniquely identify a record.

  • Answered by AI
  • Q8. Query to join two tables and show the information (easy one)
  • Ans. 

    Use SQL JOIN to combine two tables and display information.

    • Use the JOIN keyword to combine tables based on a related column

    • Specify the columns you want to display in the SELECT statement

    • Use ON clause to specify the column used for joining the tables

  • Answered by AI
  • Q9. Query to join two tables and show information ( which is quite difficult for me)
  • Q10. Explain me project
  • Q11. Explain me your internship (if you have done already)
  • Q12. Project related questions specially on database part
  • Q13. Oops 4 pillars - code explanation (tricky one)
  • Q14. Gave me a code and asked about class and method and alot of tricky questions
  • Interview Preparation Tips

    Topics to prepare for Yardi Systems SQL Developer interview:
    • OOPS
    • DSA
    • SQL
    • Coding
    • SQL Queries
    • Project
    • Internship
    Interview preparation tips for other job seekers - Be prepare for code in oops and dsa , queries in sql theory based questions in sql and oops, dsa, your final year project, internship etc.
    i was well prepared for everything still they didn't hire me and also said after the interview that you will get a message from HR later, but unfortunately i didn't receive any mail or call.

    Skills evaluated in this interview

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

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

    Round 1 - Group Discussion 

    Maintain a good communication to the hr

    Round 2 - Technical 

    (5 Questions)

    • Q1. Questions from your resume and projects
    • Q2. Difference between elements and tags
    • Ans. 

      Elements are individual components of a web page, while tags are used to define the structure of elements in HTML.

      • Elements are the actual components on a web page, such as headings, paragraphs, images, etc.

      • Tags are used to define the structure of elements in HTML, such as

        for a heading or

        for a paragraph.

      • Elements can have attributes that provide additional information or functionality, while tags do not.

    Answered by AI
  • Q3. Uses of functions in js
  • Ans. 

    Functions in JavaScript are used to define reusable blocks of code that can be called multiple times.

    • Functions can be used to perform specific tasks or calculations.

    • Functions can be passed as arguments to other functions.

    • Functions can be assigned to variables or properties of objects.

    • Functions can be used to create closures for encapsulating data.

    • Functions can be used to create custom methods for objects.

  • Answered by AI
  • Q4. Uses of get elementbyId in js
  • Ans. 

    getElementById is used in JavaScript to access and manipulate an element in the DOM by its unique ID.

    • Used to retrieve a specific element from the DOM by its ID

    • Allows for manipulation of the element's properties, styles, and content

    • Commonly used in event handling and dynamic content updates

  • Answered by AI
  • Q5. Typesof cssess ?
  • Ans. 

    There are three types of CSS: inline, internal, and external.

    • Inline CSS is applied directly to an HTML element using the style attribute.

    • Internal CSS is defined within the head section of an HTML document using the style tag.

    • External CSS is stored in a separate file and linked to the HTML document using the link tag.

  • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Be confident at what you have

    Skills evaluated in this interview

    Interview experience
    3
    Average
    Difficulty level
    Hard
    Process Duration
    More than 8 weeks
    Result
    Not Selected

    I applied via campus placement at Agnel Charities FR C Rodrigues Institute of Technology, Navi Mumbai and was interviewed in Jul 2023. There were 3 interview rounds.

    Round 1 - Aptitude Test 

    Basic aptitude, logical reasoning, quants, etc

    Round 2 - Coding Test 

    4 java based questions

    Round 3 - Technical 

    (1 Question)

    • Q1. Concepts of OOPS, SQL, DBMS, RDBMS, Subqueries, creating objects, projects, etc.
    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    2-4 weeks
    Result
    Selected Selected

    I applied via Approached by Company and was interviewed before Oct 2023. There were 3 interview rounds.

    Round 1 - One-on-one 

    (2 Questions)

    • Q1. Explain Solid Principles
    • Ans. 

      Solid Principles are a set of five design principles for writing clean, maintainable, and scalable code.

      • Single Responsibility Principle: A class should have only one reason to change.

      • Open/Closed Principle: Classes should be open for extension but closed for modification.

      • Liskov Substitution Principle: Objects of a superclass should be replaceable with objects of its subclasses without affecting the program's correctness...

    • Answered by AI
    • Q2. Explain Dependency InJection
    • Ans. 

      Dependency Injection is a design pattern where the dependencies of an object are provided externally rather than created within the object itself.

      • Dependencies are passed to a class or method from the outside, rather than being created internally.

      • This helps in achieving loose coupling between classes, making the code more modular and easier to maintain.

      • Dependency Injection can be done through constructor injection, sett

    • Answered by AI
    Round 2 - Technical 

    (2 Questions)

    • Q1. Explain Entity FrameWork or any Design Pattern
    • Ans. 

      Entity Framework is an ORM tool that enables developers to work with databases using .NET objects.

      • Entity Framework is an Object-Relational Mapping (ORM) tool that allows developers to interact with databases using .NET objects.

      • It eliminates the need for writing SQL queries by translating LINQ queries into SQL queries.

      • It provides automatic generation of database schema based on the domain model.

      • Entity Framework supports...

    • Answered by AI
    • Q2. Explain Routing in Angular
    • Ans. 

      Routing in Angular is the process of navigating between different components based on the URL.

      • Routing allows users to navigate between different parts of an Angular application without reloading the entire page.

      • Routes are defined in the app-routing.module.ts file using the RouterModule and Routes classes.

      • Each route maps a URL path to a component, which is then displayed when the corresponding URL is accessed.

      • Angular us...

    • Answered by AI
    Round 3 - HR 

    (2 Questions)

    • Q1. What is your goal
    • Ans. 

      My goal is to continuously improve my skills, contribute to innovative projects, and advance my career in software development.

      • Continuous learning and skill improvement

      • Contributing to innovative projects

      • Advancing career in software development

    • Answered by AI
    • Q2. What are your strenght and weaknes
    • Ans. 

      My strength is my problem-solving skills and attention to detail. My weakness is that I can be overly critical of my own work.

      • Strength: Strong problem-solving skills - I enjoy tackling complex issues and finding creative solutions.

      • Strength: Attention to detail - I am meticulous in my work and strive for perfection.

      • Weakness: Overly critical of my own work - I tend to be hard on myself and may spend too much time perfect

    • Answered by AI

    Skills evaluated in this interview

    Interview experience
    5
    Excellent
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    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 - Coding Test 

    Calculator code of addition substraction and multiplication

    Round 3 - Coding Test 

    CODING TEST OF how to add 2 numbers

    Round 4 - Coding Test 

    Coding test of how to use loops

    Round 5 - HR 

    (1 Question)

    • Q1. Whats your salary expectation

    Interview Preparation Tips

    Interview preparation tips for other job seekers - good , try hard

    I applied via Approached by Company and was interviewed in May 2022. There were 2 interview rounds.

    Round 1 - Resume Shortlist 
    Pro Tip by AmbitionBox:
    Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
    View all tips
    Round 2 - One-on-one 

    (2 Questions)

    • Q1. About my knowledge and hand's on skills
    • Ans. Did eloborate about my previous company job profile and explain briefly about the project
    • Answered Anonymously
    • Q2. Technical knowledge on react

    Interview Preparation Tips

    Interview preparation tips for other job seekers - -> Be confident about what you are conveying
    -> Answer to the point, dont beat around the bush
    -> Know the subject
    -> Dont often use words like hmmm, aaaa etc.

    I applied via campus placement at Amrita School of Engineering, Bangalore and was interviewed in Nov 2021. There were 2 interview rounds.

    Round 1 - Aptitude Test 

    Basic aptitude questions

    Round 2 - Technical 

    (2 Questions)

    • Q1. Oops concepts. Be very thorough
    • Q2. An aptitude puzzle which was basic

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Be very thorough with oops concepts

    IBS Software Services Interview FAQs

    How many rounds are there in IBS Software Services UI Developer interview?
    IBS Software Services interview process usually has 2 rounds. The most common rounds in the IBS Software Services interview process are Technical and Behavioral.
    How to prepare for IBS Software Services UI 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 IBS Software Services. The most common topics and skills that interviewers at IBS Software Services expect are Javascript, Bootstrap, Front End, Html5 and Logistics.

    Tell us how to improve this page.

    IBS Software Services UI Developer Interview Process

    based on 1 interview

    Interview experience

    2
      
    Poor
    View more
    Senior Software Engineer
    592 salaries
    unlock blur

    ₹3.4 L/yr - ₹14.1 L/yr

    Software Engineer
    384 salaries
    unlock blur

    ₹2.4 L/yr - ₹11 L/yr

    Technical Lead
    260 salaries
    unlock blur

    ₹5.4 L/yr - ₹21 L/yr

    Solution Architect
    209 salaries
    unlock blur

    ₹8 L/yr - ₹30.6 L/yr

    Senior Solution Engineer
    191 salaries
    unlock blur

    ₹4 L/yr - ₹14 L/yr

    Explore more salaries
    Compare IBS Software Services with

    TCS

    3.7
    Compare

    Infosys

    3.6
    Compare

    Wipro

    3.7
    Compare

    HCLTech

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