Upload Button Icon Add office photos

Filter interviews by

Sapaad Pte Ltd. Interview Questions and Answers

Updated 28 Aug 2024

Sapaad Pte Ltd. Interview Experiences

Popular Designations

3 interviews found

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 28 Aug 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Types of Key in SQL
  • Q2. Use of index in sql

Interview Preparation Tips

Topics to prepare for Sapaad Pte Ltd. Data Engineer interview:
  • SQL
  • pyspark
  • Python
Interview preparation tips for other job seekers - Understand basic of every topics

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)

I applied via Recruitment Consultant and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Future plan
  • Q2. Say something about you

Interview Preparation Tips

Interview preparation tips for other job seekers - Speak good English and you will be selected.

I applied via Naukri.com and was interviewed in Apr 2021. There were 7 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. There was lot of questions, but in simple way, how I can work there based on the organisation culture and how I can grow myself and help on organization achievement

Interview Preparation Tips

Interview preparation tips for other job seekers - It was perfect. In simple terms analysing a person and his willingness

Senior Site Reliability Engineer Interview Questions asked at other Companies

Q1. What is the difference between-sub and -ref in cloud formation
View answer (1)

Jobs at Sapaad Pte Ltd.

View all

Interview questions from similar companies

I applied via Campus Placement

Interview Preparation Tips

Round: Resume Shortlist
Experience: They selected 10 students from our college from CS and IT .They are looking for guys with extra projects done during college .App development will be a bonus ,contribution to open source and competitive programming will help for shortlisting.
Some of my friends had research papers published and they too got selected.

Round: Test
Experience: Have to write code snippet for 4 questions in 45 minutes
1.Difference between hour hand and minute hand
2.longest palindromic sub string.
3.Product Array puzzle
4.Some question related to matrix

Tips: All question were from geeksforgeeks
So practice it well ..u will make through it

Round: Test
Experience: Long Discussion on projects
They will scan each and every line of your Resume ,so dont write bullshits..
I wrote about interest in AI and got screwed..Discussion on college projects and final year project.
Then asked me to design a snake and ladder game OOPS concepts
Told me to find sum of all elements of sub matrix..(hint pre-processing the matrix)
Asked me about sessions and cookies
Gave a query to write on database indexing (dont remember exactly)
Asked me the code of the difference between hour hand and minute hand and extended it wid the second hand
Asked me as how to implement a dictionary
asked about TRIES ,CODE SNIPPET ON THE SHARED DOCS
One of my friend was asked to implement (set) of STL
Tips: The interviewer was cool guy..helped me a lot always made me comfortable.Interact with them as much as possible

Round: Test
Experience: Wid the CTO of the company .
Started wid the projects again .ACID properties,Database transactions,Concurrency Control
Optimization in database.
Then he asked me to code a function
Given a hash function applied on letters of English words ,un-hash it.Took me 45 minutes to reach the solution ,he helped me a lot.
Asked me to write the code for diameter of a binary tree
Asked me write the code for Boolean Matrix
One of my friend was asked to a question in which there was a bug in a m*n matrix and we have to find the bug(hint dfs or bfs)
Tips: keep calm ,,just keep talking ad he will help u a lot...

Round: HR
Experience: This was the toughest round for me...I had cleared all the rounds but they rejected me in the HR round ,,,dont know where I screwed..Learn every thing of Zomato..
They offered me an internship and thereafter they would look to give a PPO ...!!!lets see what happens

Skills: Coding Skills And Knowledge On Data Structures
Duration: 3
College Name: NIT Srinagar

Interview Questionnaire 

