Upload Button Icon Add office photos

Filter interviews by

Independent Contractor Services Software Engineer II Interview Questions and Answers

Updated 5 May 2022

Independent Contractor Services Software Engineer II Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Technical questions on linux,c++ and java

Interview Preparation Tips

Topics to prepare for Independent Contractor Services Software Engineer II interview:
  • OOPS
  • Linux
Interview preparation tips for other job seekers - Need to be strong in technicals and communication

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Hard
Process Duration
6-8 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. What do you like about this opportunity
  • Ans. 

    I am excited about the opportunity to work on cutting-edge technologies and collaborate with a talented team.

    • Opportunity to work on cutting-edge technologies

    • Collaboration with a talented team

    • Room for growth and learning

  • Answered by AI
Round 2 - Coding Test 

Online assessment, 2 questions, 90 minutes. Leetcode Medium

Round 3 - Technical 

(1 Question)

  • Q1. Design a Tic-Tac-Toe game
  • Ans. 

    A simple design for a Tic-Tac-Toe game using a 3x3 grid

    • Create a 3x3 grid to represent the Tic-Tac-Toe board

    • Allow two players to take turns marking X and O on the grid

    • Check for a win condition after each move to determine the winner

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Amazon Software Engineer II interview:
  • Leetcode
  • System Design

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at International Institute of Information Technology (IIIT), Bangalore and was interviewed before Jan 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 

Basic questions also with coding test

Round 3 - Coding Test 

Coding questions asked in this round

Round 4 - Technical 

(3 Questions)

  • Q1. Oops concept amd design patterns asked
  • Q2. Explain Singleton design pattern.
  • Ans. 

    Singleton design pattern restricts the instantiation of a class to one object.

    • Ensures only one instance of a class exists in the system

    • Provides a global point of access to that instance

    • Used when only one instance of a class is required throughout the system

    • Example: Database connection manager, Logger class

  • Answered by AI
  • Q3. Explain oop concepts class, encapsulation etc
  • Ans. 

    OOP concepts include class, encapsulation, inheritance, and polymorphism.

    • Class is a blueprint for creating objects with shared properties and methods.

    • Encapsulation is the practice of hiding implementation details and exposing only necessary information.

    • Inheritance allows a class to inherit properties and methods from a parent class.

    • Polymorphism allows objects to take on multiple forms or behaviors depending on the cont...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basics and able to justify everything mention in resume

Skills evaluated in this interview

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

Nothing in my point of view

Round 2 - Group Discussion 

Nothing in tmy point of view

Round 3 - Case Study 

Nothing in my point of view

Round 4 - One-on-one 

(2 Questions)

  • Q1. What is your strength
  • Ans. 

    My greatest strength is my problem-solving skills and ability to think analytically.

    • Strong problem-solving skills

    • Analytical thinking

    • Ability to think creatively

    • Attention to detail

    • Effective communication

  • Answered by AI
  • Q2. What is your weakness
  • Ans. 

    My greatest weakness is sometimes struggling with time management and prioritizing tasks effectively.

    • I tend to take on too many tasks at once, leading to feeling overwhelmed

    • I am working on improving my ability to delegate tasks to others when necessary

    • I have started using time management tools and techniques to help me stay organized

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study basic HR Questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Find the missing smallest positive integer
  • Ans. 

    Find the missing smallest positive integer in an array of integers

    • Sort the array to easily identify missing integers

    • Iterate through the sorted array to find the smallest missing positive integer

    • Return the missing integer

  • Answered by AI
  • Q2. Given an array of 0,1,2, Sort the array
  • Ans. 

    Sort an array of strings containing only 0, 1, and 2.

    • Use a three-way partitioning algorithm like Dutch National Flag algorithm to sort the array in a single pass.

    • Keep track of three pointers - low, mid, and high to partition the array into three sections.

    • Swap elements based on their values to achieve the sorted array.

  • Answered by AI

Skills evaluated in this interview

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

Easy Binary search and tree questions were asked

Round 2 - Technical 

(2 Questions)

  • Q1. Binary search on rotated array
  • Ans. 

    Binary search on rotated array involves finding a target element in a sorted array that has been rotated.

    • Find the pivot point where the array is rotated

    • Determine which half of the array the target element lies in

    • Perform binary search on the appropriate half of the array

  • Answered by AI
  • Q2. ACID in dbms was asked
  • Ans. 

    ACID is a set of properties that guarantee database transactions are processed reliably.

    • ACID stands for Atomicity, Consistency, Isolation, Durability.

    • Atomicity ensures that all operations in a transaction are completed successfully or none at all.

    • Consistency ensures that the database remains in a consistent state before and after the transaction.

    • Isolation ensures that multiple transactions can be executed concurrently ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. General DSA question leetcode style
Round 2 - Technical 

(1 Question)

  • Q1. Discussion on previous project
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was a machine coding round

Round 2 - Technical 

(2 Questions)

  • Q1. Similar to the other question
  • Q2. Give an array and an element sort the array with difference of that number to array elements
  • Ans. 

    Sort an array of strings by the difference of a given element to each array element.

    • Iterate through the array and calculate the absolute difference between the given element and each array element.

    • Sort the array based on the calculated differences.

    • Return the sorted array.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Maulana Azad National Institute of Technology (NIT), Bhopal and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 questions easy-medium level leetcode problem I solved 2 completely and 3rd question partially (9/15 test cases passed) to move on to 2nd round

Round 2 - Coding Test 

(1 Question)

  • Q1. Implement an app similar to splitwise
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at Indian Institute of Information Technology Design & Manufacturing (IIITDM), Kancheepuram and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic - Moderate level Aptitude Qns

Round 2 - Coding Test 

On arrays, strings and SQL

Independent Contractor Services Interview FAQs

How many rounds are there in Independent Contractor Services Software Engineer II interview?
Independent Contractor Services interview process usually has 1 rounds. The most common rounds in the Independent Contractor Services interview process are One-on-one Round.

Tell us how to improve this page.

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Flipkart Interview Questions
4.0
 • 1.4k Interviews
Asian Paints Interview Questions
4.0
 • 634 Interviews
Samsung Interview Questions
4.0
 • 554 Interviews
Senco Gold Interview Questions
4.5
 • 531 Interviews
American Express Interview Questions
4.2
 • 360 Interviews
Tata Group Interview Questions
4.2
 • 358 Interviews
BigBasket Interview Questions
3.9
 • 350 Interviews
View all
Inspection Engineer
15 salaries
unlock blur

₹1.8 L/yr - ₹4.9 L/yr

Executive
13 salaries
unlock blur

₹2.5 L/yr - ₹4.5 L/yr

Software Engineer
9 salaries
unlock blur

₹4.5 L/yr - ₹14 L/yr

IT Executive
7 salaries
unlock blur

₹2.8 L/yr - ₹4.5 L/yr

Validation Engineer
6 salaries
unlock blur

₹2.2 L/yr - ₹3.2 L/yr

Explore more salaries
Compare Independent Contractor Services with

Amazon

4.1
Compare

Flipkart

4.0
Compare

Mahindra & Mahindra

4.1
Compare

Asian Paints

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