Upload Button Icon Add office photos
Engaged Employer

i

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

Sequretek It Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Sequretek It Solutions Associate Consultant Interview Questions and Answers for Experienced

Updated 2 Jun 2024

Sequretek It Solutions Associate Consultant Interview Experiences for Experienced

2 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. What is dns port no?
  • Ans. 

    DNS port number is 53.

    • DNS port number is used for DNS queries and responses.

    • It is a well-known port number, which is 53.

    • DNS uses both TCP and UDP protocols on port 53.

  • Answered by AI
  • Q2. What is ssh port no?
  • Ans. 

    SSH port number is 22.

    • SSH port number is used for secure communication over a network.

    • Default port number for SSH is 22.

    • Port number can be changed for security reasons.

    • Example: ssh user@hostname -p 2222

  • Answered by AI
  • Q3. What brust force attack?
  • Ans. 

    A brute force attack is a trial-and-error method used by hackers to crack passwords or encryption by systematically trying all possible combinations.

    • Brute force attacks are time-consuming but effective against weak passwords.

    • Hackers use automated tools to try all possible combinations until the correct one is found.

    • Examples include trying all possible 4-digit PIN codes or dictionary words as passwords.

    • Strong passwords ...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Tell me about your self?

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Mathematics and grammar

Round 2 - HR 

(2 Questions)

  • Q1. Question on experience based
  • Q2. Question asked on resume based
Round 3 - One-on-one 

(2 Questions)

  • Q1. Overall question relation to role
  • Q2. Role regard skill set

Interview Preparation Tips

Interview preparation tips for other job seekers - it and startup company , dont even expected anything from this company rather then learned , if co worker is good

Associate Consultant Interview Questions Asked at Other Companies for Experienced

asked in Capgemini
Q1. Could you tell me, which tools do you have used in test managemen ... read more
asked in TCS
Q2. 1. Scrum Ceremonies 2. Do we include V&V during Sprint planni ... read more
asked in Oracle
Q3. 1. Write a program to remove duplicate elements from String and m ... read more
asked in Capgemini
Q4. 1). How pricing procedure is determine in SAP SD. 2). ASAP Method ... read more
asked in Capgemini
Q5. What is agile fundamentals and theirs importance and waterfall mo ... read more

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed before Jun 2021. 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. When do you prefer Decision Tree better than Random Forest model if model outputs are similar
  • Ans. 

    Decision Tree is preferred over Random Forest when interpretability is important.

    • Decision Tree is easier to interpret and visualize than Random Forest.

    • Decision Tree is better suited for small datasets with few features.

    • Random Forest is better suited for large datasets with many features.

    • Random Forest is less prone to overfitting than Decision Tree.

    • Decision Tree can be used as a building block for Random Forest.

    • If inter...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why do you want to work here

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep answers simple and to the point.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Aug 2021. There were 4 interview rounds.

Round 1 - Coding Test 

Duration: 1hr
Topics: Array, LinkedList,Stack

Round 2 - Technical 

(2 Questions)

  • Q1. Write code for Insertion in a binary tree.
  • Ans. 

    Code for insertion in a binary tree

    • Create a new node with the given data

    • If the tree is empty, make the new node as root

    • Else, traverse the tree to find the appropriate position to insert the new node

    • If the data is less than the current node, go to the left subtree

    • If the data is greater than the current node, go to the right subtree

    • Repeat until an appropriate position is found

    • Set the new node as the child of the appropri

  • Answered by AI
  • Q2. Write code for quick sort
  • Ans. 

    Quick sort is a divide-and-conquer algorithm that sorts an array by partitioning it into two sub-arrays.

    • Choose a pivot element from the array

    • Partition the array around the pivot element

    • Recursively apply quick sort to the left and right sub-arrays

    • Combine the sorted sub-arrays to get the final sorted array

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Various DBMS related question(JOINS, SORT, LIMIT)
Round 4 - HR 

(2 Questions)

  • Q1. Tell us about yourself.
  • Q2. Why do want to join the company

Interview Preparation Tips

Topics to prepare for Hughes Systique Corporation Software Engineer interview:
  • C++
  • Data Structures
  • SQL
Interview preparation tips for other job seekers - Just be confident and explain your thought process and go with the flow

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Leetcode 125: Valid Palindrome
  • Q2. Leetcode 1971: Find if path exists in graph
  • Ans. 

    Check if a path exists between two nodes in a graph

    • Use depth-first search (DFS) or breadth-first search (BFS) to traverse the graph

    • Start from the source node and explore all connected nodes until the destination node is reached

    • If the destination node is found during the traversal, return true; otherwise, return false

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How will you store passwords in DB
  • Ans. 

    Store passwords securely using hashing algorithms and salt

    • Use strong hashing algorithms like bcrypt or SHA-256

    • Add a unique salt to each password before hashing

    • Store only the hashed password in the database

    • Regularly update hashing algorithms and salts for added security

  • Answered by AI
  • Q2. Explain "this" in JS
  • Ans. 

    In JavaScript, 'this' refers to the current object that is executing the current function.

    • The value of 'this' is determined by how a function is called.

    • When a function is called as a method of an object, 'this' refers to the object itself.

    • When a function is called in the global scope, 'this' refers to the global object (window in a browser, global in Node.js).

    • Arrow functions do not have their own 'this' value and inste...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Basic HR questions

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. Linear regression? python coding of lists.
Round 2 - Technical 

(1 Question)

  • Q1. Linear regression? python coding

Interview Preparation Tips

