Upload Button Icon Add office photos

Esolz Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Esolz Technologies Interview Questions and Answers

Updated 29 Apr 2024
Popular Designations

Esolz Technologies Interview Experiences

4 interviews found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Besic question like name skill set etc

UX Designer Interview Questions & Answers

user image Anonymous

posted on 9 Jan 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jul 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic Web Layout Design
  • Q2. What is UI and UX ?
  • Ans. 

    UI stands for User Interface and refers to the visual elements and layout of a digital product. UX stands for User Experience and focuses on the overall experience and satisfaction of the user.

    • UI is the design of the interface, including buttons, menus, and other visual elements.

    • UX is the overall experience of the user while interacting with the product.

    • UI is concerned with aesthetics and visual appeal.

    • UX involves unde...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join this organization untill you've no other options left and you're unemployed for too long.

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 - One-on-one 

(2 Questions)

  • Q1. How to post form in php
  • Ans. 

    To post a form in PHP, use the method attribute in the form tag to specify 'POST' and set the action attribute to the PHP file that will process the form data.

    • Create a form in HTML with method='POST' and action='process.php'

    • Use input elements within the form to collect user data

    • In the 'process.php' file, use $_POST to access the form data submitted

  • Answered by AI
  • Q2. How to upload file in php
  • Ans. 

    To upload a file in PHP, use the built-in function move_uploaded_file().

    • Create a form with enctype='multipart/form-data'

    • Use $_FILES['file']['name'] to get the name of the file

    • Use $_FILES['file']['tmp_name'] to get the temporary location of the file

    • Use move_uploaded_file() to move the file to the desired location

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Liked very much. Got selected immediately. Very keen to join.

Skills evaluated in this interview

I appeared for an interview in Oct 2022.

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. What is redux? Life cycle of redux?
  • Ans. 

    Redux is a predictable state container for JavaScript apps.

    • Redux is a state management library for JavaScript applications.

    • It provides a centralized store to manage the state of an application.

    • Redux follows a unidirectional data flow pattern.

    • Actions are dispatched to the store, which updates the state and notifies the UI.

    • Selectors can be used to retrieve data from the store.

    • Middleware can be used to intercept and modif...

  • Answered by AI
  • Q2. How work virtual dom? What is routing?
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM. Routing is the process of navigating between different pages or views.

    • Virtual DOM updates only the necessary changes, making it faster than actual DOM manipulation.

    • Routing is achieved through a router component that maps URLs to specific components or views.

    • React Router is a popular routing library for React applications.

    • Routing can be used for creating single-page a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learning and practice the basic skill in react and javascript

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Esolz Technologies?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Questions regards node js and java script concept, event loop, why node is single threaded, how event loop works in node js, database queries and previous work experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was absolutely amazing and fantastic.
Advice:
Answer question with confidence.
Feel comfortable with interviewer.

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

Interview Questionnaire 

4 Questions

  • Q1. To find if a number is Prime or not and optimise your written code.
  • Ans. 

    Check if a number is prime and optimize the code.

    • Start by checking if the number is less than 2, in which case it is not prime.

    • Iterate from 2 to the square root of the number and check if any of them divide the number evenly.

    • If a divisor is found, the number is not prime. Otherwise, it is prime.

  • Answered by AI
  • Q2. Css question related to flex box, Grid and cross browser compatibility
  • Q3. To call an API in react and optimise your written code.
  • Ans. 

    To optimise API calls in React, use asynchronous functions and caching techniques.

    • Use async/await to handle API calls

    • Implement caching to reduce network requests

    • Use memoization to avoid unnecessary re-renders

    • Consider using a state management library like Redux

    • Use performance profiling tools like React DevTools

  • Answered by AI
  • Q4. Questions on JS concepts like Objects and Prototype Inheritance.

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your basic concepts and prepare well for the interview.

Skills evaluated in this interview

I applied via Campus Placement

Round 1 - Coding Test 

Online Coding Test included some aptitude questions, technical questions followed by 3 coding questions

Round 2 - Technical 

(1 Question)

  • Q1. My technical interview included an introduction about myself followed by my background, projects I've made, internships I've done, and in which language I was comfortable. and the interviewer asked me to w...

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer confidently and give examples. and you can also connect the questions asked to your past projects.
Are these interview questions helpful?

I applied via Campus Placement

Round 1 - Aptitude Test 

In this round you have to clear Aptitude and Basic Coding

Round 2 - Coding Test 

It is pure coding test which is conduct on hacker rank platform. You have to complete 4 question(1 easy + 2 medium + 1 hard)

Round 3 - Technical 

(2 Questions)

  • Q1. Coding question base on Sorting and Array
  • Q2. Some of theory question base on your Project technology and DSA
Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Improve your basic concepts and coding skills.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 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 

(1 Question)

  • Q1. Find the duplicate items in the array.
  • Ans. 

    Find duplicate items in array of strings.

    • Iterate through array and store each item in a hash set.

    • If item already exists in hash set, it is a duplicate.

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Javascript basics questions

Skills evaluated in this interview

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

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Questions on dsa, 2 medium and 1 easy level.
  • Q2. Questions related to the projects.

Esolz Technologies Interview FAQs

How many rounds are there in Esolz Technologies interview?
Esolz Technologies interview process usually has 1-2 rounds. The most common rounds in the Esolz Technologies interview process are Resume Shortlist, Technical and One-on-one Round.
How to prepare for Esolz Technologies 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 Esolz Technologies. The most common topics and skills that interviewers at Esolz Technologies expect are Android, Content Writing, Corel Draw, Graphic Designing and Illustrator.
What are the top questions asked in Esolz Technologies interview?

Some of the top questions asked at the Esolz Technologies interview -

  1. How work virtual dom? What is routi...read more
  2. What is redux? Life cycle of red...read more
  3. How to upload file in ...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 6 interview experiences

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.5
 • 108 Interviews
HyScaler Interview Questions
4.5
 • 104 Interviews
Snovasys Interview Questions
4.0
 • 38 Interviews
Quantsapp Interview Questions
2.9
 • 36 Interviews
NexTurn Interview Questions
4.1
 • 34 Interviews
Appsierra Interview Questions
4.4
 • 32 Interviews
View all

Esolz Technologies Reviews and Ratings

based on 68 reviews

2.7/5

Rating in categories

2.6

Skill development

2.4

Work-life balance

2.1

Salary

2.0

Job security

2.5

Company culture

2.0

Promotions

2.1

Work satisfaction

Explore 68 Reviews and Ratings
iOS Development

Kolkata

2-5 Yrs

Not Disclosed

Project Managers

Kolkata

7-10 Yrs

Not Disclosed

Dot Net Developers

Kolkata

2-5 Yrs

Not Disclosed

Explore more jobs
Web Designer
11 salaries
unlock blur

₹1.2 L/yr - ₹3.7 L/yr

PHP Developer
10 salaries
unlock blur

₹1.2 L/yr - ₹3.6 L/yr

Graphic Designer
9 salaries
unlock blur

₹1.4 L/yr - ₹2.8 L/yr

UI/UX Designer
8 salaries
unlock blur

₹1.6 L/yr - ₹3 L/yr

Android Developer
8 salaries
unlock blur

₹1.2 L/yr - ₹4.3 L/yr

Explore more salaries
Compare Esolz Technologies with

Zidio Development

4.4
Compare

Northcorp Software

4.4
Compare

Accel Frontline

4.1
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.8
Compare
write
Share an Interview