Upload Button Icon Add office photos

Filter interviews by

Full Time Interview Questions and Answers

Updated 20 Dec 2024

Full Time Interview Experiences

Popular Designations

5 interviews found

I applied via Referral and was interviewed in Jul 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Explain all the projects that I worked on
  • Q2. The EAD part, the technique I used , why I used the technique, the challenges I faced during solving or making the projects
  • Q3. Which part of the project or work you are more comfortable or say confident??
  • Ans. 

    I am most comfortable with data cleaning and preprocessing.

    • I have experience in handling messy and unstructured data.

    • I am proficient in using tools like pandas and SQL for data cleaning.

    • I enjoy the challenge of transforming raw data into usable insights.

    • I have successfully cleaned and preprocessed data for various projects, improving data quality and analysis outcomes.

  • Answered by AI
  • Q4. The Eda part and specially the graphs and diagrams

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
And please update what atchually u know and I have practically done in your resume .

Associate Data Scientist Interview Questions asked at other Companies

Q1. Why do you think the objective of predictive modeling is minimizing the cost function? How would you define a cost function after all?
View answer (1)

Software Engineer Interview Questions & Answers

user image Priyadharsani Babu

posted on 20 Dec 2024

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

Quantitative
Logical
English grammatical
Maths oriented

Round 2 - Technical 

(3 Questions)

  • Q1. Oops dbms data structure Programming
  • Q2. What is meant by class, object, inheritance, interface
  • Ans. 

    Class is a blueprint for creating objects, objects are instances of classes, inheritance allows classes to inherit attributes and methods from other classes, interfaces define a contract for classes to implement.

    • Class: blueprint for creating objects

    • Object: instance of a class

    • Inheritance: allows classes to inherit attributes and methods from other classes

    • Interface: defines a contract for classes to implement

  • Answered by AI
  • Q3. Explain the code
  • Ans. 

    The candidate is asked to explain a piece of code related to software engineering.

    • Candidate should provide a detailed explanation of the code's functionality and purpose.

    • Candidate may need to explain any algorithms or design patterns used in the code.

    • Candidate should mention any potential improvements or optimizations that could be made to the code.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Tell about yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring Boot, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring Boot, and Angular

    • Strong problem-solving skills

    • Experience working in Agile development environment

    • Passionate about learning new technologies

  • Answered by AI

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)
Full Time Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2023. There were 4 interview rounds.

Round 1 - Assignment 

It's started with aptitude test

Round 2 - Aptitude Test 

Logical questions and some computer related

Round 3 - Coding Test 

One is medium level coding and one is hard level

Round 4 - Technical 

(1 Question)

  • Q1. Questions on which I have mentioned in resume

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)

Freelancer Interview Questions & Answers

user image Anonymous

posted on 30 Jul 2022

I applied via Job Fair and was interviewed in Jun 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 Resume tips
Round 2 - Video Call 

(2 Questions)

  • Q1. Video editor and any video editong job
  • Q2. I love ❤️ video editing jobs
Round 3 - Editing kobs 

(2 Questions)

  • Q1. No auestions I'll be waiting
  • Q2. No question waiting for kob

Interview Preparation Tips

Interview preparation tips for other job seekers - I love work as freelancer send communicat regarding all the projects.

Freelancer Interview Questions asked at other Companies

Q1. A customer demands a feature or service your platform doesn't currently offer. How do you handle this request? (1 Point) * Dismiss the request, stating the platform op- erates as is. Thank them for the suggestion and explain any limitations... read more
View answer (2)

Full Time interview questions for popular designations

 Software Engineer

 (2)

 US IT Recruiter

 (1)

 Freelancer

 (1)

 Associate Data Scientist

 (1)

I applied via Naukri.com and was interviewed in Feb 2022. There were 2 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 Resume tips
Round 2 - HR 