Interview preparation tips for other job seekers - brush up on python,machine learning

I applied via LinkedIn and was interviewed in Nov 2022. 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 

(2 Questions)

  • Q1. Describe the Project Architecture End-to-End
  • Ans. 

    The project architecture end-to-end includes the overall design and structure of the project from start to finish.

    • The architecture should include the hardware and software components, as well as the communication protocols and data flow.

    • It should also consider the scalability, security, and performance of the system.

    • Examples of project architecture include client-server, microservices, and event-driven architectures.

    • Th...

  • Answered by AI
  • Q2. Explain how will you implement SCD Type 2.
  • Ans. 

    SCD Type 2 is implemented by creating a new record for each change and maintaining a history of changes.

    • Identify the business key and version number for the dimension table.

    • Create a new record with a new version number for each change to the dimension data.

    • End-date the previous record and start-date the new record to maintain a history of changes.

    • Use effective dates to determine which record is active at any given poin...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Display only those elements which do not occur more than once.
  • Ans. 

    Display non-repeated elements

    • Iterate through the elements and count their occurrences

    • Display only those elements with occurrence count of 1

    • Use a hash table or dictionary to store the counts

    • Time complexity: O(n)

  • Answered by AI
  • Q2. Difference between a list and a tuple. Explain a use case where you will use a tuple.
  • Ans. 

    List vs Tuple and use case for Tuple

    • List is mutable while Tuple is immutable

    • List uses square brackets while Tuple uses parentheses

    • Tuple is used when data needs to be protected from modification

    • Tuple is also used for returning multiple values from a function

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - - Understanding Basics is the key to success.
- Work on SQL Problems

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was easy asked about some basic concepts

Round 2 - Coding Test 

Basic coding based on data structures

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are React Queries?
  • Ans. 

    React Queries are a library for managing server state in React applications.

    • React Queries provide a way to fetch and cache data from an API in React components.

    • They offer features like caching, background fetching, and automatic refetching.

    • React Queries can handle complex data fetching requirements, such as pagination and infinite scrolling.

  • Answered by AI
  • Q2. Can useEffect() hook run twice?
  • Ans. 

    Yes, useEffect() hook can run twice under certain conditions.

    • useEffect() hook can run twice if the dependencies array changes between renders.

    • This can happen if the dependencies array contains values that change frequently.

    • For example, if a state variable is included in the dependencies array and it is updated in the component, useEffect() will run again.

  • Answered by AI

Skills evaluated in this interview

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

I appeared for an interview in Aug 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Can you introduce yourself and describe the projects you have worked on, including any basic data structures and algorithms concepts and questions related to Python that you were asked?
  • Ans. 

    I am a Software Developer with experience in projects involving data structures, algorithms, and Python.

    • Worked on a project implementing a binary search tree data structure in Python.

    • Implemented sorting algorithms like bubble sort and quicksort in a project.

    • Answered questions related to Python concepts like list comprehensions and lambda functions.

    • Solved algorithmic questions involving concepts like recursion and dynam

  • Answered by AI

Sequretek It Solutions Interview FAQs

How many rounds are there in Sequretek It Solutions Associate Consultant interview for experienced candidates?
Sequretek It Solutions interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Sequretek It Solutions interview process for experienced candidates are HR, Technical and Aptitude Test.
How to prepare for Sequretek It Solutions Associate Consultant interview for experienced candidates?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Sequretek It Solutions. The most common topics and skills that interviewers at Sequretek It Solutions expect are Linux, SQL, SQL Database, Windows OS and Windows Server.
What are the top questions asked in Sequretek It Solutions Associate Consultant interview for experienced candidates?

Some of the top questions asked at the Sequretek It Solutions Associate Consultant interview for experienced candidates -

  1. What brust force atta...read more
  2. What is dns port ...read more
  3. What is ssh port ...read more

Tell us how to improve this page.

Sequretek It Solutions Associate Consultant Interview Process for Experienced

based on 2 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

MathCo Interview Questions
2.9
 • 115 Interviews
Zeta Interview Questions
3.4
 • 71 Interviews
embedUR Systems Interview Questions
3.2
 • 48 Interviews
Subex Interview Questions
3.5
 • 35 Interviews
CoinDCX Interview Questions
3.7
 • 30 Interviews
Seclore Interview Questions
4.1
 • 26 Interviews
MoEngage Interview Questions
4.0
 • 26 Interviews
View all
Sequretek It Solutions Associate Consultant Salary
based on 201 salaries
₹2 L/yr - ₹8 L/yr
64% less than the average Associate Consultant Salary in India
View more details

Sequretek It Solutions Associate Consultant Reviews and Ratings

based on 34 reviews

3.6/5

Rating in categories

3.6

Skill development

3.7

Work-life balance

3.3

Salary

3.4

Job security

3.7

Company culture

3.2

Promotions

3.3

Work satisfaction

Explore 34 Reviews and Ratings
Associate Consultant
201 salaries
unlock blur

₹2 L/yr - ₹8 L/yr

Consultant
63 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

SOC Analyst
25 salaries
unlock blur

₹1.8 L/yr - ₹8.2 L/yr

Project Manager
21 salaries
unlock blur

₹8 L/yr - ₹17.5 L/yr

Linux Administrator
20 salaries
unlock blur

₹3 L/yr - ₹8.5 L/yr

Explore more salaries
Compare Sequretek It Solutions with

Subex

3.5
Compare

MathCo

2.9
Compare

Innovatiview India Ltd

3.9
Compare

Watchyourhealth.com

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