Upload Button Icon Add office photos

Filter interviews by

Across The Globe Software Developer Intern Interview Questions and Answers

Updated 25 Oct 2021

Across The Globe Software Developer Intern Interview Experiences

1 interview found

I was interviewed in Nov 2020.

Round 1 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Tech + HR round

Where do you see yourself in 5 years?

What motivates you?

  • Q1. Next Greater Element

    You are given an array arr of length N. You have to return a list of integers containing the NGE(next greater element) of each element of the given array. The NGE for an element X is t...

  • Ans. Brute Force
    1. Initialise an array ans of length N to store the next greater number of arr[i] at index i.
    2. Traverse the given array and for every element at index I
      • Initialise a variable next to -1.
      • Run a loop from i+1 to N, and check whether the current element is greater than arr[i] then update the next to the current element and break the loop.
      • Store next at ans[i].
    3. Return ans array.
    Space Complexity: O(1)Explanation:

    O(1).

    &nb...

  • Answered Anonymously
  • Q2. Largest Zigzag Sequence

    You are given a matrix ‘MAT’ of dimensions ‘N x N’. Let’s define a sequence to be ‘zigzag’ if it starts from the top and ends at the bottom such that no two consecutive elements of ...

  • Ans. Recursive Based Approach
    • The idea here is to find all possible zigzag sequences with the help of recursion.
    • Let say we are currently at (i, j). Now we want to move to the (i+1)th row. We can go to any column that means we have total N options available in that row.
    • By the definition of zigzag sequence, no two consecutive elements belong to the same column. In other words, if we are at (i, j) we can go to (i+1, k) provided...
  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from National Institute of Technology Srinagar. I applied for the job as SDE - Intern in DelhiEligibility criteriaNeed one development projects on ResumeAcross the Globe interview preparation:Topics to prepare for the interview - Array, LinkedList, Stack and queue, Dynamic Programming, oopsTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : must practice array question
Tip 2 : must practice coding questions

Application resume tips for other job seekers

Tip 1 : Resume must be sort
Tip 2 : Resume must be right

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Easy Questions- Can be done with decent practice

Round 2 - Technical 

(2 Questions)

  • Q1. Array question - basic knowledge sufficient
  • Q2. Maths questions + stack implementation
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at SRM university (SRMU) and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It is easy and not that much tough.

Round 2 - Coding Test 

Both questions from strings

Round 3 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

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

    • Experienced in Java and Python programming languages

    • Proficient in web development technologies like HTML, CSS, and JavaScript

    • Currently pursuing a degree in Computer Science

  • Answered by AI
  • Q2. Projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on resume projects
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Aptitude Test 

Test has many reasoning and coding question work on building logic and data Structure

Round 2 - Coding Test 

Coding round is kind of tough practice dsa questions and build your logic

Interview Preparation Tips

Interview preparation tips for other job seekers - work on skills
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at BRACT's Vishwakarma Institute of Information Technology, Pune and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Leetcode medium questions was asked on hackerrank

Round 2 - Technical 

(2 Questions)

  • Q1. What is database, system design
  • Ans. 

    A database is a structured collection of data, while system design involves creating a plan for how different components of a system will work together.

    • Database is used to store and organize data in a structured manner.

    • System design involves creating a plan for how different components of a system will interact and work together efficiently.

    • Examples of databases include MySQL, PostgreSQL, and MongoDB.

    • Examples of system...

  • Answered by AI
  • Q2. Standard leetcode questions + hashmaps + projects

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Please introduce yourself .
  • Q2. Why do you want to join tech mahindra
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Conduct a phone or video interview
  • Q2. Consider how candidates may work in your team
  • Q3. Conduct a more in depth interview
  • Q4. Assign a remote coding assessment
  • Ans. 

    Assign a remote coding assessment

    • Clearly define the problem statement and requirements

    • Provide a set of input/output examples for testing

    • Specify the programming language and any constraints

    • Set a time limit for completion

    • Include instructions for submission and evaluation

  • Answered by AI
  • Q5. Request previous work samples
Round 2 - Assignment 

The task of Assignment

Interview Preparation Tips

Interview preparation tips for other job seekers - Every job has the very important of the person of Future carrier,life,family💖so even small job has and do that job very importantly so that's y I like this job
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Normal and easy coding questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Define sorting methods
  • Ans. 

    Sorting methods are algorithms used to arrange elements in a specific order.

    • Sorting methods include bubble sort, selection sort, insertion sort, merge sort, quick sort, etc.

    • They can be categorized as comparison-based or non-comparison-based algorithms.

    • Examples: Bubble sort compares adjacent elements and swaps them if they are in the wrong order.

    • Merge sort divides the array into two halves, sorts them separately, and th

  • Answered by AI
  • Q2. 1 coding question

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Project discussion

Interview Preparation Tips

Topics to prepare for LTIMindtree Software Developer Intern interview:
  • Node.Js
  • React.Js
Interview experience
3
Average
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Moderate difficulty level questions were asked

Round 2 - Coding Test 

High difficulty level questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Tough process

Tell us how to improve this page.

Front end Developer
4 salaries
unlock blur

₹1 L/yr - ₹7 L/yr

Team Lead
3 salaries
unlock blur

₹5.1 L/yr - ₹7.8 L/yr

Product Management Intern
3 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Website Manager
3 salaries
unlock blur

₹5 L/yr - ₹5 L/yr

Explore more salaries
Compare Across The Globe with

Infosys

3.7
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