Upload Button Icon Add office photos

Filter interviews by

Pelican.ai Software Engineer Trainee Interview Questions and Answers

Updated 28 Mar 2022

Pelican.ai Software Engineer Trainee Interview Experiences

1 interview found

I applied via Campus Placement and was interviewed in Sep 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Quants, logic, English and coding

Round 2 - Technical 

(2 Questions)

  • Q1. Core sql questions and shell scripting
  • Q2. Sql and linux related questions
Round 3 - HR 

(3 Questions)

  • Q1. Tell me about yourself.
  • Q2. What are your salary expectations?
  • Q3. What is your family background?

Interview Preparation Tips

Topics to prepare for Pelican.ai Software Engineer Trainee interview:
  • Oracle SQL
  • Red Hat Enterprise Linux
  • Java EE
Interview preparation tips for other job seekers - Be prepared with your core knowledge

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Questions related to frontend developer

Round 3 - One-on-one 

(2 Questions)

  • Q1. Describe Yourself and share according to your college journey
  • Q2. Questions related to frontend and focus more on css and react

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare properly with frontend questions and mainly frontend react questions.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via LinkedIn and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Coding test includes 2 codes and some mcq questions

Round 2 - Technical 

(2 Questions)

  • Q1. Introduce yourself and project
  • Q2. Coding questions
Round 3 - Technical 

(2 Questions)

  • Q1. Project pverview
  • Q2. Basic technical questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Don't remember so I have no
  • Q2. I can't remember it
Round 2 - Technical 

(2 Questions)

  • Q1. I don't know the res
  • Q2. I can't remember it
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Advanced Java coding

Round 2 - Technical 

