Upload Button Icon Add office photos

Filter interviews by

Issquared Inc Senior Engineer Interview Questions and Answers

Updated 9 Jun 2022

Issquared Inc Senior Engineer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in May 2022. 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 - Assignment 

They given one task with through team access you want to solve the Assignment n 30 Min duration

Round 3 - Interview Senior Viceprsident 

(1 Question)

  • Q1. They asking project workflow Full depath
Round 4 - HR 

(1 Question)

  • Q1. Salary and joining dates other details.

Interview Preparation Tips

Interview preparation tips for other job seekers - you can try improve they skills as soon as possible

Interview questions from similar companies

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

I applied via campus placement at BRACT's Vishwakarma Institute of Information Technology, Pune and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to be used for different data types or classes.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI
  • Q2. Find missing number from nth number array.
  • Ans. 

    Find missing number from nth number array.

    • Iterate through the array and calculate the sum of all numbers

    • Calculate the sum of numbers from 1 to n using the formula n*(n+1)/2

    • Subtract the sum of array from the sum of numbers from 1 to n to find the missing number

  • Answered by AI
  • Q3. Explain inheritance and it types
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows a class to reuse code from another class.

    • Types of inheritance include single inheritance, where a class inherits from only one parent class, and multiple inheritance, where a class inherits from multiple parent classes.

    • Example: Class B inherits from Class A, so Class B can access

  • Answered by AI
  • Q4. Find 2nd max elements from aaray
  • Ans. 

    Find 2nd max element from array of strings

    • Sort the array in descending order

    • Skip the first element (max element)

    • Return the second element

  • Answered by AI

Skills evaluated in this interview

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

Hacker rank, 3 questions with 1 hour duration

Round 2 - Technical 

(2 Questions)

  • Q1. Stack parenthesis matching
  • Q2. Linked List reversal
Round 3 - Behavioral 

(3 Questions)

  • Q1. Operating System basics
  • Q2. Behavorial questions
  • Q3. Networking Basics
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Data structure algorithm questions related to various scenarios
  • Q2. DS Algo related questions which revolved around different scenarios
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at RV College Of Engineering (RVCE) and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It includes two DSA questions and some aptitude questions

Round 2 - One-on-one 

(3 Questions)

  • Q1. Introduce yourself
  • Q2. Give the maximum element at any point of time for after pop and push
  • Q3. Reverse a string
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Inheritance, Contructord, Polymorphism etc
Round 2 - Technical 

(1 Question)

  • Q1. Exception Handing, Datatypes, Unix, Sql
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. What are the network operator in india
  • Ans. 

    Some of the major network operators in India are Airtel, Vodafone Idea, Reliance Jio, and BSNL.

    • Airtel is one of the largest telecom operators in India, offering services like mobile, broadband, and digital TV.

    • Vodafone Idea is a merger of Vodafone India and Idea Cellular, providing mobile services across the country.

    • Reliance Jio is known for its 4G network and affordable data plans, disrupting the telecom market in Indi...

  • Answered by AI
  • Q2. What is 2G,3G and 4G
  • Ans. 

    2G, 3G, and 4G are generations of mobile network technology, each offering faster data speeds and improved capabilities.

    • 2G refers to second-generation mobile networks, providing basic voice and text services.

    • 3G is the third generation, offering faster data speeds for internet browsing and multimedia applications.

    • 4G is the fourth generation, delivering even faster data speeds, lower latency, and support for advanced ser...

  • Answered by AI
  • Q3. What are the type of tower structure ,GBT,RTTANDRTP
  • Ans. 

    GBT stands for Guyed Tower, RTT stands for Roof Top Tower, and RTP stands for Roof Top Pole.

    • GBT (Guyed Tower) is a type of tower structure supported by guy wires.

    • RTT (Roof Top Tower) is a tower structure installed on the roof of a building.

    • RTP (Roof Top Pole) is a pole structure installed on the roof of a building.

  • Answered by AI
  • Q4. Type of sim card
  • Ans. 

    The type of SIM card refers to the physical size and shape of the SIM card, such as standard, micro, or nano.

    • Types of SIM cards include standard, micro, and nano sizes

    • Standard SIM cards are the largest, micro SIM cards are smaller, and nano SIM cards are the smallest

    • Different devices may require different types of SIM cards

  • Answered by AI
  • Q5. What is alpha, beta and gamma sector
  • Ans. 

    Alpha, beta, and gamma sectors are divisions used in various industries to categorize different areas or components.

    • Alpha sector typically refers to the first or primary sector in a system or project

    • Beta sector usually represents the secondary or intermediate sector

    • Gamma sector often denotes the tertiary or final sector

    • These divisions can be used in project management, software development, manufacturing, etc.

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - One-on-one 

(1 Question)

  • Q1. Asked about my project related questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Generic dotnet questions mcq

Round 2 - One-on-one 

(1 Question)

  • Q1. .net, c# , sql , async questions
Round 3 - Coding Test 

One problem is given need to make logic and your current project details

Round 4 - Group Discussion 

Managerial round was taken at the end

Interview Preparation Tips

Interview preparation tips for other job seekers - They are very slow. They take really long time to release offer but want candidate to join immediately.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(1 Question)

  • Q1. Array Linked list BST
Round 3 - Technical 

(1 Question)

  • Q1. Array LL BST Stack

Issquared Inc Interview FAQs

How many rounds are there in Issquared Inc Senior Engineer interview?
Issquared Inc interview process usually has 4 rounds. The most common rounds in the Issquared Inc interview process are Resume Shortlist, Assignment and HR.
How to prepare for Issquared Inc Senior Engineer 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 Issquared Inc. The most common topics and skills that interviewers at Issquared Inc expect are CCNA, DHCP, DNS, Firewall and MCSE.

Tell us how to improve this page.

Issquared Inc Senior Engineer Salary
based on 7 salaries
₹8 L/yr - ₹20 L/yr
52% more than the average Senior Engineer Salary in India
View more details

Issquared Inc Senior Engineer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

4.5

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 2 Reviews and Ratings
Associate Engineer
21 salaries
unlock blur

₹3.5 L/yr - ₹4.5 L/yr

Senior Associate Engineer
15 salaries
unlock blur

₹4.5 L/yr - ₹6.9 L/yr

Software Engineer
14 salaries
unlock blur

₹2.9 L/yr - ₹12.1 L/yr

Software Developer
10 salaries
unlock blur

₹3.5 L/yr - ₹8.5 L/yr

Senior Associate
9 salaries
unlock blur

₹5.1 L/yr - ₹7.6 L/yr

Explore more salaries
Compare Issquared Inc with

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Tech Mahindra

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