Upload Button Icon Add office photos

Filter interviews by

eQ Technologic Interview Questions, Process, and Tips

Updated 19 Dec 2024

Top eQ Technologic Interview Questions and Answers

View all 6 questions

eQ Technologic Interview Experiences

Popular Designations

18 interviews found

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 - Aptitude Test 

Practice on AMCAT aptitude test. Screen round was held on amcat

Round 3 - Technical 

(2 Questions)

  • Q1. Discussed about projects and coding questions
  • Q2. Reverse linked list and java coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Do DSA and projects in college. Everything is medium level

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (181)
Round 1 - Coding Test 

2 questions: 60 minutes platform:AMCAT

Round 2 - Technical 

(1 Question)

  • Q1. Oop and dbms related questions
Round 3 - Technical 

(1 Question)

  • Q1. Detailed concepts of java
Round 4 - HR 

(1 Question)

  • Q1. HR + Technical round

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn concepts of java thoroughly, Be confident!

SDE (Software Development Engineer) Interview Questions asked at other Companies

Q1. A string is given consisting of lowercase alphabets. Write a function which returns yes if the string has all the lowercase letters appearing in it at least once. O(N) time and without using extra space
View answer (3)

I applied via Referral and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. It was technical interview on Java Sql few questions on data structures also. And Rest 30 minutes on project specific and detailed questions on my all previos projects.
Round 2 - Technical 

(1 Question)

  • Q1. This was technical + Managerial Round.

Interview Preparation Tips

Interview preparation tips for other job seekers - I loved the interview process.
They plan it well and give enough time to you to attend and schedule it.
Process are fast and offer is also released in a day or 2 post the final round.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jun 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

Logical aptitude test from AMCAT

Round 2 - Coding Test 

Coding test from AMCAT

Round 3 - Technical 

(1 Question)

  • Q1. Explain project, draw database diagram of WhatsApp
  • Ans. 

    WhatsApp is a messaging app that allows users to send text messages, voice messages, images, and videos.

    • WhatsApp uses a centralized database to store user information, messages, and media files.

    • The database schema includes tables for users, groups, messages, media files, and settings.

    • Each user has a unique ID, phone number, and profile information stored in the database.

    • Messages are linked to users and groups through f...

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Linked list, HR questions

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (181)

eQ Technologic interview questions for popular designations

 Software Engineer

 (10)

 QA Engineer

 (2)

 Devops Engineer

 (1)

 Implementation Lead

 (1)

 SDE (Software Development Engineer)

 (1)

 Senior Software Engineer

 (1)

 Software Developer

 (1)

I applied via Campus Placement and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. DSA based mostly and about my resume. OOP and DBMS basics are must

Interview Preparation Tips

Interview preparation tips for other job seekers - It was nice and very good

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (181)

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. OOPs, Java. Mostly java question and some dbms question were asked. was asked to write code for detecting loop in linked list in any language.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare OOPs very throughly. most of the question are based on oops. and revise DS while appearing

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (181)

Jobs at eQ Technologic

View all

I was interviewed before Sep 2016.

Interview Questionnaire 

1 Question

  • Q1. Write optimized code of Prime Number(on paper)
  • Ans. 

    Optimized code to find prime numbers

    • Start checking from 2 up to the square root of the number

    • Use the modulo operator to check if the number is divisible by any smaller number

    • If the number is divisible by any smaller number, it is not prime

    • If the number is not divisible by any smaller number, it is prime

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: There were 20 Apti Questions for 20 Mins
and 2 basic Coding Questions
Tips: Get Your Data Structures revised
Duration: 1 hour
Total Questions: 22

Round: Technical Interview
Experience: Questions related based on your Resume, Basic C++/Java concepts, Data structures
Tips: Get ur basics revised and make sure you are good in Data Structures

Round: Technical + HR Interview
Experience: Questions in depth related to data structure and Databases
Tips: Get ur Databases and Data Structures revised thouroghly