(5 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Why should we hire you?
  • Q4. Tell me about yourself.
  • Q5. What you have done in this specific certificate and what did you learn from that

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidence and the way of communication is the major thing the employer is looking for!

US IT Recruiter Interview Questions asked at other Companies

Q1. 2. Different job portals used to source candidates?
View answer (5)

Interview questions from similar companies

Software Engineer Interview Questions & Answers

Amazon user image Rajesh Paramanandam

posted on 24 Feb 2017

I was interviewed in Oct 2016.

Interview Preparation Tips

Round: Test
Experience: Aptitude was quite easy they just asked us basic questions from Math,logical reasoning and english
Tips: Just think well before u do..
Duration: 1 hour 30 minutes
Total Questions: 40

Round: Behavioural Interview
Experience: It was face to face .. the interviewee asked questions from our resume... Since I m from computer science background they asked some technical questions..

Tips: Beware filling ur resume.. they will ask every stuff that you have in resume

Round: Technical Interview
Experience: Discussion about my project that i vr done in my final year.they asked me what was my role in my project

College Name: Sri ganesh college of engineering and technology

I applied via Campus Placement

Interview Questionnaire 

4 Questions

  • Q1. Boundary traversal of a tree
  • Ans. 

    Boundary traversal of a tree is the process of visiting the nodes on the boundary of a tree in a specific order.

    • The boundary traversal can be done in three steps: left boundary, leaf nodes, and right boundary.

    • For the left boundary, start from the root and traverse down the left side of the tree until reaching a leaf node.

    • For the leaf nodes, perform an inorder traversal to visit all the leaf nodes of the tree.

    • For the ri...

  • Answered by AI
  • Q2. Find the nearest greater value of a given value in a BST
  • Ans. 

    Find the nearest greater value of a given value in a Binary Search Tree (BST).

    • Start from the root node and compare the given value with the current node's value.

    • If the given value is less than the current node's value, move to the left subtree.

    • If the given value is greater than the current node's value, move to the right subtree.

    • Keep track of the closest greater value encountered while traversing the tree.

    • Return the cl

  • Answered by AI
  • Q3. There is an infinite stair case and there are n rounds. in i'th round we can jump i steps at one or discard them. it is given that k'th step is broken , find the max height we can reach with out stepping o...
  • Ans. 

    Given an infinite staircase with a broken kth step, find the maximum height we can reach in n rounds of jumping i steps.

    • We can start by jumping the maximum number of steps in each round until we reach the broken step.

    • After reaching the broken step, we can discard the i steps that would land us on the broken step and jump the remaining steps.

    • We can continue this pattern until we reach the maximum height we can reach wit

  • Answered by AI
  • Q4. Height h was given and form a binary tree of height h and start combining bottom nodes to form a cone like structure

Interview Preparation Tips

Round: Test
Experience: there were 20 MCQ which were on ds , networks and basic coding followed by 2 coding questions.
1) print all the distinct substrings of a given string in lexicographical order
2) find the max i-j value in the given array of 0's and 1's such that there are equal number of zeros and ones, where i is the starting index and j is the ending index of the array.
Tips: make sure that you pass atleast half the test cases for both the question.
Duration: 90 minutes
Total Questions: 22

Round: Technical Interview
Experience: 1) i printed left view then leaves and right view using three level order traversals . he asked me to use one traversal only, then i told him the approach and wrote the working code.
2) told him the approach and coded it.
Tips: look at corner cases properly. the interviewers were friendly, so i felt relaxed.

Round: Technical Interview
Experience: 1) i told him a recursive O(2^n) solution, optimised it to O(n^2). he told me to optimise further. Then i finally came up with O(n) solution after 5 min and he was satisfied . i coded it. he was satisfied finally :D .
2) came up with the approach immediately and coded it. he was satisfied.
Tips: he was very particular about corner cases and he checked the code througly tested it on some cases to ensure it was working.

General Tips: be cool. interviewers were friendly. tell them what you are thinking and be clear with the question before answering to avoid wasteage of time.
Skill Tips: solve problems from codechef, spoj and codeforces. solve interview questions from geeksforgeeks and careercup.
Skills: the way you think, coding skills and knowledge on data structures.
Duration: 3
College Name: IIT Roorkee
Motivation: some good seniors got intern, so i was inspired.
Funny Moments: on the interview day a person came into the conference room to call me for interview, i didnt thought he was interviewer. he was very simple, but intelligent and at last i felt like asking him to ask me one more coding question as it was fun solving questions infront of him, but i didnt do that as i was frightened if i would not be able to answer it would be a negative remark :P .

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Data struct,algo,
  • Q2. High level data structs and algos

Interview Preparation Tips

Round: Problem Statement
Experience: coding and submission before face to face interview shortlisting
Tips: practice coding ,coding is key to success for SE

Round: Resume Shortlist
Experience: based on marks ,I was called for F2F
Tips: the ppt was to be submitted explaining the approach

Round: Technical Interview
Experience: a lot of brain storming
Tips: understands the nitty gritty of the structs and algos

Round: Technical Interview
Experience: exact code was to be written instead of pseudo code
Tips: get hold of DS,Algos

Interview Preparation Tips