9 Questions

  • Q1. Write a regex for email validation?
  • Ans. 

    Regex for email validation

    • Start with a string of characters followed by @ symbol

    • Followed by a string of characters and a period

    • End with a string of characters with a length of 2-6 characters

    • Allow for optional subdomains separated by periods

    • Disallow special characters except for . and _ in username

  • Answered by AI
  • Q2. Parse the XML? and store the output in JSON. Discussed different approaches?
  • Q3. Print prime numbers in a given range and optimize the solution?
  • Ans. 

    Print prime numbers in a given range and optimize the solution.

    • Use Sieve of Eratosthenes algorithm to generate prime numbers efficiently

    • Start with a boolean array of size n+1, mark all as true

    • Loop through the array and mark all multiples of each prime as false

    • Print all the indexes that are still marked as true

  • Answered by AI
  • Q4. Puzzle – 25 horses – 5 lanes, find fastest 3 horses?
  • Q5. Web related questions on Sessions and cookies?
  • Q6. A lot of discussion on my resume, experience etc
  • Q7. Find angle between hour hand and minute hand in clock if time is given? Write a program or pseudo code?
  • Ans. 

    Find angle between hour and minute hand in a clock given the time.

    • Calculate the angle made by the hour hand with respect to 12 o'clock position

    • Calculate the angle made by the minute hand with respect to 12 o'clock position

    • Find the difference between the two angles and take the absolute value

    • If the angle is greater than 180 degrees, subtract it from 360 degrees to get the smaller angle

  • Answered by AI
  • Q8. A hash function was written to convert a string into a hash. Write a un-hash function to revert it(from hash to string)?
  • Ans. 

    To un-hash a string, use a reverse algorithm to convert the hash back to the original string.

    • Create a reverse algorithm that takes the hash as input and outputs the original string

    • Use the same logic as the hash function but in reverse order

    • If the hash function used a specific algorithm, use the inverse of that algorithm to un-hash the string

  • Answered by AI
  • Q9. He discussed about expectations and role. Asked me if I have any questions. He said to me “yaha aana hai to marwani padegi. tyar ho”? I smiled and asked what are the work timings? He said 9-9 and I was kin...

Interview Preparation Tips

General Tips: I applied through a recruiter. Then I got a call from Zomato HR. It was for LAMP developer profile. She asked me about my profile and also shared some expectations from the role. She asked me to come for F2F rounds to take the process further
Skills: Web development, JSON, Algorithm
College Name: na
Motivation: Overall process was not very tough. But they have start up culture. People work their for 11-12 hours a day. Sometimes on Saturday as well. So people who are geeks or have nothing in life to do except their job can go and join

Skills evaluated in this interview

I appeared for an interview before May 2016.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about your mini project
  • Ans. 

    Developed a web application for tracking personal expenses

    • Used HTML, CSS, and JavaScript for front-end development

    • Implemented Node.js and MongoDB for back-end functionality

    • Included features for adding, categorizing, and analyzing expenses

  • Answered by AI
  • Q2. Tell me about your team work other than project.
  • Ans. 

    I actively participate in team building activities and collaborate with colleagues on various initiatives outside of work projects.

    • Organizing team lunches or outings to build camaraderie

    • Participating in charity events or volunteer work as a team

    • Collaborating on internal initiatives such as diversity and inclusion programs

    • Attending industry conferences or workshops together

  • Answered by AI
  • Q3. How will you convince your client if you are not able deliver the project on time.
  • Ans. 

    I will explain the reasons for the delay and present a plan to mitigate it.

    • Communicate the reasons for the delay clearly and honestly

    • Present a plan to mitigate the delay and ensure timely delivery

    • Provide regular updates on the progress of the project

    • Offer alternative solutions or compromises if necessary

    • Ensure that the client understands the impact of the delay on the project

    • Maintain a professional and respectful attit

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Questions will be from aptitude and vocabulary
Duration: 1 hour
Total Questions: 60

I appeared for an interview before May 2016.

Interview Questionnaire 

1 Question

  • Q1. 3-4

Interview Preparation Tips

Round: Test
Experience: The first round round had basic medium level apti questions
Duration: 5 hours
Total Questions: 20

Round: Group Activity
Experience: Each person has to talk on a random topic for 2 mins
Tips: Kindly speak on topics that are not so famous , choose a different topic , be unique. I spoke on the topic about why Ban of Maggi in India

