Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Logic Information Systems Team. If you also belong to the team, you can get access from here

Logic Information Systems Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Logic Information Systems Interview Questions and Answers

Updated 10 Jul 2022

Logic Information Systems Interview Experiences

Popular Designations

3 interviews found

Consultant Interview Questions & Answers

user image Anonymous

posted on 10 Jul 2022

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

Round 1 - One-on-one 

(1 Question)

  • Q1. About your previous company and basic sql what is what
Round 2 - Technical 

(1 Question)

  • Q1. SQL/plsql all question
Round 3 - Coding Test 

SQL /plsql coding test

Round 4 - HR 

(1 Question)

  • Q1. Why me relieving your previous company, and discussing about salary package

Interview Preparation Tips

Interview preparation tips for other job seekers - Defentily worth company to grow your careers but most of project need support only not development... Overall good company only.

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)

I applied via LinkedIn and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions mostly from oracle sql and plsql advance basic concepts
Round 2 - One-on-one 

(1 Question)

  • Q1. Questions are on trigger concepts and advance plsql concepts
Round 3 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Why are you looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience with interview process.
Took one week gaps for each round and timely feesback is there

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)

Consultant Interview Questions & Answers

user image Anonymous

posted on 26 Oct 2021

I applied via Recruitment Consultant and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basics of OIC
  • Q2. Fault Handling Mechanism in OIC
  • Ans. 

    Fault handling mechanism in OIC

    • OIC provides a fault handling framework to handle errors and exceptions

    • It includes fault policies, fault bindings, and fault actions

    • Fault policies define how to handle faults for a specific integration

    • Fault bindings specify the fault policy to use for a specific endpoint

    • Fault actions define what to do when a fault occurs, such as logging or retrying

    • Examples of fault actions include sendin...

  • Answered by AI
  • Q3. Oracle BI Report and ERP concept.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on your answers. If you are not know the answer, don't waste the interviewer time, just say " I don't know and I will learn it".

Skills evaluated in this interview

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)

Interview questions from similar companies

I applied via Referral and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Moderate difficult with business reasoning

Round 2 - Technical 

(1 Question)

  • Q1. Prior work Ex mostly and a case study

Interview Preparation Tips

Interview preparation tips for other job seekers - Know SAS products and it's implementation use cases in detail with statistical knowledge
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

On python and sql coding.they ask simple to complex questions

Round 2 - Technical 

(1 Question)

  • Q1. On data science machine learning

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Case Study 

There were 3 rounds for data science consultant position at Equifax. 1st round consists of Python and SQL questions and also in this round they have tested analytical thinking as well.

Round 2 - Coding Test 

In 2nd round they have asked me questions from my resume and asked me to explain the projects which I have worked on in previous company. In this round they have asked me pandas related questions and asked me write code.

Round 3 - Behavioral 

(1 Question)

  • Q1. In Managerial round again here I have been asked questions related my projects. and no coding round in this stage.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Python, SQL, Analytical thinking, Statistics and pandas.

I applied via Naukri.com and was interviewed before Sep 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Introduce yourself and explain your carrier
  • Q2. B. Tech with 11 years of experience on Linux Administration/Devops/Ansible/Puppet/Cloud administration/ AWS/Openstack

Interview Preparation Tips

Interview preparation tips for other job seekers - go with confidence and you can crack the interview
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What languages do you know? Asked about the project I did and various clarification questions on that.
  • Q2. What are various assumption you made while implementing this project.

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

Interview Questionnaire 

3 Questions

  • Q1. Drill Down,Drill through
  • Q2. Dax functions like date add,date diff,time Intelligence
  • Q3. Import direct query

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer was very nice.If u are confident u can easily crack the interview
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Feb 2023. There were 2 interview rounds.

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 - One-on-one 

(2 Questions)

  • Q1. What is Tuples? How do you convert a string to a tuple?
  • Ans. 

    Tuples are immutable sequences of elements. A string can be converted to a tuple using the tuple() function.

    • Tuples are similar to lists but are immutable

    • Elements of a tuple are enclosed in parentheses ()

    • A string can be converted to a tuple using the tuple() function

    • Each character in the string becomes an element in the tuple

  • Answered by AI
  • Q2. What is Left Join? Show one Left join for 2 data frames on Python
  • Ans. 

    Left join is a type of join operation in SQL that returns all the rows from the left table and matching rows from the right table.

    • Left join is performed using the 'left join' keyword in SQL

    • In Python, left join can be performed using the 'merge' function from the pandas library

    • Syntax: pd.merge(left_dataframe, right_dataframe, how='left', on='key_column')

    • Example: pd.merge(df1, df2, how='left', on='id')

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prep the Basics of Python, as most questions are on the basics concepts.

Skills evaluated in this interview

Logic Information Systems Interview FAQs

How many rounds are there in Logic Information Systems interview?
Logic Information Systems interview process usually has 3-4 rounds. The most common rounds in the Logic Information Systems interview process are Technical, One-on-one Round and HR.
How to prepare for Logic Information Systems 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 Logic Information Systems. The most common topics and skills that interviewers at Logic Information Systems expect are CRM, SAN, SMS, SOC and Consulting.
What are the top questions asked in Logic Information Systems interview?

Some of the top questions asked at the Logic Information Systems interview -

  1. Fault Handling Mechanism in ...read more
  2. Questions mostly from oracle sql and plsql advance basic conce...read more
  3. Questions are on trigger concepts and advance plsql conce...read more

Tell us how to improve this page.

Logic Information Systems Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Equifax Interview Questions
3.3
 • 32 Interviews
DISYS Interview Questions
3.0
 • 27 Interviews
VDart Interview Questions
4.0
 • 26 Interviews
EagleView Interview Questions
3.3
 • 20 Interviews
Apptio Interview Questions
3.9
 • 19 Interviews
SAS Interview Questions
4.3
 • 18 Interviews
View all

Logic Information Systems Reviews and Ratings

based on 67 reviews

4.0/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

3.8

Salary

4.0

Job security

3.8

Company culture

3.4

Promotions

3.9

Work satisfaction

Explore 67 Reviews and Ratings
Associate Consultant
157 salaries
unlock blur

₹2.2 L/yr - ₹8 L/yr

Senior Consultant
96 salaries
unlock blur

₹7.5 L/yr - ₹17 L/yr

Consultant
91 salaries
unlock blur

₹4.7 L/yr - ₹11.4 L/yr

Technical Lead
30 salaries
unlock blur

₹13.1 L/yr - ₹28 L/yr

Software Developer
12 salaries
unlock blur

₹2 L/yr - ₹9.8 L/yr

Explore more salaries
Compare Logic Information Systems with

Saama Technologies

3.7
Compare

DISYS

3.0
Compare

Data-Core Systems

3.2
Compare

Arvato

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