Upload Button Icon Add office photos

Filter interviews by

ElogicSquare Analytics Interview Questions and Answers

Updated 15 Jun 2021

ElogicSquare Analytics Interview Experiences

1 interview found

juniour automation engineer Interview Questions & Answers

user image Anonymous

posted on 15 Jun 2021

I applied via Referral and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. They will be asking about yourself
  • Q2. About project you did
  • Q3. Hands on experience even for fresher
  • Q4. Basic fundamentals on all concepts
  • Q5. They require everything to get placed in ElogicSquare

Interview Preparation Tips

Interview preparation tips for other job seekers - Join if u r willing to work most of time ie you should be available from 9 am to 9 pm, if needed night out too to complete task and you should even be good at managing programming

Interview questions from similar companies

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

Two easy questions two wasy questions two easy questions two easy questions

Round 3 - Technical 

(2 Questions)

  • Q1. Technical interviews was very easy techijcal interviews was very easy very easy very easy
  • Q2. Interviews was conducted in advance of a news conference in the United Kingdom and the European government on Tuesday

Interview Preparation Tips

Interview preparation tips for other job seekers - Ghar was the second man killed by an twowwywiwywuw The new rules would be similar y

I applied via Walk-in and was interviewed in Nov 2021. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Salary and job role discussions and confirmation
  • Q2. Questions about experience and medical knowledge
  • Q3. What was your previous job role about?
  • Q4. How are dental diseases related to systemic diseases?
  • Q5. Questions about short term and long term goals.

Interview Preparation Tips

Topics to prepare for Cotiviti Clinical Analyst interview:
  • US healthcare
  • CMS
  • Medicaid
Interview preparation tips for other job seekers - Be well prepared for interviews. Go through basics of US healthcare- terms and overview of how it works.

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

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. What is the experience of the previous job and how was it?
Round 2 - Aptitude Test 

Band of baroda ke normal question

Round 3 - Group Discussion 

I don't know

Round 4 - One-on-one 

(1 Question)

  • Q1. Tell about yourself previous experience and family questions

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be able to speak more and should not be afraid while speaking and should speak in such a way that the other person understands everything about you.

I applied via Recruitment Consultant

Interview Questionnaire 

1 Question

  • Q1. They really like to know you personally ans professionally. You will be tested on personality. You may be asked to answer the questions regarding surveys and charts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, be prepared, be patient. They really test your knowledge and and patience. It is a very long process.

I applied via LinkedIn and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Accounting basics: consolidation accounting, accounting for associates/JVs
  • Q2. Valuation related: DCF, EV, which Ke to use
  • Q3. Sector specific questions based on sector expertise
  • Q4. Financial modelling related: key revenue & cost drivers

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with accounting, financial modeling and valuation basics. If you have any sector expertise, be ready to answer questions on current events, trends in the sector

Interview Questionnaire 

3 Questions

  • Q1. Self evaluation of how best we articulate our work experience
  • Q2. How positive we are in approaching each and every situation
  • Q3. Testing on our stability and networking skills

I was interviewed in Nov 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

The online test was scheduled on 10:00 AM. Total 304 students were eligible who appeared for the test. 93 students were shortlisted in this round. MCQs were asked and two coding question

MCQs were of medium to hard level.
OOPS(2 Question)
DBMS(2 questions)
Networking(2 Questions)
Operating System(2 Questions),
Aptitude(2 Questions)

  • Q1. 

    Maximum Subarray Sum Problem Statement

    Given an array arr of length N consisting of integers, find the sum of the subarray (including empty subarray) with the maximum sum among all subarrays.

    Explanation...

  • Ans. 

    A subarray is a contiguous segment of an array. In other words, a subarray can be formed by removing 0 or more integers from the beginning, and 0 or more integers from the end of an array. I used Kadane's algorithm to solve it optimally. 

  • Answered Anonymously
  • Q2. 

    Flipping Coins Problem

    Gary has N coins placed in a straight line. Some coins have their head side up, and others have the tail side up.

    Convention:

    1 denotes the HEAD side is up. 
    0 denotes the TAIL sid...
  • Ans. Brute force
    1. The idea is to check every subarray.
    2. We can count the number of heads and number tails in every subarray and then calculate the maximum number of heads side up we can obtain if we flip that particular subarray.
    3. We also keep a count of the final start index and final end index that will give us the number of heads side up we can obtain later.
    Space Complexity: O(1)Explanation:

    O(1).

     

    In the worst case, only ...

  • Answered Anonymously