Round: HR Interview
Experience: Once you have gone through all the previous rounds , 99 % selected . It consist a couple of basic questions
Tips: Be Easy and dont exaggerate

Skills: Communication And Confidence, Communication And Confidence

Interview Preparation Tips

Round: Test
Experience: AMCAT conducted our initial test. The Aptitude included 3 sections as mentioned above. The AMCAT tests are adaptive in their questions. Means if you answer a wrong question the next question will be of lower difficulty and the other way around when you answer it right. This actually helps and amplifies your strengths.

Tips: The questions for English section are always repeated. Study the previous sample papers from AMCAT website
website.
Duration: 75 minutes
Total Questions: AMCAT

Skills: General Aptitude
College Name: SKN Sinhgad Institute of Technology

I appeared for an interview before Jan 2016.

Interview Preparation Tips

Round: Test
Duration: 5 minutes

College Name: NIT Silchar

I appeared for an interview in Sep 2016.

Interview Questionnaire 

1 Question

  • Q1. Project related questions

Interview Preparation Tips

Round: Test
Experience: It was just an aptitude test.It contains 3 sections verbal,quant and technical

Round: Technical + HR Interview
Experience: It was just an aptitude test.It contains 3 sections verbal,quant and technical

College Name: Mitcoe

Sapaad Pte Ltd. Interview FAQs

How many rounds are there in Sapaad Pte Ltd. interview?
Sapaad Pte Ltd. interview process usually has 1 rounds. The most common rounds in the Sapaad Pte Ltd. interview process are Technical.
How to prepare for Sapaad Pte Ltd. 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 Sapaad Pte Ltd. . The most common topics and skills that interviewers at Sapaad Pte Ltd. expect are HTTP, Https, Operations, Analytical and Digital Marketing.
What are the top questions asked in Sapaad Pte Ltd. interview?

Some of the top questions asked at the Sapaad Pte Ltd. interview -

  1. There was lot of questions, but in simple way, how I can work there based on th...read more
  2. types of Key in ...read more
  3. use of index in ...read more

Tell us how to improve this page.

Sapaad Pte Ltd. Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Swiggy Interview Questions
3.8
 • 428 Interviews
Zomato Interview Questions
3.8
 • 312 Interviews
Domino's Pizza Interview Questions
3.9
 • 88 Interviews
Pizza Hut Interview Questions
3.9
 • 42 Interviews
Box8 Interview Questions
3.5
 • 13 Interviews
FoodPanda Interview Questions
3.7
 • 9 Interviews
Uber eats Interview Questions
4.3
 • 8 Interviews
View all

Sapaad Pte Ltd. Reviews and Ratings

based on 10 reviews

3.9/5

Rating in categories

4.2

Skill development

3.7

Work-life balance

3.5

Salary

4.0

Job security

3.9

Company culture

3.7

Promotions

4.2

Work satisfaction

Explore 10 Reviews and Ratings
Sales Development Representative

Kolkata,

Mumbai

+5

0-1 Yrs

Not Disclosed

L2 Technical Support Engineer

Kolkata,

Mumbai

+5

0-1 Yrs

Not Disclosed

Talent Acquisition Specialist

Kolkata,

Mumbai

+5

1-6 Yrs

Not Disclosed

Explore more jobs
Team Lead
7 salaries
unlock blur

₹3 L/yr - ₹11.2 L/yr

Software Engineer
5 salaries
unlock blur

₹3.8 L/yr - ₹5 L/yr

Senior Site Reliability Engineer
5 salaries
unlock blur

₹11 L/yr - ₹21 L/yr

Assistant Manager Finance
4 salaries
unlock blur

₹10 L/yr - ₹10 L/yr

Ruby on Rails Developer
4 salaries
unlock blur

₹3.5 L/yr - ₹8.8 L/yr

Explore more salaries
Compare Sapaad Pte Ltd. with

Zomato

3.8
Compare

Swiggy

3.8
Compare

Faasos Food Services

4.1
Compare

Box8

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