Upload Button Icon Add office photos

Filter interviews by

ShieldSquare Associate Software Engineer Interview Questions and Answers for Experienced

Updated 16 May 2018

ShieldSquare Associate Software Engineer Interview Experiences for Experienced

1 interview found

Interview Questionnaire 

2 Questions

  • Q1. F2F with person in whose team u gonna be working if hired. Interviewer will ask basic programming questions whose solution will be easy but what they are looking is how efficiently can u do it, so approach...
  • Q2. Find if a number is perfect square. easy answer: brute force answer they looking for: convert to binary and analyze bit pattern.

Interview Preparation Tips

Round: Test
Experience: This was pen paper written round. All question were technical. Questions were from topics like Java, GIT, SQL and Linux mostly and all were the basic questions of the topics. There were 2 programming questions as well. Basic string array manipulation related. Time allotted is 60 min. If your basics are clear this wont be tough. Also depends on the peers performance giving the test.

Round: Screening by a Sr.
Experience: By now u are already selected. This Sr. person will tell u more abt the work and what u shud expect. Also u can also any questions to him as well, kindof last chance to clarify your doubts before joining because after this u will be given offer letter post salary negotiation by HR.

General Tips: Stay calm and confident. It happens that we mention something in resume' which we had worked on in past but now the concepts are rusted. In such cases straight away tell them u forgot instead of trying to guess the answer. In case u dont know a concept then accept it and dont fool around with some random answer. Basically in case u r going for a guess it shud be on some logical grounds.

Interview questions from similar companies

I applied via LinkedIn and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Coding content on hackerrank of 2 questions

Round 2 - One-on-one 

(1 Question)

  • Q1. I had virtual interview with the technical team member who asked all the questions starting from basic to the higher level covering all the skills mentioned in the resume and has provided with scenarios to...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with all the skills mentioned in the resume.
when you don't know any question be honest.
when asked to code a paticular question example a binary search or other if you don't know how to code then just say that you can explain the concept and say i'm not sure if i can code it in one go.

I applied via Job Fair and was interviewed in Oct 2021. There were 2 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basics of each skill mentioned in the resume

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

Interview Questionnaire 

1 Question

  • Q1. My first question is tell me about yourself then they ask what you do after graduation. Then ask some technical question like oops concept and collections and map and some question in sql and jdbc also.

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a product base MNC and it is good for fresher.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 DSA questions Both are from DP

Round 2 - Technical 

(2 Questions)

  • Q1. 2 Questions , 1 is DSA
  • Q2. Second question is Puzzle

Interview Preparation Tips

Interview preparation tips for other job seekers - Practise DSA more and give more and more interviews.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in May 2024. There was 1 interview round.

Round 1 - Coding Test 

Questions trees and graphs.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be focused, motivated, and have faith
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Mar 2023. There were 4 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 - Aptitude Test 

Aptitude Test with 1 coding question and 8 other aptitude questions

Round 3 - One-on-one 

(1 Question)

  • Q1. DSA questions with some dbms questions.
Round 4 - One-on-one 

(1 Question)

  • Q1. DSA + SQL query writing questions. Do revise SQL before interview.
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude test was of 1 hr

Round 2 - Coding Test 

It was about 1 hr duration

Round 3 - Technical 

(2 Questions)

  • Q1. What do you know about oops
  • Ans. 

    Object-oriented programming paradigm focusing on objects and classes

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object)

    • Inheritance: Ability of a class to inherit properties and behavior from another class

    • Polymorphism: Ability to present the same interface for different data types

    • Abstraction: Hiding the complex implementation details and showing only the necessary features

  • Answered by AI
  • Q2. Tell me about encapsulation
  • 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 restricting access to it.

    • It allows for better control over the data by preventing outside interference.

    • Encapsulation also promotes code reusability and modularity.

    • Example: In object-oriented programming, classes encapsulate data fields and methods to ope

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. How do you manage your team
  • Q2. Why should I hire you

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 Query question and 3 coding questions

Round 2 - Technical 

(4 Questions)

  • Q1. Basic oops , Java script and Networking questions.
  • Q2. What is object orienteered programming.
  • Ans. 

    Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • Objects are instances of classes, which define the structure and behavior of the objects.

    • Encapsulation, inheritance, and polymorphism are key principles of object oriented programming.

    • Example: Java, C++, Python are popular languages that support object oriented programming.

  • Answered by AI
  • Q3. Different Events in java script
  • Ans. 

    Events in JavaScript are actions or occurrences that happen in the browser that the code can respond to.

    • Events can be triggered by user actions (like clicking a button), browser actions (like page load), or system events (like a timer expiring)

    • Event listeners are used to listen for and respond to events

    • Common events include click, mouseover, keydown, submit, etc.

  • Answered by AI
  • Q4. Event listeners
Round 3 - Coding Test 

Project , coding question, DBMS

Round 4 - HR 

(1 Question)

  • Q1. Basic personal details

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Promises in javascript
  • Ans. 

    Promises in JavaScript are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() to handle success and .catch() to handle errors.

  • Answered by AI

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

Innovaccer Interview Questions
3.4
 • 81 Interviews
Cohesity Interview Questions
3.9
 • 81 Interviews
NoBrokerHOOD Interview Questions
3.1
 • 57 Interviews
Vyapar Interview Questions
3.5
 • 53 Interviews
Classplus Interview Questions
3.4
 • 28 Interviews
Fleetx.io Interview Questions
3.7
 • 28 Interviews
View all
Product Manager
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Python Developer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare ShieldSquare with

Intellect Design Arena

4.0
Compare

NoBrokerHOOD

3.1
Compare

Cohesity

3.9
Compare

Celebal Technologies

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