Upload Button Icon Add office photos

Filter interviews by

Qburst Senior Engineer Interview Questions and Answers

Updated 13 Mar 2024

Qburst Senior Engineer Interview Experiences

3 interviews found

I applied via Approached by Company 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. Talend related questions
  • Q2. SQL and data warehouse questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Techno managerial round
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and general HR round

Interview Preparation Tips

Interview preparation tips for other job seekers - Difficulty was intermediate level.
Need to have good grasp of your technology and skills.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Some technical questions related to .NET
  • Q2. Made to write some SQL queries
Round 2 - Behavioral 

(1 Question)

  • Q1. Just a discussion about what all technologies I have worked with.

Senior Engineer Interview Questions Asked at Other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
asked in Nagarro
Q2. Write a program: two input, one is N(any integer, lets say 3), se ... read more
asked in Tata Elxsi
Q3. What is Quality Assurance. Difference between Quality assurance a ... read more
asked in Qburst
Q4. Is it possible to work with multiple threads in core data? If so, ... read more
Q5. When you will perform Half or Full engine overhauling.

I applied via Referral and was interviewed in Jul 2021. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Is it possible to work with multiple threads in core data? If so, how?
  • Ans. 

    Yes, it is possible to work with multiple threads in core data.

    • Use NSManagedObjectContextConcurrencyType to specify concurrency type

    • Create a separate managed object context for each thread

    • Use performBlock or performBlockAndWait to execute tasks on the correct context

    • Merge changes from other contexts using NSManagedObjectContextDidSaveNotification

  • Answered by AI
  • Q2. How memory leaks happen?
  • Ans. 

    Memory leaks occur when a program fails to release memory that is no longer needed.

    • Memory leaks can happen due to programming errors such as not freeing allocated memory

    • Leaked memory can accumulate over time and cause the program to crash or slow down

    • Memory leaks can be detected using tools such as valgrind or by analyzing the program's behavior

    • Examples of memory leaks include forgetting to free memory allocated for a ...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Optimal algorithm for finding common elements in two arrays.
  • Ans. 

    The optimal algorithm for finding common elements in two arrays is using a hash table.

    • Create a hash table for one of the arrays.

    • Iterate through the other array and check if each element exists in the hash table.

    • If it does, add it to the result array.

    • Time complexity is O(n) and space complexity is O(n).

  • Answered by AI
  • Q2. Start with a simple implementation. Then improve it step by step. The final solution I gave involved using a hash map to find and store common elements. Also mention the time complexity of each proposed so...
Round 3 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Why are you looking for a change?

Interview Preparation Tips

Topics to prepare for Qburst Senior Engineer interview:
  • Uikit
  • coredata
  • Closures
  • GCD
  • Memory Management
Interview preparation tips for other job seekers - Have a good understanding of how things work. This will help to have depth in each answer we give.

Try to relate your answer with something you have worked on before, if possible.

Give a descriptive answer with some depth and breadth in our own words, rather than a short answer and waiting for the interviewer to ask the rest.

Skills evaluated in this interview

Interview questions from similar companies

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

I was interviewed in Dec 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. Can you share your work experience?
  • Q2. What tools have you used to perform finite element analysis (FEA)?
  • Q3. What is your basic knowledge of the strength of materials and finite element method (FEM)?
  • Q4. What are the shear force distribution (SFD) and bending moment diagram (BMD) for cantilever beams made of two different materials that are subjected to a point load P at the free end?
  • Q5. What is the purpose of static analysis?

Interview Preparation Tips