Round 2 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

It was technical interview round, which was purely based on coding followed by 1 SQL query. Duration of round was of 1 hour from 10 AM-11AM. Interviewer asked me 2 Coding questions one to solve and run on Hackerrank codepair platform and for another one she asked only my approach to solve problem. In the remaining last 10 minutes interviewer asked me 1 SQL query on JOIN. Total 28 students were shortlisted in this round.

  • Q1. 

    First Missing Positive Problem Statement

    You are provided with an integer array ARR of length 'N'. Your objective is to determine the first missing positive integer using linear time and constant space. T...

  • Ans. 

    I gave him the optimized solution.

  • Answered Anonymously
  • Q2. 

    Problem: kth Missing Element in a Sequence

    Given a strictly increasing sequence of integers VEC, identify the Kth missing contiguous integer element that is not present in the sequence, starting from the ...

  • Ans. 

    I told the solving approach by using max heap in O(NlogK) time complexity.

  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Banasthali University. Eligibility criteria7.0 and above CGPA , No current active backlogs/failures, only CS/IT StudentsAthenahealth interview preparation:Topics to prepare for the interview - Data Structures & Algorithms, Dynamic Programming, Hashing,Tree,Graph, Heap, OOPS, SQLTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Do practice a lot of competitive programming.
Tip 2 : Revise complete Data Structures at least 3-4 times. 
Tip 3 : Do practice SQL queries.
Tip 4 : Do at least 1 Internship from a good company.
Tip 5 : Maintain CGPA up to 7.5

Application resume tips for other job seekers

Tip 1 : Keep it short, Do not repeat the same achievements in different sections.
Tip 2 : Do participate in extracurricular activities and Hackathons.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1st round was an online test, which was pretty forward, thereafter I went onto a technical interview with Director & Lead Data Scientist where they asked very few basic questions.
  • Q2. The interview was really basic and any fresher can achieve iff they want you to get in!
  • Q3. Questions were asked on the topics like SQL, Python programming questions, a couple of coding questions, and some HR-related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a good experience for me but feedback is expected because the questions asked from them were easy and I don't know how did they judge me based on that.

Interview Questionnaire 

4 Questions

  • Q1. Why not given to all employees opportunity for high level
  • Q2. Why Only given opportunity for close friends
  • Q3. Why your ask extra work for after target finished
  • Q4. Why All are give freedom only girls

Interview Preparation Tips

Interview preparation tips for other job seekers - Apraisal increment to increase, don't ask to break time finished my target

ElogicSquare Analytics Interview FAQs

How to prepare for ElogicSquare Analytics 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 ElogicSquare Analytics. The most common topics and skills that interviewers at ElogicSquare Analytics expect are Angular, CSS, Design Development, Front End and HTML.
What are the top questions asked in ElogicSquare Analytics interview?

Some of the top questions asked at the ElogicSquare Analytics interview -

  1. They require everything to get placed in ElogicSqu...read more
  2. Basic fundamentals on all conce...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

EXL Service Interview Questions
3.7
 • 738 Interviews
S&P Global Interview Questions
4.1
 • 276 Interviews
Mu Sigma Interview Questions
2.6
 • 229 Interviews
Access Healthcare Interview Questions
3.9
 • 207 Interviews
Crisil Interview Questions
3.7
 • 186 Interviews
Straive Interview Questions
3.4
 • 174 Interviews
AGS Health Interview Questions
4.0
 • 158 Interviews
Indegene Interview Questions
3.4
 • 151 Interviews
CorroHealth Interview Questions
3.3
 • 145 Interviews
View all

ElogicSquare Analytics Reviews and Ratings

based on 3 reviews

3.9/5

Rating in categories

3.9

Skill development

3.9

Work-life balance

3.9

Salary

3.9

Job security

3.9

Company culture

3.9

Promotions

3.9

Work satisfaction

Explore 3 Reviews and Ratings
Data Engineer
3 salaries
unlock blur

₹6 L/yr - ₹9.3 L/yr

Explore more salaries
Compare ElogicSquare Analytics with

EXL Service

3.7
Compare

Access Healthcare

3.9
Compare

S&P Global

4.1
Compare

Crisil

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