Round: Test
Experience: The first test
contained 25 objective questions encompassing the basics of Computer Science ranging from
data structures, networks and operating systems to theory of computation
Duration: 45 minutes
Total Questions: 25

Round: Test
Experience: The second test contained 3 coding questions.
Duration: 45 minutes
Total Questions: 3

Round: HR Interview
Experience: After the written test, next day I appeared for 3 interviews.
They were checking if you can write code and also if you are aware of the practical issues faced while coding. In the final round they were testing if you could abstract out a real world
problem into code.
Tips: Overall I can say that you must hope for the best and prepare for the
worst. So make sure that you are prepared on all counts. You never know what might go wrong.

I was interviewed before May 2016.

Interview Questionnaire 

4 Questions

  • Q1. Tell us about yourself
  • Ans. 

    I am a passionate software engineer with experience in developing web applications and a strong background in computer science.

    • Experienced in developing web applications using technologies such as HTML, CSS, JavaScript, and React

    • Strong background in computer science with knowledge of data structures and algorithms

    • Proficient in programming languages such as Java, Python, and C++

    • Familiar with Agile development methodolog

  • Answered by AI
  • Q2. Why Flipkart
  • Ans. 

    Flipkart is a leading e-commerce platform in India with a strong focus on technology and innovation.

    • Flipkart offers a challenging and dynamic work environment for software engineers.

    • The company has a strong reputation for investing in technology and innovation.

    • Flipkart has a large user base and offers opportunities to work on a variety of projects.

    • The company has a strong focus on customer satisfaction and user experie...

  • Answered by AI
  • Q3. Are you comfortable to reallocate
  • Ans. 

    Yes, I am comfortable with reallocating as needed.

    • I am flexible and adaptable to changing circumstances.

    • I have experience working in dynamic environments where priorities can shift.

    • I am willing to take on new challenges and responsibilities as required.

  • Answered by AI
  • Q4. Why should we hire you
  • Ans. 

    I have a strong technical background, excellent problem-solving skills, and a proven track record of delivering high-quality software.

    • Extensive experience in software development, including proficiency in multiple programming languages such as Java, Python, and C++

    • Strong problem-solving skills demonstrated through successful completion of complex projects

    • Proven track record of delivering high-quality software on time a...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: 2 problem statements to be coded using any language
Tips: Focussed on string manipulations and enormous data size handling
Duration: 1 hour 30 minutes
Total Questions: 2

Skills: C/C++
College Name: Guru Premsukh Memorial College of Engineering
Contribute & help others!
anonymous
You can choose to be anonymous

Full Time Interview FAQs

How many rounds are there in Full Time interview?
Full Time interview process usually has 3 rounds. The most common rounds in the Full Time interview process are Resume Shortlist, HR and Aptitude Test.
What are the top questions asked in Full Time interview?

Some of the top questions asked at the Full Time interview -

  1. What is meant by class, object, inheritance, interf...read more
  2. Explain the c...read more
  3. The EAD part, the technique I used , why I used the technique, the challenges I...read more

Recently Viewed

INTERVIEWS

Amazon

No Interviews

LIST OF COMPANIES

MTAR Technologies

Locations

LIST OF COMPANIES

Collins Aerospace

Locations

INTERVIEWS

Unisys

No Interviews

LIST OF COMPANIES

Indian Air Force

Locations

INTERVIEWS

Endava

No Interviews

LIST OF COMPANIES

Bharat Dynamics

Locations

SALARIES

HCLTech

INTERVIEWS

Marico

No Interviews

INTERVIEWS

FIS

No Interviews

Tell us how to improve this page.

Full Time Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Paytm Interview Questions
3.3
 • 747 Interviews
BigBasket Interview Questions
3.9
 • 356 Interviews
Myntra Interview Questions
4.0
 • 213 Interviews
Blinkit Interview Questions
3.7
 • 178 Interviews
FirstCry Interview Questions
3.7
 • 168 Interviews
Snapdeal Interview Questions
3.8
 • 75 Interviews
Birla White Interview Questions
4.2
 • 24 Interviews
Shopclues Interview Questions
3.9
 • 9 Interviews
View all

Full Time Reviews and Ratings

based on 17 reviews

4.1/5

Rating in categories

4.2

Skill development

4.4

Work-life balance

4.2

Salary

4.2

Job security

4.3

Company culture

4.3

Promotions

4.3

Work satisfaction

Explore 17 Reviews and Ratings
Software Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Executive Accountant
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Production Department
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Accountant
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Branch Manager
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Full Time with

Amazon

4.1
Compare

Flipkart

4.0
Compare

Snapdeal

3.8
Compare

Paytm

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