Interview preparation tips for other job seekers - We should have a deep understanding of the strength of materials and finite element method (FEM), and we should be able to explain what we have accomplished and the reasons behind our actions in previous companies.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I was interviewed in Oct 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. How to create the IP sec tunnel?
  • Ans. 

    To create an IPsec tunnel, configure the necessary parameters on both ends of the connection.

    • Configure the IPsec parameters such as encryption algorithms, authentication methods, and key exchange protocols on both the source and destination devices.

    • Establish a secure communication channel by setting up the IPsec tunnel between the two endpoints.

    • Ensure that the IPsec tunnel is properly configured and tested for secure d...

  • Answered by AI
  • Q2. How to troubleshoot the IP sec tunnel?
  • Ans. 

    To troubleshoot an IPsec tunnel, check configurations, verify connectivity, monitor logs, and use packet capture tools.

    • Check the IPsec configuration on both ends to ensure they match

    • Verify that the tunnel endpoints can reach each other

    • Monitor logs on both devices for any error messages related to the tunnel

    • Use packet capture tools like Wireshark to analyze traffic going through the tunnel

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How ssl vpn it will be working for the remote location?
  • Ans. 

    SSL VPN allows remote users to securely access the network from any location.

    • SSL VPN uses encryption to secure the connection between the remote user and the network.

    • It authenticates users before granting access to resources.

    • SSL VPN can be set up using a web browser or a client application.

    • It provides a secure way for remote employees to access company resources.

    • SSL VPN can be configured to restrict access based on use

  • Answered by AI
  • Q2. How to configure the IP sec tunnel for 3 different location and explain the traffic traffic flow and how it will be work?
  • Ans. 

    Configuring IPsec tunnel for 3 different locations and explaining traffic flow

    • Configure IPsec tunnel on routers/firewalls at each location

    • Set up IPsec policies for encryption and authentication

    • Define IPsec tunnel endpoints and establish secure communication

    • Ensure proper routing between locations for traffic flow

    • Monitor and troubleshoot the IPsec tunnel for any issues

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. How to upgrade to the palaalto firewall and fortigate?
  • Ans. 

    To upgrade to Palo Alto firewall and Fortigate, follow these steps: plan the upgrade, backup configurations, test the upgrade in a lab environment, schedule downtime, perform the upgrade, test functionality post-upgrade.

    • Plan the upgrade by determining the current firewall configurations and requirements for the new firewalls.

    • Backup configurations of the existing firewalls to ensure data safety in case of any issues dur...

  • Answered by AI
  • Q2. The both locations IP sec tunnel are down. How to troubleshoot the issue.
  • Ans. 

    To troubleshoot both locations IPsec tunnel being down, check configurations, network connectivity, and security policies.

    • Check the IPsec configurations on both ends to ensure they match

    • Verify network connectivity between the two locations

    • Check firewall and security policies to ensure they are not blocking the IPsec traffic

    • Review logs on both ends for any error messages or indications of the issue

    • Restart the IPsec serv

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical team will schedule a call and discuss about our role and responsibility.
Round 2 - Technical 

(1 Question)

  • Q1. Based on your role
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Ai interview backend microservices core java

Round 2 - Technical 

(2 Questions)

  • Q1. Microservice architecture spring boot
  • Q2. Rest api implementation and communication

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare learn and retry
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is spring boot
  • Ans. 

    Spring Boot is a Java-based framework used for creating standalone, production-grade Spring-based applications.

    • Spring Boot simplifies the process of creating Spring applications by providing a set of default configurations.

    • It allows for easy setup of Spring projects with minimal configuration.

    • Spring Boot includes embedded servers like Tomcat, Jetty, or Undertow, making it easy to deploy applications.

    • It provides product...

  • Answered by AI
  • Q2. What is serialisation
  • Ans. 

    Serialisation is the process of converting an object into a stream of bytes to store or transmit data.

    • Serialisation is used to save the state of an object and recreate it when needed.

    • It allows objects to be converted into a format that can be easily stored or transmitted.

    • Common examples include JSON, XML, and binary serialisation.

    • Serialisation is important for data persistence and inter-process communication.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Binary search using Java 8
  • Ans. 

    Binary search is a fast search algorithm that finds the position of a target value within a sorted array.

    • Ensure the array is sorted before performing binary search.

    • Compare the target value with the middle element of the array.

    • If the target value is less than the middle element, search the left half of the array. If greater, search the right half.

    • Repeat the process until the target value is found or the subarray is empt

  • Answered by AI
  • Q2. Merge sort and it's implementation
  • Ans. 

    Merge sort is a divide and conquer algorithm that divides the input array into two halves, sorts them, and then merges them back together.

    • Divide the array into two halves recursively

    • Sort each half separately

    • Merge the sorted halves back together

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Sep 2024.

Round 1 - Coding Test 

Hackerrank coding & techinical interview test

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn core java, spring boot & Microservices concept well.

Qburst Interview FAQs

How many rounds are there in Qburst Senior Engineer interview?
Qburst interview process usually has 3 rounds. The most common rounds in the Qburst interview process are Technical, HR and Behavioral.
What are the top questions asked in Qburst Senior Engineer interview?

Some of the top questions asked at the Qburst Senior Engineer interview -

  1. Is it possible to work with multiple threads in core data? If so, h...read more
  2. Optimal algorithm for finding common elements in two arra...read more
  3. How memory leaks happ...read more

Tell us how to improve this page.

Qburst Senior Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Qburst Senior Engineer Salary
based on 198 salaries
₹6.2 L/yr - ₹16.4 L/yr
25% more than the average Senior Engineer Salary in India
View more details

Qburst Senior Engineer Reviews and Ratings

based on 29 reviews

4.2/5

Rating in categories

3.8

Skill development

4.2

Work-life balance

4.0

Salary

3.8

Job security

4.1

Company culture

3.8

Promotions

3.7

Work satisfaction

Explore 29 Reviews and Ratings
Senior Engineer
197 salaries
unlock blur

₹6.2 L/yr - ₹16.4 L/yr

Senior Software Engineer
122 salaries
unlock blur

₹6.2 L/yr - ₹17 L/yr

Lead Engineer
110 salaries
unlock blur

₹10.4 L/yr - ₹24 L/yr

Software Engineer
106 salaries
unlock blur

₹4 L/yr - ₹12.1 L/yr

Engineer
83 salaries
unlock blur

₹4.7 L/yr - ₹11 L/yr

Explore more salaries
Compare Qburst with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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