Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Sitetracker Team. If you also belong to the team, you can get access from here

Sitetracker Verified Tick

Compare button icon Compare button icon Compare

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.

Top trending discussions

View All
Office Jokes
1w
an executive
CTC ≠ Confidence Transfer Credit
Ab toh aisa lagta hai, chillar jaise salary ke liye main kaju katli ban ke jaa rahi hoon. Samajh nahi aata, main zyada ready ho ke jaa rahi hoon ya ye mujhe kam pay kar rahe hain? #CorporateLife #OfficeJokes #UnderpaidButWellDressed
FeedCard Image
Got a question about Sitetracker?
Ask anonymously on communities.

Interview questions from similar companies

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

(1 Question)

  • Q1. Basic dsa questions predict output
  • Ans. 

    Understanding basic data structures and algorithms is crucial for predicting outputs in coding challenges.

    • Data structures like arrays, linked lists, and trees are fundamental.

    • Algorithms such as sorting and searching are commonly tested.

    • Example: Predicting output of a sorting algorithm on an array.

    • Example: Understanding how recursion works in a binary tree traversal.

  • Answered by AI
Round 2 - Coding Test 

Medium level problem,

Round 3 - HR 

(1 Question)

  • Q1. Based on resume

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Rakuten
Q2. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Amazon
Q3. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

45 min apps and technical question

Round 2 - Coding Test 

45 min coding round you can refer net for first 15 min

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Feb 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

The test was very weird one.
They did have planned anything for the test, They came and given a link on bit.ly and given an another link that is in google form for the answers.
And they selection of people for second round is not sensible.

Round 2 - Coding Test 

This round was also be a weird.
They give each candidates with different questions.
They told us to write logic on the paper and you can use internet for your reference.
But after this round they announced the results but that is not in genuine one.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't get into this type of process.
Before the start of interview ask them to what is they want from the candidates
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Resume based questions
  • Q2. Event loop in nodejs
  • Ans. 

    Event loop in Node.js manages asynchronous operations by executing callback functions when certain events occur.

    • Event loop is responsible for handling I/O operations, timers, and callbacks in Node.js

    • It allows Node.js to perform non-blocking operations efficiently

    • Event loop continuously checks the event queue for new events to execute

  • Answered by AI
  • Q3. Javascript es6 questions

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

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

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Exception handling, spring boot
  • Q2. Oops concepts, java streams
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 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 - Aptitude Test 

While taking aptitude test their is only c# and SQL related questions.

Round 3 - Coding Test 

In my organisation, interviewee only ask about oops, collection and working of code.

Round 4 - HR 

(2 Questions)

  • Q1. In this round HR discuss about company's policy..
  • Q2. She discuss about CTC break-up

Interview Preparation Tips

Topics to prepare for Paras Cadd Software Developer interview:
  • SQL Server
  • C#.Net
  • Collections
  • OOPS
  • Working of array
Interview preparation tips for other job seekers - Before conduct interview view interviewer you show know basic of SQL and C#
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Easy to medium level questions were asked

Round 2 - Coding Test 

Questions were given asked to explain the concept

Round 3 - Technical 

(1 Question)

  • Q1. Basics of c++,java,oops
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Assignment 

DSA MCQ in online platform

Round 2 - Coding Test 

Basic closings like lists/array/string

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.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Solution Analyst
9 salaries
unlock blur

₹10 L/yr - ₹19 L/yr

Software Engineer
4 salaries
unlock blur

₹19 L/yr - ₹22.5 L/yr

Software Engineer2
4 salaries
unlock blur

₹22 L/yr - ₹36.3 L/yr

Senior Product Manager
4 salaries
unlock blur

₹30 L/yr - ₹48 L/yr

Senior Software Engineer
3 salaries
unlock blur

₹23.1 L/yr - ₹44 L/yr

Explore more salaries
Compare Sitetracker with

Yalamanchili Software Exports

3.3
Compare

Global Edge Software

3.5
Compare

PagarBook

3.7
Compare

SurePrep

3.9
Compare
write
Share an Interview