Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by 3i Infotech Team. If you also belong to the team, you can get access from here

3i Infotech Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 1.9k Reviews

Filter interviews by

3i Infotech UI UX Developer Interview Questions and Answers

Updated 30 Apr 2024

3i Infotech UI UX Developer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is Tally t
  • Ans. 

    Tally t is a software used for accounting and financial management.

    • Tally t is a popular accounting software used by businesses for managing financial transactions.

    • It helps in recording and tracking financial data such as sales, purchases, expenses, and more.

    • Tally t provides features like invoicing, inventory management, payroll processing, and tax compliance.

    • It is widely used in India and other countries for its user-f

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Assignment 

HackersRank 2 questions

Round 2 - Technical 

(2 Questions)

  • Q1. Context API's in react
  • Ans. 

    Context API is a feature in React that allows sharing data between components without having to pass props through every level of the component tree.

    • Context API provides a way to pass data through the component tree without having to pass props down manually at every level.

    • It is useful for sharing global data such as themes, user authentication, or language preferences.

    • Context API consists of three main parts: Provider...

  • Answered by AI
  • Q2. Hooks in react js
  • Ans. 

    Hooks in React JS are functions that let you use state and other React features without writing a class.

    • Hooks were introduced in React 16.8 to allow functional components to have state and lifecycle methods.

    • useState() is a hook that allows you to add state to functional components.

    • useEffect() is a hook that allows you to perform side effects in functional components.

    • Custom hooks are reusable functions that can contain ...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. COnteaxt API, Hooks, Redux etc
  • Q2. React lifecycle and some basic sorting/searching alogo questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Will ask JavaScript and react js question

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

All maths questions and coding questions

Round 2 - Coding Test 

Array problems, agular basic, JS snippets

Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What are directives and create a custom directive
  • Ans. 

    Directives in web development are markers on a DOM element that tell AngularJS to attach a specified behavior to that DOM element or even transform the DOM element and its children.

    • Directives are used to create reusable components in AngularJS.

    • Custom directives can be created by using the 'directive' function in AngularJS.

    • Custom directives can be used to add new behavior or functionality to HTML elements.

    • Example: Creat...

  • Answered by AI
  • Q2. How to share data between components
  • Ans. 

    Data can be shared between components in web development using props, state management libraries like Redux, context API, event bus, and local storage.

    • Use props to pass data from parent to child components

    • Utilize state management libraries like Redux to store and share data across components

    • Leverage context API to share data without having to pass props through every level of the component tree

    • Implement an event bus to...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. What were the challenges faced during last employment and how did you overcome?

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Angular basics regarding lifecycle hooks, rxjs, data bindingetc
  • Q2. Coding to find the common characters comparing 3 strings
  • Ans. 

    Finding common characters in 3 strings using coding

    • Create a function that takes in 3 strings as input

    • Iterate through each character of the first string and check if it exists in the other 2 strings

    • Store the common characters in an array and return it

  • 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 applied via Naukri.com and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Javascript concepts: Closure, Promise, Fetch, evening bubbling and capturing. React questions: Features of react, virtual DOM, react hooks, custom hooks.
Round 2 - Technical 

(1 Question)

  • Q1. 1. How Virtual DOM is more efficient than real DOM. 2. Coding question: Valid parentheses 3. Usage of Event delegation. 4. Custom events. In-depth questions of JavaScript.
Round 3 - One-on-one 

(1 Question)

  • Q1. Discussion of previous projects. How to handle strict deadline scenarios.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Technical questions will be there

Round 2 - Coding Test 

Simple coding questions will be asked.

Round 3 - HR 

(1 Question)

  • Q1. Only about salary and joining dates.
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

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

I applied via Referral and was interviewed before Sep 2022. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. How to truncate text using css only.
  • Ans. 

    Use CSS property 'text-overflow: ellipsis' to truncate text.

    • Set 'white-space: nowrap' to prevent text from wrapping

    • Set 'overflow: hidden' to hide any overflowing text

    • Set 'text-overflow: ellipsis' to add ellipsis (...) at the end of the truncated text

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Create a statics one page website with responsive.
  • Ans. 

    Create a responsive one page website with static content.

    • Use HTML and CSS to create the structure and style of the website.

    • Make sure to use media queries for different screen sizes.

    • Include a navigation menu for easy access to different sections.

    • Optimize images and content for faster loading times.

    • Test the website on different devices to ensure responsiveness.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Negotiation about salary and joining related query and information.

Skills evaluated in this interview

I applied via Naukri.com

Round 1 - Technical 

(1 Question)

  • Q1. Basic JS & React JS question
Round 2 - Technical 

(1 Question)

  • Q1. Advance level of JS and React related question and coding skills test as well.
Round 3 - HR 

(1 Question)

  • Q1. What are your salary expectations?
  • Ans. 

    I am open to discussing salary based on the responsibilities and requirements of the position.

    • I am flexible and open to negotiation.

    • I am looking for a fair and competitive salary.

    • I am more interested in the overall compensation package rather than a specific number.

    • I would like to be compensated based on my skills, experience, and the value I can bring to the company.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview procedures.
Compensation is good.

3i Infotech Interview FAQs

How many rounds are there in 3i Infotech UI UX Developer interview?
3i Infotech interview process usually has 1 rounds. The most common rounds in the 3i Infotech interview process are Technical.
How to prepare for 3i Infotech UI UX 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 3i Infotech. The most common topics and skills that interviewers at 3i Infotech expect are Illustrator, UX, CSS, Photoshop and UI.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 793 Interviews
KPIT Technologies Interview Questions
3.5
 • 293 Interviews
CitiusTech Interview Questions
3.4
 • 266 Interviews
View all
Software Engineer
669 salaries
unlock blur

₹2 L/yr - ₹9.5 L/yr

Senior Software Engineer
419 salaries
unlock blur

₹4.5 L/yr - ₹17.1 L/yr

Software Developer
329 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

System Engineer
271 salaries
unlock blur

₹1.5 L/yr - ₹7 L/yr

Softwaretest Engineer
262 salaries
unlock blur

₹2.1 L/yr - ₹9.5 L/yr

Explore more salaries
Compare 3i Infotech with

TCS

3.7
Compare

Infosys

3.7
Compare

HCLTech

3.5
Compare

Tech Mahindra

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