Upload Button Icon Add office photos

Filter interviews by

Logic Square Interview Questions, Process, and Tips

Updated 16 Dec 2024

Top Logic Square Interview Questions and Answers

Logic Square Interview Experiences

Popular Designations

6 interviews found

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
  • 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

Junior Software Test Engineer Interview Questions asked at other Companies

Q1. Write a code to define priority in Automation framework ?
View answer (1)
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

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element. An array is defined as non-decreasing if ARR[i] <= ARR[i + 1] f... read more
View answer (3)
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.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
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

System Engineer Interview Questions asked at other Companies

Q1. Election Winner Determination In an ongoing election between two candidates A and B, there is a queue of voters that includes supporters of A, supporters of B, and neutral voters. Neutral voters have the power to swing the election results ... read more
View answer (9)

Logic Square interview questions for popular designations

 Softwaretest Engineer

 (1)

 Software Engineer

 (1)

 Software Developer

 (1)

 Front end Developer

 (1)

 System Engineer

 (1)

 Junior Software Test Engineer

 (1)

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

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)

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 was interviewed 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

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

Interview questions from similar companies

I applied via Walk-in and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basic Programming questions.
  • Q2. Fibonacci program
  • Q3. OOPS concepts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic OOPS concepts and basic programs.

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts and Data Structure Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops And Data Structure, Collection.

I applied via Recruitment Consultant and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic communication skills were tested. Sone techical questn too. Versant test is mandatory

Interview Preparation Tips

Interview preparation tips for other job seekers - Please never go for these third party vendors. They misguide you regarding profile . I went for this third party vendor named savantis solution and it really misguided me

I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Was interviewed as fresher?
  • Q2. Written test conducted? with verbal ability test ? GD
  • Q3. How would u deal with a problematic situation when you are working in a team?
  • Q4. What are your plans about higher studies?

Interview Preparation Tips

Interview preparation tips for other job seekers - it was basic with apptiude test and attitiude test.

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.

Logic Square Interview Process

based on 6 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 788 Interviews
View all

Logic Square Reviews and Ratings

based on 27 reviews

4.5/5

Rating in categories

4.1

Skill development

4.3

Work-life balance

4.1

Salary

4.1

Job security

4.1

Company culture

3.9

Promotions

3.9

Work satisfaction

Explore 27 Reviews and Ratings
Software Engineer
45 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Devops Engineer
37 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Analyst
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Logic Square with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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