(2 Questions)

  • Q1. Entire core Java arrays and strings
  • Ans. 

    Core Java arrays and strings are fundamental data structures used for storing and manipulating data in Java programming.

    • Arrays in Java are used to store multiple values of the same data type in a single variable.

    • Strings in Java are objects that represent sequences of characters.

    • Arrays and strings in Java are both indexed collections, with arrays being mutable and strings being immutable.

    • Example: String[] names = {"Alic

  • Answered by AI
  • Q2. Java collections and Framework
Round 3 - Technical 

(2 Questions)

  • Q1. Some coding and framework
  • Q2. REST assured and API

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare what ever you mention in the CV If you get shortlisted

Skills evaluated in this interview

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

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of kotlin, sealed class, viewmodel implementation,
  • Q2. Caching mechanism
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Questions on dsa, coding question, overall good experience and so on

Round 2 - Technical 

(2 Questions)

  • Q1. Binary search and sorting
  • Q2. Prime number coding question
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Technical aspects about linked list,trees, stacks

Round 2 - Group Discussion 

Topic related to humanities

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

I applied via Approached by Company and was interviewed in Mar 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(4 Questions)

  • Q1. Tell me about yourself? Why choose python and tell me about projects?
  • Ans. 

    I am a software developer with a passion for Python. I have worked on various projects showcasing my skills.

    • I chose Python because of its simplicity, readability, and vast community support.

    • Python's extensive libraries and frameworks make it suitable for a wide range of applications.

    • I have worked on projects like building web applications using Django, data analysis using pandas, and automation scripts using Selenium.

    • O...

  • Answered by AI
  • Q2. Why gaotek? Difference between Application and System Software? Tell me about project you done?
  • Ans. 

    I chose Gaotek because of its reputation in the software development industry.

    • Gaotek is known for its cutting-edge technology and innovative solutions.

    • The company has a strong focus on professional growth and learning opportunities.

    • Gaotek's work culture promotes collaboration and teamwork.

    • I was impressed by the positive reviews and success stories of Gaotek's previous interns and employees.

  • Answered by AI
  • Q3. Difference between python and C
  • Ans. 

    Python is a high-level interpreted language while C is a low-level compiled language.

    • Python is dynamically typed while C is statically typed.

    • Python has automatic memory management while C requires manual memory management.

    • Python is easier to learn and write code in while C is more efficient and faster.

    • Python is used for web development, data analysis, and machine learning while C is used for system programming and embe...

  • Answered by AI
  • Q4. Why you can go with unpaid internship??
  • Ans. 

    Unpaid internships can provide valuable learning opportunities and networking connections.

    • Gain practical experience and enhance skills

    • Build a professional network

    • Explore different career paths

    • Gain exposure to real-world projects

    • Increase chances of future employment

    • Learn from experienced professionals

    • Develop a strong work ethic

    • Demonstrate dedication and commitment

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and confident in Interview
focus on resume , whatever you write

Skills evaluated in this interview

I was interviewed in Feb 2021.

Round 1 - Coding Test 

(3 Questions)

Round duration - 70 Minutes
Round difficulty - Medium

Timing was 9:15AM. Platform was not very good. Questions were not well explained.

  • Q1. Merge overlapping intervals

    Given 'N' number of intervals, where each interval contains two integers denoting the boundaries of the interval. The task is to merge all the overlapping intervals and ...

  • Ans. Brute Force
    1. We are given the function MERGEINTERVALS(), which takes a 2D vector representing the vector of intervals and returns another 2D vector which is the vector of merged intervals.
    2. We create another function ISOVERLAP() to check if the current interval overlaps with the other interval.
    3. Now we create an empty 2D vector “RES” to store finally merged intervals and another boolean vector “VIS” to mark if the current in...
  • Answered by CodingNinjas
  • Q2. Rat in a Maze

    You are given a starting position for a rat which is stuck in a maze at an initial point (0, 0) (the maze can be thought of as a 2-dimensional plane). The maze would be given in the form of a...

  • Ans. Bactracking

    Approach: We can start the traversal of the paths from the rat’s starting position, i.e. (0,0) keeping track of the visited cells during the traversal. We will recursively go through all the paths possible until the last index of the grid (destination) is reached, and add the path information using which the rat successfully reached the end.

     

    Algorithm is as follows:

     

    1. Take the starting position of th...
  • Answered by CodingNinjas
  • Q3. Permutations of a String

    You are given a string 'STR' consisting of lowercase English letters. Your task is to return all permutations of the given string in lexicographically increasing order.

    S...

  • Ans. Backtracking

    The idea is to fix a character at a position and then find the permutations for rest of the characters.

    Make a list ‘ans’ which will contain the permutations of the given string.

     

    Algorithm:

    Let’s define a function generatePermutaionsHelper(Str, l, r). This function generates the permutations of the substring which starts from index  ‘l’ and ends at index  ‘r’.

    • Call the function: generatePermutai...
  • Answered by CodingNinjas

Interview Preparation Tips

Eligibility criteria8 CGPALido Learning interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Core Java, Algorithms, PointersTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Prepare maximum algorithms.
Tip 2 : Deep knowledge of data structure. 
Tip 3 : OOPS is must.

Application resume tips for other job seekers

Tip 1 : Keep it short.
Tip 2 : Mention only your own projects.

Final outcome of the interviewRejected

Skills evaluated in this interview

Pelican.ai Interview FAQs

How many rounds are there in Pelican.ai Software Engineer Trainee interview?
Pelican.ai interview process usually has 3 rounds. The most common rounds in the Pelican.ai interview process are Aptitude Test, Technical and HR.
What are the top questions asked in Pelican.ai Software Engineer Trainee interview?

Some of the top questions asked at the Pelican.ai Software Engineer Trainee interview -

  1. Core sql questions and shell script...read more
  2. Sql and linux related questi...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Pelican.ai interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TransUnion Interview Questions
4.0
 • 87 Interviews
ABCD Interview Questions
3.9
 • 80 Interviews
Innovaccer Interview Questions
3.5
 • 78 Interviews
Lido Learning Interview Questions
2.3
 • 63 Interviews
Aarvi Encon Interview Questions
3.9
 • 59 Interviews
DISH TV Interview Questions
3.5
 • 56 Interviews
View all
Pelican.ai Software Engineer Trainee Salary
based on 8 salaries
₹6 L/yr - ₹6.7 L/yr
41% more than the average Software Engineer Trainee Salary in India
View more details

Pelican.ai Software Engineer Trainee Reviews and Ratings

based on 3 reviews

3.2/5

Rating in categories

1.5

Skill development

3.1

Work-Life balance

1.9

Salary & Benefits

1.9

Job Security

1.9

Company culture

1.4

Promotions/Appraisal

1.0

Work Satisfaction

Explore 3 Reviews and Ratings
Software Engineer
44 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Business Analyst
14 salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Software Engineer Trainee
8 salaries
unlock blur

₹6 L/yr - ₹6.7 L/yr

Quality Engineer
8 salaries
unlock blur

₹3 L/yr - ₹6.1 L/yr

Project Manager
6 salaries
unlock blur

₹18 L/yr - ₹33.5 L/yr

Explore more salaries
Compare Pelican.ai with

Clairvolex

2.9
Compare

Kaleidofin

3.5
Compare

Signzy Technologies

3.0
Compare

ZestMoney

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview