Add office photos
Employer?
Claim Account for FREE

Charter Global

3.6
based on 49 Reviews
Filter interviews by

Annalect Interview Questions and Answers

Updated 5 Feb 2024
Popular Designations

Q1. how to setup a Jenkins Job and list the Steps to create

Ans.

Setting up a Jenkins job involves creating a new job, configuring build triggers, defining build steps, and setting up post-build actions.

  • Create a new Jenkins job by clicking on 'New Item' and selecting the type of job you want to create (freestyle project, pipeline, etc.)

  • Configure build triggers such as SCM polling, scheduled builds, or triggering builds remotely

  • Define build steps by adding build actions like running shell commands, executing a script, or invoking a build to...read more

Add your answer

Q2. How to resolve conflicts when updating the working copy in SVN

Ans.

Resolve conflicts in SVN by merging changes, resolving conflicts manually, and committing changes.

  • Use 'svn update' command to update the working copy with changes from the repository.

  • If conflicts occur, use 'svn status' to identify conflicted files.

  • Manually resolve conflicts by editing the conflicted files.

  • Use 'svn resolved' command to mark conflicts as resolved.

  • Commit the changes using 'svn commit'.

Add your answer

Q3. how to pass properties to ant from command line

Ans.

Pass properties to ant from command line using -D flag

  • Use -D flag followed by property=value to pass properties to ant from command line

  • For example: ant -Dproperty1=value1 -Dproperty2=value2

  • Properties can be accessed in build.xml using ${property1} and ${property2}

Add your answer

Q4. how to mask password in Jenkins console log

Ans.

Use Jenkins Credentials Binding Plugin to mask passwords in console log

  • Use Jenkins Credentials Binding Plugin to securely inject passwords into Jenkins jobs

  • Select 'Mask passwords' option in Jenkins job configuration to hide passwords in console log

  • Avoid hardcoding passwords in scripts or configurations to prevent exposure in console logs

Add your answer
Discover Annalect interview dos and don'ts from real experiences

Q5. How to setup a startup task in Linux

Ans.

To setup a startup task in Linux, you can use cron jobs or systemd services.

  • Use cron jobs to schedule tasks to run at specific times or intervals.

  • Create a new cron job by editing the crontab file with 'crontab -e'.

  • For example, to run a script every day at 3am, add '0 3 * * * /path/to/script.sh' to the crontab file.

  • Alternatively, use systemd services to manage and control processes during startup.

  • Create a new systemd service file in the /etc/systemd/system directory.

  • For exampl...read more

Add your answer

Q6. Usage of Regular ecpressions with sed command

Ans.

Regular expressions can be used with sed command to search and replace text in files.

  • Regular expressions can be used to specify patterns to search for in a file.

  • The 's' command in sed is used for substitution, where you can specify a regular expression to match and a replacement string.

  • For example, to replace all occurrences of 'apple' with 'orange' in a file named 'fruits.txt', you can use the command 'sed -i 's/apple/orange/g' fruits.txt'.

Add your answer

Q7. Advantages of Maven build tool over ant

Ans.

Maven is more powerful and easier to use than ant for managing dependencies and building projects.

  • Maven simplifies project setup and management with its convention over configuration approach.

  • Maven automatically downloads dependencies from a central repository, reducing manual effort.

  • Maven supports project inheritance and transitive dependencies, making it easier to manage complex projects.

  • Maven provides plugins for various tasks like compiling, testing, packaging, and deploy...read more

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Annalect

based on 1 interviews
Interview experience
5.0
Excellent
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

4.0
 • 642 Interview Questions
3.5
 • 255 Interview Questions
4.3
 • 191 Interview Questions
4.0
 • 139 Interview Questions
3.3
 • 138 Interview Questions
3.8
 • 135 Interview Questions
View all
Top Charter Global Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter