Upload Button Icon Add office photos

Filter interviews by

Pelican.ai Software Engineer Interview Questions and Answers

Updated 16 May 2023

Pelican.ai Software Engineer Interview Experiences

1 interview found

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

I applied via Job Portal and was interviewed before May 2022. There were 3 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 - Technical 

(1 Question)

  • Q1. Index, cursors, collections, pragma autonomous transaction
Round 3 - Technical 

(1 Question)

  • Q1. Performance tuning

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-
Round 1 - Coding Test 

2 DSA Questions and questions from springboot for java

Round 2 - Technical 

(1 Question)

  • Q1. Build Project in springboot and asked questions from the same
Round 3 - Technical 

(1 Question)

  • Q1. System design questions for High level design
Round 4 - HR 

(1 Question)

  • Q1. Behavioral round asked question about the organization.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2022. There were 6 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 - One-on-one 

(2 Questions)

  • Q1. What's your motivation to join this team?
  • Ans. 

    I am motivated to join this team because of the challenging work and the opportunity to learn and grow.

    • I am excited about the projects this team is working on and the potential impact they can have.

    • I am impressed by the team's expertise and collaborative approach.

    • I am looking for a supportive and innovative work environment where I can contribute my skills and knowledge.

    • I am eager to learn from my colleagues and develo...

  • Answered by AI
  • Q2. What are the projects/initiatives you have worked-on in your current role?
  • Ans. 

    I have worked on multiple projects including developing a new e-commerce platform and implementing a machine learning algorithm for fraud detection.

    • Developed a new e-commerce platform using React and Node.js

    • Implemented a machine learning algorithm for fraud detection using Python and TensorFlow

    • Collaborated with cross-functional teams to ensure project success

    • Improved website performance by optimizing code and reducing

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. Design VS code(any IDE)
  • Ans. 

    Designing an IDE like VS code requires a deep understanding of software development and user experience.

    • Identify the target audience and their needs

    • Choose the programming languages and frameworks to support

    • Create a user-friendly interface with customizable features

    • Implement debugging and testing tools

    • Ensure compatibility with different operating systems

    • Continuously update and improve the IDE based on user feedback

  • Answered by AI
  • Q2. Discuss the architechture, limitations and abilities you would want in your app
  • Ans. 

    The app architecture should be scalable, with a user-friendly interface and secure data storage.

    • The app should have a modular architecture to allow for easy scalability and maintenance.

    • The user interface should be intuitive and easy to navigate.

    • The app should have robust security measures in place to protect user data.

    • The app should be able to handle large amounts of data and traffic.

    • The app should be compatible with m...

  • Answered by AI
  • Q3. The objective is not to code, but rather to discuss how would you implement certain features
Round 4 - Technical 

(6 Questions)

  • Q1. No coding involved but deep JavaScript, CSS, Browser, APIs related questions were asked
  • Q2. Need to explain very minute details, explain working and uses
  • Q3. What is a CDN? How does the browser work?
  • Ans. 

    CDN stands for Content Delivery Network. Browser works by sending requests to servers and receiving responses.

    • CDN is a network of servers that deliver content to users based on their geographic location.

    • CDN reduces latency and improves website performance.

    • Browser sends HTTP requests to servers and receives responses containing HTML, CSS, JS, and other assets.

    • Browser renders the received content and displays it to the u

  • Answered by AI
  • Q4. CSS positioning
  • Q5. Flexbox, Grid, Browser internals
  • Q6. NO DSA question ❌
Round 5 - Coding Test 

You get 60 minutes to code an application in your choice of programming stack. Out of which 45 minutes are set aside for implementation and 15 minutes for problem discussion and conclusion.

Make sure that you think out loud while implementing the solution and not just silently coding.

Round 6 - HR 

(1 Question)

  • Q1. Conclude the whole process, discuss salary expectations, perks, benefits, and other policy discussions

Skills evaluated in this interview

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

Given a text need to understand and solve

Round 2 - Coding Test 

Some Java based and system design api was allowed to made

Round 3 - HR 

(2 Questions)

  • Q1. Introduction of myself
  • Q2. Salary discussion was done

I applied via Company Website and was interviewed in Jan 2022. There were 5 interview rounds.

Round 1 - Coding Test 

- 30 MCQ questions mostly related to HTML, JS & C#
- 2 easy-moderate coding questions

Round 2 - Aptitude Test 

- Aptitude test on CoCubes (12 mins)
- English Test (speaking + writing + reading + listening) on Pearson platform

Round 3 - One-on-one 

(4 Questions)

  • Q1. Print the following pattern: (was asked to complete test execution within 10 mins) ****4 ***444 **44444 *4444444 444444444
  • Q2. Find the length of longest substring composed of same digit, within a string of digits: (was asked to complete within 10 mins) E.g. 01241XXXXX901111 Output: 4 Explanation: "1111" is the longest substring
  • Ans. 

    Find the length of longest substring composed of same digit within a string of digits.

    • Iterate through the string and keep track of the current digit and its count

    • Update the maximum count whenever a new digit is encountered

    • Return the maximum count

  • Answered by AI
  • Q3. An SQL SPROC that is supposed to return tabular data is running slowly, what are the different ways you could debug it?
  • Ans. 1. Check for unnecessary columns in SELECT statement 2. Check if there's any cursor present in the SPROC 3. Check if columns have been properly indexed (specifically the columns being used in ORDER BY) 4. Check if data is being paged 5. etc.
  • Answered Anonymously
  • Q4. An API is running slow. Upon investigation it was found that SPROC running behind it is perfectly optimized. How can you debug this behavior of API? (You can neglect the resolve time & connect time of the ...
  • Ans. 

    To debug the slow behavior of the API, analyze network latency, check for database issues, monitor server performance, and review code for potential bottlenecks.

    • Analyze network latency to identify any issues with data transmission.

    • Check for database issues such as slow queries or insufficient indexing.

    • Monitor server performance to ensure it has enough resources and is not overloaded.

    • Review the code for potential bottle...

  • Answered by AI
Round 4 - One-on-one 

(3 Questions)

  • Q1. Check if two strings are anagrams of each other. Follow up question: solve it in O(N) time. (Time limit to solve question: 10 mins)
  • Q2. Given Tables: 1. Authors (AuthorId PK, Name) 2. Books (BookId PK, AuthorId FK, Name) 3. Orders (OrderId PK, BookID FK, AuthorId FK, StoreName) Write SQL query to print following information for each autho...
  • Q3. Questions about an open source distributive caching project that I implemented. Wanted to know what flaws do I see in the project and how do I plan to resolve them. Few follow up questions regarding cachin...
Round 5 - One-on-one 

(3 Questions)

  • Q1. Given an array of integers (both positive and negative) find the maximum and second maximum number without using sort and using only single loop.
  • Ans. 

    Find maximum and second maximum number in an array without using sort and single loop.

    • Initialize max and secondMax variables to the smallest possible integer value

    • Iterate through the array and update max and secondMax accordingly

    • Return max and secondMax as the result

  • Answered by AI
  • Q2. Given Table: Weather (CityName, Date, Temperature) Write an SQL query which prints the following: "CityName, Today's Temperature, Yesterday's Temprature" (if yesterday's temperature doesn't exist, then p...
  • Q3. Given Table: ExamResults (StudentName, SubjectName, Marks) Write an SQL query to print the following: 1. "Student Name, Percentage" (Marks are out of 100) 2. List of all students having percentage great...

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Basic understanding of DS/Algo is must. Focus specifically on strings and arrays.
2. They'll not be testing your coding knowledge, but rather your problem solving skills. Make sure to keep talking about whatever logic comes to your head.
3. Don't be nervous, the interviewers are friendly.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 coding questions were asked followed by an English test

Round 2 - Technical 

(2 Questions)

  • Q1. I was asked to code for denomination of currency in JavaScript
  • Q2. JavaScript related questions like difference between double and triple equals to
Round 3 - Technical 

(2 Questions)

  • Q1. This round was with senior member who asked me questions related to SQL queries. I don't exactly remember the question but it was nested query
  • Q2. I was asked questions related to the DBMS project and modifications that could be done in order to improve the model and performance
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 

40 Aptitude Questions, one English test, 2 Easy Programming questions

Round 3 - Coding Test 

Coding Round one. A string question

Round 4 - Coding Test 

A String Question - Intermediate

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics strong and be confident. I used Leetcode to practice.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Coding Test 

2 dsa questions and mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Questions on oops dsa
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Discuss the project you are most proud of
  • Ans. 

    Developed a mobile app for tracking personal fitness goals

    • Used React Native to create a cross-platform app

    • Implemented features such as goal setting, progress tracking, and workout logging

    • Integrated with wearable devices like Fitbit for automatic data syncing

  • Answered by AI
  • Q2. What are ways to speed up SQL queries? List them in increasing order of complexity?
  • Ans. 

    Ways to speed up SQL queries in increasing order of complexity

    • Use indexes on columns frequently used in WHERE clauses

    • Optimize queries by avoiding unnecessary joins and subqueries

    • Use stored procedures to reduce network traffic and improve performance

    • Consider denormalizing tables for frequently accessed data

    • Use query optimization techniques like query caching and query hints

  • Answered by AI
  • Q3. Is Redis single-threaded or multi-threaded?
  • Ans. 

    Redis is single-threaded.

    • Redis is single-threaded, meaning it can only execute one command at a time.

    • This design choice allows Redis to be extremely fast and efficient for certain use cases.

    • However, it also means that Redis may not be the best choice for highly concurrent workloads.

  • Answered by AI
  • Q4. What sort of data types can be used as keys in Python?
  • Ans. 

    Data types that can be used as keys in Python include strings, integers, floats, tuples, and custom objects.

    • Strings are commonly used as keys in Python dictionaries.

    • Integers and floats can also be used as keys.

    • Tuples can be used as keys if they only contain immutable elements.

    • Custom objects can be used as keys if they are hashable.

    • Examples: {'name': 'John'}, {1: 'apple'}, {(1, 2): 'tuple'}

  • Answered by AI
  • Q5. What types of indexing exist in SQL?
  • Ans. 

    Types of indexing in SQL include clustered, non-clustered, unique, and composite indexes.

    • Clustered index physically reorders the table based on the index key

    • Non-clustered index creates a separate structure for the index

    • Unique index ensures that all values in the index column are unique

    • Composite index uses multiple columns for indexing

  • Answered by AI

Skills evaluated in this interview

I applied via Company Website and was interviewed in Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Coding and solution architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - It’s one good interview worth to attend

Pelican.ai Interview FAQs

How many rounds are there in Pelican.ai Software Engineer interview?
Pelican.ai interview process usually has 3 rounds. The most common rounds in the Pelican.ai interview process are Technical and Resume Shortlist.
What are the top questions asked in Pelican.ai Software Engineer interview?

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

  1. Index, cursors, collections, pragma autonomous transact...read more
  2. performance tun...read more

Tell us how to improve this page.

Pelican.ai Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Pelican.ai Software Engineer Salary
based on 45 salaries
₹3.5 L/yr - ₹11 L/yr
26% less than the average Software Engineer Salary in India
View more details

Pelican.ai Software Engineer Reviews and Ratings

based on 10 reviews

1.6/5

Rating in categories

1.4

Skill development

1.4

Work-life balance

1.3

Salary

1.9

Job security

1.6

Company culture

1.6

Promotions

1.7

Work satisfaction

Explore 10 Reviews and Ratings
Software Engineer
45 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer Trainee
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Engineer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Manager
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Pelican.ai with

Clairvolex

2.7
Compare

Kaleidofin

3.6
Compare

Signzy Technologies

2.9
Compare

ZestMoney

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