Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by EQS Web Technologies Team. If you also belong to the team, you can get access from here

EQS Web Technologies Verified Tick

Compare button icon Compare button icon Compare
4.3

based on 25 Reviews

Filter interviews by

EQS Web Technologies Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

I was interviewed in Nov 2024.

Round 1 - Coding Test 

Hacker Rack Test with medium to high difficulty

Round 2 - Technical 

(2 Questions)

  • Q1. Explain your current project
  • Ans. 

    I am currently working on developing a mobile application for tracking fitness goals and progress.

    • Developing a mobile app using React Native

    • Implementing features such as goal setting, progress tracking, and workout logging

    • Integrating with wearable devices like Fitbit for data synchronization

  • Answered by AI
  • Q2. Questions about kakfa, ES and Java 8
Round 3 - Technical 

(1 Question)

  • Q1. Similar questions on your current project and questions around kafka
Round 4 - Coding Test 

Basic Coding Java and algorithm questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Behavioural round which is similar to psychometric tests
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(4 Questions)

  • Q1. Create basic react app with dummy data fetched from JSON API
  • Ans. 

    Create a basic React app with dummy data fetched from a JSON API.

    • Set up a new React project using create-react-app

    • Create a component to fetch data from a JSON API using fetch or axios

    • Display the fetched data in the component

  • Answered by AI
  • Q2. Array methods and Flatten array
  • Q3. Event loop
  • Q4. HTML and Javascript basics
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Roles and responsibilities
  • Q2. Problem based questions
  • Q3. Code test & discussions over best practices, best solutions, time and space complexities
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

(2 Questions)

  • Q1. What data structure is used to implement a priority queue?
  • Ans. 

    Binary heap is used to implement a priority queue.

    • Binary heap is a complete binary tree where each node has a value greater than or equal to its children.

    • It can be implemented using arrays, where the parent of node at index i is at index (i-1)/2.

    • Insertion and deletion operations have time complexity of O(log n) in a binary heap.

  • Answered by AI
  • Q2. How many trees will a binary tree have?
  • Ans. 

    A binary tree can have any number of nodes, but the maximum number of trees with n nodes is 2^n.

    • A binary tree can have 0 nodes, 1 node, 2 nodes, or any number of nodes.

    • The maximum number of binary trees with n nodes is 2^n.

    • For example, a binary tree with 3 nodes can have up to 8 different structures.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. SQL Query to return the second highest marks in a student database
  • Ans. 

    Use a SQL query to find the second highest marks in a student database.

    • Use the ORDER BY clause to sort the marks in descending order

    • Use the LIMIT clause to limit the result to the second row

  • Answered by AI
  • Q2. Program to check if two strings are anagrams
  • Ans. 

    Program to check if two strings are anagrams

    • Create a function that takes in two strings as input

    • Remove any spaces and convert both strings to lowercase for consistency

    • Sort the characters in both strings and compare if they are equal to determine if they are anagrams

    • Example: 'listen' and 'silent' are anagrams

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

A link was provided for the 15-minute online aptitude test.

Round 2 - Coding Test 

90 minutes coding round. There were three problems. One for JavaScript and two for ReactJS

Round 3 - Technical 

(1 Question)

  • Q1. Mostly ReactJS questions were asked and a few Javascript questions were asked.
Round 4 - One-on-one 

(1 Question)

  • Q1. Again a few react based questions then it was mostly discussion on the past experiences.
Round 5 - HR 

(1 Question)

  • Q1. A general discussion about the notice period, compensation, and information about the company's culture was provided.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Job Fair and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Introducing your self and project
  • Q2. Severity and priority
  • Q3. Smoke and sanity testing
  • Q4. Scenario base question if find bug before release

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all manual testing type question

Traveling Interview Questions & Answers

Tracelink user image Anonymous

posted on 28 Sep 2024

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

I applied via Company Website and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Simple travel question
  • Q2. Simple reply and Selection
  • Q3. Good job at any cost
  • Q4. I want top most Salary
  • Q5. I need good appreciation
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Normal basic question train and few Logic

Round 2 - Technical 

(2 Questions)

  • Q1. What is Continue?
  • Ans. 

    Continue is a keyword in programming that is used to skip the current iteration of a loop and continue with the next iteration.

    • Continue is used in loops like for, while, and do-while to skip the current iteration and move to the next one.

    • It is often used to skip certain elements in an array or to avoid executing specific code under certain conditions.

    • Example: for(int i=0; i<5; i++) { if(i==2) { continue; } System.out.p

  • Answered by AI
  • Q2. Break, if else, while

Interview Preparation Tips

Interview preparation tips for other job seekers - Ready basic question but dont join the firm
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How Performance of application can be improved
  • Ans. 

    Performance of an application can be improved by optimizing code, using efficient algorithms, caching data, and scaling resources.

    • Optimize code by reducing unnecessary loops, improving database queries, and minimizing memory usage

    • Use efficient algorithms like binary search instead of linear search for large datasets

    • Implement caching mechanisms to store frequently accessed data and reduce database calls

    • Scale resources b...

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

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. SQL Questions - Constraints- how to optimize long SQL query without changing the output

EQS Web Technologies Interview FAQs

How to prepare for EQS Web 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 EQS Web Technologies. The most common topics and skills that interviewers at EQS Web Technologies expect are Kubernetes, Javascript, PHP, Automation Testing and Terraform.

Tell us how to improve this page.

Interview Questions from Similar Companies

ResMed Interview Questions
3.8
 • 16 Interviews
Upland Software Interview Questions
4.6
 • 15 Interviews
Toast Interview Questions
3.7
 • 13 Interviews
HALODOC Interview Questions
2.8
 • 12 Interviews
CyberArk Interview Questions
3.8
 • 12 Interviews
QAD Interview Questions
4.0
 • 12 Interviews
Tracelink Interview Questions
3.1
 • 12 Interviews
PlanSource Interview Questions
3.9
 • 10 Interviews
View all

EQS Web Technologies Reviews and Ratings

based on 25 reviews

4.3/5

Rating in categories

4.1

Skill development

4.7

Work-life balance

4.1

Salary

4.2

Job security

4.5

Company culture

3.8

Promotions

4.4

Work satisfaction

Explore 25 Reviews and Ratings
Software Engineer
21 salaries
unlock blur

₹3.2 L/yr - ₹9.6 L/yr

Senior Software Engineer
16 salaries
unlock blur

₹11 L/yr - ₹30 L/yr

Senior UI Developer
8 salaries
unlock blur

₹5.6 L/yr - ₹8 L/yr

Softwaretest Engineer
6 salaries
unlock blur

₹5.8 L/yr - ₹8 L/yr

Devops Engineer
6 salaries
unlock blur

₹4.8 L/yr - ₹10.4 L/yr

Explore more salaries
Compare EQS Web Technologies with

Yalamanchili Software Exports

3.4
Compare

Global Edge Software

3.5
Compare

Virtual Galaxy Infotech

4.7
Compare

Upland Software

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