Upload Button Icon Add office photos

Filter interviews by

Freshersworld.com Test Engineer Interview Questions and Answers

Updated 8 Feb 2024

Freshersworld.com Test Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Asked sdlc, test cases

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Given an array of integer find the Target sum problem

Round 2 - HR 

(3 Questions)

  • Q1. Behavioral question
  • Q2. Culture fit question
  • Q3. Introduction about yourself and situation based questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jan 2023. 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 - Coding Test 

It was 2 coding questions of medium level

Round 3 - Technical 

(2 Questions)

  • Q1. Longest substring with non repeating characters
  • Ans. 

    Find the longest substring in a given string that does not contain any repeating characters.

    • Use a sliding window approach to iterate through the string.

    • Keep track of the characters seen so far using a set.

    • Update the start and end indices of the window to find the longest substring.

    • Return the length of the longest substring.

  • Answered by AI
  • Q2. Candy problem. There is similar question in geeks for geeks

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep practising data structures and algorithms. Do some projects

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Aug 2022. There were 5 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 - Coding Test 

There were 2 questions to test our basic coding knowledge.

Round 3 - One-on-one 

(1 Question)

  • Q1. Some basic introduction followed by sort 2 arrays into a single array.
Round 4 - One-on-one 

(1 Question)

  • Q1. Applications of various data structures.
  • Ans. 

    Data structures are used in various applications like search algorithms, storage systems, and graph algorithms.

    • Search algorithms like binary search use arrays and trees for efficient searching.

    • Storage systems use data structures like hash tables and linked lists for organizing and accessing data.

    • Graph algorithms like Dijkstra's algorithm use graphs and trees for solving complex problems.

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Some basic hr questions like tell me about yourself, what do you know about magicbricks,where do you see yourself in 5 years etc

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Dec 2021. 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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. How much experience do you have in IT industry?
  • Q2. What is your relevant experience?

Interview Preparation Tips

Interview preparation tips for other job seekers - Good salary but the late response and improper salary credit.

I applied via Recruitment Consulltant and was interviewed in Jun 2022. There were 4 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 

(2 Questions)

  • Q1. Core java features and describes oops concept.
  • Ans. 

    Core Java is a programming language that supports OOPs concepts such as inheritance, encapsulation, abstraction, and polymorphism.

    • Core Java is an object-oriented programming language.

    • It supports encapsulation, which means hiding the implementation details of an object from the outside world.

    • Inheritance allows a class to inherit properties and methods from another class.

    • Abstraction is the process of hiding complex imple...

  • Answered by AI
  • Q2. Introduce yourself and about tech that you have used.
Round 3 - Technical 

(3 Questions)

  • Q1. Describe project and your role and responsibility.
  • Q2. What is docker and kubernetes
  • Ans. 

    Docker is a containerization platform that allows developers to package and run applications in isolated environments. Kubernetes is an open-source container orchestration system that automates deployment, scaling, and management of containerized applications.

    • Docker allows developers to create and run applications in containers, which are lightweight and portable environments that can run on any machine with Docker ins...

  • Answered by AI
  • Q3. How to see log of a complete request in docker
  • Ans. 

    To see log of a complete request in docker, use docker logs command.

    • Use 'docker logs ' command to see logs of a specific container

    • Use '-f' flag to follow the logs in real-time

    • Use '--tail' flag to specify the number of lines to show from the end of the logs

    • Use '--since' and '--until' flags to specify a time range for the logs

    • Use '--timestamps' flag to show timestamps in the logs

Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. Some manarigial questions.

Interview Preparation Tips

Topics to prepare for LanceSoft Senior Engineer interview:
  • core java
  • spring core
  • Project Management
  • MySQL
  • query
Interview preparation tips for other job seekers - prepare well before attempting this interview with all core parts of java MySQL and spring boot.

Skills evaluated in this interview

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

I applied via Referral and was interviewed in May 2024. There was 1 interview round.

Round 1 - Coding Test 

DSA has 2-3 rounds depending on the team that is hiring. coding and algorithms 1 and coding and algorithms 2 and concurrency.
Topics for coding and algorithms are into Tress, Graphs
Concurrency round is all about implementing base modules

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Interviewed with team members and discussed coding standards and linters

Round 2 - Assignment 

