Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Safexpress Team. If you also belong to the team, you can get access from here

Safexpress Verified Tick

Compare button icon Compare button icon Compare
4.0

based on 1.5k Reviews

Filter interviews by

Safexpress Softwaretest Engineer Interview Questions and Answers

Updated 19 Nov 2024

Safexpress Softwaretest Engineer Interview Experiences

1 interview found

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

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

Round 1 - Aptitude Test 

It consisted of medium to hard questions, hcf LCM, mensuration, syllogism, speed and distance, pipes and cisterns, these were the topics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare hard for the aptitude.

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in May 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 - Technical 

(1 Question)

  • Q1. Mostly OOPS concepts
Round 3 - Behavioral 

(2 Questions)

  • Q1. Mostly project related
  • Q2. Behavioural based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - keep it simple and to the point
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is restful api
  • Ans. 

    RESTful API is an architectural style for designing networked applications

    • REST stands for Representational State Transfer

    • Uses standard HTTP methods like GET, POST, PUT, DELETE

    • Resources are identified by URIs

    • Stateless communication between client and server

    • Responses are typically in JSON or XML format

  • Answered by AI
  • Q2. Bootstarp grid system

Skills evaluated in this interview

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

Visual Reasoning questions

Round 2 - Coding Test 

Mostly string based questions

Round 3 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Immediate joining

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont join.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Hirist and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Csharp basics and a coding questing was given to implement
  • Q2. .net and angular basics questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Asked deeply about my resume and technologies
  • Q2. Coding question to sort a given array using DSA

Interview Preparation Tips

Interview preparation tips for other job seekers - No response from HR
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. General discussion on experience
Round 3 - Technical 

(3 Questions)

  • Q1. Knowledge on SQL and how to write a query
  • Q2. Knowledge on DSA and coding problems to solve.
  • Q3. Knowledge on APIS (structure, security etc.)

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your concepts.
Be confident about stuff that you know but be humble enough to say No to what you don't know.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How to identify and solve race condition.
  • Ans. 

    Identifying and solving race conditions involves understanding concurrent execution and implementing synchronization mechanisms.

    • Understand the critical sections of code where race conditions can occur

    • Use synchronization mechanisms like locks, semaphores, or atomic operations to control access to shared resources

    • Implement thread-safe data structures or use thread-safe libraries to avoid race conditions

    • Use tools like sta...

  • Answered by AI
  • Q2. Solve an array question on finding the third largest in an unsorted array.
  • Ans. 

    Find the third largest element in an unsorted array of strings.

    • Sort the array in descending order.

    • Remove duplicates if necessary.

    • Return the element at index 2 as the third largest.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Jan 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Basic interview questions with project related questions
Round 3 - Technical 

(1 Question)

  • Q1. Detailed Questions on projects
Round 4 - HR 

(1 Question)

  • Q1. Normal HR interview questions with casual talks

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and positive. Keep all things ready related to your projects
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. All Java conceptual theory questions. 1. Features of JAVA 8 2.Difference between abstraction and interface. 3. Collections framework 4. Exception handling
  • Q2. Try catch resource block.
  • Ans. 

    Try catch resource block is used in Java to automatically close resources after they are no longer needed.

    • Try catch resource block is used to manage resources that need to be closed after use, such as file streams or database connections.

    • The resources declared within the try block are automatically closed at the end of the block, even if an exception is thrown.

    • Example: try (FileInputStream fis = new FileInputStream("fi...

  • Answered by AI
  • Q3. Should an abstract class always have an abstract method
  • Ans. 

    No, an abstract class can have concrete methods as well.

    • An abstract class can have both abstract and concrete methods.

    • Abstract methods are meant to be implemented by subclasses, while concrete methods can have a default implementation.

    • Having only abstract methods in an abstract class is not a requirement.

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

(1 Question)

  • Q1. Coding question. Given an array, remove duplicates from the array. They also asked about my existing project.
Round 3 - HR 

(1 Question)

  • Q1. Why did you chose fedex?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be familiar with the java theory questions and also have hands on practice with code. They don;r provide an IDE always so its important you know the method names.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jan 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is your knowledge about Sql ?
  • Ans. 

    I have a good understanding of SQL and its syntax.

    • Familiar with creating and modifying tables, inserting and updating data, and querying data using SELECT statements

    • Knowledge of SQL functions and operators

    • Experience with joins and subqueries

    • Understanding of database normalization and data integrity constraints

    • Proficient in using SQL in various database management systems such as MySQL, Oracle, and SQL Server

  • Answered by AI
  • Q2. What is your project dream

Interview Preparation Tips

Interview preparation tips for other job seekers - Its a good platform to help a employers to search a new jobs

Skills evaluated in this interview

Safexpress Interview FAQs

How many rounds are there in Safexpress Softwaretest Engineer interview?
Safexpress interview process usually has 1 rounds. The most common rounds in the Safexpress interview process are Aptitude Test.

Tell us how to improve this page.

Interview Questions from Similar Companies

ElasticRun Interview Questions
3.5
 • 246 Interviews
DTDC Express Interview Questions
3.7
 • 145 Interviews
Bureau Veritas Interview Questions
3.9
 • 107 Interviews
GATI-KWE Interview Questions
4.0
 • 85 Interviews
DHL Express Interview Questions
4.1
 • 60 Interviews
View all
Operations Executive
390 salaries
unlock blur

₹1 L/yr - ₹4.4 L/yr

Area Manager
295 salaries
unlock blur

₹4 L/yr - ₹14 L/yr

Senior Executive
267 salaries
unlock blur

₹2 L/yr - ₹6.9 L/yr

Executive
242 salaries
unlock blur

₹1.1 L/yr - ₹5.2 L/yr

Key Account Manager
241 salaries
unlock blur

₹2.1 L/yr - ₹6.2 L/yr

Explore more salaries
Compare Safexpress with

Blue Dart Express

4.1
Compare

GATI-KWE

4.0
Compare

DTDC Express

3.7
Compare

TCI Express

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