The hiring process at Emalogic Software takes an average of 7 days when considering 1 user submitted interviews across all job titles. Candidates applying for Senior Software Developer had the quickest hiring process (on average 7 days), whereas Senior Software Developer roles had the slowest hiring process (on average 7 days).
I applied through university. The process took 2 weeks. I interviewed at Emalogic Software
Interview
The process included 2 interviews not in the same day.
First one was with logic questions and behaviour questions. if you pass you will get the second interview.
the second was coding interview (no leetcode)
Interview questions [1]
Question 1
build a table that sum the inputs of every cell by row/col/diagonal and check if they met some conditions (ui only, no server side needed)
I applied through an employee referral. The process took 1 week. I interviewed at Emalogic Software (Israel) in Sept 2024
Interview
the technical interview was 2 assignments - i came to the office and was given sql question and was asked to develop simple task in react.
i was given as much time as i needed (started in the morning and didn't have a time limit).
Interview questions [1]
Question 1
build an app in react that accepts columns and rows variables and sum variable, builds a table accordingly and prevents the user from inserting values that pass the sum in a row, column or diagonaly.
I interviewed at Emalogic Software (Tel Aviv-Yafo)
Interview
The interview process at Emalogic was a thorough and engaging experience that tested both my technical expertise and problem-solving skills,
I submitted my resume . Shortly after, I was contacted by an HR representative who scheduled an initial screening call.
During this call, I was asked about my background, technical skills, and interest in Emalogic. The recruiter also gave me an overview of the company, its culture, and the role I applied for.
After I had a technical interview with a senior developer. This session involved:
Live coding challenges (focusing on optimization and debugging).
Questions about my past projects and the technologies I’ve worked with.
A discussion on system design and how I would architect scalable solutions.
Interview questions [1]
Question 1
to swap x and y without using extra memory, it means you cannot use a temporary variable. There are a few ways to do this, using arithmetic operations or bitwise XOR