
Sciative Solutions


Sciative Solutions Interview Questions and Answers
Q1. What is business analyst and whats his role in an organization?
A business analyst is responsible for analyzing business processes and identifying areas for improvement.
Gathers and analyzes data to identify problems and opportunities for improvement
Works with stakeholders to define business requirements and develop solutions
Creates reports and presentations to communicate findings and recommendations
Helps to implement and monitor changes to ensure they are effective
Examples: identifying inefficiencies in a manufacturing process, developin...read more
Q2. How will you approach the problem of tracing all squares in a chess board by doing valid moves of a Knight, without repeating any squre?
Tracing all squares in a chess board by valid moves of a Knight without repeating any square.
Create a 2D array to represent the chess board.
Start from any square and mark it as visited.
Generate all possible moves of a Knight from the current square.
Check if the move is valid and not visited before.
If yes, mark the square as visited and add it to the path.
Repeat the above steps until all squares are visited.
If no more moves are possible, backtrack to the previous square and tr...read more
Q3. Fibonnaci Series without using recursive functions
Fibonacci series can be generated using iterative approach with a loop and two variables.
Declare two variables to store the first two numbers of the series
Use a loop to generate the next number by adding the previous two numbers
Repeat the loop until the desired number of terms is generated
Store the generated numbers in an array
Q4. If the product cost is 1000 and 40% discount and add 30% profit. How much the mrp price
The MRP price can be calculated by adding the discount and profit to the product cost.
To calculate the MRP price, first calculate the discount amount by multiplying the product cost by the discount percentage.
Subtract the discount amount from the product cost to get the discounted price.
Next, calculate the profit amount by multiplying the discounted price by the profit percentage.
Add the profit amount to the discounted price to get the MRP price.
Q5. Inline functions in python
Inline functions in Python are functions that are defined and called in a single line of code.
Inline functions are defined using the lambda keyword.
They are useful for simple operations that don't require a full function definition.
Example: double = lambda x: x * 2
Inline functions can be used as arguments for other functions.
Example: list(map(lambda x: x * 2, [1, 2, 3])) returns [2, 4, 6]
Q6. What are the key elements involved in building world-class startups, and what do you believe is the secret ingredient for their success?
Key elements in building world-class startups and secret ingredient for success
Strong leadership and vision
Innovative and disruptive ideas
Effective execution and scalability
Resilience and adaptability to market changes
Building a strong team with diverse skills and expertise
Focus on customer needs and feedback
Continuous learning and improvement
Access to funding and resources
Creating a strong company culture and values
Q7. What are three deliverables that you can think of in your first 3 months at Sciative?
Implement new inventory management system, streamline production processes, train staff on new procedures
Implement a new inventory management system to improve efficiency and accuracy
Streamline production processes to reduce waste and increase productivity
Train staff on new procedures and technologies to ensure smooth transition and optimal performance
Q8. How Startup Recruitment is different from other companies
Startup recruitment differs from other companies in terms of approach, culture, and expectations.
Startups often prioritize hiring for cultural fit and potential over experience
Recruitment process is usually faster and more informal
Expectations for employees are high and they are expected to wear multiple hats
Startups may offer equity or other non-traditional compensation packages
Examples: Airbnb, Uber, and Dropbox
Top HR Questions asked in Sciative Solutions
Interview Process at Sciative Solutions

Top Interview Questions from Similar Companies








Reviews
Interviews
Salaries
Users/Month

