Upload Button Icon Add office photos

Filter interviews by

Logic Square Interview Questions and Answers

Updated 16 Dec 2024
Popular Designations

6 Interview questions

A Junior Software Test Engineer was asked 8mo ago
Q. Encapsulation call by value
Ans. 

Encapsulation is the concept of bundling data and methods that operate on the data into a single unit.

  • Encapsulation helps in hiding the internal state of an object and only exposing necessary functionalities.

  • In encapsulation, the variables of a class are hidden from other classes and can only be accessed through the methods of their current class.

  • Encapsulation allows for better control over the data by preventing ...

View all Junior Software Test Engineer interview questions
A Junior Software Test Engineer was asked 8mo ago
Q. Explain the concept of abstract classes in OOP.
Ans. 

An abstract class in OOP serves as a blueprint for other classes, allowing for shared methods and properties while preventing instantiation.

  • An abstract class cannot be instantiated directly.

  • It can contain abstract methods (without implementation) that must be implemented by derived classes.

  • Example: An abstract class 'Animal' with an abstract method 'makeSound()'.

  • Concrete classes like 'Dog' and 'Cat' must implement...

View all Junior Software Test Engineer interview questions
A Front end Developer was asked 8mo ago
Q. Given an array [1,0,2,4,0,12], rearrange it so that the output is [1,2,4,12,0,0].
Ans. 

Rearrange an array by moving all zeros to the end while maintaining the order of non-zero elements.

  • Create a new array to store non-zero elements

  • Iterate through the original array and add non-zero elements to the new array

  • Count the number of zeros in the original array and add them to the new array at the end

View all Front end Developer interview questions
A Front end Developer was asked 8mo ago
Q. Implement a React infinite counter that starts from 0 and increments by 1 every second without any user interaction.
Ans. 

Use setInterval to increment counter by 1 every second in React.

  • Use useState to store the counter value.

  • Use useEffect to start the interval and clean it up on component unmount.

  • Increment the counter by 1 every second using setInterval.

View all Front end Developer interview questions
A Softwaretest Engineer was asked 11mo ago
Q. Software development life cycle
Ans. 

Software development life cycle is a process used in software development to design, develop, test, and maintain software.

  • SDLC consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.

  • Each phase has its own set of activities and deliverables.

  • SDLC models include Waterfall, Agile, Iterative, Spiral, etc.

  • Testing is an integral part of SDLC to ensure the quality of the so...

View all Softwaretest Engineer interview questions
A Softwaretest Engineer was asked 11mo ago
Q. Types of database,
Ans. 

Types of databases include relational, NoSQL, object-oriented, and graph databases.

  • Relational databases store data in tables with rows and columns (e.g. MySQL, PostgreSQL)

  • NoSQL databases store data in flexible, non-tabular formats (e.g. MongoDB, Cassandra)

  • Object-oriented databases store data as objects (e.g. db4o)

  • Graph databases store data in nodes and edges (e.g. Neo4j)

View all Softwaretest Engineer interview questions

Logic Square Interview Experiences

6 interviews found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. React infinite counter without any event starts from 0 and increment in every second to +1.
  • Ans. 

    Use setInterval to increment counter by 1 every second in React.

    • Use useState to store the counter value.

    • Use useEffect to start the interval and clean it up on component unmount.

    • Increment the counter by 1 every second using setInterval.

  • Answered by AI
  • Q2. Rearrangement of an array [1,0,2,4,0,12] output should be [1,2,4,12,0,0]
  • Ans. 

    Rearrange an array by moving all zeros to the end while maintaining the order of non-zero elements.

    • Create a new array to store non-zero elements

    • Iterate through the original array and add non-zero elements to the new array

    • Count the number of zeros in the original array and add them to the new array at the end

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy test simple apptitude questions. And then some English grammar questions.

Round 2 - Coding Test 

We got four coding questions 2 of them are Javascript questions and two are react and vanilla js and we have to submitted within 48 hrs.

Interview Preparation Tips

Topics to prepare for Logic Square Software Developer interview:
  • Javascript Frameworks
  • Javascript
  • Vanilla js
  • Nodejs
  • Restapi
Interview preparation tips for other job seekers - Overall experience is nice . But after round two no response from her.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about your self and responsibilities
Round 2 - Technical 

(1 Question)

  • Q1. What's your responsibilities in last organisation

Junior Software Test Engineer Interview Questions & Answers

user image Randhir pratap Singh

posted on 17 Oct 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Questions was divided into 3 categories
1. Reason
2.english
3.Technical

Round 2 - Technical 

(4 Questions)

  • Q1. Oops Concept abstract class
  • Ans. 

    An abstract class in OOP serves as a blueprint for other classes, allowing for shared methods and properties while preventing instantiation.

    • An abstract class cannot be instantiated directly.

    • It can contain abstract methods (without implementation) that must be implemented by derived classes.

    • Example: An abstract class 'Animal' with an abstract method 'makeSound()'.

    • Concrete classes like 'Dog' and 'Cat' must implement 'mak...

  • Answered by AI
  • Q2. Overloading, overriding
  • Q3. Array string inheritance
  • Q4. Encapsulation call by value
  • Ans. 

    Encapsulation is the concept of bundling data and methods that operate on the data into a single unit.

    • Encapsulation helps in hiding the internal state of an object and only exposing necessary functionalities.

    • In encapsulation, the variables of a class are hidden from other classes and can only be accessed through the methods of their current class.

    • Encapsulation allows for better control over the data by preventing direc...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on Java,Collections in java, serlization basic to intermodiate java codes Asks about selenium