Given a take-home assignment and built a card game

Interview Questionnaire 

4 Questions

  • Q1. You are given a large array of n bits. Each bit is initially 0. You perform several operations of the type
  • Ans. 

    Solution to performing operations on a large array of bits.

    • Use bitwise operators to perform operations on individual bits

    • Use a loop to iterate through the array and perform the operations

    • Ensure that the array is large enough to accommodate all the bits

    • Consider using a data structure like a bitset for efficient bit manipulation

  • Answered by AI
  • Q2. Questions on Network programming
  • Q3. Questions on array,heap and binary trees
  • Q4. Round was both HR+Technical

Interview Preparation Tips

Round: Test
Experience: Questions can be found here:

-----/
Tips: Try to solve all 3.
Duration: 60 minutes
Total Questions: 3

Round: Technical Interview
Experience: First discuss the solution and then paper-code it.
Tips: Try to code without mistakes.

Round: Technical Interview
Experience: First, I was asked to discuss my project based on networking and then I was given a question on network programming
Tips: Pay attention on discussion

Round: Technical Interview
Experience: Provide the optimised solution and code it without any mistakes.

Round: HR Interview
Experience: Why linkedin?
What changes will you make in 6 months?
Internship project: Discussion and lot of common questions on that.
Basic Questions of C++ and Java

Skills: Data Structure, Core courses understanding, Algorithms
College Name: IIT GUWHATI

Skills evaluated in this interview

Interview Preparation Tips

Round: CODING ROUND
Experience: In the coding round there were 3 questions to be solved in about 3 hrs.

Round: HR Interview
Experience: Expect the usual crazy questions like "Why LinkedIn?" and if you are already placed, be ready to give a proper justification for "Why LinkedIn and not XYZ?" so on. Be cool, you need not be accurate. Be well prepared with your resume and expect questions from them.
Tips: For the interview, just be confident and have a good resume ready with you.

Round: Other Interview
Experience: Coding Interview:
Simple coding questions. Make sure you first explain the logic to them and then you may be asked to write the code for it on the board using any language of your choice. Syntax is not a big deal, but don't make any logical errors. They are very friendly and may suggest certain solutions of their own. Make sure you can grasp them quickly. Find faults in your own code before they find it. Always try to give the best optimal solution. In case you are unable to do so then suggest possible improvements.

Round: Other Interview
Experience: Design Interview:
Some people may find this round a bit uneasy. But this round tests how good you are at designing solutions to problems. Most of the candidates were asked to build an online gaming system. And then they keep adding extra constraints and ideas and see if you can integrate them to your design. Database knowledge may be tested. They may also ask questions pertaining to you projects listed in your resume.

General Tips: An updated LinkedIn account with decent connections. ;)
Skill Tips: Be very strong with your coding ability. Whenever you code, do follow some standard procedures and make the code look simple and structured. Whenever you solve a coding question make sure you answer it completely for all the test cases. Partial results will only indicate that there is something wrong with the logic. Try to solve a complete question rather than multiple questions with partial results.
College Name: NIT SURATHKAL

Freshersworld.com Interview FAQs

How many rounds are there in Freshersworld.com Test Engineer interview?
Freshersworld.com interview process usually has 1 rounds. The most common rounds in the Freshersworld.com interview process are Technical.

Tell us how to improve this page.

Freshersworld.com Test Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Randstad Interview Questions
3.8
 • 260 Interviews
Team Lease Interview Questions
3.9
 • 201 Interviews
LinkedIn Interview Questions
4.3
 • 65 Interviews
MagicBricks Interview Questions
3.6
 • 59 Interviews
LanceSoft Interview Questions
3.1
 • 57 Interviews
PeopleStrong Interview Questions
3.4
 • 51 Interviews
CIEL HR Interview Questions
4.0
 • 48 Interviews
Experis IT Interview Questions
3.0
 • 48 Interviews
View all
Freshersworld.com Test Engineer Salary
based on 4 salaries
₹2 L/yr - ₹4 L/yr
44% less than the average Test Engineer Salary in India
View more details
fresher
153 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Development Executive
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Devops Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Corporate Sales Manager
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Freshersworld.com with

Foundit

3.5
Compare

Timesjobs.com

1.6
Compare

Indeed

4.0
Compare

LinkedIn

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