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

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 ArrayYou have been given an integer array/list 'ARR' of size 'N'. Write a solution to check if it could become non-decreasing by modifying at most 1 element. We define an array as non-decreasing, if ARR[i] <= ARR[i + 1] ho... 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 SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
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. Who Won the Election???Elections are going on, and there are two candidates A and B, contesting with each other. There is a queue of voters and in this queue, some of them are supporters of A and some of them are supporters of B. Many of th... read more
View answer (8)

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)

Logic Square interview questions for popular designations

 Front end Developer

 (1)

 Junior Software Test Engineer

 (1)

 Software Developer

 (1)

 Software Engineer

 (1)

 Softwaretest Engineer

 (1)

 System 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 (170)

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

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(11 Questions)

  • Q1. Introduce yourself
  • Q2. Defference between Implicit And Explicit enhancement
  • Q3. What defferet type of enhancement and explain each
  • Q4. How to debug backgroud job
  • Q5. How debug smartforms
  • Q6. Which bapi you have used
  • Q7. What is file handling
  • Q8. Which FM is used to upload data
  • Q9. TMG events senario question
  • Q10. How ro make table feild case sensitive
  • Q11. Why we need to use BSPI instead od Update qury
Round 2 - Technical 

(12 Questions)

  • Q1. Introduce yourself
  • Q2. What is the defference between Explicit and implicit enhancement
  • Q3. Explain Customer Exit requirements on which u worked
  • Q4. Different type of FM
  • Q5. How to create BAPI
  • Q6. Tcode for code optimization
  • Q7. How to optimize code
  • Q8. Tcode for ADOBE Form
  • Q9. Have you worked on Module Pool
  • Q10. Tcodes related to IDOC
  • Q11. What is the use of Commite statement
  • Q12. On which repprys u have worked
Round 3 - HR 

(3 Questions)

  • Q1. Why there is gap of 1 year after completing your graduation to getting job
  • Q2. Preferred location
  • Q3. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on basics. They ask only besics questions and whenever you answer give the example your requirements on which you worked, be confident.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - Case Study 

Typically includes an executive summary, background information, a discussion of the findings, proposed solutions, and a conclusion. This reply all questions in detail with studies program

Round 2 - Technical 

(2 Questions)

  • Q1. Questions asked in interviews to assess a candidate's technical knowledge and problem-solving skills. They can cover a range of topics, including programming languages, tools, and processes.
  • Q2. How will joining be done in the company?
Round 3 - One-on-one 

(2 Questions)

  • Q1. Don't ask anything and I am setting the job recruitment and selection will be in detail this company
  • Q2. Vi don't know asking any questions this company and no any doubt
Round 4 - HR 

(2 Questions)

  • Q1. HR interviewers ask questions to learn about a candidate's skills, experience, and fit for the company culture. Some common questions include.
  • Q2. It's their way of checking if you have any further inquiries about the role, the company, or the next steps in the hiring proces.

Interview Preparation Tips

Interview preparation tips for other job seekers - thoroughly researching companies and roles before applying, actively networking with professionals in your field, tailoring your resume and cover letter to each job, practicing interview skills, staying updated on industry trends, and continuously developing relevant skills to stay competitive in the job market.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Dec 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. Can you share your work experience?
  • Q2. What tools have you used to perform finite element analysis (FEA)?
  • Q3. What is your basic knowledge of the strength of materials and finite element method (FEM)?
  • Q4. What are the shear force distribution (SFD) and bending moment diagram (BMD) for cantilever beams made of two different materials that are subjected to a point load P at the free end?
  • Q5. What is the purpose of static analysis?

Interview Preparation Tips

Interview preparation tips for other job seekers - We should have a deep understanding of the strength of materials and finite element method (FEM), and we should be able to explain what we have accomplished and the reasons behind our actions in previous companies.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - HR 

(2 Questions)

  • Q1. What was your experience with your last employer?
  • Q2. What were your roles and responsibilities in your last position?
Round 2 - Aptitude Test 

This was an assessment of skills and abilities.

Round 3 - Technical 

(1 Question)

  • Q1. What technical skills do you possess, especially in relation to the tools and technologies utilized by your previous employer?
Round 4 - Technical 

(1 Question)

  • Q1. What is your experience with the tools used by HCLTech for this particular requirement?
Round 5 - One-on-one 

(1 Question)

  • Q1. This was a face-to-face round that included some technical, aptitude, and behavioural questions.
Round 6 - HR 

(2 Questions)

  • Q1. Business strategy case study questions were asked during the final round with the hiring manager.
  • Q2. Salary negotiation process and the final offer

Interview Preparation Tips

Interview preparation tips for other job seekers - Clearly articulate your previous work and skills, and be prepared for what is expected of you. Embrace a learning mindset, as no one is perfect, and the hiring team primarily evaluates your willingness to learn.

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 in last 1 year

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k 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
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 793 Interviews
View all

Logic Square Reviews and Ratings

based on 24 reviews

4.7/5

Rating in categories

4.4

Skill development

4.6

Work-life balance

4.4

Salary

4.4

Job security

4.4

Company culture

4.2

Promotions

4.2

Work satisfaction

Explore 24 Reviews and Ratings
Software Engineer
45 salaries
unlock blur

₹3.5 L/yr - ₹10 L/yr

Devops Engineer
35 salaries
unlock blur

₹3.2 L/yr - ₹8 L/yr

Softwaretest Engineer
19 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Software Developer
14 salaries
unlock blur

₹3.5 L/yr - ₹9 L/yr

Test Engineer
9 salaries
unlock blur

₹4.2 L/yr - ₹7 L/yr

Explore more salaries
Compare Logic Square with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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