Skills: Data Structures, Database Management
College Name: VIIT Pune

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (181)

I was interviewed in Aug 2017.

Interview Questionnaire 

3 Questions

  • Q1. 1. Write a C program to print only the even numbers from the fibonacci series(optimization techniques such as dynamic programming expected) 2. What is the difference between .lib and .dll files in Windows ...
  • Ans. 

    A C program to print even numbers from the Fibonacci series using dynamic programming.

    • Use dynamic programming to store previously calculated Fibonacci numbers.

    • Iterate through the Fibonacci series and check if each number is even.

    • Print the even numbers found.

  • Answered by AI
  • Q2. 3. Describe the complete boot up process of a typical machine. 4. Write an assembly program to perform multiplication of 2 numbers without using the MUL operator. 5. C code for inserting into a BST + pen a...
  • Ans. 

    The boot up process of a typical machine involves several stages, including power-on, BIOS initialization, bootloader loading, kernel loading, and initialization of the operating system.

    • The boot up process starts with the power-on of the machine.

    • The BIOS (Basic Input/Output System) is initialized, which performs a series of hardware checks and initializes the system components.

    • The bootloader is loaded, which is respons...

  • Answered by AI
  • Q3. Question 1: Tell me about your self ? Question 2: Why do you wanna join our firm? Question 3: Whats your dream company?
  • Ans. 

    I am a passionate software engineer with a strong background in coding and problem-solving. I am excited about the opportunity to join your firm and contribute to innovative projects.

    • I have a Bachelor's degree in Computer Science and 5 years of experience in software development.

    • I have expertise in Java, Python, and SQL, and have worked on projects ranging from web development to data analysis.

    • I am drawn to your firm's...

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: Resume was selected based on CGPA and internship experience
Tips: Keep a good CGPA, atleast above 7.0 for a good chance in placements

College Name: Sinhgad College Of Engineering (SCOE)

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (180)

eQ Technologic Interview FAQs

How many rounds are there in eQ Technologic interview?
eQ Technologic interview process usually has 3-4 rounds. The most common rounds in the eQ Technologic interview process are Technical, HR and Resume Shortlist.
How to prepare for eQ Technologic 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 eQ Technologic. The most common topics and skills that interviewers at eQ Technologic expect are Java, Technical Documentation, Technical Writing, Data Analytics and HTML.
What are the top questions asked in eQ Technologic interview?

Some of the top questions asked at the eQ Technologic interview -

  1. 1. Write a C program to print only the even numbers from the fibonacci series(o...read more
  2. 3. Describe the complete boot up process of a typical machine. 4. Write an asse...read more
  3. Write optimized code of Prime Number(on pap...read more
How long is the eQ Technologic interview process?

The duration of eQ Technologic interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

eQ Technologic Interview Process

based on 13 interviews

Interview experience

4.4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
Cyient Interview Questions
3.6
 • 284 Interviews
View all

eQ Technologic Reviews and Ratings

based on 76 reviews

3.9/5

Rating in categories

3.3

Skill development

3.8

Work-life balance

4.1

Salary

4.4

Job security

3.6

Company culture

3.5

Promotions

3.5

Work satisfaction

Explore 76 Reviews and Ratings
Senior Information Experience Designer

Kolkata,

Mumbai

+5

2-8 Yrs

Not Disclosed

Explore more jobs
Software Engineer
187 salaries
unlock blur

₹8.5 L/yr - ₹24 L/yr

Senior Software Engineer
79 salaries
unlock blur

₹12.5 L/yr - ₹38.5 L/yr

QA Engineer
65 salaries
unlock blur

₹7.5 L/yr - ₹16 L/yr

Senior QA Engineer
39 salaries
unlock blur

₹10 L/yr - ₹31.5 L/yr

Software Developer
33 salaries
unlock blur

₹8 L/yr - ₹17.6 L/yr

Explore more salaries
Compare eQ Technologic 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