Softwaretest Engineer Interview Questions & Answers

user image Randhir pratap Singh

posted on 15 Jul 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jul 2023.

Round 1 - Technical 

(6 Questions)

  • Q1. Oops concept , inheritance, polymorphism
  • Q2. About the projects
  • Q3. Types of database,
  • Ans. 

    Types of databases include relational, NoSQL, object-oriented, and graph databases.

    • Relational databases store data in tables with rows and columns (e.g. MySQL, PostgreSQL)

    • NoSQL databases store data in flexible, non-tabular formats (e.g. MongoDB, Cassandra)

    • Object-oriented databases store data as objects (e.g. db4o)

    • Graph databases store data in nodes and edges (e.g. Neo4j)

  • Answered by AI
  • Q4. About software testing
  • Q5. Software development life cycle
  • Ans. 

    Software development life cycle is a process used in software development to design, develop, test, and maintain software.

    • SDLC consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables.

    • SDLC models include Waterfall, Agile, Iterative, Spiral, etc.

    • Testing is an integral part of SDLC to ensure the quality of the softwar...

  • Answered by AI
  • Q6. Bug life cycle

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Logic Square?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Company Website and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

First round was coding as well as aptitude done together went well I guess focusing on codes helps a lot.

Round 2 - Technical 

(1 Question)

  • Q1. 2nd round included tr and mr round went quite enegritic

Interview Preparation Tips

Interview preparation tips for other job seekers - Resume skills matters a lot don't fill resume the technologies you don't even aware of
Are these interview questions helpful?

I applied via Naukri.com

Interview Questionnaire 

2 Questions

  • Q1. Why Amazon?
  • Ans. 

    Amazon's innovation, customer focus, and diverse opportunities align with my career goals and values.

    • Customer Obsession: Amazon prioritizes customer satisfaction, evident in initiatives like Prime and personalized recommendations.

    • Innovation: The company is a leader in technology and logistics, constantly pushing boundaries with services like AWS and drone delivery.

    • Diversity of Roles: Amazon offers a wide range of caree...

  • Answered by AI
  • Q2. What do you expect from Amazon?
  • Ans. 

    I expect Amazon to foster innovation, provide growth opportunities, and maintain a customer-centric culture.

    • Opportunities for professional development, such as training programs and mentorship.

    • A collaborative work environment that encourages teamwork and idea sharing.

    • Access to cutting-edge technology and resources to drive innovation.

    • A strong focus on customer satisfaction, ensuring that every decision prioritizes the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be open to anything, and keep your expectations low as your expectations might kill you. Just relax and take everything in a healthy way

Interview Questionnaire 

2 Questions

  • Q1. Technical
  • Q2. Be yourself

I applied via Recruitment Consulltant and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. *Introduce yourself *Purpose of working in the Company *Educational Background *Family Background *Goals and Ambition
  • Ans. 

    Experienced professional with a strong educational background and clear career ambitions, eager to contribute to the company's success.

    • I have over 5 years of experience in project management, leading teams to successfully deliver complex projects on time.

    • I hold a Master's degree in Business Administration from XYZ University, where I specialized in strategic management.

    • My family has always emphasized the importance of ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident about what you speak.

Logic Square Interview FAQs

How many rounds are there in Logic Square interview?
Logic Square interview process usually has 1-2 rounds. The most common rounds in the Logic Square interview process are Technical, Aptitude Test and Coding Test.
What are the top questions asked in Logic Square interview?

Some of the top questions asked at the Logic Square interview -

  1. react infinite counter without any event starts from 0 and increment in every s...read more
  2. rearrangement of an array [1,0,2,4,0,12] output should be [1,2,4,12,0...read more
  3. Software development life cyc...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 6 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 40%
2-4 weeks 40%
4-6 weeks 20%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.8
 • 8.6k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.3k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.8
 • 3.4k Interviews
View all

Logic Square Reviews and Ratings

based on 28 reviews

4.6/5

Rating in categories

4.2

Skill development

4.4

Work-life balance

4.1

Salary

4.1

Job security

4.2

Company culture

3.9

Promotions

4.0

Work satisfaction

Explore 28 Reviews and Ratings
Software Engineer
37 salaries
unlock blur

₹3.8 L/yr - ₹9.3 L/yr

Devops Engineer
36 salaries
unlock blur

₹3.2 L/yr - ₹8 L/yr

Softwaretest Engineer
18 salaries
unlock blur

₹3.8 L/yr - ₹7 L/yr

Software Developer
14 salaries
unlock blur

₹3.5 L/yr - ₹8.4 L/yr

Data Analyst
11 salaries
unlock blur

₹3.6 L/yr - ₹8 L/yr

Explore more salaries
Compare Logic Square with

TCS

3.6
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview