Upload Button Icon Add office photos

Filter interviews by

Sitetracker Software Developer Interview Questions and Answers

Updated 23 Nov 2024

Sitetracker Software Developer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. What are 4 pillars in oops
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction

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

    • 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. Difference between interface and acess specifiers
  • Ans. 

    Interface defines a contract for classes to implement, while access specifiers control the visibility of class members.

    • Interface is a blueprint for classes to implement specific methods, while access specifiers control the visibility of class members like public, private, protected.

    • Interfaces can have multiple inheritance, while classes can only inherit from one class.

    • Access specifiers like public, private, protected d...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Why Sitetracker?
  • Q2. About family background

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with your resume.

Interview questions from similar companies

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

I applied via LinkedIn

Round 1 - Coding Test 

Python coding tests and technical interviews.

Round 2 - HR 

(1 Question)

  • Q1. What cybersecurity skills do you possess?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be knowledgeable about networking and security, including CompTIA certifications.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Job Portal and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Profit and loss ,number systems ,averages ,ratios and proportions ,ages ,permutations and combinations....

Round 2 - Coding Test 

More focused on basics like arrays,functions,syntax

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on basics of coding in any language
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Coding Test 

Give you 5 problem in maths , string, sql etc

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Asked some medium level SQL questions

Round 2 - HR 

(1 Question)

  • Q1. Everything that the HR asks
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jul 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Coding test duration is 30 to 40 min
on paper pen and topic is simple like related to string,pattern and number's

Round 2 - HR 

(2 Questions)

  • Q1. Introduction about yourself
  • Q2. Salary expectation
Round 3 - Technical 

(2 Questions)

  • Q1. Related to the basic of html css and js
  • Q2. Ask run time short code and explanation
Round 4 - One-on-one 

(2 Questions)

  • Q1. About yourself and other
  • Q2. All about company your expectation and salary disscuced

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in every round the proccess is so simple and easy
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

I was interviewed in Aug 2023.

Round 1 - Aptitude Test 

180 mins test calculatogn

Round 2 - One-on-one 

(2 Questions)

  • Q1. OOPS questions
  • Q2. Design Pattern test

I applied via Approached by Company and was interviewed in Nov 2022. There were 5 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. About myself , my education and background
Round 2 - Assignment 

Programming related questions and problem solving

Round 3 - Trial Tasks 

(1 Question)

  • Q1. 3 task for 2 trial days
Round 4 - Technical 

(1 Question)

  • Q1. Dynamic programming question
Round 5 - One-on-one 

(1 Question)

  • Q1. Small talk with CEO about my background

Interview Preparation Tips

Interview preparation tips for other job seekers - For this company learn Python and encryption and decryption with python.
Interview experience
2
Poor
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Hirect and was interviewed before Jun 2022. There were 3 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 will give you many questions on paper pen based on star patterns and OOPS

Round 3 - One-on-one 

(2 Questions)

  • Q1. Everything related to OOPS
  • Q2. Array and how to make changes in it
  • Ans. 

    Arrays are a collection of elements stored in contiguous memory locations. Changes can be made by accessing and modifying specific elements.

    • Access elements by index: array[index]

    • Modify elements by assigning new values: array[index] = newValue

    • Add elements at the end: array.push(newElement)

    • Remove elements by index: array.splice(index, 1)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have any other option which is paying less but follows an architecture of IT company, You should definetely go with other company

Skills evaluated in this interview

Round 1 - Technical 

(2 Questions)

  • Q1. What is struct keyword
  • Ans. 

    The struct keyword is used in programming languages to define a user-defined data type that contains multiple variables of different types.

    • Structs are used to group related data together.

    • They can have different types of variables, including other structs.

    • Structs can be used to create complex data structures.

    • They are commonly used in object-oriented programming languages.

  • Answered by AI
  • Q2. What is Class keyword
  • Ans. 

    The class keyword is used in object-oriented programming to define a blueprint for creating objects.

    • The class keyword is used in languages like Java, C++, and Python.

    • It allows the programmer to define the properties and behaviors of an object.

    • Objects created from a class are called instances.

    • Classes can have attributes (variables) and methods (functions).

    • Inheritance allows classes to inherit properties and behaviors fr...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - this is a test message to test platform. Best of luck.

Skills evaluated in this interview

Sitetracker Interview FAQs

How many rounds are there in Sitetracker Software Developer interview?
Sitetracker interview process usually has 2 rounds. The most common rounds in the Sitetracker interview process are Technical and HR.
What are the top questions asked in Sitetracker Software Developer interview?

Some of the top questions asked at the Sitetracker Software Developer interview -

  1. Difference between interface and acess specifi...read more
  2. What are 4 pillars in o...read more

Tell us how to improve this page.

Solution Analyst
9 salaries
unlock blur

₹10 L/yr - ₹19 L/yr

Software Engineer
4 salaries
unlock blur

₹12.2 L/yr - ₹28 L/yr

Release Engineer
3 salaries
unlock blur

₹15.6 L/yr - ₹43 L/yr

Senior Talent Acquisition Specialist
3 salaries
unlock blur

₹20 L/yr - ₹33 L/yr

Senior Product Manager
3 salaries
unlock blur

₹30 L/yr - ₹48 L/yr

Explore more salaries
Compare Sitetracker with

ServiceMax

4.4
Compare

ServiceNow

4.2
Compare

Salesforce

4.1
Compare

Zendesk

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