i
BigStep Technologies
Filter interviews by
I applied via Approached by Company and was interviewed before Oct 2022. There were 3 interview rounds.
Find duplicate items in array of strings.
Iterate through array and store each item in a hash set.
If item already exists in hash set, it is a duplicate.
I applied via Campus Placement and was interviewed in Jul 2021. There were 3 interview rounds.
The document development life cycle is the process of creating, reviewing, revising, and publishing documents.
Planning and research
Writing and editing
Review and feedback
Revision and finalization
Publishing and distribution
Overcoming a difficult situation in a project
Identified a major flaw in the project plan
Collaborated with team members to find a solution
Implemented a revised plan to address the issue
Communicated the changes effectively to stakeholders
Successfully completed the project on time
I would gather information through research, interviews, product demos, and testing.
Research the product and its features
Interview subject matter experts and stakeholders
Attend product demos and take notes
Test the product to gain hands-on experience
Review existing documentation and user feedback
I have used a variety of tools including MadCap Flare, Adobe FrameMaker, Microsoft Word, and Confluence.
MadCap Flare
Adobe FrameMaker
Microsoft Word
Confluence
I applied via Recruitment Consulltant and was interviewed before May 2021. There were 5 interview rounds.
Hackerrank Test
BigStep Technologies interview questions for popular designations
I was interviewed before Apr 2021.
Round duration - 60 minutes
Round difficulty - Easy
Technical interview round with questions on DSA and DBMS mainly.
Given an array ARR
consisting of N
integers, determine the sum of the subarray with the maximum sum, including the possibility of an empty subarray.
A subarray is a...
The direct approach to solve this problem is to run two for loops and for every subarray check if it is the maximum sum possible.
Time complexity : O(N^2), Where N is the size of the array.
Space complexity : O(1)
The efficient approach is to use Kadane's algorithm. It calculates the maximum sum subarray ending at a particular index by using the maximum sum subarray ending at the previous position.
Steps : ...
Given a positive integer N
, your task is to identify all prime numbers less than or equal to N
.
A prime number is a natural number greater than 1 that has no po...
The naïve approach for this question is to run a loop from the start to the end number. And for each number, check if it is prime or not. If the number is prime, we print it otherwise skip it.
One optimization to this approach would be to skip all even numbers (except 2 if present in interval) since even numbers are not prime.
Function to check if a number is prime or not :
isPrime(n){
if (n <= 1)
return false
...
A SQL Join statement is used to combine data or rows from two or more tables based on a common field between them. Different types of Joins are:
INNER JOIN : The INNER JOIN keyword selects all rows from both the tables as long as the condition satisfies. This keyword will create the result-set by combining all rows from both the tables where the condition satisfies i.e value of the common field will be same.
Syntax:
SELEC...
Round duration - 30 minutes
Round difficulty - Easy
Typical HR round with behavioral problems.
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
Get interview-ready with Top BigStep Technologies Interview Questions
I applied via LinkedIn and was interviewed in Mar 2021. There were 5 interview rounds.
I am currently working on Agile QA methodology.
I follow Agile principles and practices for software testing and quality assurance.
I work in sprints and prioritize testing based on user stories.
I collaborate closely with developers and stakeholders to ensure quality throughout the development process.
I use tools like JIRA and Confluence to manage testing tasks and documentation.
I continuously improve our testing process
I am using a variety of testing tools depending on the project requirements.
For functional testing, I use tools like Selenium and Appium.
For performance testing, I use JMeter and LoadRunner.
For security testing, I use tools like OWASP ZAP and Burp Suite.
For API testing, I use tools like Postman and SoapUI.
For test management, I use tools like JIRA and TestRail.
Establish and maintain quality of product by implementing quality control measures and continuous improvement processes.
Define quality standards and specifications
Implement quality control measures at every stage of production
Conduct regular inspections and audits
Train employees on quality control procedures
Implement continuous improvement processes
Collect and analyze data to identify areas for improvement
Address custo...
We are using Selenium as our automation tool and have implemented a hybrid framework.
We use Selenium for automating our web application testing.
Our framework is a hybrid framework that combines data-driven and keyword-driven approaches.
We have developed custom libraries and utilities to enhance automation capabilities.
We follow the Page Object Model design pattern for better maintainability and reusability.
Our framewor...
I applied via Campus Placement and was interviewed in Aug 2021. There were 4 interview rounds.
1st test was aptitude and a easy coding test
The 2nd test was pure coding based test on hacker rank platform and contains 2 easy and 2 medium question
I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.
Check if a number is prime and optimize the code.
Start by checking if the number is less than 2, in which case it is not prime.
Iterate from 2 to the square root of the number and check if any of them divide the number evenly.
If a divisor is found, the number is not prime. Otherwise, it is prime.
To optimise API calls in React, use asynchronous functions and caching techniques.
Use async/await to handle API calls
Implement caching to reduce network requests
Use memoization to avoid unnecessary re-renders
Consider using a state management library like Redux
Use performance profiling tools like React DevTools
I applied via Campus Placement and was interviewed in Jul 2021. There were 4 interview rounds.
I applied via Campus Placement and was interviewed in Aug 2021. There was 1 interview round.
Top trending discussions
based on 6 interviews
Interview experience
based on 143 reviews
Rating in categories
4-8 Yrs
Not Disclosed
6-8 Yrs
Not Disclosed
3-6 Yrs
Not Disclosed
Software Engineer
60
salaries
| ₹4.8 L/yr - ₹18 L/yr |
Senior Software Engineer
40
salaries
| ₹12 L/yr - ₹46.2 L/yr |
Software Developer
25
salaries
| ₹4.5 L/yr - ₹11.1 L/yr |
Technical Lead
18
salaries
| ₹17.1 L/yr - ₹50.8 L/yr |
Software Support Engineer
9
salaries
| ₹3.5 L/yr - ₹4.8 L/yr |
TCS
Infosys
Wipro
HCLTech