Upload Button Icon Add office photos

Filter interviews by

Clear (1)

ITS Planners and Engineers Software Developer Interview Questions and Answers

Updated 3 Dec 2016

ITS Planners and Engineers Software Developer Interview Experiences

1 interview found

Software Developer Interview Questions & Answers

user image Neel Kumar Bodanki

posted on 31 Mar 2016

I applied via Campus Placement and was interviewed in Mar 2016. There were 2 interview rounds.

Interview Preparation Tips

Round: Resume Shortlist
Experience: Just looked at a course coding project and selected from it.
Tips: Only guy from electrical to apply for the profile, so got it easily.

Skills: Coding Skills And Knowledge On Data Structures
Duration: 2
College Name: IIT Madras

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

DSA questions mainly focusing on dynamic programming and Graphs

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Graduated with a degree in Computer Science

    • Worked on multiple projects using Java and Python

    • Familiar with web development technologies like HTML, CSS, and JavaScript

    • Strong problem-solving skills and ability to work in a team

  • Answered by AI
  • Q2. What are your strengths and weaknesses?
  • Ans. 

    My strengths include problem-solving skills and attention to detail. My weaknesses include a tendency to overthink and difficulty delegating tasks.

    • Strengths: problem-solving skills, attention to detail

    • Weaknesses: tendency to overthink, difficulty delegating tasks

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Jacobs Engineering Group Software Developer interview:
  • DSA
Interview preparation tips for other job seekers - Be confident and thats all
Interview experience
4
Good
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic algorithms concepts
  • Q2. 4 oop concepts in detail
  • Ans. 

    4 key OOP concepts are encapsulation, inheritance, polymorphism, and abstraction.

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

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

    • Polymorphism: ability for objects to be treated as instances of their parent class or their own class

    • Abstraction: hiding the complex implementation details and showing

  • Answered by AI
Round 2 - Coding Test 

Again just know coding concepts that’s what they care about

Interview Preparation Tips

Interview preparation tips for other job seekers - Just know your coding concepts, President algorithms
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. Just basics in java
  • Q2. Advance oops concepts
Round 2 - HR 

(2 Questions)

  • Q1. What do u know about our company
  • Ans. 

    Company is a leading software development firm specializing in creating innovative solutions for various industries.

    • Specializes in creating innovative software solutions

    • Works with clients from various industries

    • Known for high-quality and reliable products

  • Answered by AI
  • Q2. Strengths and waekness
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Verbal reasoning
Logical reasoning
Analytical thinking

Round 2 - Group Discussion 

Common titles like culture , agricuture

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication skills...
Good programming knowledge....
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. What is stack overloading?
  • Ans. 

    Stack overloading occurs when the stack memory is exceeded due to excessive function calls or large local variables.

    • Occurs when the stack memory limit is exceeded

    • Caused by excessive function calls or large local variables

    • Can lead to stack overflow error

  • Answered by AI
  • Q2. What are acsess specifiers
  • Ans. 

    Access specifiers determine the level of access to classes, methods, and variables in object-oriented programming languages.

    • Access specifiers include public, private, protected, and default.

    • Public allows access from any other class.

    • Private restricts access to only within the same class.

    • Protected allows access within the same package and subclasses.

    • Default (no specifier) restricts access to only within the same package.

  • Answered by AI
  • Q3. What is class and object
  • Ans. 

    A class is a blueprint for creating objects, while an object is an instance of a class.

    • A class defines the properties and behaviors of objects.

    • An object is a specific instance of a class.

    • Objects can have their own unique values for properties defined in the class.

    • Classes can be used to create multiple objects with similar characteristics.

    • Example: Class 'Car' defines properties like 'color' and 'model', while an object

  • Answered by AI
  • Q4. Expalin oops concepts?
  • Ans. 

    OOPs concepts are fundamental principles of object-oriented programming, including inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

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

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

    • Abstraction: Hiding the complex imple...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Be well-versed with C, SDLC and protocol standards
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Mar 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Technical plus general knowledge appti

Round 2 - Technical 

(1 Question)

  • Q1. OOPS concepts and .net questions
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion and Company culture

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basics OOPs concepts And aptitude test

Interview Questionnaire 

7 Questions

  • Q1. When the company call me for interviews
  • Q2. I applied for the job
  • Q3. I completed my graduation in electronics and communication engineering
  • Q4. I am Sukhmani from fatehgarh sahib
  • Q5. When did other formality will done
  • Q6. My personal introduction
  • Q7. I am Sukhmani
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Storage classes, Volatile, Programs on arrays
  • Q2. Describe my project
  • Q3. SDLC in general
  • Ans. 

    SDLC stands for Software Development Life Cycle, which is a process used by software development teams to design, develop, and test high-quality software.

    • SDLC consists of several phases including planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables to ensure the software meets the requirements and quality standards.

    • Examples of SDLC models include...

  • Answered by AI
  • Q4. CAN protocol functionality
  • Ans. 

    CAN protocol is a communication standard used in automotive and industrial applications.

    • CAN protocol stands for Controller Area Network

    • It is a message-based protocol used for communication between electronic control units (ECUs)

    • CAN protocol allows for high-speed communication and real-time data transmission

    • It is commonly used in automotive applications for functions such as engine control, transmission control, and bod...

  • Answered by AI

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

INTERVIEWS

Bharti Airtel

No Interviews

SALARIES

ITS Planners and Engineers

INTERVIEWS

ITS Planners and Engineers

No Interviews

INTERVIEWS

Zifo RnD Solutions

No Interviews

INTERVIEWS

Propel Industries

No Interviews

Tell us how to improve this page.

Interview Questions from Similar Companies

TCE Interview Questions
3.8
 • 247 Interviews
AECOM Interview Questions
4.2
 • 114 Interviews
Mecon Interview Questions
3.9
 • 41 Interviews
Ramboll Interview Questions
4.2
 • 37 Interviews
View all

ITS Planners and Engineers Software Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Associate Software Engineer
29 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Developer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Devops Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare ITS Planners and Engineers with

AECOM

4.2
Compare

Jacobs Engineering Group

4.1
Compare

Ramboll

4.1
Compare

TCE

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