Upload Button Icon Add office photos

Filter interviews by

Baidu Software Engineer Interview Questions and Answers

Updated 5 Feb 2024

Baidu Software Engineer Interview Experiences

2 interviews found

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

Leetcode medium to hard

Round 2 - Technical 

(1 Question)

  • Q1. Discuss the trouble shooting
  • Ans. 

    Troubleshooting involves identifying and resolving issues in software systems.

    • Identify the problem by gathering information and reproducing the issue.

    • Break down the problem into smaller parts to isolate the root cause.

    • Use debugging tools and techniques to analyze code and identify errors.

    • Test potential solutions and verify if they resolve the issue.

    • Document the troubleshooting process and share findings with the team.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Talk about the salary

Skills evaluated in this interview

Interview experience
5
Excellent
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 - Coding Test 

Tree,queue,stack,graph,linked list

Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire u
  • Q2. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. General DSA question leetcode style
Round 2 - Technical 

(1 Question)

  • Q1. Discussion on previous project
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

3 leetcode hards, followed by some system design

Round 2 - Technical 

(2 Questions)

  • Q1. How to design amazon
  • Ans. 

    Designing Amazon involves creating a user-friendly e-commerce platform with a vast product selection, efficient search and recommendation algorithms, secure payment processing, and reliable delivery logistics.

    • Develop a user-friendly interface for easy navigation and product search

    • Implement recommendation algorithms based on user behavior and preferences

    • Integrate secure payment processing systems to protect customer inf...

  • Answered by AI
  • Q2. How to invert 25 bst
  • Ans. 

    To invert a binary search tree (BST), swap the left and right children of each node recursively.

    • Start from the root node and recursively swap the left and right children of each node.

    • Repeat this process for all nodes in the BST.

    • The final result will be the inverted BST.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - pretty easy

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

3 questions of dsa
1 of api

Round 2 - Technical 

(1 Question)

  • Q1. Graph based question to find the shortest path between 2 prime numbers by changing 1 digit at once and obtained number should be prime too.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Thoroughly dsa foe 1st round
For 2nd round there was low level design
But I couldn't get to the 2nd round
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was a machine coding round

Round 2 - Technical 

(2 Questions)

  • Q1. Similar to the other question
  • Q2. Give an array and an element sort the array with difference of that number to array elements
  • Ans. 

    Sort an array of strings by the difference of a given element to each array element.

    • Iterate through the array and calculate the absolute difference between the given element and each array element.

    • Sort the array based on the calculated differences.

    • Return the sorted array.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Find the leaves of the tree.
  • Ans. 

    Leaves of a tree are the nodes with no children in a tree data structure.

    • Traverse the tree and identify nodes with no children.

    • Use depth-first search or breadth-first search algorithms to find leaves.

    • Examples: In a binary tree, leaves are nodes with no left or right child.

    • In a general tree, leaves are nodes with no children in their child list.

  • Answered by AI
  • Q2. Find the LCA of tree.
  • Ans. 

    The Lowest Common Ancestor (LCA) of a tree is the shared ancestor of two nodes farthest from the root.

    • Start from the root and traverse the tree to find the paths from the root to the two nodes.

    • Compare the paths to find the last common node between them, which is the LCA.

    • If one of the nodes is an ancestor of the other, then the ancestor node is the LCA.

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What projects you worked upon?
  • Ans. 

    I have worked on projects involving web development, mobile app development, and data analysis.

    • Developed a web application using React and Node.js for a client in the e-commerce industry

    • Created a mobile app using Flutter for a startup in the healthcare sector

    • Performed data analysis on customer behavior using Python and SQL for a marketing company

  • Answered by AI
  • Q2. What internships you did?
  • Ans. 

    I completed internships at ABC Company and XYZ Company during my undergraduate studies.

    • Interned at ABC Company working on web development projects

    • Interned at XYZ Company assisting with software testing and quality assurance

    • Gained hands-on experience in coding, debugging, and problem-solving

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare tree and graph well.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. React hooks implemetation
  • Q2. Node event loop

Interview Preparation Tips

Interview preparation tips for other job seekers - just brush up your basics.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Quantiative Aptitude

Round 2 - One-on-one 

(1 Question)

  • Q1. Questions related to basic DSA, Searching, sorting, SQL Queries based on aggregate functions, Basic puzzle (GFG)
Round 3 - One-on-one 

(1 Question)

  • Q1. Resume based, Discussion about projects mentioned on the resume.
Round 4 - HR 

(1 Question)

  • Q1. Strength, Weakness,

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm during the process
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself

Baidu Interview FAQs

How many rounds are there in Baidu Software Engineer interview?
Baidu interview process usually has 3 rounds. The most common rounds in the Baidu interview process are Coding Test, HR and Resume Shortlist.

Tell us how to improve this page.

Baidu Software Engineer Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more
Compare Baidu with

Amazon

4.1
Compare

Flipkart

4.0
Compare

BigBasket

3.9
Compare

JustDial

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