
eQ Technologic Software Engineer Interview Questions
& Process
Real candidates share what happened, how many rounds they had,
and how the experience turned out.
Based on 167 interview experiences · FREE TO READ
Candidate interview experiences
First-hand accounts from people who interviewed at eQ Technologic.
Software Engineer
Usually, for EQ Technologies, it's an online assessment covering logic, quant, and basic coding stuff like data structures and OOP. Then you'll have your first technical round focusing on projects, coding, and core subjects like DBMS, OS, Networking, and OOP, plus problem-solving. Round two gets deeper technically and might have manager-level questions on teamwork and project problem-solving, plus scenario stuff. The last bit is HR, checking behavioral stuff, cultural fit, your pros/cons, salary needs, and if you're up for relocating.
- How can millions of records be migrated from a MySQL server to an Oracle server without hurting performance?
Software Engineer
Although I wasn’t selected for the role, I really appreciate the opportunity to learn more about EQ Technology. From my research and interactions, it’s clear that the company has a strong commitment to innovation, values its employees, and maintains a positive work culture. I admire how EQ Technology focuses on [specific positive aspect, e.g., customer-centric solutions, cutting-edge technology, community involvement], and I hope to have the chance to contribute to such an inspiring organization in the future.
- Schema Design questions
- System design questions
Software Engineer
I connected with the recruiter at EQ hired, who was my main contact. After that, I had three interviews with different employees, but then they ghosted me. When I followed up, the recruiter told me the job requirements and location changed, which was frustrating since my resume clearly stated my location preference and remote work desire. It seems they now want someone local. It's odd to invest so much time with a candidate just to change the job criteria. Plus, they never officially rejected me; I think companies should send a rejection email after the first in-person interview. The rest of the process was unclear regarding whether it was the final interview or if more would follow. It sounded like compensation negotiation would happen in the final stages.
- Could you write a function to convert Roman numerals to integers? For instance, V should be 5, XII should be 7, and IX should be 9.
eQ Technologic Software Engineer Interview Questions
Quoted word for word from eQ Technologic interview reports.
“Given a pointer to a node in a linked list, how can you delete it in O(1) time?”
Read reports →“Find the single non-repeated element in an array where all other elements appear twice, with O(n) complexity.”
Read reports →“Find the most frequent element in an array of positive integers with an unknown range and repetitions. Handle cases with no maximum or multiple maximums by returning -1. Implement an in-place solution without extra storage.”
Read reports →“How would you delete a node in a singly linked list if you are only given a pointer to that node and not the head of the list?”
Read reports →“How many ways can you form pairs from an array of numbers, where a number can't be in multiple pairs? Show for {1,2} and {1,2,3} with examples of pairings.”
Read report →“Given a sequence of consecutive numbers from 1 to 100, with one number missing, write a code to identify that missing number.”
Read report →“Can you write a recursive program to calculate x raised to the power of y?”
Read report →“Using a 5-gallon jug and a 3-gallon jug, how can you measure exactly 4 gallons of water?”
Read report →“Could you write a function to convert Roman numerals to integers? For instance, V should be 5, XII should be 7, and IX should be 9.”
Read report →Formats, difficulty and experience
Across all 167 eQ Technologic interview reports.