Upload Button Icon Add office photos

Shorthills AI

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Shorthills AI Software Developer Interview Questions, Process, and Tips

Updated 15 Jul 2024

Top Shorthills AI Software Developer Interview Questions and Answers

View all 6 questions

Shorthills AI Software Developer Interview Experiences

4 interviews found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about your Project and why you use this tech for this project.
  • Q2. Find the mid element in the link list.
  • Ans. 

    To find the mid element in a linked list, use two pointers - one moving at double the speed of the other.

    • Initialize two pointers, slow and fast, both pointing to the head of the linked list.

    • Move the slow pointer by one step and the fast pointer by two steps until the fast pointer reaches the end of the list.

    • The element pointed to by the slow pointer at this point is the mid element of the linked list.

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions & Answers

user image Hrishi Singh

posted on 12 May 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(4 Questions)

  • Q1. Difference Between let var and Const ?
  • Ans. 

    let, var, and const are all used to declare variables in JavaScript, but they have different scopes and mutability.

    • let: block-scoped, can be reassigned

    • var: function-scoped, can be reassigned

    • const: block-scoped, cannot be reassigned, but its properties can be modified

  • Answered by AI
  • Q2. What is the difference between struct and objects ?
  • Ans. 

    Struct is a value type while object is a reference type in C#.

    • Structs are value types and stored on stack, while objects are reference types and stored on heap.

    • Structs are passed by value, while objects are passed by reference.

    • Structs do not support inheritance, while objects do.

    • Example: struct Point { int x, y; } vs class Point { int x, y; }

  • Answered by AI
  • Q3. What is polymorphism?
  • Ans. 

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

    • 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.

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

  • Answered by AI
  • Q4. Compilier Programming language and Intepreter Programming language examples
  • Ans. 

    Compiler programming languages convert source code into machine code before execution, while interpreter programming languages execute code line by line.

    • Compiler programming languages: C, C++, Java

    • Interpreter programming languages: Python, Ruby, JavaScript

  • Answered by AI

Skills evaluated in this interview

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 Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about virtual function
  • Ans. 

    Virtual functions allow a function to be overridden in a derived class

    • Virtual functions are declared in a base class and can be overridden in derived classes

    • They are used in polymorphism to achieve runtime binding

    • Virtual functions are implemented using virtual keyword in C++

    • Example: virtual void display() = 0; // pure virtual function

  • Answered by AI
  • Q2. Tell me about friend function
  • Ans. 

    Friend function is a function that is not a member of a class but has access to its private and protected members.

    • Friend functions are declared inside a class with the keyword 'friend'.

    • They can access private and protected members of the class.

    • They are not member functions of the class but have the same access rights as member functions.

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions & Answers

user image Aarushi Tripathi

posted on 24 May 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. About projects and skills the asked

Shorthills AI interview questions for designations

 Software Engineer

 (2)

 Software Engineer II

 (1)

 React Js Frontend Developer

 (1)

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Newspaper Ad and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Basic questions of java.
Round 3 - HR 

(1 Question)

  • Q1. Intro and other hr related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover the basic questions regarding the programming language.

I applied via Referral and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Puzzles, Psychometric Test

Round 2 - One-on-one 

(1 Question)

  • Q1. Some water in 3 Jars question, you had to measure out 5L correctly

Interview Preparation Tips

Interview preparation tips for other job seekers - Make the interview interactive, I got this input from another Senior. Before i went into the interview room the volunteers were telling all those who goes into Room No 1 is screwed. I was praying i don't get room no 1. But fortunately for me I got room no 1 because when the interviewer gave me the puzzle and handed over pen and paper he went back to relax his posture and when i explained i will fill the 5L Jar first, he immediately came forward to listen to me, at that moment i knew i got the job because i felt the previous candidates never made their interview interactive and that's why he went back to relax his posture.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Not Selected

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all Resume tips
Round 2 - Aptitude Test 

Aptitude test duration 90 min 100 question

Round 3 - Coding Test 

Coding test 50 code 100 marks 60 min

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well. code in c , c++ , java is very important

I applied via Company Website and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

First round was coding as well as aptitude done together went well I guess focusing on codes helps a lot.

Round 2 - Technical 

(1 Question)

  • Q1. 2nd round included tr and mr round went quite enegritic

Interview Preparation Tips

Interview preparation tips for other job seekers - Resume skills matters a lot don't fill resume the technologies you don't even aware of

I was interviewed in Sep 2016.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself
  • Ans. 

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

    • Experienced in Java, Python, and web development technologies

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

    • Completed multiple projects including a web-based inventory management system

  • Answered by AI
  • Q2. Simple coding questions..Basically pattern.
  • Q3. And also they will ask about your projects.

Interview Preparation Tips

Round: Test
Experience: 60 multiple choice questions so have to manage time carefully.
Tips: Have to give equal importance to all the sections..So try to do well in all section.
Duration: 1 hour 30 minutes
Total Questions: 60

Round: Technical + HR Interview
Experience: Don't panic...Only write those things that you know in your resume.

Skills: Smart Coding
College Name: Jaypee Institute Of Information Technology, Noida
Contribute & help others!
anonymous
You can choose to be anonymous

Shorthills AI Interview FAQs

How many rounds are there in Shorthills AI Software Developer interview?
Shorthills AI interview process usually has 1 rounds. The most common rounds in the Shorthills AI interview process are Technical.
How to prepare for Shorthills AI Software Developer 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 Shorthills AI. The most common topics and skills that interviewers at Shorthills AI expect are Backend, PHP, Python and Software Development.
What are the top questions asked in Shorthills AI Software Developer interview?

Some of the top questions asked at the Shorthills AI Software Developer interview -

  1. What is the difference between struct and object...read more
  2. Compilier Programming language and Intepreter Programming language examp...read more
  3. Difference Between let var and Cons...read more

Recently Viewed

INTERVIEWS

Dr Lal PathLabs

No Interviews

INTERVIEWS

Xoriant

No Interviews

INTERVIEWS

Dr Lal PathLabs

No Interviews

INTERVIEWS

Incedo

No Interviews

SALARIES

Dr Lal PathLabs

INTERVIEWS

CBRE

No Interviews

INTERVIEWS

Schlumberger

No Interviews

INTERVIEWS

SirionLabs

No Interviews

INTERVIEWS

MakeMyTrip

No Interviews

INTERVIEWS

Infogain

No Interviews

Tell us how to improve this page.

Shorthills AI Software Developer Interview Process

based on 4 interviews

1 Interview rounds

  • Technical Round
View more
Shorthills AI Software Developer Salary
based on 10 salaries
₹5.3 L/yr - ₹8 L/yr
17% less than the average Software Developer Salary in India
View more details

Shorthills AI Software Developer Reviews and Ratings

based on 14 reviews

4.8/5

Rating in categories

4.5

Skill development

4.8

Work-life balance

4.4

Salary

4.6

Job security

4.8

Company culture

4.2

Promotions

4.7

Work satisfaction

Explore 14 Reviews and Ratings
Research Associate
31 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Analyst
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Shorthills AI with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent